]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: description of wrap floats for LyX 1.6
[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 338
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \language french
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pagebackref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
223  les Boîtes et les Objets Externes de LyX
224 \end_layout
225
226 \begin_layout Author
227 par l'Équipe LyX
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
234  de la documentation de LyX: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 auteur original : Uwe Stöhr
254 \end_layout
255
256 \begin_layout Plain Layout
257 Traduction française : Siegfried Meunier-Guttin-Cluzel
258 \end_layout
259
260 \begin_layout Plain Layout
261 version 1.5.2 - novembre 2007
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \family sans
276 Version 1.6svn
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
294  
295 \series bold
296 arydshln
297 \series default
298
299 \series bold
300 colortbl
301 \series default
302
303 \series bold
304 marginnote
305 \series default
306 , et 
307 \series bold
308 sidecap
309 \series default
310  doivent être installés.
311  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
312  les sections qui nécessitent les paquetages en question n'apparaîtront
313  pas sur la sortie.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series default
329 (version anglaise)
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Figures
339 \begin_inset CommandInset label
340 LatexCommand label
341 name "cha:Figures"
342
343 \end_inset
344
345
346 \begin_inset Index
347 status collapsed
348
349 \begin_layout Plain Layout
350 Figures
351 \end_layout
352
353 \end_inset
354
355
356 \begin_inset Index
357 status collapsed
358
359 \begin_layout Plain Layout
360 Graphiques|see
361 \begin_inset ERT
362 status collapsed
363
364 \begin_layout Plain Layout
365
366 {
367 \end_layout
368
369 \end_inset
370
371 Figures
372 \begin_inset ERT
373 status collapsed
374
375 \begin_layout Plain Layout
376
377 }
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 La fenêtre de dialogue Graphique
392 \begin_inset Index
393 status collapsed
394
395 \begin_layout Plain Layout
396 Figures ! Fenêtre de dialogue Graphique
397 \end_layout
398
399 \end_inset
400
401
402 \begin_inset CommandInset label
403 LatexCommand label
404 name "sec:Graphics-Dialog"
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 Pour placer une figure dans votre document, cliquez sur le bouton
413 \begin_inset Graphics
414         filename ../../images/dialog-show-new-inset_graphics.png
415         scale 85
416         scaleBeforeRotation
417
418 \end_inset
419
420  dans la barre d'outils, ou faites 
421 \family sans
422 Insérer\SpecialChar \menuseparator
423 Graphique
424 \family default
425 .
426  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
427  à charger.
428  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
429  dans le texte.
430 \end_layout
431
432 \begin_layout Standard
433 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
434  avec le bouton droit sur une image
435 \begin_inset Note Note
436 status collapsed
437
438 \begin_layout Plain Layout
439 Ça marche aussi avec le bouton gauche ! (NdT)
440 \end_layout
441
442 \end_inset
443
444 .
445  Cette fenêtre de dialogue possède trois onglets:
446 \end_layout
447
448 \begin_layout Description
449 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
450  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
451  Les unités de longueurs utilisées sont décrites dans l'appendice
452 \begin_inset space ~
453 \end_inset
454
455
456 \begin_inset CommandInset ref
457 LatexCommand ref
458 reference "cha:Unités-de-longueur"
459
460 \end_inset
461
462 .
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figures ! Pivotées
472 \end_layout
473
474 \end_inset
475
476 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
477  d'une montre, en donnant l'angle de rotation et la position du pivot.
478  L'image apparaîtra pivotée dans LyX.
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Figures ! Redimensionnées
488 \end_layout
489
490 \end_inset
491
492 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
493  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
494  sa largeur.
495  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
496  déterminée automatiquement.
497  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
498  éventuellement une distorsion.
499  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
500  
501 \family sans
502 Conserver
503 \begin_inset space ~
504 \end_inset
505
506 les
507 \begin_inset space ~
508 \end_inset
509
510 proportions
511 \family default
512 .
513  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
514  pas les valeurs fixées.
515  
516 \begin_inset Newline newline
517 \end_inset
518
519 Les images peuvent être modifiée en utilisant le programme de votre choix
520  en cliquant sur le bouton Éditer.
521  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
522  
523 \family sans
524 Formats
525 \begin_inset space ~
526 \end_inset
527
528 de
529 \begin_inset space ~
530 \end_inset
531
532 fichiers
533 \family default
534  dans la fenêtre de dialogue de 
535 \family sans
536 Préférences
537 \family default
538  de LyX.
539 \end_layout
540
541 \begin_layout Description
542 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
543  la sortie finale est de modifier les coordonnées de la zone de l'image
544  qui est affichée.
545  Cette zone peut être calculée automatiquement à partir des données présentes
546  dans le fichier en appuyant sur le bouton 
547 \family sans
548 Valeurs
549 \begin_inset space ~
550 \end_inset
551
552 du
553 \begin_inset space ~
554 \end_inset
555
556 Fichier
557 \family default
558 .
559  Avec l'option 
560 \family sans
561 Couper
562 \begin_inset space ~
563 \end_inset
564
565 à
566 \begin_inset space ~
567 \end_inset
568
569 la
570 \begin_inset space ~
571 \end_inset
572
573 boîte
574 \begin_inset space ~
575 \end_inset
576
577 de
578 \begin_inset space ~
579 \end_inset
580
581 délimitation, 
582 \family default
583 seule la portion de l'image qui est dans la zone définie sera imprimée.
584  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
585  donc vous pouvez ignorer l'onglet 
586 \family sans
587 Rogner
588 \family default
589 .
590 \end_layout
591
592 \begin_layout Description
593
594 \family sans
595 Options
596 \begin_inset space ~
597 \end_inset
598
599 LaTeX
600 \begin_inset space ~
601 \end_inset
602
603 et
604 \begin_inset space ~
605 \end_inset
606
607 LyX
608 \family default
609  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
610  en faire une sous-figure avec sa propre légende si elle incorporée dans
611  un flottant de figure.
612  Les sous-figures sont décrites dans la section
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "sec:Figure-Floats"
620
621 \end_inset
622
623 .
624 \begin_inset Newline newline
625 \end_inset
626
627 Les experts ès-LaTeX pourront fournir dans cet onglet des options supplémentaire
628 s pour LaTeX
629 \begin_inset Newline newline
630 \end_inset
631
632 L'option Mode brouillon fait que l'image apparaîtra sur la sortie sous la
633  forme d'un cadre vide avec la taille de l'image.
634 \begin_inset Newline newline
635 \end_inset
636
637 L'option 
638 \family sans
639 ne
640 \begin_inset space ~
641 \end_inset
642
643 pas
644 \begin_inset space ~
645 \end_inset
646
647 décompresser
648 \begin_inset space ~
649 \end_inset
650
651 à
652 \begin_inset space ~
653 \end_inset
654
655 l'exportation
656 \family default
657  n'affectera que les graphiques EPS zippés, par exemple 
658 \family typewriter
659 x.eps.gz
660 \family default
661 .
662  Quand cette option est activée, les images ne sont pas décompressées à
663  l'exportation, vu que LaTeX peut les traiter telles-quelles
664 \begin_inset Newline newline
665 \end_inset
666
667 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
668  disques quand on utilise PostScript comme format de sortie, voir l'appendice
669 \begin_inset space ~
670 \end_inset
671
672
673 \begin_inset CommandInset ref
674 LatexCommand ref
675 reference "sec:PostScript"
676
677 \end_inset
678
679 .
680  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
681  terminal UNIX ou une console Windows:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \series default
689
690 \begin_inset Newline newline
691 \end_inset
692
693
694 \series bold
695 zgrep %%Bounding x.eps.gz > x.eps.bb
696 \series default
697
698 \begin_inset Newline newline
699 \end_inset
700
701 La seconde commande va créer le fichier contenant la description de la boîte
702  de délimitation 
703 \begin_inset Quotes eld
704 \end_inset
705
706
707 \family typewriter
708 x.eps.bb
709 \family default
710
711 \begin_inset Quotes erd
712 \end_inset
713
714  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset VSpace bigskip
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 Voici un exemple d'image au format EPS
726 \begin_inset Foot
727 status collapsed
728
729 \begin_layout Plain Layout
730 Les format d'images sont décrits dans la section
731 \begin_inset space ~
732 \end_inset
733
734
735 \begin_inset CommandInset ref
736 LatexCommand ref
737 reference "sec:Image-Formats"
738
739 \end_inset
740
741 .
742 \end_layout
743
744 \end_inset
745
746  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
747 nt:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename ../clipart/mobius.eps
754         scale 70
755         scaleBeforeRotation
756         rotateOrigin center
757
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Standard
764 Et voici la même image mais en mode brouillon:
765 \end_layout
766
767 \begin_layout Standard
768 \align center
769 \begin_inset Graphics
770         filename ../clipart/mobius.eps
771         scale 70
772         draft
773         scaleBeforeRotation
774         rotateOrigin center
775
776 \end_inset
777
778
779 \end_layout
780
781 \begin_layout Section
782 Figures Flottantes
783 \begin_inset CommandInset label
784 LatexCommand label
785 name "sec:Figure-Floats"
786
787 \end_inset
788
789
790 \begin_inset Index
791 status collapsed
792
793 \begin_layout Plain Layout
794 Flottants ! Figures
795 \end_layout
796
797 \end_inset
798
799
800 \begin_inset Index
801 status collapsed
802
803 \begin_layout Plain Layout
804 Figures ! Flottants
805 \end_layout
806
807 \end_inset
808
809
810 \end_layout
811
812 \begin_layout Standard
813 Pour des explications d'ordre général concernant les flottants, jetez un
814  coup d'œil à la section
815 \begin_inset space ~
816 \end_inset
817
818
819 \begin_inset CommandInset ref
820 LatexCommand ref
821 reference "sec:Flottants-Introduction"
822
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 Le bouton 
830 \begin_inset Graphics
831         filename ../../images/float-insert_figure.png
832         scale 85
833         scaleBeforeRotation
834
835 \end_inset
836
837  de la barre d'outils et le menu 
838 \family sans
839 Insérer\SpecialChar \menuseparator
840 Flottant\SpecialChar \menuseparator
841 Figure
842 \family default
843  insèrent un flottant avec l'étiquette 
844 \begin_inset Quotes eld
845 \end_inset
846
847
848 \series bold
849 Figure
850 \begin_inset space ~
851 \end_inset
852
853 #:
854 \series default
855
856 \begin_inset Quotes erd
857 \end_inset
858
859  (# est le numéro réel de l'image).
860  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
861 \begin_inset space ~
862 \end_inset
863
864
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "fig:kill-plat"
868
869 \end_inset
870
871  ou en dessous de la légende comme pour la Figure
872 \begin_inset space ~
873 \end_inset
874
875
876 \begin_inset CommandInset ref
877 LatexCommand ref
878 reference "fig:escher"
879
880 \end_inset
881
882 .
883  Vous trouverez plus d'information sur le positionnement des légendes dans
884  la section
885 \begin_inset space ~
886 \end_inset
887
888
889 \begin_inset CommandInset ref
890 LatexCommand ref
891 reference "sec:Placement-légende"
892
893 \end_inset
894
895 .
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \align center
906 \begin_inset Graphics
907         filename ../clipart/platypus.eps
908         width 50col%
909         scaleBeforeRotation
910         rotateOrigin center
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Plain Layout
918 \begin_inset Caption
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "fig:kill-plat"
924
925 \end_inset
926
927 Un ornithorynque sévèrement déformé dans un flottant de figure.
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Float figure
942 wide false
943 sideways false
944 status open
945
946 \begin_layout Plain Layout
947 \begin_inset Caption
948
949 \begin_layout Plain Layout
950 \begin_inset CommandInset label
951 LatexCommand label
952 name "fig:escher"
953
954 \end_inset
955
956 M.C.
957  Escher sous LSD.
958 \end_layout
959
960 \end_inset
961
962
963 \end_layout
964
965 \begin_layout Plain Layout
966 \align center
967 \begin_inset Graphics
968         filename ../clipart/escher-lsd.eps
969         scale 80
970         scaleBeforeRotation
971         rotateOrigin center
972
973 \end_inset
974
975
976 \end_layout
977
978 \end_inset
979
980
981 \end_layout
982
983 \begin_layout Standard
984 \begin_inset Index
985 status collapsed
986
987 \begin_layout Plain Layout
988 Références ! à des Figures
989 \end_layout
990
991 \end_inset
992
993 Les figure
994 \begin_inset space ~
995 \end_inset
996
997
998 \begin_inset CommandInset ref
999 LatexCommand ref
1000 reference "fig:kill-plat"
1001
1002 \end_inset
1003
1004  et 
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:escher"
1008
1009 \end_inset
1010
1011  sont des exemples de figures référencées.
1012  Dans le texte, on fait référence à une figure en faisant référence à sa
1013  légende.
1014  On insère donc une étiquette dans la légende en utilisant le menu 
1015 \family sans
1016 Insérer
1017 \family default
1018 \SpecialChar \menuseparator
1019
1020 \family sans
1021 Étiquette
1022 \family default
1023  ou le bouton 
1024 \begin_inset Graphics
1025         filename ../../images/label-insert.png
1026         scale 85
1027         scaleBeforeRotation
1028
1029 \end_inset
1030
1031  de la barre d'outils.
1032  On peut alors faire référence à cette étiquette en utilisant le menu 
1033 \family sans
1034 Insérer\SpecialChar \menuseparator
1035 Référence
1036 \begin_inset space ~
1037 \end_inset
1038
1039 croisée
1040 \family default
1041  ou le bouton 
1042 \begin_inset Graphics
1043         filename ../../images/dialog-show-new-inset_ref.png
1044         scale 85
1045         scaleBeforeRotation
1046
1047 \end_inset
1048
1049  de la barre d'outils.
1050  Il est important d'utiliser des références pour les flottants de figures
1051  plutôt que des locutions vagues du genre 
1052 \begin_inset Quotes eld
1053 \end_inset
1054
1055 la figure ci-dessous
1056 \begin_inset Quotes erd
1057 \end_inset
1058
1059 , puisque LaTeX va repositionner la figure dans le document final.
1060  Votre figure risque de ne plus être ci-dessous du tout !
1061 \begin_inset Newline newline
1062 \end_inset
1063
1064 Le référencement est expliqué plus en détail dans la section
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "sec:Referencer-les-Flottants"
1072
1073 \end_inset
1074
1075 .
1076 \end_layout
1077
1078 \begin_layout Standard
1079 En principe on met une seule figure dans un flottant, mais parfois vous
1080  pouvez vouloir deux figures avec chacune sa sous-légende.
1081  C'est possible en insérant des flottants d'image dans des flottants d'image
1082  existants.
1083  Notez que seule la légende principale des flottants est reprise dans la
1084  liste des figures.
1085  La figure
1086 \begin_inset space ~
1087 \end_inset
1088
1089
1090 \begin_inset CommandInset ref
1091 LatexCommand ref
1092 reference "fig:Deux-images-déformées"
1093
1094 \end_inset
1095
1096  est un exemple de flottant de figure avec deux images mises l'une à côté
1097  de l'autre.
1098  Vous pouvez aussi mettre les images les unes sous les autres.
1099  Les figures
1100 \begin_inset space ~
1101 \end_inset
1102
1103
1104 \begin_inset CommandInset ref
1105 LatexCommand ref
1106 reference "fig:Structure-indéfinissable"
1107
1108 \end_inset
1109
1110  et 
1111 \begin_inset CommandInset ref
1112 LatexCommand ref
1113 reference "fig:Un-ornithorynque"
1114
1115 \end_inset
1116
1117  sont des sous-figures.
1118 \end_layout
1119
1120 \begin_layout Standard
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status open
1125
1126 \begin_layout Plain Layout
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \begin_inset Float figure
1132 wide false
1133 sideways false
1134 status open
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:Structure-indéfinissable"
1143
1144 \end_inset
1145
1146 Structure indéfinissable
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 \begin_inset CommandInset label
1182 LatexCommand label
1183 name "fig:Un-ornithorynque"
1184
1185 \end_inset
1186
1187 Un ornithorynque
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \end_layout
1194
1195 \begin_layout Plain Layout
1196 \begin_inset Graphics
1197         filename ../clipart/platypus.eps
1198         lyxscale 60
1199         width 45col%
1200         scaleBeforeRotation
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \begin_inset space \hfill{}
1211 \end_inset
1212
1213
1214 \end_layout
1215
1216 \begin_layout Plain Layout
1217 \begin_inset Caption
1218
1219 \begin_layout Plain Layout
1220 \begin_inset CommandInset label
1221 LatexCommand label
1222 name "fig:Deux-images-déformées"
1223
1224 \end_inset
1225
1226 Deux images déformées.
1227 \end_layout
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Section
1240 Les Formats d'images
1241 \begin_inset CommandInset label
1242 LatexCommand label
1243 name "sec:Image-Formats"
1244
1245 \end_inset
1246
1247
1248 \begin_inset Index
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 Formats d' images
1253 \end_layout
1254
1255 \end_inset
1256
1257
1258 \begin_inset Index
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262 Figures ! Formats d'images
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Standard
1271 Vous pouvez insérer des images dans n'importe quel format connu.
1272  Mais, comme nous l'avons expliqué dans l'appendice
1273 \begin_inset space ~
1274 \end_inset
1275
1276
1277 \begin_inset CommandInset ref
1278 LatexCommand ref
1279 reference "cha:Formats-fichiers-graphiques"
1280
1281 \end_inset
1282
1283 ,
1284 \lang english
1285  
1286 \lang french
1287 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1288  de formats d'images.
1289  Pour s'en sortir LyX utilise le programme 
1290 \family typewriter
1291 Imagemagick
1292 \family default
1293  en arrière plan pour convertir les formats que vous utilisez dans un des
1294  formats acceptés par le format de sortie.
1295  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1296 ons en n'utilisant que les formats listés dans les sous sections de
1297 \lang english
1298  
1299 \lang french
1300 l'appendice
1301 \begin_inset space ~
1302 \end_inset
1303
1304
1305 \begin_inset CommandInset ref
1306 LatexCommand ref
1307 reference "cha:Formats-fichiers-graphiques"
1308
1309 \end_inset
1310
1311 .
1312 \end_layout
1313
1314 \begin_layout Standard
1315 Comme pour les polices de caractères, il y a deux grands types de formats
1316  d'images:
1317 \end_layout
1318
1319 \begin_layout Description
1320 Les
1321 \begin_inset space ~
1322 \end_inset
1323
1324 images
1325 \begin_inset space ~
1326 \end_inset
1327
1328 Matricielles
1329 \begin_inset space ~
1330 \end_inset
1331
1332 (ou
1333 \begin_inset space ~
1334 \end_inset
1335
1336 bitmap) l'image est décomposée en une mosaïque des points (ou pixels), souvent
1337  enregistrés sous un format compressé.
1338  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1339  petits carrés quand on utilise des agrandissements trop importants (aspect
1340  
1341 \begin_inset Quotes eld
1342 \end_inset
1343
1344 pixellisé
1345 \begin_inset Quotes erd
1346 \end_inset
1347
1348 ).
1349  Les formats matriciels les plus connus sont le GIF (
1350 \begin_inset Quotes eld
1351 \end_inset
1352
1353 Graphics Interchange Format
1354 \begin_inset Quotes erd
1355 \end_inset
1356
1357 , avec comme extension de fichier 
1358 \begin_inset Quotes eld
1359 \end_inset
1360
1361
1362 \family typewriter
1363 .gif
1364 \family default
1365
1366 \begin_inset Quotes erd
1367 \end_inset
1368
1369 )
1370 \begin_inset Index
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 GIF|see
1375 \begin_inset ERT
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379
1380 {
1381 \end_layout
1382
1383 \end_inset
1384
1385 Format d'image
1386 \begin_inset ERT
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390
1391 }
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401 , le PNG (
1402 \begin_inset Quotes eld
1403 \end_inset
1404
1405 Portable Network Graphics, extension 
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409
1410 \family typewriter
1411 .gif
1412 \family default
1413
1414 \begin_inset Quotes erd
1415 \end_inset
1416
1417 )
1418 \begin_inset Index
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 PNG|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Formats d'image
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449  et le JPG (
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453 Joint Photographic Expert Group, extension 
1454 \begin_inset Quotes eld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .jpg
1460 \family default
1461
1462 \begin_inset Quotes erd
1463 \end_inset
1464
1465  ou 
1466 \begin_inset Quotes eld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .jpeg
1472 \family default
1473
1474 \begin_inset Quotes erd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 JPG|see
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 {
1489 \end_layout
1490
1491 \end_inset
1492
1493 Formats d'image
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 }
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508
1509 .
1510 \end_layout
1511
1512 \begin_layout Description
1513 Les
1514 \begin_inset space ~
1515 \end_inset
1516
1517 images
1518 \begin_inset space ~
1519 \end_inset
1520
1521 Vectorielles
1522 \begin_inset space ~
1523 \end_inset
1524
1525 (ou
1526 \begin_inset space ~
1527 \end_inset
1528
1529 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1530  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1531 nnée comme on le veut sans perte de précision.
1532  La possibilité de redimensionner les images est très utilisé pour les présentat
1533 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1534 nnement.
1535  Le redimensionnement permet aussi de présenter des documents en ligne où
1536  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1537  étudier les détails.
1538 \begin_inset Newline newline
1539 \end_inset
1540
1541 Les principaux formats vectoriels sont le SVG (
1542 \begin_inset Quotes eld
1543 \end_inset
1544
1545 Scalable Vector Graphics
1546 \begin_inset Quotes erd
1547 \end_inset
1548
1549 , extension
1550 \begin_inset Quotes eld
1551 \end_inset
1552
1553
1554 \family typewriter
1555 .svg
1556 \family default
1557
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561 )
1562 \begin_inset Index
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 SVG|see
1567 \begin_inset ERT
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 {
1573 \end_layout
1574
1575 \end_inset
1576
1577 Format d'image
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 }
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592
1593 , l'EPS ( 
1594 \begin_inset Quotes eld
1595 \end_inset
1596
1597 encapsulated PostScript
1598 \begin_inset Quotes erd
1599 \end_inset
1600
1601 , extension
1602 \begin_inset Quotes eld
1603 \end_inset
1604
1605
1606 \family typewriter
1607 .eps
1608 \family default
1609
1610 \begin_inset Quotes erd
1611 \end_inset
1612
1613 )
1614 \begin_inset Index
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 EPS|see
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 {
1625 \end_layout
1626
1627 \end_inset
1628
1629 Format d'image
1630 \begin_inset ERT
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634
1635 }
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644
1645 , le PDF (
1646 \begin_inset Quotes eld
1647 \end_inset
1648
1649 Portable Document Format
1650 \begin_inset Quotes erd
1651 \end_inset
1652
1653 , extension
1654 \begin_inset Quotes eld
1655 \end_inset
1656
1657
1658 \family typewriter
1659 .pdf
1660 \family default
1661
1662 \begin_inset Quotes erd
1663 \end_inset
1664
1665 )
1666 \begin_inset Index
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 PDF|see
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 {
1677 \end_layout
1678
1679 \end_inset
1680
1681 Format d'image
1682 \begin_inset ERT
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 }
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \end_inset
1696
1697  et le WMF (
1698 \begin_inset Quotes eld
1699 \end_inset
1700
1701 Windows Metafile
1702 \begin_inset Quotes erd
1703 \end_inset
1704
1705 , extension 
1706 \begin_inset Quotes eld
1707 \end_inset
1708
1709
1710 \family typewriter
1711 .wfm
1712 \family default
1713
1714 \begin_inset Quotes erd
1715 \end_inset
1716
1717  ou 
1718 \begin_inset Quotes eld
1719 \end_inset
1720
1721
1722 \family typewriter
1723 .emf
1724 \family default
1725
1726 \begin_inset Quotes erd
1727 \end_inset
1728
1729 )
1730 \begin_inset Index
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 WMF|see
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 {
1741 \end_layout
1742
1743 \end_inset
1744
1745 Formats d'images
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 }
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761 .
1762  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1763  en EPS, mais le résultat ne sera pas redimensionnable.
1764  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1765 \begin_inset Foot
1766 status open
1767
1768 \begin_layout Plain Layout
1769 Dans le cas du PDF l'image initiale est aussi compressée.
1770 \end_layout
1771
1772 \end_inset
1773
1774 .
1775 \end_layout
1776
1777 \begin_layout Standard
1778 Les fichiers PDF générés par 
1779 \family typewriter
1780 Adobe Photoshop
1781 \family default
1782 , par exemple, sont des images matricielles.
1783 \end_layout
1784
1785 \begin_layout Standard
1786 En principe il est quasiment impossible de convertir une image matricielle
1787  en graphique vectoriel, seul le contraire est possible.
1788
1789 \lang english
1790  
1791 \lang french
1792 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1793  dans respectivement un fichier de sortie PDF ou PostScript.
1794  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1795  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1796  WMF/SVG
1797 \begin_inset Formula $\to$
1798 \end_inset
1799
1800 PDF/EPS convenables.
1801 \end_layout
1802
1803 \begin_layout Chapter
1804 Tableaux
1805 \begin_inset CommandInset label
1806 LatexCommand label
1807 name "cha:Tableaux"
1808
1809 \end_inset
1810
1811
1812 \begin_inset Index
1813 status collapsed
1814
1815 \begin_layout Plain Layout
1816 Tableau
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \begin_layout Section
1825 Introduction
1826 \begin_inset Index
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830 Tableau ! Introduction
1831 \end_layout
1832
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \begin_layout Standard
1839 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1840 \begin_inset Graphics
1841         filename ../../images/tabular-insert.png
1842         scale 85
1843         scaleBeforeRotation
1844
1845 \end_inset
1846
1847  soit 
1848 \family sans
1849 Insérer\SpecialChar \menuseparator
1850 Tableau
1851 \family default
1852 .
1853  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1854  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1855  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1856  sur un bouton de la souris pour valider votre choix.
1857  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1858  vous demandant le nombre de lignes et de colonnes.
1859 \begin_inset Newline newline
1860 \end_inset
1861
1862 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1863  une à droite de la colonne la plus à droite et une en bas de la rangée
1864  du bas, qui forment une boîte autour du tableau.
1865  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1866  apparaît séparée du reste du tableau.
1867  Voici un exemple :
1868 \end_layout
1869
1870 \begin_layout Standard
1871 \align center
1872 \begin_inset Tabular
1873 <lyxtabular version="3" rows="4" columns="4">
1874 <features>
1875 <column alignment="center" valignment="top" width="0">
1876 <column alignment="center" valignment="top" width="0">
1877 <column alignment="center" valignment="top" width="0">
1878 <column alignment="center" valignment="top" width="0">
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 1
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 2
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 A
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960 B
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 </row>
1993 <row>
1994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Plain Layout
1998 C
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Plain Layout
2007
2008 \end_layout
2009
2010 \end_inset
2011 </cell>
2012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 </row>
2031 </lyxtabular>
2032
2033 \end_inset
2034
2035
2036 \end_layout
2037
2038 \begin_layout Section
2039 La fenêtre 
2040 \family sans
2041 Tableau
2042 \family default
2043
2044 \begin_inset Index
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048 Tableau ! Fenêtre de dialogue
2049 \end_layout
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2058  de la souris, ce qui fait apparaître une fenêtre avec des options.
2059  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2060  la colonne et la ligne dans laquelle le curseur se trouve.
2061  La plupart des options peuvent s'appliquer à des sélections.
2062  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2063  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2064  votre sélection.
2065  Notez qu'il y a une différence entre sélectionner le 
2066 \emph on
2067 contenu 
2068 \emph default
2069 d'une cellule et sélectionner la cellule elle-même.
2070  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2071  tableaux :
2072 \end_layout
2073
2074 \begin_layout Description
2075 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2076  la largeur de la colonne courante.
2077  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2078  vertical de la ligne courante.
2079  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2080  et donc, plusieurs paragraphes de texte, voir la section
2081 \begin_inset space ~
2082 \end_inset
2083
2084
2085 \begin_inset CommandInset ref
2086 LatexCommand ref
2087 reference "sub:Lignes-multiple-dans-cellule"
2088
2089 \end_inset
2090
2091 .
2092  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2093  pour accommoder le contenu de cellule le plus large.
2094 \begin_inset Newline newline
2095 \end_inset
2096
2097 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2098  un multicolonne, voir la section
2099 \begin_inset space ~
2100 \end_inset
2101
2102
2103 \begin_inset CommandInset ref
2104 LatexCommand ref
2105 reference "sub:Multicolonnes"
2106
2107 \end_inset
2108
2109 .
2110 \begin_inset Newline newline
2111 \end_inset
2112
2113 L'option 
2114 \family sans
2115 Tourner
2116 \begin_inset space ~
2117 \end_inset
2118
2119 la
2120 \begin_inset space ~
2121 \end_inset
2122
2123 case
2124 \begin_inset space ~
2125 \end_inset
2126
2127 de
2128 \begin_inset space ~
2129 \end_inset
2130
2131 90°
2132 \family default
2133  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2134  L'option 
2135 \family sans
2136 Tourner
2137 \begin_inset space ~
2138 \end_inset
2139
2140 le
2141 \begin_inset space ~
2142 \end_inset
2143
2144 tableau
2145 \begin_inset space ~
2146 \end_inset
2147
2148 de
2149 \begin_inset space ~
2150 \end_inset
2151
2152 90°
2153 \family default
2154  fait pivoter tout le tableau.
2155  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2156  la sortie finale.
2157 \begin_inset Newline newline
2158 \end_inset
2159
2160
2161 \begin_inset Note Greyedout
2162 status open
2163
2164 \begin_layout Plain Layout
2165
2166 \series bold
2167 Note:
2168 \series default
2169  La plupart des visualiseurs DVI ne sont 
2170 \emph on
2171 pas
2172 \emph default
2173  capables d'afficher ces rotations.
2174 \end_layout
2175
2176 \end_inset
2177
2178
2179 \lang english
2180
2181 \begin_inset Newline newline
2182 \end_inset
2183
2184
2185 \lang french
2186 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2187  spéciales pour le tableau, voir les sections
2188 \begin_inset space ~
2189 \end_inset
2190
2191
2192 \begin_inset CommandInset ref
2193 LatexCommand ref
2194 reference "sub:Calculs-multicolonnes"
2195
2196 \end_inset
2197
2198  et 
2199 \begin_inset CommandInset ref
2200 LatexCommand ref
2201 reference "sec:Tableaux-Colorés"
2202
2203 \end_inset
2204
2205 .
2206 \end_layout
2207
2208 \begin_layout Description
2209
2210 \family sans
2211 Bordures
2212 \family default
2213  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2214  ou la colonne courante.
2215  
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219 En utilisant le style 
2220 \family sans
2221 Formel
2222 \family default
2223  à la place du style par 
2224 \family sans
2225 Défaut
2226 \family default
2227  va convertir le tableau en tableau formel comme on le décrit dans la section
2228 \begin_inset space ~
2229 \end_inset
2230
2231
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "sec:Tableaux-Formels"
2235
2236 \end_inset
2237
2238 .
2239 \begin_inset Newline newline
2240 \end_inset
2241
2242 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2243  dans les lignes du tableau comme c'est décrit dans la section
2244 \begin_inset space ~
2245 \end_inset
2246
2247
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Espacement-lignes"
2251
2252 \end_inset
2253
2254 .
2255 \end_layout
2256
2257 \begin_layout Description
2258 Tableau
2259 \begin_inset space ~
2260 \end_inset
2261
2262 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2263  un 
2264 \begin_inset Quotes eld
2265 \end_inset
2266
2267
2268 \emph on
2269 tableau long
2270 \emph default
2271
2272 \begin_inset Quotes erd
2273 \end_inset
2274
2275  qui peut continuer sur plusieurs pages.
2276  Les sections
2277 \begin_inset space ~
2278 \end_inset
2279
2280
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "sec:Tableaux-longs"
2284
2285 \end_inset
2286
2287  et 
2288 \begin_inset CommandInset ref
2289 LatexCommand ref
2290 reference "sec:Questions-sur-tableaux-longs"
2291
2292 \end_inset
2293
2294  décrivent ces tableaux longs plus en détail.
2295 \end_layout
2296
2297 \begin_layout Standard
2298 Quand la barre d'outils tableau est activée
2299 \begin_inset Note Note
2300 status open
2301
2302 \begin_layout Plain Layout
2303 ou la fenêtre ?
2304 \end_layout
2305
2306 \end_inset
2307
2308 , vous pouvez déplacer le curseur de cellule en cellule avec les touches
2309  de déplacement et voir s'afficher les propriétés de la cellule courante
2310  dans la fenêtre de dialogue.
2311 \end_layout
2312
2313 \begin_layout Section
2314 La barre d'outils tableau
2315 \begin_inset Index
2316 status collapsed
2317
2318 \begin_layout Plain Layout
2319 Tableau ! Barre d'outils
2320 \end_layout
2321
2322 \end_inset
2323
2324
2325 \end_layout
2326
2327 \begin_layout Standard
2328 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2329  permet de modifier plus rapidement les tableaux.
2330  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2331  le curseur se trouve à l'intérieur d'un tableau.
2332  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2333  au menu 
2334 \family sans
2335 Visualiser\SpecialChar \menuseparator
2336 Barres
2337 \begin_inset space ~
2338 \end_inset
2339
2340 d'outils\SpecialChar \menuseparator
2341 Tableau
2342 \family default
2343 .
2344 \end_layout
2345
2346 \begin_layout Standard
2347 La barre d'outils contient les icônes suivantes :
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../../images/tabular-feature_append-row.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  ajoute une ligne sous la cellule ou la sélection courante
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../../images/tabular-feature_append-column.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  ajoute une colonne à la droite de la cellule ou de la sélection courante
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../../images/tabular-feature_delete-row.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  supprime la ligne ou la sélection courante
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_delete-column.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  supprime la colonne ou la sélection courante
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../../images/tabular-feature_toggle-line-top.png
2398         scaleBeforeRotation
2399
2400 \end_inset
2401
2402  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2403  courante
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_toggle-line-bottom.png
2410         scaleBeforeRotation
2411
2412 \end_inset
2413
2414  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2415 \end_layout
2416
2417 \begin_layout Labeling
2418 \labelwidthstring 00.00.0000
2419 \begin_inset Graphics
2420         filename ../../images/tabular-feature_toggle-line-left.png
2421         scaleBeforeRotation
2422
2423 \end_inset
2424
2425  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2426 \begin_inset Note Note
2427 status collapsed
2428
2429 \begin_layout Plain Layout
2430 ou colonne ?
2431 \end_layout
2432
2433 \end_inset
2434
2435  ou de la sélection courante
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440 \begin_inset Graphics
2441         filename ../../images/tabular-feature_toggle-line-right.png
2442         scaleBeforeRotation
2443
2444 \end_inset
2445
2446  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2447 \begin_inset Note Note
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451 ou colonne ?
2452 \end_layout
2453
2454 \end_inset
2455
2456  ou de la sélection courante
2457 \end_layout
2458
2459 \begin_layout Labeling
2460 \labelwidthstring 00.00.0000
2461 \begin_inset Graphics
2462         filename ../../images/tabular-feature_set-all-lines.png
2463         scaleBeforeRotation
2464
2465 \end_inset
2466
2467  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2468  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2469  colonne et la ligne courante
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Graphics
2475         filename ../../images/tabular-feature_unset-all-lines.png
2476         scaleBeforeRotation
2477
2478 \end_inset
2479
2480  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2481  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2482  aussi la colonne et la ligne courante
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Graphics
2488         filename ../../images/tabular-feature_align-left.png
2489         scaleBeforeRotation
2490
2491 \end_inset
2492
2493  aligne à gauche le contenu de la cellule ou de la colonne courante
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498 \begin_inset Graphics
2499         filename ../../images/tabular-feature_align-center.png
2500         scaleBeforeRotation
2501
2502 \end_inset
2503
2504  centre horizontalement le contenu de la cellule ou de la colonne courante
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Graphics
2510         filename ../../images/tabular-feature_align-right.png
2511         scaleBeforeRotation
2512
2513 \end_inset
2514
2515  aligne à droite le contenu de la cellule ou de la colonne courante
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Graphics
2521         filename ../../images/tabular-feature_valign-top.png
2522         scaleBeforeRotation
2523
2524 \end_inset
2525
2526  aligne le contenu de la cellule courante verticalement vers le haut
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Graphics
2532         filename ../../images/tabular-feature_valign-middle.png
2533         scaleBeforeRotation
2534
2535 \end_inset
2536
2537  centre verticalement le contenu de la cellule courante
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Graphics
2543         filename ../../images/tabular-feature_valign-bottom.png
2544         scaleBeforeRotation
2545
2546 \end_inset
2547
2548  aligne le contenu de la cellule courante verticalement vers le bas
2549 \end_layout
2550
2551 \begin_layout Labeling
2552 \labelwidthstring 00.00.0000
2553 \begin_inset Graphics
2554         filename ../../images/tabular-feature_set-rotate-cell.png
2555         scaleBeforeRotation
2556
2557 \end_inset
2558
2559  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2560 re
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Graphics
2566         filename ../../images/tabular-feature_set-rotate-tabular.png
2567         scaleBeforeRotation
2568
2569 \end_inset
2570
2571  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Graphics
2577         filename ../../images/tabular-feature_multicolumn.png
2578         scaleBeforeRotation
2579
2580 \end_inset
2581
2582  transforme en multi-colonne la cellule ou la sélection courante
2583 \end_layout
2584
2585 \begin_layout Standard
2586 \begin_inset Note Greyedout
2587 status open
2588
2589 \begin_layout Plain Layout
2590
2591 \series bold
2592 Note :
2593 \series default
2594  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2595  est utilisé pour toutes les autres cellules de la ligne.
2596 \end_layout
2597
2598 \end_inset
2599
2600
2601 \end_layout
2602
2603 \begin_layout Section
2604 Le Menu Éditer Tableau
2605 \begin_inset Index
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Tableau ! Menu Éditer
2610 \end_layout
2611
2612 \end_inset
2613
2614
2615 \end_layout
2616
2617 \begin_layout Standard
2618 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2619  
2620 \family sans
2621 Éditer\SpecialChar \menuseparator
2622 Tableau
2623 \family default
2624  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2625  ou de la ligne courante et aussi de transformer la sélection courante en
2626  multi-colonne.
2627  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2628 \end_layout
2629
2630 \begin_layout Section
2631 Flottant de Tableau
2632 \begin_inset CommandInset label
2633 LatexCommand label
2634 name "sec:Table-Floats"
2635
2636 \end_inset
2637
2638
2639 \begin_inset Index
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Flottants ! Tableaux
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \begin_inset Index
2650 status collapsed
2651
2652 \begin_layout Plain Layout
2653 Tableau ! Flottants
2654 \end_layout
2655
2656 \end_inset
2657
2658
2659 \end_layout
2660
2661 \begin_layout Standard
2662 Pour des explications générales sur les flottants, jetez un œil à la section
2663 \begin_inset space ~
2664 \end_inset
2665
2666
2667 \begin_inset CommandInset ref
2668 LatexCommand ref
2669 reference "sec:Flottants-Introduction"
2670
2671 \end_inset
2672
2673 .
2674 \end_layout
2675
2676 \begin_layout Standard
2677 \begin_inset Float table
2678 placement h
2679 wide false
2680 sideways false
2681 status open
2682
2683 \begin_layout Plain Layout
2684 \begin_inset Caption
2685
2686 \begin_layout Plain Layout
2687 \begin_inset CommandInset label
2688 LatexCommand label
2689 name "tab:Flottant-de-tableau"
2690
2691 \end_inset
2692
2693 Un flottant de tableau.
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Plain Layout
2702 \align center
2703 \begin_inset Tabular
2704 <lyxtabular version="3" rows="3" columns="3">
2705 <features>
2706 <column alignment="center" valignment="top" width="0pt">
2707 <column alignment="center" valignment="top" width="0pt">
2708 <column alignment="center" valignment="top" width="0pt">
2709 <row>
2710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2711 \begin_inset Text
2712
2713 \begin_layout Plain Layout
2714 1
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723 2
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732 3
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 </row>
2738 <row>
2739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743 Jules
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 Marie
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761 Jean
2762 \end_layout
2763
2764 \end_inset
2765 </cell>
2766 </row>
2767 <row>
2768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\int x^{2}dx$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784 \begin_inset Formula $\left[\begin{array}{cc}
2785 a & b\\
2786 c & d\end{array}\right]$
2787 \end_inset
2788
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798 \begin_inset Formula $1+1=2$
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 </row>
2807 </lyxtabular>
2808
2809 \end_inset
2810
2811
2812 \end_layout
2813
2814 \end_inset
2815
2816
2817 \end_layout
2818
2819 \begin_layout Standard
2820 Les flottants de tableau sont insérés en utilisant le menu 
2821 \family sans
2822 Insérer\SpecialChar \menuseparator
2823 Flottant\SpecialChar \menuseparator
2824 Tableau
2825 \family default
2826  ou le bouton 
2827 \begin_inset Graphics
2828         filename ../../images/float-insert_table.png
2829         scale 85
2830         scaleBeforeRotation
2831
2832 \end_inset
2833
2834  de la barre d'outils.
2835 \end_layout
2836
2837 \begin_layout Standard
2838 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2839  qui a comme étiquette 
2840 \begin_inset Quotes eld
2841 \end_inset
2842
2843 Tableau
2844 \begin_inset space ~
2845 \end_inset
2846
2847 #:
2848 \begin_inset Quotes erd
2849 \end_inset
2850
2851  (où # est le numéro du tableau).
2852  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2853 \end_layout
2854
2855 \begin_layout Standard
2856 Le tableau
2857 \begin_inset space ~
2858 \end_inset
2859
2860
2861 \begin_inset CommandInset ref
2862 LatexCommand ref
2863 reference "tab:Flottant-de-tableau"
2864
2865 \end_inset
2866
2867  est un exemple de tableau dans un flottant de tableau.
2868 \end_layout
2869
2870 \begin_layout Standard
2871 On met habituellement la légende au dessus des tableaux, mais cette règle
2872  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2873  Cela signifie que si vous utilisez un document appartenant aux classes
2874  
2875 \family sans
2876 article
2877 \family default
2878
2879 \family sans
2880 book
2881 \family default
2882
2883 \family sans
2884 letter
2885 \family default
2886 , ou
2887 \family sans
2888  report
2889 \family default
2890  il n'y aura pas d'espace entre la légende et le tableau.
2891  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2892  la commande de chargement du paquetage LaTeX 
2893 \series bold
2894 caption
2895 \series default
2896
2897 \begin_inset Index
2898 status collapsed
2899
2900 \begin_layout Plain Layout
2901 Paquetages LaTeX ! caption
2902 \end_layout
2903
2904 \end_inset
2905
2906  dans le préambule de votre document.
2907 \begin_inset Foot
2908 status open
2909
2910 \begin_layout Plain Layout
2911 Pour plus d'information voyez la section
2912 \begin_inset space ~
2913 \end_inset
2914
2915
2916 \begin_inset CommandInset ref
2917 LatexCommand ref
2918 reference "sec:Placement-légende"
2919
2920 \end_inset
2921
2922 .
2923 \end_layout
2924
2925 \end_inset
2926
2927 :
2928 \end_layout
2929
2930 \begin_layout Standard
2931
2932 \series bold
2933 tableposition=top
2934 \end_layout
2935
2936 \begin_layout Standard
2937 Le paquetage 
2938 \series bold
2939 caption
2940 \series default
2941 , qui est décrit dans la section
2942 \begin_inset space ~
2943 \end_inset
2944
2945
2946 \begin_inset CommandInset ref
2947 LatexCommand ref
2948 reference "sec:Formatage-légende"
2949
2950 \end_inset
2951
2952 , est utilisé pour ajuster le format des légendes.
2953 \end_layout
2954
2955 \begin_layout Standard
2956 Dans le texte, on fait référence à un tableau
2957 \begin_inset Index
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961 Références ! à un Tableau
2962 \end_layout
2963
2964 \end_inset
2965
2966  en faisant référence à sa légende.
2967  On insère donc une étiquette dans la légende en utilisant le menu 
2968 \family sans
2969 Insérer
2970 \family default
2971 \SpecialChar \menuseparator
2972
2973 \family sans
2974 Étiquette
2975 \family default
2976  ou le bouton 
2977 \begin_inset Graphics
2978         filename ../../images/label-insert.png
2979         scale 85
2980         scaleBeforeRotation
2981
2982 \end_inset
2983
2984  de la barre d'outils.
2985  On peut alors faire référence à cette étiquette en utilisant le menu 
2986 \family sans
2987 Insérer\SpecialChar \menuseparator
2988 Référence
2989 \begin_inset space ~
2990 \end_inset
2991
2992 croisée
2993 \family default
2994  ou le bouton 
2995 \begin_inset Graphics
2996         filename ../../images/dialog-show-new-inset_ref.png
2997         scale 85
2998         scaleBeforeRotation
2999
3000 \end_inset
3001
3002  de la barre d'outils.
3003 \begin_inset Newline newline
3004 \end_inset
3005
3006 Les références croisées sont expliquées en détail dans la section
3007 \begin_inset space ~
3008 \end_inset
3009
3010
3011 \begin_inset CommandInset ref
3012 LatexCommand ref
3013 reference "sec:Referencer-les-Flottants"
3014
3015 \end_inset
3016
3017 .
3018 \end_layout
3019
3020 \begin_layout Section
3021 Tableaux Longs
3022 \begin_inset CommandInset label
3023 LatexCommand label
3024 name "sec:Tableaux-longs"
3025
3026 \end_inset
3027
3028
3029 \begin_inset Index
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 Tableaux longs
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \begin_inset Index
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Tableau ! Tableaux longs
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3053  l'option 
3054 \family sans
3055 Utiliser
3056 \begin_inset space ~
3057 \end_inset
3058
3059 les
3060 \begin_inset space ~
3061 \end_inset
3062
3063 tableaux
3064 \begin_inset space ~
3065 \end_inset
3066
3067 longs
3068 \family default
3069  de l'onglet 
3070 \family sans
3071 Tableau
3072 \begin_inset space ~
3073 \end_inset
3074
3075 long
3076 \family default
3077  de la fenêtre 
3078 \family sans
3079 Paramètres
3080 \begin_inset space ~
3081 \end_inset
3082
3083 du
3084 \begin_inset space ~
3085 \end_inset
3086
3087 tableau
3088 \family default
3089  pour le répartir automatiquement sur plusieurs pages.
3090  En cochant cette option, vous activez un certain nombre de cases d'option
3091  et vous pouvez alors définir:
3092 \end_layout
3093
3094 \begin_layout Description
3095 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3096  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3097  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3098  première page, si 
3099 \family sans
3100 Premier
3101 \begin_inset space ~
3102 \end_inset
3103
3104 en-tête
3105 \family default
3106  est défini.
3107  Ces lignes forment l'en-tête principal.
3108 \end_layout
3109
3110 \begin_layout Description
3111 Premier
3112 \begin_inset space ~
3113 \end_inset
3114
3115 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3116  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3117  d'en-tête utilisées pour la première page du tableau long.
3118 \end_layout
3119
3120 \begin_layout Description
3121 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3122  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3123  constituant les pieds de toutes les pages du tableau long ; sauf de la
3124  dernière page si 
3125 \family sans
3126 Dernier
3127 \begin_inset space ~
3128 \end_inset
3129
3130 pied
3131 \family default
3132  est défini.
3133 \end_layout
3134
3135 \begin_layout Description
3136 Dernier
3137 \begin_inset space ~
3138 \end_inset
3139
3140 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3141  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3142  constituant le pied de la dernière page du tableau long
3143 \end_layout
3144
3145 \begin_layout Standard
3146 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3147  Si vous activez plusieurs options pour une même ligne, vous devez être
3148  conscients que seule la première sera prise en compte.
3149  
3150 \begin_inset Note Note
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 Il y a quelque chose que je n'ai pas compris : la deuxième option serait
3155  mise automatiquement à 
3156 \begin_inset Quotes eld
3157 \end_inset
3158
3159 est vide
3160 \begin_inset Quotes erd
3161 \end_inset
3162
3163 ...(NdT)
3164 \end_layout
3165
3166 \end_inset
3167
3168 Dans ce contexte, première veut dire première en suivant l'ordre 
3169 \family sans
3170 Pied, Dernier
3171 \begin_inset space ~
3172 \end_inset
3173
3174 Pied, 
3175 \family default
3176 et
3177 \family sans
3178  En-tête, Premier
3179 \begin_inset space ~
3180 \end_inset
3181
3182 En-tête
3183 \family default
3184 .
3185  Voyez le tableau long qui suit pour voir comment ça marche :
3186 \end_layout
3187
3188 \begin_layout Standard
3189 \align center
3190 \begin_inset Tabular
3191 <lyxtabular version="3" rows="69" columns="3">
3192 <features islongtable="true">
3193 <column alignment="left" valignment="top" width="0cm">
3194 <column alignment="left" valignment="top" width="0pt">
3195 <column alignment="right" valignment="top" width="0pt">
3196 <row endfirsthead="true">
3197 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \series bold
3203 Exemple d'annuaire téléphonique (ignorez les noms)
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row endfirsthead="true">
3228 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 NOM
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 TEL.
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row endhead="true">
3261 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \series bold
3267 Exemple d'annuaire téléphonique
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row endhead="true">
3292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \series bold
3298 NOM
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 TEL.
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row endfoot="true">
3325 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329  continue page suivante
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row>
3354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 Annovi
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 Silvia
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 111
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 Bertoli
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 Stefano
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 111
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 Bozzi
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 Walter
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 111
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Cachia
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Maria
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Cachia
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Maurizio
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Cinquemani
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Giusi
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Colin
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Bernard
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Concli
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Gianfranco
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Dal Bosco
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Carolina
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Dalpiaz
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Annamaria
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Feliciello
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Domenico
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Focarelli
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Paola
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Galletti
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Oreste
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Gasparini
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Franca
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Rizzardi
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Paola
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Lassini
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Giancarlo
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Malfatti
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Luciano
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Malfatti
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Valeriano
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Meneguzzo
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Roberto
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Mezzadra
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Roberto
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Pirpamer
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Erich
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Pochiesa
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Paolo
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111, 222
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Radina
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Claudio
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \series bold
4073 Stuffer
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 Oskar
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 111
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 <row>
4098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \series bold
4104 Tacchelli
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 Ugo
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 111
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 </row>
4128 <row>
4129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133
4134 \series bold
4135 Tezzele
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Margit
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 111
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \series bold
4166 Unterkalmsteiner
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Frieda
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 111
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Vieider
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Hilde
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 111
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Vigna
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Jürgen
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 111
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Weber
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Maurizio
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 111
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Winkler
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Franz
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 111
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319  
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Annovi
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Silvia
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 555
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Bertoli
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Stefano
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 555
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Bozzi
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Walter
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 555
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Cachia
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Maria
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Cachia
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Maurizio
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Cinquemani
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Giusi
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Colin
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Bernard
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Concli
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Gianfranco
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Dal Bosco
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Carolina
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Dalpiaz
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Annamaria
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Feliciello
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Domenico
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Focarelli
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Paola
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Galletti
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Oreste
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Gasparini
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Franca
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Rizzardi
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Paola
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Lassini
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Giancarlo
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Malfatti
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Luciano
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Malfatti
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Valeriano
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Meneguzzo
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Roberto
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Mezzadra
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Roberto
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Pirpamer
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Erich
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 555
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Pochiesa
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Paolo
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555, 222
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Radina
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Claudio
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row>
5057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061
5062 \series bold
5063 Stuffer
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 Oskar
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 555
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \series bold
5094 Tacchelli
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 Ugo
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 555
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 </row>
5118 <row>
5119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123
5124 \series bold
5125 Tezzele
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 Margit
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 555
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \series bold
5156 Unterkalmsteiner
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Frieda
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 555
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \series bold
5187 Vieider
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Hilde
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 555
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \series bold
5218 Vigna
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 Jürgen
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 999
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \series bold
5249 Weber
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 Maurizio
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 555
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
5274 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \series bold
5280 Winkler
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 Franz
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 555
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row endlastfoot="true">
5305 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 Fin
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 </lyxtabular>
5334
5335 \end_inset
5336
5337
5338 \begin_inset ERT
5339 status open
5340
5341 \begin_layout Plain Layout
5342
5343
5344 \backslash
5345 addtocounter{table}{-1}
5346 \end_layout
5347
5348 \end_inset
5349
5350
5351 \begin_inset Note Note
5352 status open
5353
5354 \begin_layout Plain Layout
5355 Voyez la note grisée de la section
5356 \begin_inset space ~
5357 \end_inset
5358
5359
5360 \begin_inset CommandInset ref
5361 LatexCommand ref
5362 reference "sub:Tableaux-longs-légende"
5363
5364 \end_inset
5365
5366  pour une explication de cette commande.
5367 \end_layout
5368
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \begin_layout Subsection
5375 Notes de Bas de Page dans les Tableaux Longs
5376 \begin_inset CommandInset label
5377 LatexCommand label
5378 name "sub:Notes-dans-tableau-long"
5379
5380 \end_inset
5381
5382
5383 \begin_inset Index
5384 status collapsed
5385
5386 \begin_layout Plain Layout
5387 Tableaux longs ! Notes de bas de page
5388 \end_layout
5389
5390 \end_inset
5391
5392
5393 \end_layout
5394
5395 \begin_layout Standard
5396 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5397  long.
5398  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5399  contenant la note.
5400  Par exemple le tableau
5401 \begin_inset space ~
5402 \end_inset
5403
5404
5405 \begin_inset CommandInset ref
5406 LatexCommand ref
5407 reference "tab:Légendes-tableau-différentes"
5408
5409 \end_inset
5410
5411  a une note de bas de page.
5412 \end_layout
5413
5414 \begin_layout Subsection
5415 Alignement des Tableaux Longs
5416 \begin_inset Index
5417 status collapsed
5418
5419 \begin_layout Plain Layout
5420 Tableaux longs ! Alignement
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 Par défaut les Tableaux Longs sont centrés.
5430  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5431  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5432  de dialogue.
5433  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5434  des longueurs 
5435 \series bold
5436
5437 \backslash
5438 LTleft 
5439 \series default
5440 et 
5441 \series bold
5442
5443 \backslash
5444 LTright
5445 \series default
5446  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5447  concerné :
5448 \end_layout
5449
5450 \begin_layout Standard
5451
5452 \series bold
5453
5454 \backslash
5455 setlength{
5456 \backslash
5457 LTleft}{valeur}
5458 \end_layout
5459
5460 \begin_layout Standard
5461 Où 
5462 \series bold
5463 valeur
5464 \series default
5465  peut avoir n'importe laquelle des unités listées dans le tableau
5466 \begin_inset space ~
5467 \end_inset
5468
5469
5470 \begin_inset CommandInset ref
5471 LatexCommand ref
5472 reference "cha:Unités-de-longueur"
5473
5474 \end_inset
5475
5476 .
5477  
5478 \series bold
5479
5480 \backslash
5481 LTleft
5482 \series default
5483  contrôle la distance horizontale entre le bord gauche de la page et le
5484  tableau, et
5485 \series bold
5486  
5487 \backslash
5488 LTright
5489 \series default
5490  la distance au bord droit.
5491  La valeur par défaut des ces deux distances est 
5492 \series bold
5493
5494 \backslash
5495 fill
5496 \series default
5497 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5498 \end_layout
5499
5500 \begin_layout Standard
5501 Le tableau long suivant a été aligné à gauche en mettant 
5502 \series bold
5503
5504 \backslash
5505 LTleft
5506 \series default
5507  à 0
5508 \begin_inset space \thinspace{}
5509 \end_inset
5510
5511 pt.
5512 \begin_inset ERT
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516
5517
5518 \backslash
5519 setlength{
5520 \backslash
5521 LTleft}{0pt}
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 \begin_inset Tabular
5531 <lyxtabular version="3" rows="5" columns="5">
5532 <features islongtable="true">
5533 <column alignment="center" valignment="top" width="0">
5534 <column alignment="center" valignment="top" width="0">
5535 <column alignment="center" valignment="top" width="0">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 1
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 2
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 3
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 4
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 5
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 <row>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 s
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 s
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 s
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 s
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 s
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 asd
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 s
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 s
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 asd
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 asd
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 </lyxtabular>
5774
5775 \end_inset
5776
5777
5778 \begin_inset ERT
5779 status collapsed
5780
5781 \begin_layout Plain Layout
5782
5783
5784 \backslash
5785 setlength{
5786 \backslash
5787 LTleft}{
5788 \backslash
5789 fill}
5790 \end_layout
5791
5792 \end_inset
5793
5794
5795 \end_layout
5796
5797 \begin_layout Subsection
5798 Légendes et Tableaux longs
5799 \begin_inset Index
5800 status collapsed
5801
5802 \begin_layout Plain Layout
5803 Tableaux longs ! Légendes
5804 \end_layout
5805
5806 \end_inset
5807
5808
5809 \begin_inset CommandInset label
5810 LatexCommand label
5811 name "sub:Tableaux-longs-légende"
5812
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \begin_layout Standard
5819 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5820  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5821  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5822  Longs.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 Comme LyX ne gère pas complètement les légendes dans les Tableaux Longs,
5827  on doit bricoler un peu pour les créer :
5828 \end_layout
5829
5830 \begin_layout Enumerate
5831 Créez
5832 \family sans
5833  
5834 \family default
5835 un Tableau long.
5836 \end_layout
5837
5838 \begin_layout Enumerate
5839 Sélectionnez sa première ligne et désactivez sa ligne de bordure du haut.
5840 \end_layout
5841
5842 \begin_layout Enumerate
5843 Insérez la légende dans la première cellule du tableau en utilisant le menu
5844 \family sans
5845  Insérer\SpecialChar \menuseparator
5846 Légende
5847 \family default
5848  .
5849 \begin_inset Newline newline
5850 \end_inset
5851
5852 Vous pouvez aussi ajouter un titre court pour la légende qui apparaîtra
5853  dans la Liste des Figures à la place de la légende complète.
5854 \end_layout
5855
5856 \begin_layout Enumerate
5857 Insérez 
5858 \begin_inset Quotes eld
5859 \end_inset
5860
5861
5862 \series bold
5863
5864 \backslash
5865
5866 \backslash
5867 %
5868 \series default
5869
5870 \begin_inset Quotes erd
5871 \end_inset
5872
5873  en tant que code LaTeX après la légende.
5874 \end_layout
5875
5876 \begin_layout Standard
5877 Le 
5878 \series bold
5879
5880 \backslash
5881
5882 \backslash
5883 %
5884 \series default
5885  placé après le texte de la légende supprime les lignes verticales entre
5886  les cellules suivantes de cette ligne.
5887  La première ligne de notre tableau est une fausse ligne qui sert à mettre
5888  la légende, le tableau commence réellement à la deuxième ligne.
5889 \end_layout
5890
5891 \begin_layout Standard
5892 Voici un petit Tableau long pour voir comment ça marche :
5893 \end_layout
5894
5895 \begin_layout Standard
5896 \begin_inset Tabular
5897 <lyxtabular version="3" rows="6" columns="5">
5898 <features islongtable="true">
5899 <column alignment="center" valignment="top" width="0">
5900 <column alignment="center" valignment="top" width="0">
5901 <column alignment="center" valignment="top" width="0">
5902 <column alignment="center" valignment="top" width="0">
5903 <column alignment="center" valignment="top" width="0">
5904 <row caption="true">
5905 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 \begin_inset Caption
5910
5911 \begin_layout Plain Layout
5912 Tableau long avec une légende
5913 \begin_inset OptArg
5914 status open
5915
5916 \begin_layout Plain Layout
5917 Tableau long
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 1
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 2
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 3
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 4
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 5
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 </row>
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 asd
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 s
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 s
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 s
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 asd
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 </row>
6063 <row>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 asd
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 s
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 s
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 s
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 asd
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 s
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 s
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 s
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 asd
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 asd
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 asd
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 asd
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 </lyxtabular>
6205
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \begin_layout Standard
6212 \begin_inset VSpace medskip
6213 \end_inset
6214
6215
6216 \begin_inset Note Greyedout
6217 status open
6218
6219 \begin_layout Plain Layout
6220
6221 \series bold
6222 Note:
6223 \series default
6224  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6225  n'avez pas prévu de légende.
6226  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6227 \begin_inset space ~
6228 \end_inset
6229
6230 2.4 suit le tableau
6231 \begin_inset space ~
6232 \end_inset
6233
6234 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6235  sans légende.
6236  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6237  après chaque tableau long sans légende :
6238 \end_layout
6239
6240 \begin_layout Plain Layout
6241
6242 \series bold
6243
6244 \backslash
6245 addtocounter{table}{-1}
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \begin_layout Standard
6254 \begin_inset Note Greyedout
6255 status open
6256
6257 \begin_layout Plain Layout
6258
6259 \series bold
6260 Note:
6261 \series default
6262  Si vous utilisez le paquetage LaTeX 
6263 \series bold
6264 hyperref
6265 \series default
6266
6267 \begin_inset Index
6268 status collapsed
6269
6270 \begin_layout Plain Layout
6271 Paquetages LaTeX ! hyperref
6272 \end_layout
6273
6274 \end_inset
6275
6276  pour transformer vos références croisées en liens, le lien vers un tableau
6277  long pointera toujours sur le début du document.
6278 \end_layout
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset Newpage newpage
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \begin_layout Subsubsection
6293 Références à des tableaux longs
6294 \begin_inset Index
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298 Tableaux longs ! Références
6299 \end_layout
6300
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Standard
6307 \begin_inset Tabular
6308 <lyxtabular version="3" rows="6" columns="5">
6309 <features islongtable="true">
6310 <column alignment="center" valignment="top" width="0">
6311 <column alignment="center" valignment="top" width="0">
6312 <column alignment="center" valignment="top" width="0">
6313 <column alignment="center" valignment="top" width="0">
6314 <column alignment="center" valignment="top" width="0">
6315 <row caption="true">
6316 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 \begin_inset Caption
6321
6322 \begin_layout Plain Layout
6323 Tableau long référencé
6324 \begin_inset CommandInset label
6325 LatexCommand label
6326 name "tab:RefExemple"
6327
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 </row>
6377 <row>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 1
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 2
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 3
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 4
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 5
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 <row>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 asd
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 s
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 s
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 s
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 asd
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 s
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 s
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 s
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 asd
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 asd
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 s
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 s
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 asd
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 sad
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 asd
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 </lyxtabular>
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \begin_layout Standard
6620 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6621  dans sa légende.
6622  Notez qu'il faut ajouter le préfixe 
6623 \begin_inset Quotes eld
6624 \end_inset
6625
6626
6627 \emph on
6628 tab:
6629 \emph default
6630
6631 \begin_inset Quotes erd
6632 \end_inset
6633
6634  manuellement dans le champ de l'étiquette.
6635 \end_layout
6636
6637 \begin_layout Standard
6638 Ceci est une référence au tableau
6639 \begin_inset space ~
6640 \end_inset
6641
6642
6643 \begin_inset CommandInset ref
6644 LatexCommand ref
6645 reference "tab:RefExemple"
6646
6647 \end_inset
6648
6649 .
6650 \end_layout
6651
6652 \begin_layout Standard
6653 La mise en forme de la légende peut être ajustée avec celle de toutes les
6654  autres légendes de votre document en utilisant le paquetage LaTeX 
6655 \series bold
6656 caption
6657 \series default
6658
6659 \begin_inset Index
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663 Paquetages LaTeX ! caption
6664 \end_layout
6665
6666 \end_inset
6667
6668 , voir la section
6669 \begin_inset space ~
6670 \end_inset
6671
6672
6673 \begin_inset CommandInset ref
6674 LatexCommand ref
6675 reference "sec:Formatage-légende"
6676
6677 \end_inset
6678
6679 .
6680 \end_layout
6681
6682 \begin_layout Subsubsection
6683 Largeur de la légende
6684 \begin_inset Index
6685 status collapsed
6686
6687 \begin_layout Plain Layout
6688 Tableaux longs ! Largeur de la légende
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \begin_layout Standard
6697 La largeur maximale des lignes de légende est définie par la longueur 
6698 \series bold
6699
6700 \backslash
6701 LTcapwidth
6702 \series default
6703 .
6704  Sa valeur par défaut est 4
6705 \begin_inset space \thinspace{}
6706 \end_inset
6707
6708 in.
6709  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6710  de votre document ou en tant que code TeX directement dans votre document
6711  avant le tableau qui doit être affectée.
6712 \end_layout
6713
6714 \begin_layout Standard
6715
6716 \series bold
6717
6718 \backslash
6719 setlength{
6720 \backslash
6721 LTcapwidth}{largeur}
6722 \end_layout
6723
6724 \begin_layout Standard
6725 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6726 ce
6727 \begin_inset space ~
6728 \end_inset
6729
6730
6731 \begin_inset CommandInset ref
6732 LatexCommand ref
6733 reference "cha:Unités-de-longueur"
6734
6735 \end_inset
6736
6737 .
6738 \end_layout
6739
6740 \begin_layout Standard
6741 Les tableaux suivants montrent la différence :
6742 \end_layout
6743
6744 \begin_layout Standard
6745 \begin_inset Tabular
6746 <lyxtabular version="3" rows="6" columns="5">
6747 <features islongtable="true">
6748 <column alignment="center" valignment="top" width="0">
6749 <column alignment="center" valignment="top" width="0">
6750 <column alignment="center" valignment="top" width="0">
6751 <column alignment="center" valignment="top" width="0">
6752 <column alignment="center" valignment="top" width="0">
6753 <row caption="true">
6754 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 \begin_inset Caption
6759
6760 \begin_layout Plain Layout
6761 long titre complet avec la largeur par défaut long titre complet avec la
6762  largeur par défaut long titre complet avec la largeur par défaut
6763 \begin_inset OptArg
6764 status open
6765
6766 \begin_layout Plain Layout
6767 Légende avec largeur par défaut
6768 \end_layout
6769
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 </row>
6819 <row>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 1
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 2
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 3
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 4
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 5
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 </row>
6866 <row>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 asd
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 s
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 s
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 s
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 <row>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 asd
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 s
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 s
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 asd
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 s
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 s
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 asd
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 sad
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 </lyxtabular>
7055
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \begin_layout Standard
7062 \begin_inset ERT
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067
7068 \backslash
7069 setlength{
7070 \backslash
7071 LTcapwidth}{5cm}
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \begin_inset Tabular
7078 <lyxtabular version="3" rows="6" columns="5">
7079 <features islongtable="true">
7080 <column alignment="center" valignment="top" width="0">
7081 <column alignment="center" valignment="top" width="0">
7082 <column alignment="center" valignment="top" width="0">
7083 <column alignment="center" valignment="top" width="0">
7084 <column alignment="center" valignment="top" width="0">
7085 <row caption="true">
7086 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 \begin_inset Caption
7091
7092 \begin_layout Plain Layout
7093 long titre complet avec la largeur réglée à 5
7094 \begin_inset space \thinspace{}
7095 \end_inset
7096
7097 cm long titre complet avec la largeur réglée à 5
7098 \begin_inset space \thinspace{}
7099 \end_inset
7100
7101 cm long titre complet avec la largeur réglée à 5
7102 \begin_inset space \thinspace{}
7103 \end_inset
7104
7105 cm
7106 \begin_inset OptArg
7107 status open
7108
7109 \begin_layout Plain Layout
7110 Légende avec largeur à
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 =
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 5
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 cm
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 1
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 2
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 3
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 4
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 5
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 asd
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 s
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 s
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 s
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 <row>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 s
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 s
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 asd
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 sad
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 asd
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 asd
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 </lyxtabular>
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \begin_layout Standard
7417 \begin_inset ERT
7418 status collapsed
7419
7420 \begin_layout Plain Layout
7421
7422
7423 \backslash
7424 setlength{
7425 \backslash
7426 LTcapwidth}{4in}
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \begin_layout Standard
7435 \begin_inset Note Greyedout
7436 status open
7437
7438 \begin_layout Plain Layout
7439
7440 \series bold
7441 Note:
7442 \series default
7443  Quand on utilise la paquetage LaTeX 
7444 \series bold
7445 caption
7446 \series default
7447
7448 \begin_inset Index
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 Paquetages LaTeX ! caption
7453 \end_layout
7454
7455 \end_inset
7456
7457  , comme c'est les cas dans ce document, la légende prend toute la largeur
7458  de la page quand on utilise la largeur par défaut de 4
7459 \begin_inset space \thinspace{}
7460 \end_inset
7461
7462 in pour 
7463 \series bold
7464
7465 \backslash
7466 LTcapwidth
7467 \series default
7468 .
7469  Pour avoir dans ce cas une légende qui fasse exactement 4
7470 \begin_inset space \thinspace{}
7471 \end_inset
7472
7473 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7474  comme par exemple 3.99
7475 \begin_inset space \thinspace{}
7476 \end_inset
7477
7478 in, soit utiliser la commande LaTeX 
7479 \series bold
7480
7481 \backslash
7482 captionsetup{width=valeur}
7483 \series default
7484  qui est disponible dans le paquetage 
7485 \series bold
7486 caption
7487 \series default
7488 .
7489 \end_layout
7490
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \begin_layout Subsubsection
7497 Des Légendes différentes sur chaque page d'un tableau
7498 \begin_inset OptArg
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 Légendes différentes
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \begin_inset Index
7509 status collapsed
7510
7511 \begin_layout Plain Layout
7512 Tableaux longs ! Légendes différentes par page
7513 \end_layout
7514
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \begin_layout Standard
7521 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7522  de celle de la première page, insérez une légende avec un titre court non
7523  vide dans une fausse première ligne qui sera marquée comme étant le premier
7524  en-tête.
7525  La légende utilisée pour les autres pages est insérée comme une légende
7526  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7527  principal.
7528  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7529  suivante à la place de la boîte de légende de LyX :
7530 \end_layout
7531
7532 \begin_layout Standard
7533
7534 \series bold
7535
7536 \backslash
7537 caption*{caption text}
7538 \end_layout
7539
7540 \begin_layout Standard
7541 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7542  la légende du premier en-tête.
7543  Le tableau
7544 \begin_inset space ~
7545 \end_inset
7546
7547
7548 \begin_inset CommandInset ref
7549 LatexCommand ref
7550 reference "tab:Légendes-tableau-différentes"
7551
7552 \end_inset
7553
7554  est un exemple de tableau long avec des légendes différentes et où la seconde
7555  légende ne contient pas le numéro du tableau.
7556 \end_layout
7557
7558 \begin_layout Standard
7559 \align center
7560 \begin_inset Tabular
7561 <lyxtabular version="3" rows="60" columns="3">
7562 <features islongtable="true">
7563 <column alignment="left" valignment="top" width="0cm">
7564 <column alignment="left" valignment="top" width="0pt">
7565 <column alignment="right" valignment="top" width="0pt">
7566 <row endfirsthead="true" caption="true">
7567 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 \begin_inset Caption
7572
7573 \begin_layout Plain Layout
7574 Exemple d'annuaire téléphonique
7575 \begin_inset CommandInset label
7576 LatexCommand label
7577 name "tab:Légendes-tableau-différentes"
7578
7579 \end_inset
7580
7581
7582 \begin_inset OptArg
7583 status open
7584
7585 \begin_layout Plain Layout
7586 Exemple Annuaire 
7587 \end_layout
7588
7589 \end_inset
7590
7591
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row endfirsthead="true">
7621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \series bold
7627 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row endfirsthead="true">
7652 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 NOM
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 TÉL.
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row endhead="true" caption="true">
7685 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset ERT
7690 status open
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 caption*{Suite de l'exemple d'annuaire téléphonique}
7697 \backslash
7698
7699 \backslash
7700 %
7701 \end_layout
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row endhead="true">
7730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Exemple d'annuaire téléphonique
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row endhead="true">
7761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 NOM
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \series bold
7787 TÉL.
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endfoot="true">
7794 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 suite page suivante\SpecialChar \ldots{}
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 Annovi
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 Silvia
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 111
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \series bold
7861 Bertoli
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 Stefano
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 111
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Bozzi
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Walter
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Cachia
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Maria
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Cachia
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 Maurizio
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 111
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Cinquemani
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Giusi
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Colin
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Bernard
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Concli
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Gianfranco
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Dal Bosco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Carolina
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Dalpiaz
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Annamaria
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Feliciello
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Domenico
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Focarelli
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Paola
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Galletti
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Oreste
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Gasparini
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Franca
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Rizzardi
8265 \series default
8266
8267 \begin_inset Foot
8268 status open
8269
8270 \begin_layout Plain Layout
8271 Exemple de note de bas de page
8272 \end_layout
8273
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Paola
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Lassini
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Giancarlo
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Malfatti
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Luciano
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Malfatti
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Valeriano
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Meneguzzo
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Roberto
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Mezzadra
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Roberto
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Pirpamer
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Erich
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Pochiesa
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Paolo
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111, 222
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Radina
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Claudio
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Stuffer
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Oskar
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Tacchelli
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Ugo
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Tezzele
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Margit
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Unterkalmsteiner
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Frieda
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Vieider
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Hilde
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Vigna
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Jürgen
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Weber
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Maurizio
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Winkler
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Franz
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801  
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Annovi
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Silvia
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 555
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Bertoli
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Stefano
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 555
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Bozzi
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Walter
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Cachia
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Maria
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Cachia
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Maurizio
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Cinquemani
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Giusi
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Colin
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Bernard
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Concli
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Gianfranco
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Dal Bosco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Carolina
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Dalpiaz
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Annamaria
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Feliciello
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Domenico
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Focarelli
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Paola
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Galletti
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Oreste
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Gasparini
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Franca
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Rizzardi
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Paola
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Lassini
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Giancarlo
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Malfatti
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Luciano
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Malfatti
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Valeriano
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Meneguzzo
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Roberto
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Mezzadra
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Roberto
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row endlastfoot="true">
9446 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 </lyxtabular>
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Section
9482 Questions particulières concernant les tableaux longs
9483 \begin_inset OptArg
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487 Questions sur les tableaux longs
9488 \end_layout
9489
9490 \end_inset
9491
9492
9493 \begin_inset CommandInset label
9494 LatexCommand label
9495 name "sec:Questions-sur-tableaux-longs"
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Subsection
9503 Calculs des pages des tableaux longs
9504 \begin_inset Index
9505 status collapsed
9506
9507 \begin_layout Plain Layout
9508 Tableaux longs ! Calculs
9509 \end_layout
9510
9511 \end_inset
9512
9513
9514 \end_layout
9515
9516 \begin_layout Standard
9517 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9518  en utilisant des blocs (chunks).
9519  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9520  mémoire de LaTeX.
9521  La valeur par défaut est fixée pour des raisons historiques à seulement
9522  20 lignes de tableau.
9523  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9524  peut ralentir la création de votre document.
9525  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9526  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9527  préambule de votre document :
9528 \end_layout
9529
9530 \begin_layout Standard
9531
9532 \series bold
9533
9534 \backslash
9535 setcounter{LTchunksize}{100}
9536 \end_layout
9537
9538 \begin_layout Subsection
9539 Les Flottants et les Tableaux Longs
9540 \begin_inset Index
9541 status collapsed
9542
9543 \begin_layout Plain Layout
9544 Tableaux longs ! Flottants
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9554  commence un tableau long.
9555  Pour éviter une telle situation, ajoutez la commande 
9556 \series bold
9557
9558 \backslash
9559 clearpage
9560 \series default
9561  en tant que code TeX juste avant votre tableau long.
9562 \end_layout
9563
9564 \begin_layout Subsection
9565 Sauts de pages forcés
9566 \begin_inset Index
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tableaux longs ! Sauts de pages forcés
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9580  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9581  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9582  de saut de ligne 
9583 \begin_inset Quotes eld
9584 \end_inset
9585
9586
9587 \backslash
9588
9589 \backslash
9590
9591 \begin_inset Quotes erd
9592 \end_inset
9593
9594  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9595  Avant la commande 
9596 \begin_inset Quotes eld
9597 \end_inset
9598
9599
9600 \backslash
9601
9602 \backslash
9603
9604 \begin_inset Quotes erd
9605 \end_inset
9606
9607 , vous devez insérer en code TeX, autant de caractères 
9608 \begin_inset Quotes eld
9609 \end_inset
9610
9611 &
9612 \begin_inset Quotes erd
9613 \end_inset
9614
9615  qu'il y a de colonnes après la cellule concernée.
9616  Le caractère 
9617 \begin_inset Quotes eld
9618 \end_inset
9619
9620 &
9621 \begin_inset Quotes erd
9622 \end_inset
9623
9624  sert à séparer les colonnes d'un tableau.
9625  Écrivez en code-TeX, après chaque 
9626 \begin_inset Quotes eld
9627 \end_inset
9628
9629 &
9630 \begin_inset Quotes erd
9631 \end_inset
9632
9633  le contenu des cellules correspondantes et en même temps supprimez le contenu
9634  de ces cellules dans le texte normal.
9635  
9636 \begin_inset Newline newline
9637 \end_inset
9638
9639 Après la commande 
9640 \backslash
9641
9642 \backslash
9643 , insérez autant de caractères 
9644 \begin_inset Quotes eld
9645 \end_inset
9646
9647 &
9648 \begin_inset Quotes erd
9649 \end_inset
9650
9651  qu'il y a de colonnes avant la colonne traitée.
9652  Dans le tableau
9653 \begin_inset space ~
9654 \end_inset
9655
9656
9657 \begin_inset CommandInset ref
9658 LatexCommand ref
9659 reference "tab:Tableau-saut-de-page"
9660
9661 \end_inset
9662
9663  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9664  suivie par une autre colonne.
9665  La commande suivante a donc été insérée en code TeX dans la cellule après
9666  le mot 
9667 \begin_inset Quotes eld
9668 \end_inset
9669
9670
9671 \emph on
9672 Castelchiodato,
9673 \emph default
9674
9675 \begin_inset Quotes erd
9676 \end_inset
9677
9678 :
9679 \end_layout
9680
9681 \begin_layout Standard
9682
9683 \series bold
9684 & 111
9685 \backslash
9686
9687 \backslash
9688
9689 \begin_inset Newline newline
9690 \end_inset
9691
9692 &
9693 \end_layout
9694
9695 \begin_layout Standard
9696 Le 
9697 \begin_inset Quotes eld
9698 \end_inset
9699
9700 111
9701 \begin_inset Quotes erd
9702 \end_inset
9703
9704  dans la troisième colonne de la ligne a été supprimé.
9705  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9706  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9707  est coupée, utilisez cette commande à la place de la précédente :
9708 \end_layout
9709
9710 \begin_layout Standard
9711
9712 \series bold
9713 & 111
9714 \backslash
9715
9716 \backslash
9717
9718 \begin_inset Newline newline
9719 \end_inset
9720
9721
9722 \backslash
9723 hline &
9724 \end_layout
9725
9726 \begin_layout Standard
9727 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9728  insérer la commande
9729 \end_layout
9730
9731 \begin_layout Standard
9732
9733 \series bold
9734
9735 \backslash
9736 setlength{
9737 \backslash
9738 parfillskip}{0pt}
9739 \end_layout
9740
9741 \begin_layout Standard
9742 au début de la cellule.
9743  Cela assure que la portion de la cellule qui va se trouver affichée sur
9744  la page suivante le sera avec toute la largeur de la cellule.
9745 \end_layout
9746
9747 \begin_layout Standard
9748 \align center
9749 \begin_inset Tabular
9750 <lyxtabular version="3" rows="39" columns="3">
9751 <features islongtable="true">
9752 <column alignment="left" valignment="top" width="0cm">
9753 <column alignment="left" valignment="top" width="3cm">
9754 <column alignment="right" valignment="top" width="0pt">
9755 <row endfirsthead="true" caption="true">
9756 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 \begin_inset Caption
9761
9762 \begin_layout Plain Layout
9763 Tableau avec un saut de page forcé dans une cellule
9764 \begin_inset CommandInset label
9765 LatexCommand label
9766 name "tab:Tableau-saut-de-page"
9767
9768 \end_inset
9769
9770
9771 \begin_inset OptArg
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775 Tableau avec un saut de page forcé dans une cellule
9776 \end_layout
9777
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784
9785
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row endfirsthead="true">
9810 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \series bold
9816 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row endfirsthead="true">
9841 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \series bold
9847 NOM
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 TÉL.
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row endhead="true" caption="true">
9874 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9886 \backslash
9887
9888 \backslash
9889 %
9890 \end_layout
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row endhead="true">
9919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923  
9924 \series bold
9925 Exemple d'annuaire téléphonique
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row endhead="true">
9950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 NOM
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 TÉL.
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row endfoot="true">
9983 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 suite page suivante\SpecialChar \ldots{}
9988
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 </row>
10012 <row>
10013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \series bold
10019 Annovi
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 Silvia
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 111
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 Bertoli
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 Stefano
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 111
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \series bold
10081 Bozzi
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 Walter
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 111
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row>
10106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 Cachia
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 Maria
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 111
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row>
10137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \series bold
10143 Cachia
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 Maurizio
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 111
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Cinquemani
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Giusi
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Colin
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Bernard
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Concli
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Gianfranco
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Dal Bosco
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Carolina
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Dalpiaz
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Annamaria
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Feliciello
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 Domenico
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Focarelli
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Paola
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Galletti
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Oreste
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \series bold
10422 Gasparini
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Franca
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Lassini
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Giancarlo
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Malfatti
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Luciano
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Malfatti
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Valeriano
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Meneguzzo
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Roberto
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Mezzadra
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Roberto
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Pirpamer
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 Erich
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 111
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 <row>
10633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637
10638 \series bold
10639 Pochiesa
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 Paolo
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 111, 222
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \series bold
10670 Radina
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 Claudio
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 111
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 </row>
10694 <row>
10695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699
10700 \series bold
10701 Rizzardi
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 Fürst von Rossano, 5.
10711  Herzog von Canemorte, 11.
10712  Herzog von Palombara, 5.
10713  Herzog von Castelchiodato,
10714 \begin_inset ERT
10715 status open
10716
10717 \begin_layout Plain Layout
10718
10719 & 111
10720 \backslash
10721
10722 \backslash
10723
10724 \end_layout
10725
10726 \begin_layout Plain Layout
10727
10728 &
10729 \end_layout
10730
10731 \end_inset
10732
10733  11.
10734  Herzog von Poggionativo, 11.
10735  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10736  Graf von Valinfreda, 11.
10737  Baron von Cropalati, 11.
10738  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760 Stuffer
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 Oskar
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 111
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \series bold
10791 Tacchelli
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Ugo
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 111
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Tezzele
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Margit
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Unterkalmsteiner
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Frieda
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Vieider
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Hilde
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Vigna
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Jürgen
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Weber
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Maurizio
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Winkler
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Franz
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row endlastfoot="true">
11002 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 </lyxtabular>
11031
11032 \end_inset
11033
11034
11035 \end_layout
11036
11037 \begin_layout Standard
11038 \begin_inset Note Note
11039 status open
11040
11041 \begin_layout Plain Layout
11042 il semble qu'il y ait un problème avec cet exemple ...
11043  le saut de page ne se fait pas à l'endroit voulu ! 
11044 \end_layout
11045
11046 \begin_layout Plain Layout
11047 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11048  ! (NdT)
11049 \end_layout
11050
11051 \end_inset
11052
11053
11054 \begin_inset Newpage newpage
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Section
11061 Colonnes et lignes à lignes multiples
11062 \end_layout
11063
11064 \begin_layout Subsection
11065 Lignes multiples dans une cellule de tableau
11066 \begin_inset CommandInset label
11067 LatexCommand label
11068 name "sub:Lignes-multiple-dans-cellule"
11069
11070 \end_inset
11071
11072
11073 \begin_inset Index
11074 status collapsed
11075
11076 \begin_layout Plain Layout
11077 Plusieurs lignes dans une case de tableau
11078 \end_layout
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Tableau ! Saut de ligne
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \begin_layout Standard
11096 \align center
11097 \begin_inset Float table
11098 placement H
11099 wide false
11100 sideways false
11101 status open
11102
11103 \begin_layout Plain Layout
11104 \begin_inset Caption
11105
11106 \begin_layout Plain Layout
11107 \begin_inset CommandInset label
11108 LatexCommand label
11109 name "tab:Tableau-avec-plusieurs-lignes"
11110
11111 \end_inset
11112
11113 Tableau avec des lignes multiples dans une cellule
11114 \end_layout
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Plain Layout
11122 \align center
11123 \begin_inset Tabular
11124 <lyxtabular version="3" rows="3" columns="3">
11125 <features>
11126 <column alignment="center" valignment="middle" width="2.5cm">
11127 <column alignment="center" valignment="middle" width="0">
11128 <column alignment="center" valignment="middle" width="0">
11129 <row>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 Lignes
11135 \begin_inset Newline linebreak
11136 \end_inset
11137
11138 multiples
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 b
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 c
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 d
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 e
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 f
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 g
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 h
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 i
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 </lyxtabular>
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228
11229
11230 \end_layout
11231
11232 \begin_layout Standard
11233 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11234  d'un paragraphe avec des sauts de lignes et des césures.
11235 \end_layout
11236
11237 \begin_layout Standard
11238 Pour obtenir le tableau
11239 \begin_inset space ~
11240 \end_inset
11241
11242
11243 \begin_inset CommandInset ref
11244 LatexCommand ref
11245 reference "tab:Tableau-avec-plusieurs-lignes"
11246
11247 \end_inset
11248
11249 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11250  droit dessus.
11251  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11252  2.5
11253 \begin_inset space \thinspace{}
11254 \end_inset
11255
11256 cm et choisissez les alignements vertical et horizontal centrés.
11257  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11258  Comme notre texte est plus petit que 2.5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 cm, une seule ligne va apparaître.
11263  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11264  
11265 \family sans
11266 Ctrl-Shift-Entrée
11267 \family default
11268 ).
11269  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11270 ement découpé en plusieurs lignes.
11271 \end_layout
11272
11273 \begin_layout Standard
11274 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11275  pas effectuer de césure si c'est le premier élément de la cellule.
11276  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11277  premier élément : Ajoutez un espace horizontal de 0
11278 \begin_inset space \thinspace{}
11279 \end_inset
11280
11281 pt juste avant votre mot.
11282  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11283  Le tableau 
11284 \begin_inset space ~
11285 \end_inset
11286
11287
11288 \begin_inset CommandInset ref
11289 LatexCommand ref
11290 reference "tab:Tableau-césure"
11291
11292 \end_inset
11293
11294  montre l'effet de cette insertion.
11295 \end_layout
11296
11297 \begin_layout Standard
11298 \begin_inset Float table
11299 placement h
11300 wide false
11301 sideways false
11302 status open
11303
11304 \begin_layout Plain Layout
11305 \begin_inset Caption
11306
11307 \begin_layout Plain Layout
11308 \begin_inset CommandInset label
11309 LatexCommand label
11310 name "tab:Tableau-césure"
11311
11312 \end_inset
11313
11314 Tableau avec et sans césure.
11315 \end_layout
11316
11317 \end_inset
11318
11319
11320 \end_layout
11321
11322 \begin_layout Plain Layout
11323 \begin_inset space \hfill{}
11324 \end_inset
11325
11326
11327 \begin_inset Tabular
11328 <lyxtabular version="3" rows="3" columns="3">
11329 <features>
11330 <column alignment="center" valignment="middle" width="2.5cm">
11331 <column alignment="center" valignment="middle" width="0">
11332 <column alignment="center" valignment="middle" width="0">
11333 <row>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 mottrèslongdansunecellule
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \begin_inset space \hfill{}
11426 \end_inset
11427
11428
11429 \begin_inset Tabular
11430 <lyxtabular version="3" rows="3" columns="3">
11431 <features>
11432 <column alignment="center" valignment="middle" width="2.5cm">
11433 <column alignment="center" valignment="middle" width="0">
11434 <column alignment="center" valignment="middle" width="0">
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset space \hspace{}
11441 \length 0pt
11442 \end_inset
11443
11444 mottrèslongdansunecellule
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 b
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 c
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 d
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 e
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 f
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 g
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 h
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 i
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 </lyxtabular>
11527
11528 \end_inset
11529
11530
11531 \begin_inset space \hfill{}
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Standard
11543 \begin_inset Newpage newpage
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Subsection
11550 Multi-colonnes
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "sub:Multicolonnes"
11554
11555 \end_inset
11556
11557
11558 \begin_inset Index
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Multi-colonnes
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \begin_inset Index
11569 status collapsed
11570
11571 \begin_layout Plain Layout
11572 Tableau ! Multi-colonnes
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Subsubsection
11581 Les Bases des Multicolonnes
11582 \end_layout
11583
11584 \begin_layout Standard
11585 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11586  qu'elle doit couvrir et utilisez soit le bouton
11587 \begin_inset Graphics
11588         filename ../../images/tabular-feature_multicolumn.png
11589         scale 85
11590         scaleBeforeRotation
11591
11592 \end_inset
11593
11594  de la barre d'outils tableau, ou le menu 
11595 \family sans
11596 Éditer\SpecialChar \menuseparator
11597 Tableau\SpecialChar \menuseparator
11598 Multi-colonnes
11599 \family default
11600 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11601  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11602  
11603 \family sans
11604 Tableau
11605 \family default
11606 .
11607 \end_layout
11608
11609 \begin_layout Standard
11610 Les multi-colonnes ont leurs propres paramètres de cellule.
11611  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11612  de la cellule, cela n'affecte que la cellule multi-colonne.
11613  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11614  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11615 \end_layout
11616
11617 \begin_layout Standard
11618 \align center
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="3" columns="4">
11621 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11622 <column alignment="center" valignment="top" width="0pt">
11623 <column alignment="center" valignment="middle" width="0">
11624 <column alignment="center" valignment="top" width="0in">
11625 <column alignment="center" valignment="top" width="0pt">
11626 <row>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 abc
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 def ghi
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 jkl
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 <row>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 A
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 B
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 C
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 D
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 <row>
11703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 1
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 2
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 3
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 4
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 </lyxtabular>
11741
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Subsubsection
11748 Calculs avec les multi-colonnes
11749 \begin_inset CommandInset label
11750 LatexCommand label
11751 name "sub:Calculs-multicolonnes"
11752
11753 \end_inset
11754
11755
11756 \begin_inset Index
11757 status collapsed
11758
11759 \begin_layout Plain Layout
11760 Multi-colonnes ! Calculs
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Standard
11769 LyX gère directement les multi-colonnes, mais nous devons faire attention
11770  à la largeur des cellules couvertes par la cellule multicolonne.
11771 \end_layout
11772
11773 \begin_layout Standard
11774 \begin_inset Float table
11775 placement h
11776 wide false
11777 sideways false
11778 status open
11779
11780 \begin_layout Plain Layout
11781 \begin_inset Caption
11782
11783 \begin_layout Plain Layout
11784 \begin_inset CommandInset label
11785 LatexCommand label
11786 name "tab:Tableau-multicolonne-parfaite"
11787
11788 \end_inset
11789
11790 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11791  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11792 \begin_inset OptArg
11793 status open
11794
11795 \begin_layout Plain Layout
11796 Tableau avec multicolonne parfaite
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Plain Layout
11810 \align center
11811 \begin_inset Tabular
11812 <lyxtabular version="3" rows="3" columns="3">
11813 <features>
11814 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11815 <column alignment="center" valignment="middle" width="0">
11816 <column alignment="center" valignment="top" width="0">
11817 <row>
11818 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 multicolonne sur plusieurs lignes
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 c
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 d
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 e
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 f
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 g
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 h
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 i
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 </lyxtabular>
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \begin_layout Standard
11917 Par exemple, pour créer le tableau
11918 \begin_inset space ~
11919 \end_inset
11920
11921
11922 \begin_inset CommandInset ref
11923 LatexCommand ref
11924 reference "tab:Tableau-multicolonne-parfaite"
11925
11926 \end_inset
11927
11928 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11929  3×3 et faites un clic droit dessus.
11930  Ensuite choisissez pour cette cellule
11931 \emph on
11932 ,
11933 \emph default
11934  dans la fenêtre de dialogue de tableau, 
11935 \emph on
11936 multicolonne
11937 \emph default
11938
11939 \emph on
11940 alignement
11941 \begin_inset space ~
11942 \end_inset
11943
11944 horizontal
11945 \begin_inset space ~
11946 \end_inset
11947
11948 centré
11949 \emph default
11950  et une largeur de 2.5
11951 \begin_inset space \thinspace{}
11952 \end_inset
11953
11954 cm.
11955  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11956  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11957 \begin_inset space \thinspace{}
11958 \end_inset
11959
11960 cm pour la première colonne.
11961  La deuxième colonne aura alors automatiquement une largeur de 1.25
11962 \begin_inset space \thinspace{}
11963 \end_inset
11964
11965 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11966  C'est ce qui a été fait pour le tableau
11967 \begin_inset space ~
11968 \end_inset
11969
11970
11971 \begin_inset CommandInset ref
11972 LatexCommand ref
11973 reference "tab:Tableau-multicolonne-imparfait"
11974
11975 \end_inset
11976
11977 .
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \begin_inset Float table
11982 wide false
11983 sideways false
11984 status open
11985
11986 \begin_layout Plain Layout
11987 \begin_inset Caption
11988
11989 \begin_layout Plain Layout
11990 \begin_inset CommandInset label
11991 LatexCommand label
11992 name "tab:Tableau-multicolonne-imparfait"
11993
11994 \end_inset
11995
11996 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
11997  de la largeur de la cellule multicolonne.
11998 \begin_inset OptArg
11999 status open
12000
12001 \begin_layout Plain Layout
12002 Tableau avec multicolonne pas parfaite
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Plain Layout
12016 \align center
12017 \begin_inset Tabular
12018 <lyxtabular version="3" rows="3" columns="3">
12019 <features>
12020 <column alignment="center" valignment="top" width="1.25cm">
12021 <column alignment="center" valignment="top" width="0">
12022 <column alignment="center" valignment="top" width="0">
12023 <row>
12024 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12025 \begin_inset Text
12026
12027 \begin_layout Plain Layout
12028 multicolonne sur plusieurs lignes
12029 \end_layout
12030
12031 \end_inset
12032 </cell>
12033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 c
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 </row>
12052 <row>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 d
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 e
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 f
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 </row>
12081 <row>
12082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 g
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 h
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 i
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 </lyxtabular>
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Standard
12123 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12124  de la cellule multicolonne, elle est un peu plus large.
12125  La raison est que la taille que l'on donne à une cellule, 
12126 \begin_inset Formula $W_{g}$
12127 \end_inset
12128
12129  n'est pas sa taille totale, 
12130 \begin_inset Formula $W_{\mathrm{tot}}$
12131 \end_inset
12132
12133  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12134  lui donne.
12135  L'appendice
12136 \begin_inset space ~
12137 \end_inset
12138
12139
12140 \begin_inset CommandInset ref
12141 LatexCommand eqref
12142 reference "cha:Explication-de-l'Equation"
12143
12144 \end_inset
12145
12146  explique pourquoi en détail.
12147 \end_layout
12148
12149 \begin_layout Standard
12150 La largeur nécessaire 
12151 \begin_inset Formula $W_{g\, n}$
12152 \end_inset
12153
12154  quand 
12155 \emph on
12156 n
12157 \emph default
12158  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12159  ait une largeur totale de 
12160 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12161 \end_inset
12162
12163 :
12164 \begin_inset Formula \begin{equation}
12165 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 Dans notre cas nous avons 
12174 \begin_inset Formula $n=2$
12175 \end_inset
12176
12177
12178 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12179 \end_inset
12180
12181 cm et les valeurs par défaut pour les autres longueurs, l'équation
12182 \begin_inset space ~
12183 \end_inset
12184
12185
12186 \begin_inset CommandInset ref
12187 LatexCommand ref
12188 reference "eq:Wgn"
12189
12190 \end_inset
12191
12192  devient
12193 \begin_inset Formula \begin{equation}
12194 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12203  
12204 \series bold
12205 calc
12206 \series default
12207  avec la ligne suivante dans le préambule du document
12208 \begin_inset Index
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212 Paquetages LaTeX ! calc
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Standard
12221
12222 \series bold
12223
12224 \backslash
12225 usepackage{calc}
12226 \end_layout
12227
12228 \begin_layout Standard
12229 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12230  de dialogue.
12231  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12232  la fenêtre de dialogue.
12233  Voici un aperçu de ces paramètres :
12234 \end_layout
12235
12236 \begin_layout Itemize
12237
12238 \series bold
12239 p{largeur}
12240 \series default
12241  crée une cellule de taille donnée, le texte est aligné verticalement en
12242  haut.
12243 \end_layout
12244
12245 \begin_layout Itemize
12246
12247 \series bold
12248 m{largeur}
12249 \series default
12250  crée une cellule de taille donnée, le texte est aligné verticalement au
12251  centre
12252 \end_layout
12253
12254 \begin_layout Itemize
12255
12256 \series bold
12257 b{largeur}
12258 \series default
12259  crée une cellule de taille donnée, le texte est aligné verticalement en
12260  bas
12261 \end_layout
12262
12263 \begin_layout Standard
12264 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12265  la fenêtre de dialogue sont ignorés.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 \begin_inset Note Greyedout
12270 status open
12271
12272 \begin_layout Plain Layout
12273
12274 \series bold
12275 Note:
12276 \series default
12277  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12278  en compte.
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Comme le texte doit être centré horizontalement, on ajoute la commande 
12288 \series bold
12289
12290 \backslash
12291 centering
12292 \series default
12293 .
12294  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12295  des colonnes recouvertes :
12296 \end_layout
12297
12298 \begin_layout Standard
12299
12300 \series bold
12301 >{
12302 \backslash
12303 centering}m{1.25cm-6.2pt}
12304 \end_layout
12305
12306 \begin_layout Standard
12307 La commande 
12308 \series bold
12309 >{ }
12310 \series default
12311  signifie que les commandes qui se trouvent entre les accolades doivent
12312  être appliquées avant que la cellule ne soit créée.
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12317  multicolonne, il est toujours aligné à gauche.
12318  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12319  isolées.
12320  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12321 \end_layout
12322
12323 \begin_layout Standard
12324
12325 \series bold
12326 >{
12327 \backslash
12328 centering}m{2.5cm}
12329 \end_layout
12330
12331 \begin_layout Subsection
12332 Multi-lignes
12333 \begin_inset Index
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337 Multi-lignes
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \begin_inset Index
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 Tableau ! Multi-ligne
12348 \end_layout
12349
12350 \end_inset
12351
12352
12353 \begin_inset Index
12354 status collapsed
12355
12356 \begin_layout Plain Layout
12357 Paquetages LaTeX ! multirow
12358 \end_layout
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12367  par LyX, il faut donc utiliser un peu de code TeX.
12368  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12369 \series bold
12370 multirow 
12371 \series default
12372 dans le préambule de votre document avec la commande 
12373 \end_layout
12374
12375 \begin_layout Standard
12376
12377 \series bold
12378
12379 \backslash
12380 usepackage{multirow}
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Les cellules multilignes sont créées avec la commande
12385 \end_layout
12386
12387 \begin_layout Standard
12388
12389 \series bold
12390
12391 \backslash
12392 multirow{number of rows}{cell width}{cell entry}
12393 \end_layout
12394
12395 \begin_layout Standard
12396 Pour créer le tableau suivant :
12397 \end_layout
12398
12399 \begin_layout Standard
12400 \align center
12401 \begin_inset ERT
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405
12406
12407 \backslash
12408 renewcommand{
12409 \backslash
12410 multirowsetup}{
12411 \backslash
12412 centering}
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \begin_inset Tabular
12419 <lyxtabular version="3" rows="3" columns="3">
12420 <features>
12421 <column alignment="center" valignment="top" width="0">
12422 <column alignment="center" valignment="top" width="0">
12423 <column alignment="center" valignment="top" width="0">
12424 <row>
12425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 a
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 b
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 c
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 \begin_inset ERT
12459 status open
12460
12461 \begin_layout Plain Layout
12462
12463
12464 \backslash
12465 multirow{2}{2.5cm}{
12466 \end_layout
12467
12468 \end_inset
12469
12470 cellule multi-lignes
12471 \begin_inset ERT
12472 status collapsed
12473
12474 \begin_layout Plain Layout
12475
12476 }
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 e
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 f
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row>
12506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 h
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 i
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 </lyxtabular>
12535
12536 \end_inset
12537
12538
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544
12545 \backslash
12546 renewcommand{
12547 \backslash
12548 multirowsetup}{
12549 \backslash
12550 raggedright}
12551 \end_layout
12552
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \begin_layout Standard
12559 créez un tableau 3×3.
12560  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12561  première colonne, la cellule est marquée comme étant une multicolonne et
12562  la bordure supérieure est désactivée.
12563  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12564  première colonne en y insérant la commande
12565 \end_layout
12566
12567 \begin_layout Standard
12568
12569 \series bold
12570
12571 \backslash
12572 multirow{2}{2.5cm}{
12573 \end_layout
12574
12575 \begin_layout Standard
12576 comme du code TeX.
12577  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12578  deux lignes et a une largeur de 2.5
12579 \begin_inset space \thinspace{}
12580 \end_inset
12581
12582 cm.
12583  Le contenu de la cellule suit le code TeX et on termine la commande en
12584  ajoutant l'accolade fermante 
12585 \series bold
12586 }
12587 \series default
12588  dans une nouvelle boîte de code TeX, juste après le texte.
12589 \end_layout
12590
12591 \begin_layout Standard
12592
12593 \series bold
12594
12595 \backslash
12596 multirow
12597 \series default
12598  aligne par défaut son contenu à gauche.
12599  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12600  
12601 \series bold
12602
12603 \backslash
12604 multirowsetup
12605 \series default
12606  avec la commande
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612
12613 \backslash
12614 renewcommand{
12615 \backslash
12616 multirowsetup}{
12617 \backslash
12618 centering}
12619 \end_layout
12620
12621 \begin_layout Standard
12622 dans le préambule du document.
12623  Après ça, tous les contenus de cellules multi-lignes du document seront
12624  centrés.
12625  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12626  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12627  juste avant le tableau concerné, plutôt que dans le préambule.
12628  Si le texte doit être aligné à droite, remplacez 
12629 \series bold
12630
12631 \backslash
12632 centering
12633 \series default
12634  par 
12635 \series bold
12636
12637 \backslash
12638 raggedleft
12639 \series default
12640 .
12641  Pour revenir à l'alignement à gauche utilisez 
12642 \series bold
12643
12644 \backslash
12645 raggedright
12646 \series default
12647 .
12648 \end_layout
12649
12650 \begin_layout Section
12651 Les Tableaux Formels
12652 \begin_inset CommandInset label
12653 LatexCommand label
12654 name "sec:Tableaux-Formels"
12655
12656 \end_inset
12657
12658
12659 \begin_inset Index
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663 Tableau ! Formel
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \begin_layout Standard
12672 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12673  à celle du tableau
12674 \begin_inset space ~
12675 \end_inset
12676
12677
12678 \begin_inset CommandInset ref
12679 LatexCommand ref
12680 reference "tab:Exemple-tableau-booktabs"
12681
12682 \end_inset
12683
12684 .
12685  Ce genre de tableau est appelé 
12686 \begin_inset Quotes eld
12687 \end_inset
12688
12689
12690 \emph on
12691 formel
12692 \emph default
12693
12694 \begin_inset Quotes erd
12695 \end_inset
12696
12697 .
12698  Pour transformer un tableau en tableau formel, utilisez l'option 
12699 \family sans
12700 Formel
12701 \family default
12702  de l'onglet 
12703 \family sans
12704 Bordures
12705 \family default
12706  de la fenêtre de dialogue 
12707 \family sans
12708 Paramètres
12709 \begin_inset space ~
12710 \end_inset
12711
12712 du
12713 \begin_inset space ~
12714 \end_inset
12715
12716 tableau
12717 \family default
12718 .
12719 \end_layout
12720
12721 \begin_layout Standard
12722 \begin_inset Float table
12723 placement h
12724 wide false
12725 sideways false
12726 status open
12727
12728 \begin_layout Plain Layout
12729 \begin_inset Caption
12730
12731 \begin_layout Plain Layout
12732 \begin_inset CommandInset label
12733 LatexCommand label
12734 name "tab:Exemple-tableau-booktabs"
12735
12736 \end_inset
12737
12738 Exemple de tableau formel
12739 \end_layout
12740
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \begin_layout Plain Layout
12747 \align center
12748 \begin_inset Tabular
12749 <lyxtabular version="3" rows="8" columns="4">
12750 <features booktabs="true">
12751 <column alignment="center" valignment="top" width="0">
12752 <column alignment="center" valignment="top" width="0">
12753 <column alignment="center" valignment="top" width="0">
12754 <column alignment="center" valignment="top" width="0">
12755 <row>
12756 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 Système
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 Medipix
12770 \begin_inset Formula $\,$
12771 \end_inset
12772
12773 1
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 Medipix
12783 \begin_inset Formula $\,$
12784 \end_inset
12785
12786 2
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 \begin_inset ERT
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810
12811
12812 \backslash
12813 cmidrule(r){2-2}
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \begin_inset ERT
12820 status collapsed
12821
12822 \begin_layout Plain Layout
12823
12824
12825 \backslash
12826 cmidrule(l){3-4}
12827 \end_layout
12828
12829 \end_inset
12830
12831 Épaisseur du capteur [µm]
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 300
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 300
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 700
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row>
12865 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 Angle du biseau [°]
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 3.55
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 2.71
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 7.99
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 <row topspace="default">
12903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 Résolution spatiale [µm]
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 4.26
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 10.17
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 <cell alignment="center" valignment="top" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 10.56
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 </row>
12940 <row topspace="default">
12941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 MTF à 
12946 \begin_inset Formula $f_{\mathrm{max}}$
12947 \end_inset
12948
12949
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 0.53
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 0.37
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 0.39
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row topspace="default">
12983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset ERT
12988 status collapsed
12989
12990 \begin_layout Plain Layout
12991
12992
12993 \backslash
12994 cmidrule(l{10pt}){1-1}
12995 \end_layout
12996
12997 \end_inset
12998
12999 résolution spatiale LSF
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row>
13033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 en µm
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 129.7
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 52.75
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 50.78
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row>
13071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 en % de la taille des pixels
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 76.3
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 95.9
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 92.3
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 </row>
13108 </lyxtabular>
13109
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Standard
13121 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13122  
13123 \family sans
13124 Bordures
13125 \family default
13126  de la fenêtre de dialogue 
13127 \family sans
13128 Paramètres
13129 \begin_inset space ~
13130 \end_inset
13131
13132 du
13133 \begin_inset space ~
13134 \end_inset
13135
13136 tableau
13137 \family default
13138  comme c'est décrit dans la section
13139 \begin_inset space ~
13140 \end_inset
13141
13142
13143 \begin_inset CommandInset ref
13144 LatexCommand ref
13145 reference "sub:Espacement-lignes"
13146
13147 \end_inset
13148
13149 .
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13154  verticales.
13155  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13156  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13157  sortie imprimée :
13158 \begin_inset Newline newline
13159 \end_inset
13160
13161 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13162 \begin_inset space \thinspace{}
13163 \end_inset
13164
13165 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13166 \begin_inset space \thinspace{}
13167 \end_inset
13168
13169 em.
13170 \end_layout
13171
13172 \begin_layout Standard
13173 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13174  lignes de préambule suivantes :
13175 \end_layout
13176
13177 \begin_layout Standard
13178
13179 \series bold
13180
13181 \backslash
13182 let
13183 \backslash
13184 mytoprule
13185 \backslash
13186 toprule
13187 \begin_inset Newline newline
13188 \end_inset
13189
13190
13191 \backslash
13192 renewcommand{
13193 \backslash
13194 toprule}{
13195 \backslash
13196 mytoprule[width]}
13197 \end_layout
13198
13199 \begin_layout Standard
13200 Cet exemple concerne la première ligne, appelée 
13201 \series bold
13202 toprule
13203 \series default
13204 .
13205  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13206 \series bold
13207 toprule
13208 \series default
13209  par 
13210 \series bold
13211 bottomrule
13212 \series default
13213 .
13214  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13215  
13216 \series bold
13217 toprule
13218 \series default
13219  par 
13220 \series bold
13221 midrule
13222 \series default
13223 .
13224  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13225 \begin_inset space ~
13226 \end_inset
13227
13228
13229 \begin_inset CommandInset ref
13230 LatexCommand ref
13231 reference "cha:Unités-de-longueur"
13232
13233 \end_inset
13234
13235  pour préciser l'épaisseur voulue.
13236 \end_layout
13237
13238 \begin_layout Standard
13239 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13240  en mettant une ligne pour une cellule multi colonne.
13241  LyX va utiliser en interne la commande 
13242 \series bold
13243
13244 \backslash
13245 cmidrule
13246 \series default
13247  pour créer cette ligne.
13248  Sa syntaxe complète est :
13249 \end_layout
13250
13251 \begin_layout Standard
13252
13253 \series bold
13254
13255 \backslash
13256 cmidrule[largeur](rognage){colDépart-colFin}
13257 \end_layout
13258
13259 \begin_layout Standard
13260 Les options de la commande 
13261 \series bold
13262
13263 \backslash
13264 cmidrule
13265 \series default
13266  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13267  TeX pour pouvoir les utiliser.
13268  On peut créer manuellement des lignes 
13269 \series bold
13270
13271 \backslash
13272 mitrales
13273 \series default
13274  en insérant la commande en code TeX comme le premier élément de la première
13275  cellule de la ligne.
13276  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13277  en question.
13278 \end_layout
13279
13280 \begin_layout Standard
13281 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 em.
13286  
13287 \series bold
13288 colDépart
13289 \series default
13290  est le numéro de la colonne dans laquelle la ligne commence et 
13291 \series bold
13292 colFin
13293 \series default
13294  est le numéro de la colonne dans laquelle elle se termine.
13295  La valeur de 
13296 \series bold
13297 colFin
13298 \series default
13299  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13300  Le paramètre optionnel 
13301 \series bold
13302 rognage
13303 \series default
13304  peut être soit 
13305 \emph on
13306 l{largeurRognage}
13307 \emph default
13308 , ou 
13309 \emph on
13310 r{largeurRognage}
13311 \emph default
13312  où les valeurs de
13313 \emph on
13314  largeurRognage
13315 \emph default
13316  sont aussi optionnelles.
13317  En utilisant par exemple la valeur 
13318 \emph on
13319 l{2pt}
13320 \emph default
13321  pour ce paramètre, la ligne va être rognée de 2
13322 \begin_inset space \thinspace{}
13323 \end_inset
13324
13325 pt à son extrémité gauche.
13326  Si vous ne spécifiez pas de valeur pour 
13327 \emph on
13328 largeurRognage
13329 \emph default
13330  les lignes sont par défaut rognées de 0.5
13331 \begin_inset space \thinspace{}
13332 \end_inset
13333
13334 em.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 \begin_inset VSpace bigskip
13339 \end_inset
13340
13341 Le tableau
13342 \begin_inset space ~
13343 \end_inset
13344
13345
13346 \begin_inset CommandInset ref
13347 LatexCommand ref
13348 reference "tab:Exemple-tableau-booktabs"
13349
13350 \end_inset
13351
13352  a été créé en utilisant les commandes
13353 \end_layout
13354
13355 \begin_layout Standard
13356
13357 \series bold
13358
13359 \backslash
13360 cmidrule(r){2-2}
13361 \backslash
13362 cmidrule(l){3-4}
13363 \end_layout
13364
13365 \begin_layout Standard
13366 au début de la deuxième ligne et
13367 \end_layout
13368
13369 \begin_layout Standard
13370
13371 \series bold
13372
13373 \backslash
13374 cmidrule(l{10pt}){1-1}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 au début de la sixième ligne.
13379 \end_layout
13380
13381 \begin_layout Standard
13382 \begin_inset VSpace bigskip
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \begin_layout Standard
13389 Vous pouvez vouloir des commandes 
13390 \series bold
13391
13392 \backslash
13393 cmidrule
13394 \series default
13395 s qui se recouvrent comme pour le tableau
13396 \begin_inset space ~
13397 \end_inset
13398
13399
13400 \begin_inset CommandInset ref
13401 LatexCommand ref
13402 reference "tab:Tableau-booktabs-special"
13403
13404 \end_inset
13405
13406 .
13407  On obtient ce résultat en utilisant la commande suivante en code TeX
13408 \end_layout
13409
13410 \begin_layout Standard
13411
13412 \series bold
13413
13414 \backslash
13415 morecmidrules
13416 \end_layout
13417
13418 \begin_layout Standard
13419 La commande qui a été utilisée pour la deuxième ligne du tableau
13420 \begin_inset space ~
13421 \end_inset
13422
13423
13424 \begin_inset CommandInset ref
13425 LatexCommand ref
13426 reference "tab:Tableau-booktabs-special"
13427
13428 \end_inset
13429
13430  est
13431 \end_layout
13432
13433 \begin_layout Standard
13434
13435 \series bold
13436
13437 \backslash
13438 cmidrule(r){2-2}
13439 \backslash
13440 cmidrule(l){3-4}
13441 \backslash
13442 morecmidrules
13443 \backslash
13444 cmidrule{2-4}
13445 \end_layout
13446
13447 \begin_layout Standard
13448 La commande pour la sixième ligne est
13449 \end_layout
13450
13451 \begin_layout Standard
13452
13453 \series bold
13454
13455 \backslash
13456 midrule
13457 \backslash
13458 morecmidrules
13459 \backslash
13460 cmidrule{3-4}
13461 \end_layout
13462
13463 \begin_layout Standard
13464 \begin_inset VSpace bigskip
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \begin_layout Standard
13471 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13472 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13473  font toute la largeur du tableau :
13474 \end_layout
13475
13476 \begin_layout Standard
13477
13478 \series bold
13479
13480 \backslash
13481 specialrule{largeur}{espace au dessus}{espace en dessous}
13482 \end_layout
13483
13484 \begin_layout Standard
13485 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13486  du paquetage LaTeX 
13487 \series bold
13488 booktabs
13489 \series default
13490  
13491 \begin_inset CommandInset citation
13492 LatexCommand cite
13493 key "booktabs"
13494
13495 \end_inset
13496
13497 .
13498 \begin_inset Index
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502 Paquetages LaTeX ! booktabs
13503 \end_layout
13504
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \begin_layout Standard
13511 \begin_inset Float table
13512 placement h
13513 wide false
13514 sideways false
13515 status open
13516
13517 \begin_layout Plain Layout
13518 \begin_inset Caption
13519
13520 \begin_layout Plain Layout
13521 \begin_inset CommandInset label
13522 LatexCommand label
13523 name "tab:Tableau-booktabs-special"
13524
13525 \end_inset
13526
13527 Tableau formel spécial
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Plain Layout
13536 \align center
13537 \begin_inset Tabular
13538 <lyxtabular version="3" rows="8" columns="4">
13539 <features booktabs="true">
13540 <column alignment="center" valignment="top" width="0">
13541 <column alignment="center" valignment="top" width="0">
13542 <column alignment="center" valignment="top" width="0">
13543 <column alignment="center" valignment="top" width="0">
13544 <row>
13545 <cell alignment="center" valignment="top" topline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Système
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Medipix
13559 \begin_inset space \thinspace{}
13560 \end_inset
13561
13562 1
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 Medipix
13572 \begin_inset space \thinspace{}
13573 \end_inset
13574
13575 2
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 \begin_inset ERT
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599
13600
13601 \backslash
13602 cmidrule(r){2-2}
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613
13614 \backslash
13615 cmidrule(l){3-4}
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 morecmidrules 
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 cmidrule{2-4}
13642 \end_layout
13643
13644 \end_inset
13645
13646 Epaisseur du capteur [µm]
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 300
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 300
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 700
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 </row>
13679 <row>
13680 <cell alignment="center" valignment="top" topline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 Angle biseau [°]
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 3.55
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 2.71
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 7.99
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 <row topspace="default">
13718 <cell alignment="center" valignment="top" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 Résolution spatiale [µm]
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 4.26
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 10.17
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 10.56
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 </row>
13755 <row topspace="default">
13756 <cell alignment="center" valignment="top" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 MTF à 
13761 \begin_inset Formula $f_{\mathrm{max}}$
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 0.53
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 0.37
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 0.39
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 morecmidrules 
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820
13821 \backslash
13822 cmidrule{3-4}
13823 \end_layout
13824
13825 \end_inset
13826
13827 résolution spatiale LSF
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 en µm
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 129.7
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 52.75
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 50.78
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 <row>
13899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 en % de la taille des pixels
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 76.3
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 95.9
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 92.3
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 </row>
13936 </lyxtabular>
13937
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \begin_layout Section
13949 Alignement Vertical des Tableaux
13950 \begin_inset Index
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 Tableau ! Alignement
13955 \end_layout
13956
13957 \end_inset
13958
13959
13960 \end_layout
13961
13962 \begin_layout Standard
13963 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13964  doit être à l'intérieur d'une boîte.
13965  La boîte peut alors être alignée comme c'est décrit dans la 
13966 \begin_inset space ~
13967 \end_inset
13968
13969
13970 \begin_inset CommandInset ref
13971 LatexCommand ref
13972 reference "sec:Boîte-Dialogue"
13973
13974 \end_inset
13975
13976 .
13977 \end_layout
13978
13979 \begin_layout Standard
13980 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13981  minipage
13982 \begin_inset Foot
13983 status open
13984
13985 \begin_layout Plain Layout
13986 Les minipages son décrites dans la section
13987 \begin_inset space ~
13988 \end_inset
13989
13990
13991 \begin_inset CommandInset ref
13992 LatexCommand ref
13993 reference "sec:Minipages"
13994
13995 \end_inset
13996
13997 .
13998 \end_layout
13999
14000 \end_inset
14001
14002  dont la largeur est de 15
14003 \begin_inset space \thinspace{}
14004 \end_inset
14005
14006 col% :
14007 \end_layout
14008
14009 \begin_layout Itemize
14010 test 
14011 \begin_inset Box Frameless
14012 position "t"
14013 hor_pos "c"
14014 has_inner_box 1
14015 inner_pos "c"
14016 use_parbox 0
14017 width "15col%"
14018 special "none"
14019 height "1in"
14020 height_special "totalheight"
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024 \begin_inset Tabular
14025 <lyxtabular version="3" rows="3" columns="3">
14026 <features>
14027 <column alignment="center" valignment="top" width="0">
14028 <column alignment="center" valignment="top" width="0">
14029 <column alignment="center" valignment="top" width="0">
14030 <row>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 a
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 d
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 g
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 </row>
14059 <row>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 b
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 e
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 h
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 <row>
14089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 c
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 f
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 i
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 </lyxtabular>
14118
14119 \end_inset
14120
14121
14122 \end_layout
14123
14124 \end_inset
14125
14126  test 
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132
14133 \backslash
14134 raisebox{0.85
14135 \backslash
14136 baselineskip}{
14137 \end_layout
14138
14139 \end_inset
14140
14141
14142 \begin_inset Box Frameless
14143 position "t"
14144 hor_pos "c"
14145 has_inner_box 1
14146 inner_pos "c"
14147 use_parbox 0
14148 width "15col%"
14149 special "none"
14150 height "1in"
14151 height_special "totalheight"
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155 \begin_inset Tabular
14156 <lyxtabular version="3" rows="3" columns="3">
14157 <features>
14158 <column alignment="center" valignment="top" width="0">
14159 <column alignment="center" valignment="top" width="0">
14160 <column alignment="center" valignment="top" width="0">
14161 <row>
14162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 a
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 d
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 g
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 <row>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 b
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 e
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 h
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 </row>
14219 <row>
14220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 c
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 f
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 i
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 </row>
14248 </lyxtabular>
14249
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \end_inset
14256
14257
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Itemize
14272 test 
14273 \begin_inset Box Frameless
14274 position "c"
14275 hor_pos "c"
14276 has_inner_box 1
14277 inner_pos "c"
14278 use_parbox 0
14279 width "15col%"
14280 special "none"
14281 height "1in"
14282 height_special "totalheight"
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286 \begin_inset Tabular
14287 <lyxtabular version="3" rows="3" columns="3">
14288 <features>
14289 <column alignment="center" valignment="top" width="0">
14290 <column alignment="center" valignment="top" width="0">
14291 <column alignment="center" valignment="top" width="0">
14292 <row>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 a
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 d
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 g
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 </row>
14321 <row>
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 b
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 e
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 h
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row>
14351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 c
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 f
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 i
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 </lyxtabular>
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Itemize
14392 test 
14393 \begin_inset Box Frameless
14394 position "b"
14395 hor_pos "c"
14396 has_inner_box 1
14397 inner_pos "c"
14398 use_parbox 0
14399 width "15col%"
14400 special "none"
14401 height "1in"
14402 height_special "totalheight"
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406 \begin_inset Tabular
14407 <lyxtabular version="3" rows="3" columns="3">
14408 <features>
14409 <column alignment="center" valignment="top" width="0">
14410 <column alignment="center" valignment="top" width="0">
14411 <column alignment="center" valignment="top" width="0">
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 a
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 d
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 g
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 <row>
14442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 b
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 e
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 h
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 c
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 f
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 i
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 </row>
14499 </lyxtabular>
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \end_inset
14507
14508  test 
14509 \begin_inset ERT
14510 status collapsed
14511
14512 \begin_layout Plain Layout
14513
14514
14515 \backslash
14516 raisebox{-0.32
14517 \backslash
14518 baselineskip}{
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \begin_inset Box Frameless
14525 position "b"
14526 hor_pos "c"
14527 has_inner_box 1
14528 inner_pos "c"
14529 use_parbox 0
14530 width "15col%"
14531 special "none"
14532 height "1in"
14533 height_special "totalheight"
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537 \begin_inset Tabular
14538 <lyxtabular version="3" rows="3" columns="3">
14539 <features>
14540 <column alignment="center" valignment="top" width="0">
14541 <column alignment="center" valignment="top" width="0">
14542 <column alignment="center" valignment="top" width="0">
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 a
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 d
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 g
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577 b
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 e
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 h
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 <row>
14602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 c
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 f
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 i
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 </lyxtabular>
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645 }
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \begin_layout Standard
14654 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14655  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14656  la ligne dans laquelle le tableau est inséré.
14657  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14658  boîte élévatrice (raisebox)
14659 \begin_inset Foot
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14664 \begin_inset space ~
14665 \end_inset
14666
14667
14668 \begin_inset CommandInset ref
14669 LatexCommand ref
14670 reference "sub:Alignement-Vertical"
14671
14672 \end_inset
14673
14674 .
14675 \end_layout
14676
14677 \end_inset
14678
14679 .
14680  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14681  aligné en utilisant la commande en code TeX suivante 
14682 \end_layout
14683
14684 \begin_layout Standard
14685
14686 \series bold
14687
14688 \backslash
14689 raisebox{0.85
14690 \backslash
14691 baselineskip}{
14692 \end_layout
14693
14694 \begin_layout Standard
14695 placée juste avant la boîte minipage.
14696  Après la boîte on insère l'accolade fermante en code TeX.
14697  Pour le deuxième tableau de la dernière ligne, la commande 
14698 \end_layout
14699
14700 \begin_layout Standard
14701
14702 \series bold
14703
14704 \backslash
14705 raisebox{-0.32
14706 \backslash
14707 baselineskip}{
14708 \end_layout
14709
14710 \begin_layout Standard
14711 est utilisée.
14712 \end_layout
14713
14714 \begin_layout Standard
14715 \begin_inset Note Greyedout
14716 status open
14717
14718 \begin_layout Plain Layout
14719
14720 \series bold
14721 Note:
14722 \series default
14723  L'alignement entre le contenu de la ligne du tableau et le texte de la
14724  ligne qui l'entoure ne peut pas être parfait.
14725  Le facteur utilisé dans la commande 
14726 \series bold
14727
14728 \backslash
14729 raisebox
14730 \series default
14731  pour obtenir cet alignement dépend de la police de caractères du document,
14732  de la taille de la police et de l'épaisseur des lignes du tableau.
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \end_layout
14739
14740 \begin_layout Section
14741 Tableaux Colorés
14742 \begin_inset CommandInset label
14743 LatexCommand label
14744 name "sec:Tableaux-Colorés"
14745
14746 \end_inset
14747
14748
14749 \begin_inset Index
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753 Tableau ! Coloré
14754 \end_layout
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \begin_layout Subsection
14762 Cellules Colorées
14763 \begin_inset Index
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767 Couleur des tableaux ! Pour les cellules
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \begin_inset Index
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777 Couleur ! Pour les cellules de tableau
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset Float table
14787 placement h
14788 wide false
14789 sideways false
14790 status open
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Caption
14794
14795 \begin_layout Plain Layout
14796 \begin_inset CommandInset label
14797 LatexCommand label
14798 name "tab:Tableau-coloré-sans-colortbl"
14799
14800 \end_inset
14801
14802 Tableau coloré sans utiliser le paquetage  
14803 \series bold
14804 colortbl
14805 \series default
14806
14807 \begin_inset OptArg
14808 status open
14809
14810 \begin_layout Plain Layout
14811 Tableau sans colortbl
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \begin_layout Plain Layout
14825 \align center
14826 \begin_inset Tabular
14827 <lyxtabular version="3" rows="3" columns="3">
14828 <features>
14829 <column alignment="center" valignment="top" width="0">
14830 <column alignment="center" valignment="top" width="0">
14831 <column alignment="center" valignment="top" width="0">
14832 <row>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837
14838 \color green
14839 a
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848
14849 \color red
14850 b
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859
14860 \color red
14861 c
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \color green
14874 d
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883
14884 \color blue
14885 e
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \color blue
14896 f
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 <row>
14903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \color green
14909 g
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \color blue
14920 h
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929
14930 \color blue
14931 i
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 </lyxtabular>
14938
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Standard
14950 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14951  et choisissez une couleur dans le menu 
14952 \family sans
14953 Éditer\SpecialChar \menuseparator
14954 Style
14955 \begin_inset space ~
14956 \end_inset
14957
14958 de
14959 \begin_inset space ~
14960 \end_inset
14961
14962 Texte
14963 \family default
14964 .
14965  C'est ce qui a été utilisé pour créer le tableau
14966 \begin_inset space ~
14967 \end_inset
14968
14969
14970 \begin_inset CommandInset ref
14971 LatexCommand ref
14972 reference "tab:Tableau-coloré-sans-colortbl"
14973
14974 \end_inset
14975
14976 .
14977  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14978 \series bold
14979 colortbl
14980 \series default
14981 .
14982 \begin_inset Index
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986 Paquetages LaTeX ! colortbl
14987 \end_layout
14988
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \begin_layout Standard
14995 \begin_inset ERT
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999
15000
15001 \backslash
15002 ifcolortbl
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \begin_inset Note Note
15009 status open
15010
15011 \begin_layout Plain Layout
15012 La section qui suit ne sera affichée que si vous avez installé le paquetage
15013  LaTeX 
15014 \series bold
15015 colortbl
15016 \series default
15017 .
15018 \end_layout
15019
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \begin_layout Standard
15026 Pour créer des tableaux colorés, vous devez charger le paquetage
15027 \series bold
15028  colortbl
15029 \series default
15030  dans le préambule avec la ligne
15031 \end_layout
15032
15033 \begin_layout Standard
15034
15035 \series bold
15036
15037 \backslash
15038 usepackage{colortbl}
15039 \end_layout
15040
15041 \begin_layout Standard
15042 On choisit la couleur d'une colonne avec la commande 
15043 \end_layout
15044
15045 \begin_layout Standard
15046
15047 \series bold
15048
15049 \backslash
15050 columncolor{nom de couleur}
15051 \end_layout
15052
15053 \begin_layout Standard
15054 à l'intérieur d'une commande 
15055 \series bold
15056 >{ }
15057 \series default
15058 .
15059  Vous trouverez plus d'information sur la commande 
15060 \series bold
15061 >{}
15062 \series default
15063  dans la section
15064 \begin_inset space ~
15065 \end_inset
15066
15067
15068 \begin_inset CommandInset ref
15069 LatexCommand ref
15070 reference "sub:Calculs-multicolonnes"
15071
15072 \end_inset
15073
15074 .
15075 \end_layout
15076
15077 \begin_layout Standard
15078 Les noms de couleurs suivants sont prédéfinis :
15079 \end_layout
15080
15081 \begin_layout Standard
15082
15083 \family sans
15084 red
15085 \family default
15086  (rouge), 
15087 \family sans
15088 green
15089 \family default
15090  (vert), 
15091 \family sans
15092 yellow
15093 \family default
15094  (jaune), 
15095 \family sans
15096 blue
15097 \family default
15098  (bleu), 
15099 \family sans
15100 cyan
15101 \family default
15102
15103 \family sans
15104 magenta
15105 \family default
15106
15107 \family sans
15108 black 
15109 \family default
15110 (noir) et 
15111 \family sans
15112 white 
15113 \family default
15114 (blanc).
15115 \end_layout
15116
15117 \begin_layout Standard
15118 \begin_inset VSpace medskip
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \begin_layout Standard
15125 Vous pouvez aussi définir votre propre couleur avec la commande
15126 \end_layout
15127
15128 \begin_layout Standard
15129
15130 \series bold
15131
15132 \backslash
15133 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15134 \end_layout
15135
15136 \begin_layout Standard
15137 Le modèle de couleur peut être
15138 \end_layout
15139
15140 \begin_layout Labeling
15141 \labelwidthstring 00.00.0000
15142 cmyk: cyan, magenta, jaune (yellow), noir (black)
15143 \end_layout
15144
15145 \begin_layout Labeling
15146 \labelwidthstring 00.00.0000
15147 rgb: red, vert (green), bleu (blue)
15148 \end_layout
15149
15150 \begin_layout Labeling
15151 \labelwidthstring 00.00.0000
15152 gray dégradé de gris (gray)
15153 \end_layout
15154
15155 \begin_layout Standard
15156 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15157  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Vous pouvez par exemple définir la couleur 
15162 \begin_inset Quotes eld
15163 \end_inset
15164
15165
15166 \emph on
15167 vertfonce
15168 \begin_inset Quotes erd
15169 \end_inset
15170
15171  dans le préambule avec la ligne
15172 \end_layout
15173
15174 \begin_layout Standard
15175
15176 \series bold
15177
15178 \backslash
15179 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15180 \end_layout
15181
15182 \begin_layout Standard
15183 et la couleur "
15184 \emph on
15185 grisclair
15186 \emph default
15187 " avec
15188 \end_layout
15189
15190 \begin_layout Standard
15191
15192 \series bold
15193
15194 \backslash
15195 definecolor{grisclair}{gray}{0.8}
15196 \end_layout
15197
15198 \begin_layout Standard
15199 \begin_inset VSpace medskip
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Les lignes sont colorées avec la commande
15207 \end_layout
15208
15209 \begin_layout Standard
15210
15211 \series bold
15212
15213 \backslash
15214 rowcolor{nom de la couleur}
15215 \end_layout
15216
15217 \begin_layout Standard
15218 et les cellules sont colorées avec la commande
15219 \end_layout
15220
15221 \begin_layout Standard
15222
15223 \series bold
15224
15225 \backslash
15226 cellcolor{nom de la couleur}
15227 \end_layout
15228
15229 \begin_layout Standard
15230 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15231 \end_layout
15232
15233 \begin_layout Standard
15234 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15235  choisissez une couleur dans le menu 
15236 \family sans
15237 Éditer\SpecialChar \menuseparator
15238 Style
15239 \begin_inset space ~
15240 \end_inset
15241
15242 de
15243 \begin_inset space ~
15244 \end_inset
15245
15246 Texte
15247 \family default
15248 .
15249  Si une cellule contient du code TeX, faites bien attention à ne colorer
15250  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15251 \end_layout
15252
15253 \begin_layout Standard
15254 \begin_inset Note Greyedout
15255 status open
15256
15257 \begin_layout Plain Layout
15258
15259 \series bold
15260 Note:
15261 \series default
15262  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15263  définies par l'utilisateur.
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \begin_layout Standard
15272 \begin_inset VSpace bigskip
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Pour créer le tableau
15280 \begin_inset space ~
15281 \end_inset
15282
15283
15284 \begin_inset CommandInset ref
15285 LatexCommand ref
15286 reference "tab:Tableau-coloré-avec-colortbl"
15287
15288 \end_inset
15289
15290  faites ce qui suit : La couleur de la première colonne doit être 
15291 \emph on
15292 vertfonce
15293 \emph default
15294 .
15295  On insère donc la commande
15296 \end_layout
15297
15298 \begin_layout Standard
15299
15300 \series bold
15301 >{
15302 \backslash
15303 columncolor{vertfonce}
15304 \backslash
15305 centering}c
15306 \end_layout
15307
15308 \begin_layout Standard
15309 en code TeX pour cette colonne.
15310  La première ligne doit être bleue
15311 \begin_inset Note Note
15312 status open
15313
15314 \begin_layout Plain Layout
15315 cyan ? (NdT)
15316 \end_layout
15317
15318 \end_inset
15319
15320 , d'où la commande en code TeX
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 rowcolow{cyan}
15329 \end_layout
15330
15331 \begin_layout Standard
15332 qui est insérée dans la première cellule de cette ligne.
15333  Notez que cela annule la couleur de colonne pour la première cellule.
15334  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15335  en code TeX la commande
15336 \end_layout
15337
15338 \begin_layout Standard
15339
15340 \series bold
15341
15342 \backslash
15343 cellcolor{magenta}
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Les caractères peuvent maintenant être colorés en utilisant le menu 
15348 \family sans
15349 Éditer\SpecialChar \menuseparator
15350 Style
15351 \begin_inset space ~
15352 \end_inset
15353
15354 de
15355 \begin_inset space ~
15356 \end_inset
15357
15358 Texte
15359 \family default
15360 .
15361 \end_layout
15362
15363 \begin_layout Standard
15364 \begin_inset Float table
15365 placement h
15366 wide false
15367 sideways false
15368 status open
15369
15370 \begin_layout Plain Layout
15371 \begin_inset Caption
15372
15373 \begin_layout Plain Layout
15374 \begin_inset CommandInset label
15375 LatexCommand label
15376 name "tab:Tableau-coloré-avec-colortbl"
15377
15378 \end_inset
15379
15380 Tableau coloré en utilisant le paquetage 
15381 \series bold
15382 colortbl
15383 \series default
15384
15385 \begin_inset OptArg
15386 status collapsed
15387
15388 \begin_layout Plain Layout
15389 Tableau avec colortbl
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Plain Layout
15403 \align center
15404 \begin_inset Tabular
15405 <lyxtabular version="3" rows="3" columns="3">
15406 <features>
15407 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15408 <column alignment="center" valignment="top" width="0">
15409 <column alignment="center" valignment="top" width="0">
15410 <row>
15411 <cell alignment="center" valignment="top" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset ERT
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419
15420
15421 \backslash
15422 rowcolor{cyan}
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \color magenta
15429 a
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \color red
15440 b
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \color red
15451 c
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \color yellow
15464 d
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \color blue
15475 e
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \color blue
15486 f
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \color yellow
15499 g
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \color blue
15510 h
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519 \begin_inset ERT
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523
15524
15525 \backslash
15526 cellcolor{magenta}
15527 \end_layout
15528
15529 \end_inset
15530
15531
15532 \color green
15533 i
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 </lyxtabular>
15540
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Standard
15552 \begin_inset ERT
15553 status collapsed
15554
15555 \begin_layout Plain Layout
15556
15557
15558 \backslash
15559 else
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \begin_inset Note Note
15566 status open
15567
15568 \begin_layout Plain Layout
15569 Ce qui suit sera affiché si le paquetage 
15570 \series bold
15571 colortbl
15572 \series default
15573  n'est pas installé :
15574 \end_layout
15575
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 Vous devez installer le paquetage 
15583 \series bold
15584 colortbl
15585 \series default
15586  pour voir le contenu des cette section dans la sortie imprimée.
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset ERT
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594
15595
15596 \backslash
15597 fi
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \begin_layout Subsection
15606 Les filets colorées
15607 \begin_inset Index
15608 status collapsed
15609
15610 \begin_layout Plain Layout
15611 Tableau Coloré ! Pour les filets
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \begin_inset Index
15618 status collapsed
15619
15620 \begin_layout Plain Layout
15621 Couleur ! Pour les filets des tableaux
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \begin_inset Note Note
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631 on parle de filets plutôt que de lignes pour les tableaux
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Standard
15640 Comme c'est décrit dans la section
15641 \begin_inset space ~
15642 \end_inset
15643
15644
15645 \begin_inset CommandInset ref
15646 LatexCommand ref
15647 reference "sub:Epaisseur-filets"
15648
15649 \end_inset
15650
15651 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15652  variable 
15653 \series bold
15654
15655 \backslash
15656 arrayrulewidth
15657 \series default
15658 .
15659  Elle est mise à 1.5
15660 \begin_inset space \thinspace{}
15661 \end_inset
15662
15663 pt pour tous les tableaux de cette section.
15664 \begin_inset ERT
15665 status collapsed
15666
15667 \begin_layout Plain Layout
15668
15669
15670 \backslash
15671 setlength{
15672 \backslash
15673 arrayrulewidth}{1.5pt}
15674 \end_layout
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \begin_layout Standard
15682 Pour colorer les filets verticaux, par exemple en vert, créez le format
15683  de colonne suivant dans le préambule du document, en suivant la description
15684  de la section
15685 \begin_inset space ~
15686 \end_inset
15687
15688
15689 \begin_inset CommandInset ref
15690 LatexCommand ref
15691 reference "sub:Formats-personnalisés"
15692
15693 \end_inset
15694
15695 :
15696 \end_layout
15697
15698 \begin_layout Standard
15699
15700 \series bold
15701
15702 \backslash
15703 newcolumntype{W}{!{
15704 \backslash
15705 color{green}
15706 \backslash
15707 vline}}
15708 \end_layout
15709
15710 \begin_layout Standard
15711 Pour le tableau
15712 \begin_inset space ~
15713 \end_inset
15714
15715
15716 \begin_inset CommandInset ref
15717 LatexCommand ref
15718 reference "tab:Tableau-filets-verticaux-colorés"
15719
15720 \end_inset
15721
15722  le paramètre LaTeX
15723 \series bold
15724  WcW
15725 \series default
15726  a été utilisé pour la dernière colonne et
15727 \series bold
15728  Wc
15729 \series default
15730  pour les autres colonnes.
15731 \end_layout
15732
15733 \begin_layout Standard
15734 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15735 \end_layout
15736
15737 \begin_layout Standard
15738 \begin_inset Float table
15739 placement h
15740 wide false
15741 sideways false
15742 status open
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Caption
15746
15747 \begin_layout Plain Layout
15748 \begin_inset CommandInset label
15749 LatexCommand label
15750 name "tab:Tableau-filets-verticaux-colorés"
15751
15752 \end_inset
15753
15754 Tableau avec filets verticaux colorés
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Plain Layout
15763 \align center
15764 \begin_inset Tabular
15765 <lyxtabular version="3" rows="3" columns="3">
15766 <features>
15767 <column alignment="center" valignment="top" width="0" special="Wc">
15768 <column alignment="center" valignment="top" width="0" special="Wc">
15769 <column alignment="center" valignment="top" width="0" special="WcW">
15770 <row>
15771 <cell alignment="center" valignment="top" topline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 sd
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 sd
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 sd
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 </lyxtabular>
15858
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \begin_layout Standard
15870 \begin_inset VSpace bigskip
15871 \end_inset
15872
15873 Pour colorer les filets horizontaux en rouge comme pour le tableau
15874 \begin_inset space ~
15875 \end_inset
15876
15877
15878 \begin_inset CommandInset ref
15879 LatexCommand ref
15880 reference "tab:Tableau-filet-horizontaux-colorés"
15881
15882 \end_inset
15883
15884 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15885  le flottant de tableau :
15886 \end_layout
15887
15888 \begin_layout Standard
15889
15890 \series bold
15891
15892 \backslash
15893 let
15894 \backslash
15895 myHlineC
15896 \backslash
15897 hline
15898 \begin_inset Newline newline
15899 \end_inset
15900
15901
15902 \backslash
15903 renewcommand{
15904 \backslash
15905 hline}
15906 \begin_inset Newline newline
15907 \end_inset
15908
15909
15910 \begin_inset ERT
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914
15915
15916 \backslash
15917 hphantom{ }
15918 \end_layout
15919
15920 \end_inset
15921
15922 {
15923 \backslash
15924 arrayrulecolor{red}
15925 \backslash
15926 myHlineC
15927 \backslash
15928 arrayrulecolor{black}}
15929 \end_layout
15930
15931 \begin_layout Standard
15932 \begin_inset ERT
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 let
15940 \backslash
15941 myHlineC
15942 \backslash
15943 hline
15944 \end_layout
15945
15946 \begin_layout Plain Layout
15947
15948
15949 \backslash
15950 renewcommand{
15951 \backslash
15952 hline}
15953 \end_layout
15954
15955 \begin_layout Plain Layout
15956
15957  {
15958 \backslash
15959 arrayrulecolor{red}
15960 \backslash
15961 myHlineC
15962 \backslash
15963 arrayrulecolor{black}}
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \begin_inset Float table
15970 placement h
15971 wide false
15972 sideways false
15973 status open
15974
15975 \begin_layout Plain Layout
15976 \begin_inset Caption
15977
15978 \begin_layout Plain Layout
15979 \begin_inset CommandInset label
15980 LatexCommand label
15981 name "tab:Tableau-filet-horizontaux-colorés"
15982
15983 \end_inset
15984
15985 Tableau avec filets horizontaux colorés
15986 \end_layout
15987
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \begin_layout Plain Layout
15994 \align center
15995 \begin_inset Tabular
15996 <lyxtabular version="3" rows="3" columns="3">
15997 <features>
15998 <column alignment="center" valignment="top" width="0">
15999 <column alignment="center" valignment="top" width="0">
16000 <column alignment="center" valignment="top" width="0">
16001 <row>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 sd
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 sd
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 sd
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 </lyxtabular>
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Standard
16101 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16102  en code TeX, juste après le tableau ou le flottant de tableau :
16103 \end_layout
16104
16105 \begin_layout Standard
16106
16107 \series bold
16108
16109 \backslash
16110 renewcommand{
16111 \backslash
16112 hline}{
16113 \backslash
16114 myHlineC}
16115 \end_layout
16116
16117 \begin_layout Standard
16118 Le tableau
16119 \begin_inset space ~
16120 \end_inset
16121
16122
16123 \begin_inset CommandInset ref
16124 LatexCommand ref
16125 reference "tab:Tableau-avec-filets-colorés"
16126
16127 \end_inset
16128
16129  est un exemple avec des filets horizontaux et verticaux colorés.
16130 \end_layout
16131
16132 \begin_layout Standard
16133 \begin_inset Float table
16134 placement h
16135 wide false
16136 sideways false
16137 status open
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Caption
16141
16142 \begin_layout Plain Layout
16143 \begin_inset CommandInset label
16144 LatexCommand label
16145 name "tab:Tableau-avec-filets-colorés"
16146
16147 \end_inset
16148
16149 Tableau avec filets horizontaux et verticaux colorés
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Plain Layout
16158 \align center
16159 \begin_inset Tabular
16160 <lyxtabular version="3" rows="3" columns="3">
16161 <features>
16162 <column alignment="center" valignment="top" width="0" special="Wc">
16163 <column alignment="center" valignment="top" width="0" special="Wc">
16164 <column alignment="center" valignment="top" width="0" special="WcW">
16165 <row>
16166 <cell alignment="center" valignment="top" topline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 sd
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row>
16195 <cell alignment="center" valignment="top" topline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 sd
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 </row>
16223 <row topspace="default">
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 sd
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 </row>
16252 </lyxtabular>
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \begin_layout Standard
16265 \begin_inset ERT
16266 status collapsed
16267
16268 \begin_layout Plain Layout
16269
16270
16271 \backslash
16272 renewcommand{
16273 \backslash
16274 hline}{
16275 \backslash
16276 myHlineC}
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 \begin_inset ERT
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289
16290
16291 \backslash
16292 setlength{
16293 \backslash
16294 arrayrulewidth}{0.4pt}
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Section
16303 Personnalisation des Tableaux
16304 \begin_inset Index
16305 status collapsed
16306
16307 \begin_layout Plain Layout
16308 Tableau ! Personnalisation
16309 \end_layout
16310
16311 \end_inset
16312
16313
16314 \begin_inset Index
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 Personnalisation des tableaux
16319 \end_layout
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \begin_layout Subsection
16327 Espacement des lignes
16328 \begin_inset CommandInset label
16329 LatexCommand label
16330 name "sub:Espacement-lignes"
16331
16332 \end_inset
16333
16334
16335 \begin_inset Index
16336 status collapsed
16337
16338 \begin_layout Plain Layout
16339 Personnalisation des tableaux ! Espacement des lignes
16340 \end_layout
16341
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \begin_layout Standard
16348 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16349  l'onglet 
16350 \family sans
16351 Bordures
16352 \family default
16353  de la fenêtre de dialogue 
16354 \family sans
16355 Paramètres
16356 \begin_inset space ~
16357 \end_inset
16358
16359 du
16360 \begin_inset space ~
16361 \end_inset
16362
16363 tableau
16364 \family default
16365 .
16366  Vous y trouverez trois possibilités :
16367 \end_layout
16368
16369 \begin_layout Description
16370 Haut
16371 \begin_inset space ~
16372 \end_inset
16373
16374 de
16375 \begin_inset space ~
16376 \end_inset
16377
16378 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16379  Si le tableau est un tableau formel
16380 \begin_inset Foot
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384 Les tableaux formels sont décrits dans la section
16385 \begin_inset space ~
16386 \end_inset
16387
16388
16389 \begin_inset CommandInset ref
16390 LatexCommand ref
16391 reference "sec:Tableaux-Formels"
16392
16393 \end_inset
16394
16395 .
16396 \end_layout
16397
16398 \end_inset
16399
16400  LyX va insérer par défaut un espace de 0.5
16401 \begin_inset space \thinspace{}
16402 \end_inset
16403
16404 em.
16405  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16406  les filets verticaux comme dans le tableau suivant :
16407 \begin_inset VSpace medskip
16408 \end_inset
16409
16410
16411 \begin_inset Newline newline
16412 \end_inset
16413
16414
16415 \begin_inset space \hspace*{}
16416 \length 0pt
16417 \end_inset
16418
16419
16420 \begin_inset space \hfill{}
16421 \end_inset
16422
16423
16424 \begin_inset Tabular
16425 <lyxtabular version="3" rows="3" columns="1">
16426 <features>
16427 <column alignment="center" valignment="top" width="0">
16428 <row>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 A
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row topspace="3mm">
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 espace de 3
16445 \begin_inset space \thinspace{}
16446 \end_inset
16447
16448 mm en haut de la ligne
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 C
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 </lyxtabular>
16466
16467 \end_inset
16468
16469
16470 \begin_inset space \hfill{}
16471 \end_inset
16472
16473
16474 \begin_inset space \hspace*{}
16475 \length 0pt
16476 \end_inset
16477
16478
16479 \begin_inset VSpace medskip
16480 \end_inset
16481
16482
16483 \begin_inset Newline newline
16484 \end_inset
16485
16486 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16487  pas de filets verticaux.
16488 \end_layout
16489
16490 \begin_layout Description
16491 Bas
16492 \begin_inset space ~
16493 \end_inset
16494
16495 de
16496 \begin_inset space ~
16497 \end_inset
16498
16499 ligne va ajouter de l'espace sous les caractères de la ligne.
16500  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16501  de 0.5
16502 \begin_inset space \thinspace{}
16503 \end_inset
16504
16505 em, pour les tableaux normaux, l'espace par défaut est de 2
16506 \begin_inset space \thinspace{}
16507 \end_inset
16508
16509 pt.
16510 \end_layout
16511
16512 \begin_layout Description
16513 Entre
16514 \begin_inset space ~
16515 \end_inset
16516
16517 les
16518 \begin_inset space ~
16519 \end_inset
16520
16521 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16522  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16523  de 0.5
16524 \begin_inset space \thinspace{}
16525 \end_inset
16526
16527 em.
16528  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16529  les filets verticaux comme dans le tableau suivant :
16530 \begin_inset VSpace medskip
16531 \end_inset
16532
16533
16534 \begin_inset Newline newline
16535 \end_inset
16536
16537
16538 \begin_inset space \hspace*{}
16539 \length 0pt
16540 \end_inset
16541
16542
16543 \begin_inset space \hfill{}
16544 \end_inset
16545
16546
16547 \begin_inset Tabular
16548 <lyxtabular version="3" rows="3" columns="1">
16549 <features>
16550 <column alignment="center" valignment="top" width="0">
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 A
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row interlinespace="3mm">
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 \begin_inset Formula $\downarrow$
16568 \end_inset
16569
16570  espace de 3
16571 \begin_inset space \thinspace{}
16572 \end_inset
16573
16574 mm entre les lignes 
16575 \begin_inset Formula $\downarrow$
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Formula $\uparrow$
16590 \end_inset
16591
16592  espace de 3
16593 \begin_inset space \thinspace{}
16594 \end_inset
16595
16596 mm entre les lignes 
16597 \begin_inset Formula $\uparrow$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 </lyxtabular>
16607
16608 \end_inset
16609
16610
16611 \begin_inset space \hfill{}
16612 \end_inset
16613
16614
16615 \begin_inset space \hspace*{}
16616 \length 0pt
16617 \end_inset
16618
16619
16620 \begin_inset VSpace medskip
16621 \end_inset
16622
16623
16624 \begin_inset Newline newline
16625 \end_inset
16626
16627 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16628  pas de filets verticaux.
16629 \end_layout
16630
16631 \begin_layout Standard
16632 \begin_inset VSpace bigskip
16633 \end_inset
16634
16635 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16636  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16637  dans le préambule :
16638 \end_layout
16639
16640 \begin_layout Standard
16641
16642 \series bold
16643
16644 \backslash
16645 @ifundefined{extrarowheight}
16646 \begin_inset Newline newline
16647 \end_inset
16648
16649
16650 \begin_inset ERT
16651 status collapsed
16652
16653 \begin_layout Plain Layout
16654
16655
16656 \backslash
16657 hphantom{ }
16658 \end_layout
16659
16660 \end_inset
16661
16662 {
16663 \backslash
16664 usepackage{array}}{}
16665 \begin_inset Newline newline
16666 \end_inset
16667
16668
16669 \backslash
16670 setlength{
16671 \backslash
16672 extrarowheight}{height}
16673 \end_layout
16674
16675 \begin_layout Standard
16676 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16677  plus exactement centré verticalement.
16678  (le paquetage 
16679 \series bold
16680 array 
16681 \series default
16682 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16683  auto-définis.
16684  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16685  
16686 \series bold
16687
16688 \backslash
16689 @ifundefined
16690 \series default
16691  dans la commande précédente.)
16692 \end_layout
16693
16694 \begin_layout Subsection
16695 Alignements de cellules spéciaux
16696 \begin_inset Index
16697 status collapsed
16698
16699 \begin_layout Plain Layout
16700 Personnalisation des tableaux ! Alignement de cellules spéciaux
16701 \end_layout
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \begin_layout Standard
16709 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16710  cellules sur un caractère donné, par exemple le séparateur décimal comme
16711  dans le tableau
16712 \begin_inset space ~
16713 \end_inset
16714
16715
16716 \begin_inset CommandInset ref
16717 LatexCommand ref
16718 reference "tab:Tableau-centré-sur-séparateur"
16719
16720 \end_inset
16721
16722 .
16723 \end_layout
16724
16725 \begin_layout Standard
16726 \begin_inset Float table
16727 placement h
16728 wide false
16729 sideways false
16730 status open
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Caption
16734
16735 \begin_layout Plain Layout
16736 \begin_inset CommandInset label
16737 LatexCommand label
16738 name "tab:Tableau-centré-sur-séparateur"
16739
16740 \end_inset
16741
16742 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Plain Layout
16751 \align center
16752 \begin_inset Tabular
16753 <lyxtabular version="3" rows="4" columns="2">
16754 <features>
16755 <column alignment="right" valignment="top" width="0">
16756 <column alignment="left" valignment="top" width="0" special="@{}l">
16757 <row>
16758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 en-tête
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 12,
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 6
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 0,
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 68
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row>
16818 <cell alignment="center" valignment="top" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 -123,
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 0
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 </lyxtabular>
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Standard
16850 Ce tableau a été créé comme un tableau 4×2.
16851  L'en-tête est une cellule multicolonne centrée.
16852  La première colonne est alignée à droite et contient les chiffres qui se
16853  trouvent avant la virgule ainsi que la virgule elle-même.
16854  La deuxième colonne est alignée à gauche et contient les chiffres situés
16855  après la virgule.
16856  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16857  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16858 \end_layout
16859
16860 \begin_layout Standard
16861
16862 \series bold
16863 @{}l
16864 \end_layout
16865
16866 \begin_layout Standard
16867 Le tableau
16868 \begin_inset space ~
16869 \end_inset
16870
16871
16872 \begin_inset CommandInset ref
16873 LatexCommand ref
16874 reference "tab:Plusieurs-exemples-alignements"
16875
16876 \end_inset
16877
16878  montre quelques exemples d'alignements.
16879  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16880  plus petit espace mathématique au début de la dernière colonne pour obtenir
16881  l'espacement correct autour du signe de relation.
16882 \end_layout
16883
16884 \begin_layout Standard
16885 \begin_inset Float table
16886 wide false
16887 sideways false
16888 status open
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Caption
16892
16893 \begin_layout Plain Layout
16894 \begin_inset CommandInset label
16895 LatexCommand label
16896 name "tab:Plusieurs-exemples-alignements"
16897
16898 \end_inset
16899
16900 Plusieurs exemples d'alignement de cellules
16901 \lang english
16902 .
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \begin_layout Plain Layout
16911 \align center
16912 \begin_inset Tabular
16913 <lyxtabular version="3" rows="4" columns="6">
16914 <features>
16915 <column alignment="right" valignment="top" width="0">
16916 <column alignment="left" valignment="top" width="0" special="@{}l">
16917 <column alignment="right" valignment="top" width="0">
16918 <column alignment="left" valignment="top" width="0" special="@{}l">
16919 <column alignment="right" valignment="top" width="0">
16920 <column alignment="left" valignment="top" width="0" special="@{}l">
16921 <row>
16922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 unités
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 exposants
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 relations
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 12×
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 24
16992 \begin_inset space \thinspace{}
16993 \end_inset
16994
16995 bouteilles
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $10\cdot$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $10^{\mbox{-}17}$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\Gamma(t)\propto$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\:\Upsilon(t)$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 1024×
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 768
17064 \begin_inset space \thinspace{}
17065 \end_inset
17066
17067 Pixels
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 \begin_inset Formula $5.78\cdot$
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $10^{7}$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $A\ne$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $\: B_{\mathrm{red}}$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 32×
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 6
17136 \begin_inset space \thinspace{}
17137 \end_inset
17138
17139 cm
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 -
17149 \begin_inset Formula $33.5\cdot$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $10^{4}$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\sin(\alpha)\ge$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\:\sin(\beta)$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 </lyxtabular>
17195
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset VSpace bigskip
17208 \end_inset
17209
17210 Il y a aussi le paquetage LaTeX 
17211 \series bold
17212 dcolumn
17213 \series default
17214
17215 \begin_inset Index
17216 status collapsed
17217
17218 \begin_layout Plain Layout
17219 Paquetages LaTeX ! dcolumn
17220 \end_layout
17221
17222 \end_inset
17223
17224  qui fournit des alignements pour les cellules de tableaux.
17225  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17226  et ne permet pas de formules dans les cellules du tableau : Avec 
17227 \series bold
17228 dcolumn
17229 \series default
17230  la première colonne du tableau
17231 \begin_inset space ~
17232 \end_inset
17233
17234
17235 \begin_inset CommandInset ref
17236 LatexCommand ref
17237 reference "tab:Plusieurs-exemples-alignements"
17238
17239 \end_inset
17240
17241  ressemblera à la première colonne du tableau
17242 \begin_inset space ~
17243 \end_inset
17244
17245
17246 \begin_inset CommandInset ref
17247 LatexCommand ref
17248 reference "tab:Alignements-avec-dcolumn"
17249
17250 \end_inset
17251
17252
17253 \lang english
17254  and only with some tricks like the expected.
17255  
17256 \lang french
17257 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17258 \begin_inset space ~
17259 \end_inset
17260
17261
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "tab:Plusieurs-exemples-alignements"
17265
17266 \end_inset
17267
17268  avec 
17269 \series bold
17270 dcolumn
17271 \series default
17272 .
17273 \end_layout
17274
17275 \begin_layout Standard
17276 \begin_inset Float table
17277 placement h
17278 wide false
17279 sideways false
17280 status open
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Caption
17284
17285 \begin_layout Plain Layout
17286 \begin_inset CommandInset label
17287 LatexCommand label
17288 name "tab:Alignements-avec-dcolumn"
17289
17290 \end_inset
17291
17292 Alignements quand on utilise le paquetage LaTeX dcolumn.
17293  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17294  pour obtenir la sortie.
17295 \end_layout
17296
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \begin_layout Plain Layout
17303 \align center
17304 \begin_inset Tabular
17305 <lyxtabular version="3" rows="4" columns="3">
17306 <features>
17307 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17308 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17309 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17310 <row>
17311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 unités
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 unités
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333 unités
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 12x24
17345 \begin_inset space \thinspace{}
17346 \end_inset
17347
17348 bouteilles
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
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
17362 \begin_inset Formula $\mbox{bouteilles}$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 12
17375 \begin_inset ERT
17376 status collapsed
17377
17378 \begin_layout Plain Layout
17379
17380
17381 \backslash
17382 times 
17383 \end_layout
17384
17385 \end_inset
17386
17387 24~
17388 \begin_inset Formula $\mbox{bouteilles}$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 1024x768
17403 \begin_inset space \thinspace{}
17404 \end_inset
17405
17406 Pixels
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
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
17420 \begin_inset Formula $\mbox{Pixels}$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 1024
17433 \begin_inset ERT
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437
17438
17439 \backslash
17440 times 
17441 \end_layout
17442
17443 \end_inset
17444
17445 768~
17446 \begin_inset Formula $\mbox{Pixels}$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 32x6
17461 \begin_inset space \thinspace{}
17462 \end_inset
17463
17464 cm
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
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
17478 \begin_inset Formula $\mbox{cm}$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 32
17491 \begin_inset ERT
17492 status collapsed
17493
17494 \begin_layout Plain Layout
17495
17496
17497 \backslash
17498 times 
17499 \end_layout
17500
17501 \end_inset
17502
17503 6~
17504 \begin_inset Formula $\mbox{cm}$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 </lyxtabular>
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \begin_layout Subsection
17526 Formats de cellule et de colonne personnalisés
17527 \begin_inset CommandInset label
17528 LatexCommand label
17529 name "sub:Formats-personnalisés"
17530
17531 \end_inset
17532
17533
17534 \begin_inset Index
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538 Personnalisation des tableaux !  Format de cellule/colonne
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17548  multicolonne comme dans la section
17549 \begin_inset space ~
17550 \end_inset
17551
17552
17553 \begin_inset CommandInset ref
17554 LatexCommand ref
17555 reference "sub:Calculs-multicolonnes"
17556
17557 \end_inset
17558
17559  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17560  multicolonnes.
17561  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17562  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17563  du document.
17564  Le format est défini avec la commande
17565 \end_layout
17566
17567 \begin_layout Standard
17568
17569 \series bold
17570
17571 \backslash
17572 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17573 \end_layout
17574
17575 \begin_layout Standard
17576 Le nom du format peut n'avoir qu'une lettre.
17577  Les lettres 
17578 \emph on
17579 b
17580 \emph default
17581
17582 \emph on
17583 c
17584 \emph default
17585
17586 \emph on
17587 l
17588 \emph default
17589
17590 \emph on
17591 m
17592 \emph default
17593
17594 \emph on
17595 p
17596 \emph default
17597  et 
17598 \emph on
17599 r
17600 \emph default
17601  sont prédéfinies et donc ne peuvent être utilisées.
17602  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17603 \end_layout
17604
17605 \begin_layout Standard
17606 \begin_inset VSpace medskip
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Pour de cellules multicolonnes centrées verticalement et horizontalement
17614  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17615  :
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621
17622 \backslash
17623 newcolumntype{M}[1]{>{
17624 \backslash
17625 centering
17626 \backslash
17627 hspace{0pt}}m{#1}}
17628 \end_layout
17629
17630 \begin_layout Standard
17631 Où le 
17632 \series bold
17633
17634 \backslash
17635 hspace{0pt}
17636 \series default
17637  évite le problème de césure du premier mot, comme c'est décrit en section
17638 \begin_inset space ~
17639 \end_inset
17640
17641
17642 \begin_inset CommandInset ref
17643 LatexCommand ref
17644 reference "sub:Lignes-multiple-dans-cellule"
17645
17646 \end_inset
17647
17648 .
17649  Ensuite, vous pouvez entrer
17650 \end_layout
17651
17652 \begin_layout Standard
17653
17654 \series bold
17655 M{width}
17656 \end_layout
17657
17658 \begin_layout Standard
17659 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17660  une multicolonne.
17661 \end_layout
17662
17663 \begin_layout Standard
17664 \begin_inset VSpace bigskip
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17672  définir le format
17673 \end_layout
17674
17675 \begin_layout Standard
17676
17677 \series bold
17678
17679 \backslash
17680 newcolumntype{S}[2]{>{
17681 \backslash
17682 centering
17683 \backslash
17684 hspace{0pt}}
17685 \begin_inset Newline newline
17686 \end_inset
17687
17688
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694
17695 \backslash
17696 phantom{
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \backslash
17703 newcolumntype{S}[2]
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709 }
17710 \end_layout
17711
17712 \end_inset
17713
17714 m{(#1+(2
17715 \backslash
17716 tabcolsep+
17717 \backslash
17718 arrayrulewidth)*(1-#2))/#2}}
17719 \end_layout
17720
17721 \begin_layout Standard
17722 Ce format utilise l'équation
17723 \begin_inset space ~
17724 \end_inset
17725
17726
17727 \begin_inset CommandInset ref
17728 LatexCommand eqref
17729 reference "eq:Wgn"
17730
17731 \end_inset
17732
17733  pour calculer la largeur que doit avoir chacune des cellules couverte par
17734  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17735 \end_layout
17736
17737 \begin_layout Standard
17738 Ensuite, vous pouvez entrer
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17745 \end_layout
17746
17747 \begin_layout Standard
17748 comme paramètre LaTeX de la colonne.
17749 \end_layout
17750
17751 \begin_layout Standard
17752 \begin_inset VSpace bigskip
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \begin_layout Standard
17759 Pour des colonnes colorées, vous pouvez définir
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765
17766 \backslash
17767 newcolumntype{K}[1]{>{
17768 \backslash
17769 columncolor{#1}
17770 \backslash
17771 hspace{0pt}}c}
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Le 
17776 \begin_inset Quotes eld
17777 \end_inset
17778
17779 c
17780 \begin_inset Quotes erd
17781 \end_inset
17782
17783  à la fin crée une colonne de largeur variable dont le texte est centré
17784  horizontalement.
17785  Vous pouvez maintenant entrer
17786 \end_layout
17787
17788 \begin_layout Standard
17789
17790 \series bold
17791 K{nom de couleur}
17792 \end_layout
17793
17794 \begin_layout Standard
17795 comme paramètre LaTeX.
17796 \end_layout
17797
17798 \begin_layout Standard
17799 \begin_inset VSpace bigskip
17800 \end_inset
17801
17802
17803 \end_layout
17804
17805 \begin_layout Standard
17806 Pour créer le tableau
17807 \begin_inset space ~
17808 \end_inset
17809
17810
17811 \begin_inset CommandInset ref
17812 LatexCommand ref
17813 reference "tab:Tableau-formats-personnalisés"
17814
17815 \end_inset
17816
17817  utilisez les paramètres LaTeX
17818 \end_layout
17819
17820 \begin_layout Standard
17821
17822 \series bold
17823 M{2.5cm}
17824 \end_layout
17825
17826 \begin_layout Standard
17827 pour la première colonne et la multicolonne,
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833 K{red}
17834 \end_layout
17835
17836 \begin_layout Standard
17837 pour la dernière colonne, et
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843 S{2.5cm}{2}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 pour les cellules de la deuxième colonne.
17848 \end_layout
17849
17850 \begin_layout Standard
17851 \begin_inset Float table
17852 placement h
17853 wide false
17854 sideways false
17855 status open
17856
17857 \begin_layout Plain Layout
17858 \begin_inset Caption
17859
17860 \begin_layout Plain Layout
17861 \begin_inset CommandInset label
17862 LatexCommand label
17863 name "tab:Tableau-formats-personnalisés"
17864
17865 \end_inset
17866
17867 Tableau utilisant des formats personnalisés
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \begin_layout Plain Layout
17876 \align center
17877 \begin_inset Tabular
17878 <lyxtabular version="3" rows="3" columns="4">
17879 <features>
17880 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17881 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17882 <column alignment="center" valignment="middle" width="0">
17883 <column alignment="center" valignment="middle" width="0" special="K{red}">
17884 <row>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 motTrèsLongDansUneCellule
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 multicolonne avec multiligne
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 c
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 </row>
17922 <row>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 d
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 e
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 f
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 g
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 h
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 i
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 j
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 k
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 </lyxtabular>
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Subsection
18011 Épaisseur des filets
18012 \begin_inset CommandInset label
18013 LatexCommand label
18014 name "sub:Epaisseur-filets"
18015
18016 \end_inset
18017
18018
18019 \begin_inset Index
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 Personnalisation des tableaux ! Épaisseur filets
18024 \end_layout
18025
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \begin_layout Standard
18032 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18033  
18034 \series bold
18035
18036 \backslash
18037 arrayrulewidth
18038 \series default
18039 .
18040  Pour mettre, par exemple, une épaisseur de filet de 1.5
18041 \begin_inset space \thinspace{}
18042 \end_inset
18043
18044 pt, comme pour le tableau
18045 \begin_inset space ~
18046 \end_inset
18047
18048
18049 \begin_inset CommandInset ref
18050 LatexCommand ref
18051 reference "tab:Tableau-filets-1.5pt"
18052
18053 \end_inset
18054
18055 , insérez la commande
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061
18062 \backslash
18063 setlength{
18064 \backslash
18065 arrayrulewidth}{1.5pt}
18066 \end_layout
18067
18068 \begin_layout Standard
18069 en code TeX avant le tableau ou le flottant de tableau.
18070  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18071  suivent.
18072  pour revenir aux valeurs par défaut, mettez 
18073 \series bold
18074
18075 \backslash
18076 arrayrulewidth
18077 \series default
18078  à 0.4
18079 \begin_inset space \thinspace{}
18080 \end_inset
18081
18082 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18083 \end_layout
18084
18085 \begin_layout Standard
18086 \begin_inset ERT
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 setlength{
18094 \backslash
18095 arrayrulewidth}{1.5pt}
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \begin_inset Float table
18102 wide false
18103 sideways false
18104 status open
18105
18106 \begin_layout Plain Layout
18107 \begin_inset Caption
18108
18109 \begin_layout Plain Layout
18110 \begin_inset CommandInset label
18111 LatexCommand label
18112 name "tab:Tableau-filets-1.5pt"
18113
18114 \end_inset
18115
18116 Tableau avec des filets de 1.5
18117 \begin_inset space \thinspace{}
18118 \end_inset
18119
18120 pt
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Plain Layout
18129 \align center
18130 \begin_inset Tabular
18131 <lyxtabular version="3" rows="3" columns="3">
18132 <features>
18133 <column alignment="center" valignment="top" width="0">
18134 <column alignment="center" valignment="top" width="0">
18135 <column alignment="center" valignment="top" width="0">
18136 <row>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 sd
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 </row>
18165 <row>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 sd
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 sd
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 </row>
18223 </lyxtabular>
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \begin_inset ERT
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237
18238
18239 \backslash
18240 setlength{
18241 \backslash
18242 arrayrulewidth}{0.4pt}
18243 \end_layout
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \begin_layout Standard
18251 \begin_inset VSpace bigskip
18252 \end_inset
18253
18254 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18255 \begin_inset space \thinspace{}
18256 \end_inset
18257
18258 pt, comme dans le tableau
18259 \begin_inset space ~
18260 \end_inset
18261
18262
18263 \begin_inset CommandInset ref
18264 LatexCommand ref
18265 reference "tab:Tableau-filets-horizontaux-1.5pt"
18266
18267 \end_inset
18268
18269 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18270  de tableau :
18271 \end_layout
18272
18273 \begin_layout Standard
18274
18275 \series bold
18276
18277 \backslash
18278 let
18279 \backslash
18280 myHline
18281 \backslash
18282 hline
18283 \begin_inset Newline newline
18284 \end_inset
18285
18286
18287 \backslash
18288 renewcommand{
18289 \backslash
18290 hline}
18291 \begin_inset Newline newline
18292 \end_inset
18293
18294  {
18295 \backslash
18296 noalign{
18297 \backslash
18298 global
18299 \backslash
18300 arrayrulewidth 1.5pt}
18301 \begin_inset Newline newline
18302 \end_inset
18303
18304  
18305 \backslash
18306 myHline
18307 \backslash
18308 noalign{
18309 \backslash
18310 global
18311 \backslash
18312 arrayrulewidth 0.4pt}}
18313 \end_layout
18314
18315 \begin_layout Standard
18316 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18317  en code TeX après le tableau ou le flottant de tableau :
18318 \end_layout
18319
18320 \begin_layout Standard
18321
18322 \series bold
18323
18324 \backslash
18325 renewcommand{
18326 \backslash
18327 hline}{
18328 \backslash
18329 myHline}
18330 \end_layout
18331
18332 \begin_layout Standard
18333 \begin_inset ERT
18334 status collapsed
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 let
18341 \backslash
18342 myHline
18343 \backslash
18344 hline
18345 \end_layout
18346
18347 \begin_layout Plain Layout
18348
18349
18350 \backslash
18351 renewcommand{
18352 \backslash
18353 hline}
18354 \end_layout
18355
18356 \begin_layout Plain Layout
18357
18358  {
18359 \backslash
18360 noalign{
18361 \backslash
18362 global
18363 \backslash
18364 arrayrulewidth 1.5pt}
18365 \end_layout
18366
18367 \begin_layout Plain Layout
18368
18369   
18370 \backslash
18371 myHline
18372 \backslash
18373 noalign{
18374 \backslash
18375 global
18376 \backslash
18377 arrayrulewidth 0.4pt}}
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \begin_inset Float table
18384 wide false
18385 sideways false
18386 status open
18387
18388 \begin_layout Plain Layout
18389 \begin_inset Caption
18390
18391 \begin_layout Plain Layout
18392 \begin_inset CommandInset label
18393 LatexCommand label
18394 name "tab:Tableau-filets-horizontaux-1.5pt"
18395
18396 \end_inset
18397
18398 Tableau avec des filets horizontaux de 1.5
18399 \begin_inset space \thinspace{}
18400 \end_inset
18401
18402 pt
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \begin_layout Plain Layout
18411 \align center
18412 \begin_inset Tabular
18413 <lyxtabular version="3" rows="3" columns="3">
18414 <features>
18415 <column alignment="center" valignment="top" width="0">
18416 <column alignment="center" valignment="top" width="0">
18417 <column alignment="center" valignment="top" width="0">
18418 <row>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 sd
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 </row>
18447 <row>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 sd
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 </row>
18476 <row>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 sd
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 </row>
18505 </lyxtabular>
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 renewcommand{
18523 \backslash
18524 hline}{
18525 \backslash
18526 myHline}
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \begin_inset VSpace bigskip
18536 \end_inset
18537
18538 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18539 \begin_inset space \thinspace{}
18540 \end_inset
18541
18542 pt, créez le format de colonne suivant dans le préambule, en suivant la
18543  description de la section
18544 \begin_inset space ~
18545 \end_inset
18546
18547
18548 \begin_inset CommandInset ref
18549 LatexCommand ref
18550 reference "sub:Formats-personnalisés"
18551
18552 \end_inset
18553
18554 :
18555 \end_layout
18556
18557 \begin_layout Standard
18558
18559 \series bold
18560
18561 \backslash
18562 newcolumntype{V}{!{
18563 \backslash
18564 vrule width 1.5pt}}
18565 \end_layout
18566
18567 \begin_layout Standard
18568 Pour le tableau
18569 \begin_inset space ~
18570 \end_inset
18571
18572
18573 \begin_inset CommandInset ref
18574 LatexCommand ref
18575 reference "tab:Tableau-filets-verticaux-1.5pt"
18576
18577 \end_inset
18578
18579  le paramètre LaTeX 
18580 \end_layout
18581
18582 \begin_layout Standard
18583
18584 \series bold
18585 VcV
18586 \end_layout
18587
18588 \begin_layout Standard
18589 a été utilisé pour la dernière colonne et
18590 \end_layout
18591
18592 \begin_layout Standard
18593
18594 \series bold
18595 Vc
18596 \end_layout
18597
18598 \begin_layout Standard
18599 pour les autres colonnes.
18600 \end_layout
18601
18602 \begin_layout Standard
18603 \begin_inset Float table
18604 wide false
18605 sideways false
18606 status open
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Caption
18610
18611 \begin_layout Plain Layout
18612 \begin_inset CommandInset label
18613 LatexCommand label
18614 name "tab:Tableau-filets-verticaux-1.5pt"
18615
18616 \end_inset
18617
18618 Tableau avec des filets verticaux de 1.5
18619 \begin_inset space \thinspace{}
18620 \end_inset
18621
18622 pt 
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Plain Layout
18631 \align center
18632 \begin_inset Tabular
18633 <lyxtabular version="3" rows="3" columns="3">
18634 <features>
18635 <column alignment="center" valignment="top" width="0" special="Vc">
18636 <column alignment="center" valignment="top" width="0" special="Vc">
18637 <column alignment="center" valignment="top" width="0" special="VcV">
18638 <row>
18639 <cell alignment="center" valignment="top" topline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 sd
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="center" valignment="top" topline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 sd
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 </row>
18696 <row>
18697 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 sd
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 </row>
18725 </lyxtabular>
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \begin_layout Subsection
18738 Filets à traits interrompus
18739 \begin_inset Index
18740 status collapsed
18741
18742 \begin_layout Plain Layout
18743 Personnalisation des tableaux ! Filets à traits interrompus
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756
18757
18758 \backslash
18759 ifarydshln
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset Note Note
18766 status open
18767
18768 \begin_layout Plain Layout
18769 La section suivante ne s'affichera que si vous avez installé le paquetage
18770  LaTeX 
18771 \series bold
18772 arydshln
18773 \series default
18774 .
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \begin_layout Standard
18783 \begin_inset Float table
18784 placement H
18785 wide false
18786 sideways false
18787 status open
18788
18789 \begin_layout Plain Layout
18790 \begin_inset Caption
18791
18792 \begin_layout Plain Layout
18793 \begin_inset CommandInset label
18794 LatexCommand label
18795 name "tab:Tableau-filets-tirets"
18796
18797 \end_inset
18798
18799 Tableau avec des filets à traits interrompus
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Plain Layout
18808 \align center
18809 \begin_inset Tabular
18810 <lyxtabular version="3" rows="5" columns="5">
18811 <features>
18812 <column alignment="center" valignment="top" width="0">
18813 <column alignment="center" valignment="top" width="0">
18814 <column alignment="center" valignment="top" width="0" special=":c">
18815 <column alignment="center" valignment="top" width="0">
18816 <column alignment="center" valignment="top" width="0">
18817 <row>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 a
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 b
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 c
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 d
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858 e
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 f
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 g
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 h
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896 i
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 j
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 </row>
18911 <row>
18912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 \begin_inset ERT
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920
18921
18922 \backslash
18923 hdashline 
18924 \end_layout
18925
18926 \end_inset
18927
18928 k
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 l
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 m
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 n
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964 o
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 </row>
18970 <row>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 \begin_inset ERT
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979
18980
18981 \backslash
18982 cdashline{4-5}
18983 \end_layout
18984
18985 \end_inset
18986
18987 p
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 q
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 r
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 s
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 t
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 u
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 v
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 w
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 x
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 </lyxtabular>
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19090  donc employer du code TeX.
19091  Mais avant il faut charger le paquetage LaTeX 
19092 \series bold
19093 arydshln
19094 \series default
19095
19096 \begin_inset Index
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100 Paquetages LaTeX ! arydshln
19101 \end_layout
19102
19103 \end_inset
19104
19105  dans le préambule du document avec la commande 
19106 \end_layout
19107
19108 \begin_layout Standard
19109
19110 \series bold
19111
19112 \backslash
19113 usepackage{arydshln}
19114 \end_layout
19115
19116 \begin_layout Standard
19117 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19118  
19119 \begin_inset Quotes eld
19120 \end_inset
19121
19122 :
19123 \begin_inset Quotes erd
19124 \end_inset
19125
19126  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19127  dans la fenêtre de dialogue de paramètre du tableau.
19128 \end_layout
19129
19130 \begin_layout Standard
19131 Pour un trait horizontal interrompu, ajoutez la commande
19132 \end_layout
19133
19134 \begin_layout Standard
19135
19136 \series bold
19137
19138 \backslash
19139 hdashline
19140 \end_layout
19141
19142 \begin_layout Standard
19143 en code TeX comme premier élément de la première cellule de la ligne de
19144  tableau.
19145 \end_layout
19146
19147 \begin_layout Standard
19148 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19149  commande 
19150 \end_layout
19151
19152 \begin_layout Standard
19153
19154 \series bold
19155
19156 \backslash
19157 cdashline{
19158 \series default
19159 numéros de colonnes}
19160 \end_layout
19161
19162 \begin_layout Standard
19163 en code TeX comme premier élément de la première cellule de la ligne.
19164  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19165  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \series bold
19171
19172 \backslash
19173 cdashline{2-4}
19174 \end_layout
19175
19176 \begin_layout Standard
19177 comme premier élément de la première cellule de la ligne contenant la multicolon
19178 ne.
19179 \end_layout
19180
19181 \begin_layout Standard
19182 \begin_inset VSpace bigskip
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Standard
19189 Le tableau
19190 \begin_inset space ~
19191 \end_inset
19192
19193
19194 \begin_inset CommandInset ref
19195 LatexCommand ref
19196 reference "tab:Tableau-filets-tirets"
19197
19198 \end_inset
19199
19200  a été créé en utilisant 
19201 \begin_inset Quotes eld
19202 \end_inset
19203
19204
19205 \series bold
19206 :c
19207 \series default
19208
19209 \begin_inset Quotes erd
19210 \end_inset
19211
19212  comme paramètre LaTeX pour la troisième colonne.
19213  La commande en code TeX 
19214 \series bold
19215
19216 \backslash
19217 hdashline
19218 \series default
19219  a été insérée dans la première cellule de la troisième ligne et la commande
19220  en code TeX 
19221 \series bold
19222
19223 \backslash
19224 cdashline{4-5}
19225 \series default
19226  a été insérée dans la première cellule de la quatrième ligne.
19227 \end_layout
19228
19229 \begin_layout Standard
19230 \begin_inset Note Greyedout
19231 status open
19232
19233 \begin_layout Plain Layout
19234
19235 \series bold
19236 Note:
19237 \series default
19238  Le paquetage LaTeX 
19239 \series bold
19240 arydshln
19241 \series default
19242  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19243  
19244 \series bold
19245 colortbl
19246 \series default
19247
19248 \begin_inset Index
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252 Paquetages LaTeX ! colortbl
19253 \end_layout
19254
19255 \end_inset
19256
19257  qui est utilisé pour avoir des tableaux colorés dans la section
19258 \begin_inset space ~
19259 \end_inset
19260
19261
19262 \begin_inset CommandInset ref
19263 LatexCommand ref
19264 reference "sec:Tableaux-Colorés"
19265
19266 \end_inset
19267
19268 .
19269  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19270  traits interrompus.
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Standard
19279 \begin_inset ERT
19280 status collapsed
19281
19282 \begin_layout Plain Layout
19283
19284
19285 \backslash
19286 else
19287 \end_layout
19288
19289 \end_inset
19290
19291
19292 \begin_inset Note Note
19293 status open
19294
19295 \begin_layout Plain Layout
19296 Ce qui suit sera affiché si le paquetage LaTeX 
19297 \series bold
19298 arydshln
19299 \series default
19300  n'est pas installé :
19301 \end_layout
19302
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \begin_layout Standard
19309 Vous devez installer le paquetage LaTeX 
19310 \series bold
19311 arydshln
19312 \series default
19313  pour voir le contenu des cette section dans la sortie imprimée.
19314 \end_layout
19315
19316 \begin_layout Standard
19317 \begin_inset ERT
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321
19322
19323 \backslash
19324 fi
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Chapter
19333 Flottants
19334 \begin_inset Index
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338 Flottants
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \begin_inset CommandInset label
19345 LatexCommand label
19346 name "cha:Flottants"
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \begin_layout Section
19354 Introduction
19355 \begin_inset CommandInset label
19356 LatexCommand label
19357 name "sec:Flottants-Introduction"
19358
19359 \end_inset
19360
19361
19362 \begin_inset Index
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366 Flottants ! Introduction
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Standard
19375 Un flottant est une portion de document, qui peut être associé à une étiquette
19376  et dont la position n'est pas fixée.
19377  Il peut 
19378 \begin_inset Quotes eld
19379 \end_inset
19380
19381 flotter
19382 \begin_inset Quotes erd
19383 \end_inset
19384
19385  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19386  plus approprié.
19387  Les 
19388 \family sans
19389 Notes
19390 \begin_inset space ~
19391 \end_inset
19392
19393 en
19394 \begin_inset space ~
19395 \end_inset
19396
19397 Bas
19398 \begin_inset space ~
19399 \end_inset
19400
19401 de
19402 \begin_inset space ~
19403 \end_inset
19404
19405 Page
19406 \family default
19407  et le 
19408 \family sans
19409 Notes
19410 \begin_inset space ~
19411 \end_inset
19412
19413 en
19414 \begin_inset space ~
19415 \end_inset
19416
19417 Marge
19418 \family default
19419  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19420  sur la page suivante quand il y a trop de notes sur la page courante.
19421 \end_layout
19422
19423 \begin_layout Standard
19424 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19425  très grande qualité.
19426  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19427  éviter des lignes blanches ou des pages sans texte.
19428  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19429  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19430  le texte.
19431  Les flottants sont donc numérotés.
19432  Les références croisées sont décrites dans la section
19433 \begin_inset space ~
19434 \end_inset
19435
19436
19437 \begin_inset CommandInset ref
19438 LatexCommand ref
19439 reference "sec:Referencer-les-Flottants"
19440
19441 \end_inset
19442
19443 .
19444 \end_layout
19445
19446 \begin_layout Standard
19447 Pour insérer un flottant, on utilise un des sous menus du menu 
19448 \family sans
19449 Insérer\SpecialChar \menuseparator
19450 Flottant.
19451
19452 \family default
19453  Une boîte va être insérée dans votre document avec par exemple une étiquette
19454  du genre 
19455 \begin_inset Quotes eld
19456 \end_inset
19457
19458 Figure
19459 \begin_inset space ~
19460 \end_inset
19461
19462 #:
19463 \begin_inset Quotes erd
19464 \end_inset
19465
19466  (où # est un numéro).
19467  L'étiquette est automatiquement traduite dans la langue du document dans
19468  la sortie finale.
19469  Après l'étiquette vous pouvez insérer du texte comme légende.
19470  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19471  séparé, à l'intérieur du flottant.
19472  Vous trouverez plus de détails sur le positionnement des légendes dans
19473  la section
19474 \begin_inset space ~
19475 \end_inset
19476
19477
19478 \begin_inset CommandInset ref
19479 LatexCommand ref
19480 reference "sec:Placement-légende"
19481
19482 \end_inset
19483
19484 .
19485  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19486  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19487  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19488  Une boîte de flottant fermée ressemble à ceci : 
19489 \begin_inset Graphics
19490         filename clipart/floatQt4.png
19491         scale 60
19492
19493 \end_inset
19494
19495  -- une case grise avec un texte rouge.
19496 \end_layout
19497
19498 \begin_layout Standard
19499 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19500  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19501  est formaté de façon particulière.
19502 \end_layout
19503
19504 \begin_layout Section
19505 Les Types de Flottants
19506 \end_layout
19507
19508 \begin_layout Standard
19509 En plus des flottants de figures et de tableau qui sont décrits respectivement
19510  dans les sections
19511 \begin_inset space ~
19512 \end_inset
19513
19514
19515 \begin_inset CommandInset ref
19516 LatexCommand ref
19517 reference "sec:Figure-Floats"
19518
19519 \end_inset
19520
19521  et 
19522 \begin_inset CommandInset ref
19523 LatexCommand ref
19524 reference "sec:Table-Floats"
19525
19526 \end_inset
19527
19528 , LyX offre aussi les types 
19529 \series bold
19530 Algorithme
19531 \series default
19532  et 
19533 \series bold
19534 Enrobage
19535 \series default
19536 .
19537 \end_layout
19538
19539 \begin_layout Subsection
19540 Flottant d'algorithme
19541 \begin_inset Index
19542 status collapsed
19543
19544 \begin_layout Plain Layout
19545 Flottants ! Algorithmes
19546 \end_layout
19547
19548 \end_inset
19549
19550
19551 \begin_inset CommandInset label
19552 LatexCommand label
19553 name "sub:Flottant-d'Algorithme"
19554
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \begin_layout Standard
19561 \begin_inset Float algorithm
19562 placement h
19563 wide false
19564 sideways false
19565 status open
19566
19567 \begin_layout Plain Layout
19568 \begin_inset Caption
19569
19570 \begin_layout Plain Layout
19571 \begin_inset CommandInset label
19572 LatexCommand label
19573 name "alg:Exemple-Flottant-Algorithme"
19574
19575 \end_inset
19576
19577 Exemple de flottant d'algorithme
19578 \end_layout
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \begin_layout LyX-Code
19586 for I in 1..N loop
19587 \begin_inset Newline newline
19588 \end_inset
19589
19590  Sum:= Sum + A(I); /*comment*/
19591 \begin_inset Newline newline
19592 \end_inset
19593
19594 end loop
19595 \begin_inset VSpace -4mm
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \begin_layout Standard
19607 Ce type de flottant est inséré à l'aide du menu 
19608 \family sans
19609 Insérer\SpecialChar \menuseparator
19610 Flottant\SpecialChar \menuseparator
19611 Algorithme
19612 \family default
19613 .
19614  Il peut être utilisé pour des morceaux de code source ou des descriptions
19615  d'algorithmes.
19616  Vous pouvez par exemple utiliser l'environnement Code
19617 \begin_inset space ~
19618 \end_inset
19619
19620 LyX qui est décrit dans le 
19621 \emph on
19622 Guide
19623 \emph default
19624
19625 \begin_inset space ~
19626 \end_inset
19627
19628
19629 \emph on
19630 de
19631 \begin_inset space ~
19632 \end_inset
19633
19634 l'Utilisateur
19635 \emph default
19636  de LyX.
19637  l'algorithme
19638 \begin_inset space ~
19639 \end_inset
19640
19641
19642 \begin_inset CommandInset ref
19643 LatexCommand ref
19644 reference "alg:Exemple-Flottant-Algorithme"
19645
19646 \end_inset
19647
19648  est un exemple de flottant d'algorithme où un espace vertical de -4
19649 \begin_inset space \thinspace{}
19650 \end_inset
19651
19652 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19653  soit placée exactement sous le texte de la dernière ligne.
19654 \end_layout
19655
19656 \begin_layout Standard
19657 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19658  du document.
19659  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19660 ent en ajoutant la ligne suivante dans le préambule de votre document :
19661 \end_layout
19662
19663 \begin_layout Standard
19664
19665 \series bold
19666
19667 \backslash
19668 floatname{algorithm}{votre
19669 \begin_inset space ~
19670 \end_inset
19671
19672 nom}
19673 \end_layout
19674
19675 \begin_layout Standard
19676
19677 \family sans
19678  votre
19679 \begin_inset space ~
19680 \end_inset
19681
19682 nom
19683 \family default
19684  est le mot 
19685 \begin_inset Quotes eld
19686 \end_inset
19687
19688
19689 \emph on
19690 algorithme
19691 \emph default
19692
19693 \begin_inset Quotes erd
19694 \end_inset
19695
19696  dans votre langue.
19697 \end_layout
19698
19699 \begin_layout Standard
19700 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19701 \family sans
19702 Insérer\SpecialChar \menuseparator
19703 Listes
19704 \begin_inset space ~
19705 \end_inset
19706
19707 &
19708 \begin_inset space ~
19709 \end_inset
19710
19711 TdM\SpecialChar \menuseparator
19712 Liste
19713 \begin_inset space ~
19714 \end_inset
19715
19716 des
19717 \begin_inset space ~
19718 \end_inset
19719
19720 algorithmes
19721 \family default
19722  si votre document est en anglais.
19723  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19724  en code TeX à la place:
19725 \end_layout
19726
19727 \begin_layout Standard
19728
19729 \series bold
19730
19731 \backslash
19732 listof{algorithm}{votre
19733 \begin_inset space ~
19734 \end_inset
19735
19736 nom}
19737 \end_layout
19738
19739 \begin_layout Standard
19740 où 
19741 \family sans
19742 votre
19743 \begin_inset space ~
19744 \end_inset
19745
19746 nom
19747 \family default
19748  est la traduction de 
19749 \begin_inset Quotes eld
19750 \end_inset
19751
19752
19753 \emph on
19754 List of Algorithm
19755 \emph default
19756 s
19757 \begin_inset Quotes erd
19758 \end_inset
19759
19760  dans votre langue.
19761 \end_layout
19762
19763 \begin_layout Standard
19764 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19765  schéma 
19766 \begin_inset Quotes eld
19767 \end_inset
19768
19769 chapitre.algorithme
19770 \begin_inset Quotes erd
19771 \end_inset
19772
19773  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19774  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19775  commande dans le préambule de votre document :
19776 \end_layout
19777
19778 \begin_layout Standard
19779
19780 \series bold
19781
19782 \backslash
19783 numberwithin{algorithm}{chapter}
19784 \end_layout
19785
19786 \begin_layout Standard
19787 Pour pouvoir utiliser la commande 
19788 \series bold
19789
19790 \backslash
19791 numberwithin
19792 \series default
19793 , activez l'option 
19794 \family sans
19795 Utiliser
19796 \begin_inset space ~
19797 \end_inset
19798
19799 le
19800 \begin_inset space ~
19801 \end_inset
19802
19803 paquetage
19804 \begin_inset space ~
19805 \end_inset
19806
19807 AMS
19808 \begin_inset space ~
19809 \end_inset
19810
19811 math
19812 \family default
19813  dans la rubrique 
19814 \family sans
19815 Options
19816 \begin_inset space ~
19817 \end_inset
19818
19819 des
19820 \begin_inset space ~
19821 \end_inset
19822
19823 Maths
19824 \family default
19825  de la fenêtre de dialogue 
19826 \family sans
19827 Paramètres
19828 \begin_inset space ~
19829 \end_inset
19830
19831 du
19832 \begin_inset space ~
19833 \end_inset
19834
19835 Document
19836 \family default
19837 .
19838 \end_layout
19839
19840 \begin_layout Subsection
19841 Flottant d'enrobage
19842 \begin_inset Index
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846 Flottants ! Flottants d'enrobage
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \begin_inset CommandInset label
19853 LatexCommand label
19854 name "sub:flottants-d'enrobage"
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Standard
19862 \begin_inset Wrap figure
19863 lines 0
19864 placement l
19865 overhang 1cm
19866 width "40col%"
19867 status open
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Graphics
19871         filename ../clipart/mobius.eps
19872         width 40col%
19873         scaleBeforeRotation
19874         rotateOrigin center
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Caption
19883
19884 \begin_layout Plain Layout
19885 \begin_inset CommandInset label
19886 LatexCommand label
19887 name "fig:Figure-enrobée"
19888
19889 \end_inset
19890
19891 Ceci est une figure habillée.
19892 \end_layout
19893
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900
19901  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19902  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19903  Vous pouvez en insérer un en utilisant le menu 
19904 \family sans
19905 Insérer\SpecialChar \menuseparator
19906 Flottant\SpecialChar \menuseparator
19907 Flottant
19908 \begin_inset space ~
19909 \end_inset
19910
19911 d'enrobage
19912 \family default
19913 \lang english
19914  
19915 \lang french
19916 à la condition que le paquetage LaTeX 
19917 \series bold
19918 wrapfig
19919 \series default
19920
19921 \begin_inset Index
19922 status collapsed
19923
19924 \begin_layout Plain Layout
19925 Paquetages LaTeX ! wrapfig
19926 \begin_inset ERT
19927 status collapsed
19928
19929 \begin_layout Plain Layout
19930
19931
19932 \backslash
19933 vspace{4mm}
19934 \end_layout
19935
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942
19943  soit installé.
19944 \begin_inset Foot
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Voyez dans la manuel 
19949 \emph on
19950 Configuration
19951 \begin_inset space ~
19952 \end_inset
19953
19954 LaTeX 
19955 \emph default
19956 comment installer des paquetages LaTeX.
19957 \end_layout
19958
19959 \end_inset
19960
19961  La largeur et la position du flottant peut être modifiée en faisant un
19962  clic droit sur la boîte du flottant.
19963  La figure
19964 \begin_inset space ~
19965 \end_inset
19966
19967
19968 \begin_inset CommandInset ref
19969 LatexCommand ref
19970 reference "fig:Figure-enrobée"
19971
19972 \end_inset
19973
19974  est un exemple de flottant d'enrobage avec une largeur de 40
19975 \begin_inset space \thinspace{}
19976 \end_inset
19977
19978 col%.
19979 \begin_inset Foot
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983 Les unités disponibles sont expliquées dans l'appendice
19984 \begin_inset space ~
19985 \end_inset
19986
19987
19988 \begin_inset CommandInset ref
19989 LatexCommand ref
19990 reference "cha:Unités-de-longueur"
19991
19992 \end_inset
19993
19994 .
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 \begin_inset Note Greyedout
20004 status open
20005
20006 \begin_layout Plain Layout
20007
20008 \series bold
20009 Note:
20010 \series default
20011  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20012  figure trop près du bas de page peut tout chambouler et faire que le flottant
20013  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20014  de texte.
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Standard
20023 En général:
20024 \end_layout
20025
20026 \begin_layout Itemize
20027 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20028  qui risquent de passer à la page suivante.
20029  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20030  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20031  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20032  de page.
20033 \end_layout
20034
20035 \begin_layout Itemize
20036 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20037  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20038 e.
20039 \end_layout
20040
20041 \begin_layout Itemize
20042 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20043  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20044  texte entre les deux, comme séparateur.
20045 \end_layout
20046
20047 \begin_layout Itemize
20048 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20049  ou les tableaux.
20050 \end_layout
20051
20052 \begin_layout Section
20053 Numérotation des flottants
20054 \begin_inset CommandInset label
20055 LatexCommand label
20056 name "sec:Numérotatio-Flottants"
20057
20058 \end_inset
20059
20060
20061 \begin_inset Index
20062 status collapsed
20063
20064 \begin_layout Plain Layout
20065 Flottants ! Numérotation
20066 \end_layout
20067
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20075  ils se trouvent, soit en utilisant un format du genre 
20076 \begin_inset Quotes eld
20077 \end_inset
20078
20079 chapitre.numéro
20080 \begin_inset Quotes erd
20081 \end_inset
20082
20083  ou 
20084 \begin_inset Quotes eld
20085 \end_inset
20086
20087 section.numéro
20088 \begin_inset Quotes erd
20089 \end_inset
20090
20091 .
20092  Cela dépend de la classe de document utilisée.
20093 \end_layout
20094
20095 \begin_layout Standard
20096 Pour changer le format de la numérotation qui ne dépend pas de la section
20097  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20098  le préambule du document :
20099 \end_layout
20100
20101 \begin_layout Standard
20102
20103 \series bold
20104
20105 \backslash
20106 renewcommand{
20107 \backslash
20108 thetable}{
20109 \backslash
20110 roman{table}}
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 thetable
20119 \series default
20120  est la commande qui imprime le numéro du tableau, pour les figures, la
20121  commande serait 
20122 \series bold
20123
20124 \backslash
20125 thefigure
20126 \series default
20127 .
20128  La commande 
20129 \series bold
20130
20131 \backslash
20132 roman
20133 \series default
20134  utilisée dans la commande précédente, imprime le numéro du tableau sous
20135  forme de petits chiffres romains.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 Pour changer le type de numérotation pour par exemple 
20140 \begin_inset Quotes eld
20141 \end_inset
20142
20143 sous-section.numéro
20144 \begin_inset Quotes erd
20145 \end_inset
20146
20147 , utilisez la commande suivante dans le préambule du document :
20148 \end_layout
20149
20150 \begin_layout Standard
20151
20152 \series bold
20153
20154 \backslash
20155 numberwithin{table}{subsection}
20156 \end_layout
20157
20158 \begin_layout Standard
20159 Pour pouvoir utiliser la commande 
20160 \series bold
20161
20162 \backslash
20163 numberwithin
20164 \series default
20165 , vous devez activer l'option 
20166 \family sans
20167 Utiliser
20168 \begin_inset space ~
20169 \end_inset
20170
20171 le
20172 \begin_inset space ~
20173 \end_inset
20174
20175 paquetage
20176 \begin_inset space ~
20177 \end_inset
20178
20179 maths
20180 \begin_inset space ~
20181 \end_inset
20182
20183 AMS
20184 \family default
20185  dans la rubrique 
20186 \family sans
20187 Options
20188 \begin_inset space ~
20189 \end_inset
20190
20191 des
20192 \begin_inset space ~
20193 \end_inset
20194
20195 Maths
20196 \family default
20197  de la fenêtre de dialogue 
20198 \family sans
20199 Paramètres
20200 \family default
20201  du document.
20202 \end_layout
20203
20204 \begin_layout Standard
20205 Veuillez aussi jeter un coup d'œil à la section
20206 \begin_inset space ~
20207 \end_inset
20208
20209
20210 \begin_inset CommandInset ref
20211 LatexCommand ref
20212 reference "sub:Numerotation-notes-bas-de-page"
20213
20214 \end_inset
20215
20216  pour plus de détails et des notes importantes sur les commandes de numérotation.
20217 \end_layout
20218
20219 \begin_layout Section
20220 Faire Référence à des Flottants
20221 \begin_inset CommandInset label
20222 LatexCommand label
20223 name "sec:Referencer-les-Flottants"
20224
20225 \end_inset
20226
20227
20228 \begin_inset Index
20229 status collapsed
20230
20231 \begin_layout Plain Layout
20232 Flottants ! Références
20233 \end_layout
20234
20235 \end_inset
20236
20237
20238 \begin_inset Index
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242 Références
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \begin_layout Standard
20251 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20252  en utilisant le menu 
20253 \family sans
20254 Insérer\SpecialChar \menuseparator
20255 Étiquette
20256 \family default
20257  ou le bouton 
20258 \begin_inset Graphics
20259         filename ../../images/label-insert.png
20260         scale 85
20261         scaleBeforeRotation
20262
20263 \end_inset
20264
20265  de la barre d'outils.
20266  Une boîte grise de ce genre : 
20267 \begin_inset Graphics
20268         filename clipart/labelQt4.png
20269         scale 85
20270         scaleBeforeRotation
20271
20272 \end_inset
20273
20274  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20275  de saisir le texte de l'étiquette.
20276  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20277  précédés d'un préfixe.
20278  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20279  préfixe sera "
20280 \family sans
20281 fig:
20282 \family default
20283 ".
20284 \end_layout
20285
20286 \begin_layout Standard
20287 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20288  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20289 \family sans
20290 Insérer\SpecialChar \menuseparator
20291 Référence
20292 \begin_inset space ~
20293 \end_inset
20294
20295 Croisée
20296 \family default
20297  ou le bouton 
20298 \begin_inset Graphics
20299         filename ../../images/dialog-show-new-inset_ref.png
20300         scale 85
20301         scaleBeforeRotation
20302
20303 \end_inset
20304
20305  de la barre d'outils.
20306  Une boîte grise de référence croisée comme celle-ci : 
20307 \begin_inset Graphics
20308         filename ../clipart/referenceQt4.png
20309         scale 85
20310         scaleBeforeRotation
20311
20312 \end_inset
20313
20314  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20315  toutes les étiquettes définies dans votre document.
20316  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20317  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20318  de la fenêtre de dialogue.
20319  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20320  une.
20321  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20322  de la référence croisée.
20323 \end_layout
20324
20325 \begin_layout Standard
20326 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20327  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20328  les deux.
20329  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20330  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20331  du numéro de la référence.
20332 \end_layout
20333
20334 \begin_layout Standard
20335 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20336  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20337  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20338  pas à vous en préoccuper.
20339 \end_layout
20340
20341 \begin_layout Standard
20342 Le bouton 
20343 \family sans
20344 Aller
20345 \begin_inset space ~
20346 \end_inset
20347
20348 à
20349 \begin_inset space ~
20350 \end_inset
20351
20352 l'étiquette
20353 \family default
20354  dans la fenêtre de référence croisée va positionner le curseur juste devant
20355  l'étiquette à laquelle on fait référence.
20356  Le nom du bouton bouton 
20357 \family sans
20358 Revenir
20359 \family default
20360  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20361  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20362  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20363  à votre point de départ.
20364 \end_layout
20365
20366 \begin_layout Subsection
20367 Formats de Références Croisées
20368 \begin_inset CommandInset label
20369 LatexCommand label
20370 name "sub:Formats-Références-Croisées"
20371
20372 \end_inset
20373
20374
20375 \begin_inset Index
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379 Références ! Formats
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Il y a six types de références croisées :
20389 \end_layout
20390
20391 \begin_layout Description
20392 <référence>
20393 \begin_inset space ~
20394 \end_inset
20395
20396 : affiche le numéro de l'élément, c'est le choix par défaut : 
20397 \begin_inset CommandInset ref
20398 LatexCommand ref
20399 reference "fig:Deux-images-déformées"
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \begin_layout Description
20407 (<référence>)
20408 \begin_inset space ~
20409 \end_inset
20410
20411 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20412  normalement pour faire référence à des formules mathématiques, en particulier
20413  quand le mot 
20414 \begin_inset Quotes eld
20415 \end_inset
20416
20417 Équation
20418 \begin_inset Quotes erd
20419 \end_inset
20420
20421  est omis : 
20422 \begin_inset CommandInset ref
20423 LatexCommand eqref
20424 reference "eq:Wgn"
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Description
20432 <page>
20433 \begin_inset space ~
20434 \end_inset
20435
20436 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20437 \begin_inset space ~
20438 \end_inset
20439
20440
20441 \begin_inset CommandInset ref
20442 LatexCommand pageref
20443 reference "fig:Deux-images-déformées"
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \begin_layout Description
20451 page
20452 \begin_inset space ~
20453 \end_inset
20454
20455 <page>
20456 \begin_inset space ~
20457 \end_inset
20458
20459 : affiche le mot 
20460 \begin_inset Quotes eld
20461 \end_inset
20462
20463 page
20464 \begin_inset Quotes erd
20465 \end_inset
20466
20467  suivi du numéro de la page sur laquelle se trouve l'élément : 
20468 \begin_inset CommandInset ref
20469 LatexCommand vpageref
20470 reference "fig:Deux-images-déformées"
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Description
20478 <référence>
20479 \begin_inset space ~
20480 \end_inset
20481
20482 page
20483 \begin_inset space ~
20484 \end_inset
20485
20486 <page>
20487 \begin_inset space ~
20488 \end_inset
20489
20490 : affiche le numéro de l'élément, le mot 
20491 \begin_inset Quotes eld
20492 \end_inset
20493
20494 page
20495 \begin_inset Quotes erd
20496 \end_inset
20497
20498  et le numéro de la page : 
20499 \begin_inset CommandInset ref
20500 LatexCommand vref
20501 reference "fig:Deux-images-déformées"
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Description
20509 Référence
20510 \begin_inset space ~
20511 \end_inset
20512
20513 mise
20514 \begin_inset space ~
20515 \end_inset
20516
20517 en
20518 \begin_inset space ~
20519 \end_inset
20520
20521 forme
20522 \begin_inset space ~
20523 \end_inset
20524
20525 : affiche une référence croisée qui définit son propre format.
20526
20527 \lang english
20528  
20529 \lang french
20530
20531 \begin_inset Note Greyedout
20532 status open
20533
20534 \begin_layout Plain Layout
20535
20536 \series bold
20537 Note:
20538 \series default
20539  Ce type de référence croisée n'est disponible que si vous avez installé
20540  le paquetage LaTeX 
20541 \series bold
20542 prettyref.
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20552  se trouve sur la page précédente, la même page ou la page suivante.
20553  Vous verrez par exemple un texte du genre 
20554 \begin_inset Quotes eld
20555 \end_inset
20556
20557 sur cette page
20558 \begin_inset Quotes erd
20559 \end_inset
20560
20561  à la place.
20562 \end_layout
20563
20564 \begin_layout Standard
20565 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20566  se trouve sont calculés automatiquement par LaTeX.
20567  Vous choisissez une des six variétés de références dans le champ Format
20568  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20569  boîte de la référence croisée.
20570 \end_layout
20571
20572 \begin_layout Subsection
20573 Nommage automatique des références croisées
20574 \begin_inset Index
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578 Références ! Nommage automatique
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Le paquetage LaTeX 
20588 \series bold
20589 hyperref
20590 \series default
20591  fournit une fonction très utile pour automatiser la création des références
20592  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20593  une section).
20594  Par exemple pour vous éviter de devoir écrire le mot 
20595 \begin_inset Quotes eld
20596 \end_inset
20597
20598 Figure
20599 \begin_inset Quotes erd
20600 \end_inset
20601
20602  devant chaque boîte de référence.
20603  Pour profiter de ce nommage automatique des références croisées, vous devez
20604  charger le paquetage LaTeX 
20605 \series bold
20606 hyperref
20607 \series default
20608
20609 \begin_inset Index
20610 status collapsed
20611
20612 \begin_layout Plain Layout
20613 Paquetages LaTeX ! hyperref
20614 \end_layout
20615
20616 \end_inset
20617
20618  dans le préambule du document avec
20619 \end_layout
20620
20621 \begin_layout Standard
20622
20623 \series bold
20624
20625 \backslash
20626 usepackage[pdfborder={0 0 0}]{hyperref}
20627 \begin_inset Newline newline
20628 \end_inset
20629
20630
20631 \backslash
20632 AtBeginDocument{
20633 \backslash
20634 renewcommand{
20635 \backslash
20636 ref}[1]{
20637 \backslash
20638 mbox{
20639 \backslash
20640 autoref{#1}}}}
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646 hyperref
20647 \series default
20648  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20649  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20650  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20651  transporté sur la portion de document référencée.
20652  
20653 \series bold
20654 hyperref
20655 \series default
20656  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20657  la navigation à l'intérieur du document.
20658  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20659  dans le préambule de ce document pour voir toutes les options qui ont été
20660  utilisées dans la commande de chargement d'
20661 \series bold
20662 hyperref
20663 \series default
20664 .
20665  Pour en apprendre plus au sujet du paquetage 
20666 \series bold
20667 hyperref
20668 \series default
20669 , nous vous renvoyons à sa documentation 
20670 \begin_inset CommandInset citation
20671 LatexCommand cite
20672 key "hyperref"
20673
20674 \end_inset
20675
20676 .
20677 \end_layout
20678
20679 \begin_layout Standard
20680 \begin_inset Note Greyedout
20681 status open
20682
20683 \begin_layout Plain Layout
20684
20685 \series bold
20686 Note:
20687 \series default
20688  Le nommage automatique de références ne peut être utilisé si vous avez
20689  choisi le style de référence 
20690 \family sans
20691 Référence
20692 \begin_inset space ~
20693 \end_inset
20694
20695 mise
20696 \begin_inset space ~
20697 \end_inset
20698
20699 en
20700 \begin_inset space ~
20701 \end_inset
20702
20703 forme
20704 \family default
20705  décrit dans la section
20706 \begin_inset space ~
20707 \end_inset
20708
20709
20710 \begin_inset CommandInset ref
20711 LatexCommand ref
20712 reference "sub:Formats-Références-Croisées"
20713
20714 \end_inset
20715
20716 .
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Subsection
20725 Positionnement des Références 
20726 \begin_inset CommandInset label
20727 LatexCommand label
20728 name "sub:Reference-Position"
20729
20730 \end_inset
20731
20732
20733 \begin_inset Index
20734 status collapsed
20735
20736 \begin_layout Plain Layout
20737 Références ! Positionnement
20738 \end_layout
20739
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \begin_layout Standard
20746 Si vous utilisez le paquetage 
20747 \series bold
20748 hyperref
20749 \series default
20750
20751 \begin_inset Index
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755 Paquetages LaTeX ! hyperref
20756 \end_layout
20757
20758 \end_inset
20759
20760  pour lier vos références croisées dans la sortie finale, vous verrez que
20761  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20762  l'image.
20763  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20764  pourrez voir l'image sans faire défiler le texte.
20765  Ce problème vient du fait que le point d'ancrage de la référence se situe
20766  à l'endroit de l'étiquette.
20767  En utilisant le paquetage LaTeX 
20768 \series bold
20769 hypcap
20770 \series default
20771
20772 \begin_inset Index
20773 status collapsed
20774
20775 \begin_layout Plain Layout
20776 Paquetages LaTeX ! hypcap
20777 \end_layout
20778
20779 \end_inset
20780
20781 , qui fait partie du paquetage LaTeX 
20782 \series bold
20783 oberdiek
20784 \series default
20785
20786 \begin_inset Index
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 Paquetages LaTeX ! oberdiek
20791 \end_layout
20792
20793 \end_inset
20794
20795 , le point d'ancrage d'un lien est place en haut du flottant.
20796  Pour utiliser cette fonction avec les flottants de figure, chargez 
20797 \series bold
20798 hypcap
20799 \series default
20800  dans l'entête du document avec la ligne
20801 \end_layout
20802
20803 \begin_layout Standard
20804
20805 \series bold
20806
20807 \backslash
20808 usepackage[figure]{hypcap}
20809 \end_layout
20810
20811 \begin_layout Standard
20812 Vous pouvez aussi utiliser 
20813 \series bold
20814 hypcap
20815 \series default
20816  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20817  de stabilité.
20818  Pour plus d'information, jetez un coup d'œil au manuel d' 
20819 \series bold
20820 hypcap
20821 \series default
20822  
20823 \begin_inset CommandInset citation
20824 LatexCommand cite
20825 key "hypcap"
20826
20827 \end_inset
20828
20829 .
20830 \end_layout
20831
20832 \begin_layout Standard
20833 \begin_inset Note Greyedout
20834 status open
20835
20836 \begin_layout Plain Layout
20837
20838 \series bold
20839 Note:
20840 \series default
20841  
20842 \series bold
20843 hypcap
20844 \series default
20845  doit être chargé après 
20846 \series bold
20847 hyperref
20848 \series default
20849  dans le préambule du document.
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 \begin_inset Note Greyedout
20859 status open
20860
20861 \begin_layout Plain Layout
20862
20863 \series bold
20864 Note:
20865 \series default
20866  
20867 \series bold
20868 hypcap
20869 \series default
20870  n'a aucun effet pour les références à des sous-figures.
20871 \end_layout
20872
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \begin_layout Section
20879 Placement des flottants
20880 \begin_inset CommandInset label
20881 LatexCommand label
20882 name "sec:Placement-flottants"
20883
20884 \end_inset
20885
20886
20887 \begin_inset Index
20888 status collapsed
20889
20890 \begin_layout Plain Layout
20891 Flottants ! Placement
20892 \end_layout
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20901  de dialogue 
20902 \family sans
20903 Paramètre
20904 \begin_inset space ~
20905 \end_inset
20906
20907 de
20908 \begin_inset space ~
20909 \end_inset
20910
20911 Flottant
20912 \family default
20913  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
20914  utilise pour déterminer où placer le flottant.
20915 \begin_inset Newline newline
20916 \end_inset
20917
20918 L'option 
20919 \family sans
20920 Plusieurs
20921 \begin_inset space ~
20922 \end_inset
20923
20924 colonnes
20925 \family default
20926  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
20927  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
20928  confiné sur une seule colonne.
20929 \begin_inset Newline newline
20930 \end_inset
20931
20932 L'option 
20933 \family sans
20934 Rotation
20935 \begin_inset space ~
20936 \end_inset
20937
20938 90°
20939 \family default
20940  est utilisée pour faire tourner les flottants, voyez la section
20941 \begin_inset space ~
20942 \end_inset
20943
20944
20945 \begin_inset CommandInset ref
20946 LatexCommand ref
20947 reference "sec:Flottants-renversés"
20948
20949 \end_inset
20950
20951 .
20952 \end_layout
20953
20954 \begin_layout Standard
20955 En désactivant l'option 
20956 \family sans
20957 Utilise
20958 \begin_inset space ~
20959 \end_inset
20960
20961 le
20962 \begin_inset space ~
20963 \end_inset
20964
20965 placement
20966 \begin_inset space ~
20967 \end_inset
20968
20969 par
20970 \begin_inset space ~
20971 \end_inset
20972
20973 défaut
20974 \family default
20975  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
20976  le placement du flottant:
20977 \end_layout
20978
20979 \begin_layout Description
20980 Ici,
20981 \begin_inset space ~
20982 \end_inset
20983
20984 si
20985 \begin_inset space ~
20986 \end_inset
20987
20988 possible: essaie de placer le flottant à la position où il a été inséré
20989  dans LyX
20990 \end_layout
20991
20992 \begin_layout Description
20993 Haut
20994 \begin_inset space ~
20995 \end_inset
20996
20997 de
20998 \begin_inset space ~
20999 \end_inset
21000
21001 la
21002 \begin_inset space ~
21003 \end_inset
21004
21005 page: essaie de placer le flottant en haut de la page courante
21006 \end_layout
21007
21008 \begin_layout Description
21009 Bas
21010 \begin_inset space ~
21011 \end_inset
21012
21013 de
21014 \begin_inset space ~
21015 \end_inset
21016
21017 la
21018 \begin_inset space ~
21019 \end_inset
21020
21021 page: essaie de placer le flottant en bas de la page courante
21022 \end_layout
21023
21024 \begin_layout Description
21025 Page
21026 \begin_inset space ~
21027 \end_inset
21028
21029 de
21030 \begin_inset space ~
21031 \end_inset
21032
21033 flottants: essaie de placer le flottant sur une page à part, éventuellement
21034  avec d'autres flottants 
21035 \end_layout
21036
21037 \begin_layout Standard
21038 LaTeX utilise
21039 \emph on
21040  toujours 
21041 \emph default
21042 les options dans l'ordre donné ci-dessus.
21043  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21044  d'abord essayer 
21045 \family sans
21046 Ici
21047 \begin_inset space ~
21048 \end_inset
21049
21050 si
21051 \begin_inset space ~
21052 \end_inset
21053
21054 possible
21055 \family default
21056 , ensuite 
21057 \family sans
21058 Haut
21059 \begin_inset space ~
21060 \end_inset
21061
21062 de
21063 \begin_inset space ~
21064 \end_inset
21065
21066 la
21067 \begin_inset space ~
21068 \end_inset
21069
21070 page
21071 \family default
21072 , et ainsi de suite.
21073  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21074  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21075  Si aucune des quatre options de placement n'est possible, la procédure
21076  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21077 \end_layout
21078
21079 \begin_layout Standard
21080 Par défaut, chaque option a ses propres règles d'application:
21081 \end_layout
21082
21083 \begin_layout Standard
21084
21085 \family sans
21086 Haut
21087 \begin_inset space ~
21088 \end_inset
21089
21090 de
21091 \begin_inset space ~
21092 \end_inset
21093
21094 la
21095 \begin_inset space ~
21096 \end_inset
21097
21098 page
21099 \family default
21100  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21101  en haut de page (
21102 \series bold
21103
21104 \backslash
21105 topfraction
21106 \series default
21107 ).
21108 \end_layout
21109
21110 \begin_layout Standard
21111
21112 \family sans
21113 Bas
21114 \begin_inset space ~
21115 \end_inset
21116
21117 de
21118 \begin_inset space ~
21119 \end_inset
21120
21121 la
21122 \begin_inset space ~
21123 \end_inset
21124
21125 page
21126 \family default
21127  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21128  en bas de page (
21129 \series bold
21130
21131 \backslash
21132 bottomfraction
21133 \series default
21134 ).
21135 \end_layout
21136
21137 \begin_layout Standard
21138
21139 \family sans
21140 Page
21141 \begin_inset space ~
21142 \end_inset
21143
21144 de
21145 \begin_inset space ~
21146 \end_inset
21147
21148 flottants
21149 \family default
21150  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21151  si ils occupent plus de 50% de celle-ci (
21152 \series bold
21153
21154 \backslash
21155 floatpagefraction
21156 \series default
21157 ).
21158 \end_layout
21159
21160 \begin_layout Standard
21161 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21162  supplémentaire 
21163 \family sans
21164 Ignorer
21165 \begin_inset space ~
21166 \end_inset
21167
21168 les
21169 \begin_inset space ~
21170 \end_inset
21171
21172 règles
21173 \begin_inset space ~
21174 \end_inset
21175
21176 LaTeX
21177 \family default
21178 \lang english
21179 .
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183
21184 \lang french
21185 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21186  données entre parenthèses après les descriptions des règles données ci-dessus.
21187  Par exemple, pour augmenter à 50
21188 \begin_inset space \thinspace{}
21189 \end_inset
21190
21191 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21192  trop petite, ajoutez cette ligne au préambule de votre document :
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \series bold
21198
21199 \backslash
21200 renewcommand{
21201 \backslash
21202 bottomfraction}{0.5}
21203 \end_layout
21204
21205 \begin_layout Standard
21206 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21207  exactement à l'endroit où vous l'avez inséré.
21208  dans ce cas utilisez l'option 
21209 \family sans
21210 Ici
21211 \begin_inset space ~
21212 \end_inset
21213
21214 à
21215 \begin_inset space ~
21216 \end_inset
21217
21218 tout
21219 \begin_inset space ~
21220 \end_inset
21221
21222 Prix
21223 \family default
21224 .
21225  Utilisez cette option le moins souvent possible et seulement quand le document
21226  est presque prêt à être imprimé.
21227  En effet, le flottant n'est plus capable de 
21228 \begin_inset Quotes eld
21229 \end_inset
21230
21231 flotter
21232 \begin_inset Quotes erd
21233 \end_inset
21234
21235 , ce qui peut perturber toutes les mises en page.
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21240  sont toujours entourés par le texte d'un paragraphe donné.
21241 \begin_inset VSpace bigskip
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Standard
21248 On peut parfois se trouver dans la situation où un flottant est placé en
21249  haut d'une page alors que la section concernée ne commence qu'au milieu
21250  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21251  la section précédente.
21252  On peut utiliser la commande LaTeX 
21253 \series bold
21254
21255 \backslash
21256 suppressfloats
21257 \series default
21258  pour éviter ce cas.
21259  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21260  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21261  soit placé avant que la section commence.
21262  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21263  votre document :
21264 \end_layout
21265
21266 \begin_layout Standard
21267
21268 \series bold
21269
21270 \backslash
21271 let
21272 \backslash
21273 mySection
21274 \backslash
21275 section
21276 \begin_inset Newline newline
21277 \end_inset
21278
21279
21280 \backslash
21281 renewcommand{
21282 \backslash
21283 section}{
21284 \backslash
21285 suppressfloats[t]
21286 \backslash
21287 mySection}
21288 \end_layout
21289
21290 \begin_layout Standard
21291 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21292  comme les chapitres et les sous-sections.
21293  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21294  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21295  ensuite avoir du mal à trouver un positionnement correct.
21296 \end_layout
21297
21298 \begin_layout Standard
21299 \begin_inset VSpace bigskip
21300 \end_inset
21301
21302 Dans certains cas il est demandé de placer toutes les figures et tous les
21303  tableaux à la fin du document.
21304  C'est pour de telles situations que le paquetage LaTeX 
21305 \series bold
21306 endfloat
21307 \series default
21308
21309 \begin_inset Index
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313 Paquetages LaTeX ! endfloat
21314 \end_layout
21315
21316 \end_inset
21317
21318  a été développé.
21319  Il met en effet tous les flottants de figures et de tableaux à la fin du
21320  document dans leurs propres sections.
21321  À la position d'origine du flottant, une indication textuelle du genre
21322  
21323 \begin_inset Quotes eld
21324 \end_inset
21325
21326
21327 \family sans
21328 [Figure
21329 \begin_inset space ~
21330 \end_inset
21331
21332 3.2 
21333 \lang english
21334 about here.
21335 \lang french
21336 ]
21337 \family default
21338
21339 \begin_inset Quotes erd
21340 \end_inset
21341
21342  est insérée.
21343  Le paquetage 
21344 \series bold
21345 endfloat
21346 \series default
21347  est chargé dans le préambule avec la ligne suivante 
21348 \end_layout
21349
21350 \begin_layout Standard
21351
21352 \series bold
21353
21354 \backslash
21355 usepackage[options]{endfloat}
21356 \end_layout
21357
21358 \begin_layout Standard
21359 Il y a aussi de nombreuses options de paquetage pour modifier le format
21360  des sections de figures ou de tableau qui sont créées.
21361  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21362  
21363 \series bold
21364 endfloa
21365 \series default
21366
21367 \begin_inset CommandInset citation
21368 LatexCommand cite
21369 key "endfloat"
21370
21371 \end_inset
21372
21373 .
21374 \begin_inset Newline newline
21375 \end_inset
21376
21377
21378 \begin_inset Note Greyedout
21379 status open
21380
21381 \begin_layout Plain Layout
21382
21383 \series bold
21384 Note: endfloat
21385 \series default
21386  ne fournit pas de traduction automatique de l'indication textuelle, vous
21387  devez donc le faire manuellement, voyez la section
21388 \begin_inset space ~
21389 \end_inset
21390
21391 4 de 
21392 \begin_inset CommandInset citation
21393 LatexCommand cite
21394 key "endfloat"
21395
21396 \end_inset
21397
21398 .
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \begin_inset Newline newline
21405 \end_inset
21406
21407
21408 \begin_inset Note Greyedout
21409 status open
21410
21411 \begin_layout Plain Layout
21412
21413 \series bold
21414 Note:
21415 \series default
21416  Il y a actuellement un bug dans le paquetage 
21417 \series bold
21418 endfloat
21419 \series default
21420  quand la légende contient un 
21421 \begin_inset Quotes eld
21422 \end_inset
21423
21424 ß
21425 \begin_inset Quotes erd
21426 \end_inset
21427
21428  allemand.
21429  Utilisez dans ce cas la commande 
21430 \begin_inset Quotes eld
21431 \end_inset
21432
21433
21434 \series bold
21435
21436 \backslash
21437 ss
21438 \series default
21439
21440 \begin_inset Quotes erd
21441 \end_inset
21442
21443  en code TeX à la place du 
21444 \begin_inset Quotes eld
21445 \end_inset
21446
21447 ß
21448 \begin_inset Quotes erd
21449 \end_inset
21450
21451 .
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Standard
21460 \begin_inset VSpace bigskip
21461 \end_inset
21462
21463 Pour plus d'information sur les manières de placer les flottants, jetez
21464  un coup d'œil aux livres sur LaTeX, 
21465 \begin_inset CommandInset citation
21466 LatexCommand cite
21467 key "latexcompanion,latexguide,latexbook"
21468
21469 \end_inset
21470
21471 .
21472 \end_layout
21473
21474 \begin_layout Section
21475 Flottants Renversés
21476 \begin_inset CommandInset label
21477 LatexCommand label
21478 name "sec:Flottants-renversés"
21479
21480 \end_inset
21481
21482
21483 \begin_inset Index
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487 Flottants ! Renversés
21488 \end_layout
21489
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \begin_layout Standard
21496 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21497  tableaux très larges.
21498  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21499  un clic droit sur la boîte du flottant et utilisez l'option 
21500 \family sans
21501 Rotation
21502 \begin_inset space ~
21503 \end_inset
21504
21505 90°
21506 \family default
21507 .
21508 \end_layout
21509
21510 \begin_layout Standard
21511 Les flottants renversés sont systématiquement placés sur leur propre page
21512  ( ou colonne, si vous avez un document sur deux colonnes ).
21513  Il sont pivotés de sorte que vous puissiez les lire en vous plaçant du
21514  côté de la marge externe.
21515  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21516  ajouter soit l'option 
21517 \series bold
21518 figuresleft
21519 \series default
21520  soit l'option 
21521 \series bold
21522 figuresright
21523 \series default
21524  aux options de la classe de document.
21525 \end_layout
21526
21527 \begin_layout Standard
21528 Faire référence à un flottant renversé se fait de la même manière que pour
21529  un flottant normal, la mise en forme de la légende est aussi identique
21530  : Le tableau
21531 \begin_inset space ~
21532 \end_inset
21533
21534
21535 \begin_inset CommandInset ref
21536 LatexCommand ref
21537 reference "tab:Tableau-pivoté"
21538
21539 \end_inset
21540
21541  est un exemple de flottant de tableau renversé.
21542 \end_layout
21543
21544 \begin_layout Standard
21545 \begin_inset Note Greyedout
21546 status open
21547
21548 \begin_layout Plain Layout
21549
21550 \series bold
21551 Note:
21552 \series default
21553  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21554  DVI.
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset Float table
21564 wide false
21565 sideways true
21566 status open
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Caption
21570
21571 \begin_layout Plain Layout
21572 \begin_inset CommandInset label
21573 LatexCommand label
21574 name "tab:Tableau-pivoté"
21575
21576 \end_inset
21577
21578  Tableau pivoté
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Plain Layout
21587 \align center
21588 \begin_inset Tabular
21589 <lyxtabular version="3" rows="1" columns="5">
21590 <features>
21591 <column alignment="center" valignment="top" width="0">
21592 <column alignment="center" valignment="top" width="0">
21593 <column alignment="center" valignment="top" width="0">
21594 <column alignment="center" valignment="top" width="0">
21595 <column alignment="center" valignment="top" width="0">
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 test
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 b
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 c
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 d
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 e
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 </lyxtabular>
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \begin_layout Section
21656 Flottants côte-à-côte
21657 \begin_inset Index
21658 status collapsed
21659
21660 \begin_layout Plain Layout
21661 Flottants ! côte-à-côte
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Pour placer des flottants côte-à-côte, comme pour la figure
21671 \begin_inset space ~
21672 \end_inset
21673
21674
21675 \begin_inset CommandInset ref
21676 LatexCommand ref
21677 reference "fig:Flottant-gauche"
21678
21679 \end_inset
21680
21681  et 
21682 \begin_inset CommandInset ref
21683 LatexCommand ref
21684 reference "fig:Flottant-droit"
21685
21686 \end_inset
21687
21688 , on n'utilise 
21689 \emph on
21690 qu'un seul 
21691 \emph default
21692 flottant.
21693  On y insère deux boîtes de minipages
21694 \begin_inset Foot
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698 Les minipages sont décrites dans la section
21699 \begin_inset space ~
21700 \end_inset
21701
21702
21703 \begin_inset CommandInset ref
21704 LatexCommand ref
21705 reference "sec:Minipages"
21706
21707 \end_inset
21708
21709 .
21710 \end_layout
21711
21712 \end_inset
21713
21714 .
21715  La largeur est mise à 45
21716 \begin_inset space \thinspace{}
21717 \end_inset
21718
21719 -50
21720 \begin_inset space \thinspace{}
21721 \end_inset
21722
21723 column% et l'alignement de la boîte à 
21724 \family sans
21725 Bas
21726 \family default
21727  pour chaque minipage.
21728  Les boîtes minipages contiennent l'image et la légende exactement comme
21729  avec un flottant.
21730  La seule différence est que l'unité de longueur 
21731 \family sans
21732 Largeur
21733 \begin_inset space ~
21734 \end_inset
21735
21736 colonne
21737 \begin_inset space ~
21738 \end_inset
21739
21740 %
21741 \family default
21742  utilisée pour l'image est maintenant définie par rapport à la largeur des
21743  boîtes minipages.
21744 \end_layout
21745
21746 \begin_layout Standard
21747 \begin_inset Float figure
21748 wide false
21749 sideways false
21750 status open
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Box Frameless
21754 position "b"
21755 hor_pos "c"
21756 has_inner_box 1
21757 inner_pos "t"
21758 use_parbox 0
21759 width "45col%"
21760 special "none"
21761 height "1in"
21762 height_special "totalheight"
21763 status open
21764
21765 \begin_layout Plain Layout
21766 \align center
21767 \begin_inset Graphics
21768         filename ../clipart/mobius.eps
21769         lyxscale 50
21770         width 100col%
21771         scaleBeforeRotation
21772
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Caption
21780
21781 \begin_layout Plain Layout
21782 \begin_inset CommandInset label
21783 LatexCommand label
21784 name "fig:Flottant-gauche"
21785
21786 \end_inset
21787
21788 Flottant du côté gauche.
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \begin_inset space \hfill{}
21800 \end_inset
21801
21802
21803 \begin_inset Box Frameless
21804 position "b"
21805 hor_pos "c"
21806 has_inner_box 1
21807 inner_pos "t"
21808 use_parbox 0
21809 width "45col%"
21810 special "none"
21811 height "1in"
21812 height_special "totalheight"
21813 status open
21814
21815 \begin_layout Plain Layout
21816 \align center
21817 \begin_inset Graphics
21818         filename ../clipart/platypus.eps
21819         lyxscale 50
21820         width 100col%
21821         scaleBeforeRotation
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "fig:Flottant-droit"
21835
21836 \end_inset
21837
21838 Flottant du côté droit.
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Section
21857 Mise en Forme de la Légende
21858 \begin_inset Index
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862 Légende ! Mise en forme
21863 \end_layout
21864
21865 \end_inset
21866
21867
21868 \begin_inset Index
21869 status collapsed
21870
21871 \begin_layout Plain Layout
21872 Flottants ! Mise en forme de la Légende
21873 \end_layout
21874
21875 \end_inset
21876
21877
21878 \begin_inset Index
21879 status collapsed
21880
21881 \begin_layout Plain Layout
21882 Paquetages LaTeX ! caption
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \begin_inset CommandInset label
21889 LatexCommand label
21890 name "sec:Formatage-légende"
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \begin_layout Standard
21898 L'environnement 
21899 \family sans
21900 Légende
21901 \family default
21902  est l'environnement de paragraphe par défaut pour les 
21903 \family sans
21904 flottants
21905 \family default
21906 .
21907  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21908  par exemple 
21909 \begin_inset Quotes eld
21910 \end_inset
21911
21912
21913 \family sans
21914 Figure #:
21915 \family default
21916
21917 \begin_inset Quotes erd
21918 \end_inset
21919
21920  suivi par le texte de la légende.
21921  Le 
21922 \begin_inset Quotes eld
21923 \end_inset
21924
21925 #
21926 \begin_inset Quotes erd
21927 \end_inset
21928
21929  étant remplacé par le numéro de référence réel.
21930  Par défaut l'étiquette et le numéro sont dans la même police de caractères
21931  que le texte de la légende et deux points suivent le numéro pour séparer
21932  l'étiquette du texte.
21933  Ce format de légende n'est pas forcément adapté à tous les types de documents.
21934 \end_layout
21935
21936 \begin_layout Standard
21937 Pour modifier le format par défaut des légendes, il faut charger le paquetage
21938  LaTeX 
21939 \series bold
21940 caption
21941 \series default
21942
21943 \begin_inset Index
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947 Paquetages LaTeX ! caption
21948 \end_layout
21949
21950 \end_inset
21951
21952  dans le préambule de votre document avec la ligne suivante :
21953 \end_layout
21954
21955 \begin_layout Standard
21956
21957 \series bold
21958
21959 \backslash
21960 usepackage[format definition]{caption}
21961 \end_layout
21962
21963 \begin_layout Standard
21964 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
21965  grasse et les légendes de tableau toujours au dessus des tableaux, comme
21966  dans ce document, utilisez les commandes suivantes :
21967 \end_layout
21968
21969 \begin_layout Standard
21970
21971 \series bold
21972
21973 \backslash
21974 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21975 \end_layout
21976
21977 \begin_layout Standard
21978 Vous pouvez aussi définir des formats de légendes différents pour les différents
21979  types de flottants.
21980  Dans ce cas chargez le paquetage 
21981 \series bold
21982 caption 
21983 \series default
21984 sans option de format spécifique et définissez les différents formats à
21985  l'aide de la commande 
21986 \end_layout
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991
21992 \backslash
21993 captionsetup[type de flottant]{définition du format}
21994 \end_layout
21995
21996 \begin_layout Standard
21997 dans le préambule du document.
21998  Par exemple les formats de légende de la Figure
21999 \begin_inset space ~
22000 \end_inset
22001
22002
22003 \begin_inset CommandInset ref
22004 LatexCommand ref
22005 reference "fig:Legende-de-fig"
22006
22007 \end_inset
22008
22009  et du Tableau
22010 \begin_inset space ~
22011 \end_inset
22012
22013
22014 \begin_inset CommandInset ref
22015 LatexCommand ref
22016 reference "tab:Légende-de-tab"
22017
22018 \end_inset
22019
22020  peuvent être créés en utilisant les commandes suivantes dans le préambule
22021  :
22022 \end_layout
22023
22024 \begin_layout Standard
22025
22026 \series bold
22027
22028 \backslash
22029 usepackage[tableposition=top]{caption}
22030 \series default
22031
22032 \begin_inset Newline newline
22033 \end_inset
22034
22035
22036 \series bold
22037
22038 \backslash
22039 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22040 \begin_inset Newline newline
22041 \end_inset
22042
22043
22044 \begin_inset ERT
22045 status collapsed
22046
22047 \begin_layout Plain Layout
22048
22049
22050 \backslash
22051 hphantom{
22052 \backslash
22053
22054 \backslash
22055 captionsetup[figure]
22056 \backslash
22057 {}
22058 \end_layout
22059
22060 \end_inset
22061
22062  labelsep=period}
22063 \begin_inset Newline newline
22064 \end_inset
22065
22066
22067 \backslash
22068 captionsetup[table]{labelfont={bf,sf}}
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset Note Greyedout
22073 status open
22074
22075 \begin_layout Plain Layout
22076
22077 \series bold
22078 Note:
22079 \series default
22080  L'option 
22081 \series bold
22082 tableposition=top
22083 \series default
22084  n'a pas d'effet quand on utilise un document de classe 
22085 \series bold
22086 koma-script
22087 \series default
22088
22089 \begin_inset Index
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093 Paquetages LaTeX ! koma-script
22094 \end_layout
22095
22096 \end_inset
22097
22098 .
22099  Dans ce cas on doit utiliser l'option 
22100 \series bold
22101 tablecaptionabove
22102 \series default
22103  de la classe de document.
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 Pour plus d'information sur le paquetage 
22113 \series bold
22114 caption
22115 \series default
22116  nous vous renvoyons à sa documentation 
22117 \begin_inset CommandInset citation
22118 LatexCommand cite
22119 key "caption"
22120
22121 \end_inset
22122
22123 .
22124 \end_layout
22125
22126 \begin_layout Standard
22127 Pour changer le nom de l'étiquette, par exemple de 
22128 \begin_inset Quotes eld
22129 \end_inset
22130
22131 Figure
22132 \begin_inset Quotes erd
22133 \end_inset
22134
22135  à 
22136 \begin_inset Quotes eld
22137 \end_inset
22138
22139 Image
22140 \begin_inset Quotes erd
22141 \end_inset
22142
22143 , utilisez la commande suivante dans le préambule :
22144 \end_layout
22145
22146 \begin_layout Standard
22147
22148 \series bold
22149
22150 \backslash
22151 renewcommand{
22152 \backslash
22153 fnum@figure}{Image~
22154 \backslash
22155 thefigure}
22156 \end_layout
22157
22158 \begin_layout Standard
22159 où 
22160 \series bold
22161
22162 \backslash
22163 thefigure
22164 \series default
22165  insère le numéro de la figure et
22166 \series bold
22167  
22168 \begin_inset Quotes eld
22169 \end_inset
22170
22171 ~
22172 \series default
22173
22174 \begin_inset Quotes erd
22175 \end_inset
22176
22177  ajoute une espace insécable.
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \begin_inset VSpace bigskip
22182 \end_inset
22183
22184 Si vous utilisez un document de classe 
22185 \series bold
22186 koma-script
22187 \series default
22188
22189 \begin_inset Index
22190 status collapsed
22191
22192 \begin_layout Plain Layout
22193 Paquetages LaTeX ! koma-script
22194 \end_layout
22195
22196 \end_inset
22197
22198  (
22199 \family sans
22200 article (koma-script)
22201 \family default
22202
22203 \family sans
22204 book (koma-script)
22205 \family default
22206
22207 \family sans
22208 letter (koma-script)
22209 \family default
22210 , ou 
22211 \family sans
22212 report (koma-script)
22213 \family default
22214
22215 \begin_inset space \thinspace{}
22216 \end_inset
22217
22218 ), Vous pouvez utiliser la commande incorporée 
22219 \series bold
22220
22221 \backslash
22222 setkomafont 
22223 \series default
22224 du paquetage
22225 \series bold
22226  koma-script 
22227 \series default
22228 à la place du paquetage
22229 \series bold
22230  caption.
22231  
22232 \series default
22233 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22234  suivante au préambule de votre document :
22235 \end_layout
22236
22237 \begin_layout Standard
22238
22239 \series bold
22240
22241 \backslash
22242 setkomafont{captionlabel}{
22243 \backslash
22244 bfseries}
22245 \end_layout
22246
22247 \begin_layout Standard
22248 Pour plus d'information au sujet de 
22249 \series bold
22250
22251 \backslash
22252 setkomafont
22253 \series default
22254  nous vous renvoyons à la documentation du paquetage 
22255 \series bold
22256 koma-script
22257 \series default
22258  
22259 \begin_inset CommandInset citation
22260 LatexCommand cite
22261 key "koma-script"
22262
22263 \end_inset
22264
22265 .
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset ERT
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273
22274
22275 \backslash
22276 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22277 }
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \begin_inset Note Note
22284 status open
22285
22286 \begin_layout Plain Layout
22287 Le format de la légende n'est modifié que pour cet exemple.
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset Float figure
22297 placement !p
22298 wide false
22299 sideways false
22300 status open
22301
22302 \begin_layout Plain Layout
22303 \align center
22304 \begin_inset Graphics
22305         filename ../clipart/mobius.eps
22306         lyxscale 50
22307         scale 50
22308         scaleBeforeRotation
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Caption
22317
22318 \begin_layout Plain Layout
22319 \begin_inset CommandInset label
22320 LatexCommand label
22321 name "fig:Legende-de-fig"
22322
22323 \end_inset
22324
22325 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22326  pour montrer les différents types de formats de légendes.
22327  Ici on a utilisé un format de légende personnalisé.
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \begin_layout Standard
22341 \begin_inset ERT
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345
22346
22347 \backslash
22348 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22349 on}
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Standard
22358 \begin_inset Float table
22359 placement !p
22360 wide false
22361 sideways false
22362 status open
22363
22364 \begin_layout Plain Layout
22365 \begin_inset Caption
22366
22367 \begin_layout Plain Layout
22368 \begin_inset CommandInset label
22369 LatexCommand label
22370 name "tab:Légende-de-tab"
22371
22372 \end_inset
22373
22374 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22375  pour montrer les différents types de formats de légendes.
22376  Ici on a utilisé le format de légende par défaut.
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Plain Layout
22385 \align center
22386 \begin_inset Tabular
22387 <lyxtabular version="3" rows="1" columns="5">
22388 <features>
22389 <column alignment="center" valignment="top" width="0">
22390 <column alignment="center" valignment="top" width="0">
22391 <column alignment="center" valignment="top" width="0">
22392 <column alignment="center" valignment="top" width="0">
22393 <column alignment="center" valignment="top" width="0">
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 a
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 b
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 c
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 d
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 e
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 </lyxtabular>
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \begin_layout Section
22454 Positionnement de la Légende
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 Légende ! Placement
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset Index
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469 Flottants ! Placement de la légende
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \begin_inset CommandInset label
22476 LatexCommand label
22477 name "sec:Placement-légende"
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Standard
22485 La règle habituelle pour placer la légende est :
22486 \end_layout
22487
22488 \begin_layout Description
22489 Figure
22490 \begin_inset space ~
22491 \end_inset
22492
22493 : La légende est placée en dessous de la figure
22494 \end_layout
22495
22496 \begin_layout Description
22497 Tableau
22498 \begin_inset space ~
22499 \end_inset
22500
22501 : La légende est placée au dessus du tableau
22502 \end_layout
22503
22504 \begin_layout Standard
22505 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22506  au dessus des tableaux.
22507  Ce qui fait que si vous utilisez une des classes de document 
22508 \family sans
22509 article
22510 \family default
22511
22512 \family sans
22513 book
22514 \family default
22515
22516 \family sans
22517 letter
22518 \family default
22519 , ou 
22520 \family sans
22521 report
22522 \family default
22523  il n'y aura pas d'espace libre entre la légende et le tableau.
22524  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22525  de chargement du paquetage LaTeX 
22526 \series bold
22527 caption
22528 \series default
22529  dans le préambule de votre document
22530 \begin_inset Foot
22531 status open
22532
22533 \begin_layout Plain Layout
22534 Voir la section
22535 \begin_inset space ~
22536 \end_inset
22537
22538
22539 \begin_inset CommandInset ref
22540 LatexCommand ref
22541 reference "sec:Formatage-légende"
22542
22543 \end_inset
22544
22545  pour plus d'information sur le paquetage 
22546 \series bold
22547 caption
22548 \series default
22549 .
22550 \end_layout
22551
22552 \end_inset
22553
22554 :
22555 \end_layout
22556
22557 \begin_layout Standard
22558
22559 \series bold
22560 tableposition=top
22561 \end_layout
22562
22563 \begin_layout Standard
22564 Si vous utilisez une classe de document 
22565 \series bold
22566 koma-script
22567 \series default
22568
22569 \begin_inset Index
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573 Paquetages LaTeX ! koma-script
22574 \end_layout
22575
22576 \end_inset
22577
22578  (
22579 \family sans
22580 article (koma-script)
22581 \family default
22582
22583 \family sans
22584 book (koma-script)
22585 \family default
22586
22587 \family sans
22588 letter (koma-script)
22589 \family default
22590 , ou 
22591 \family sans
22592 report (koma-script)
22593 \family default
22594
22595 \begin_inset space \thinspace{}
22596 \end_inset
22597
22598 ), vous pouvez utiliser à la place du paquetage 
22599 \series bold
22600 caption
22601 \series default
22602  l'option 
22603 \series bold
22604 tablecaptionabove
22605 \series default
22606  de la classe de document.
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset VSpace bigskip
22611 \end_inset
22612
22613 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22614  Pour cela, vous devez charger le paquetage LaTeX 
22615 \series bold
22616 sidecap
22617 \series default
22618
22619 \begin_inset Index
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623 Paquetages LaTeX ! sidecap
22624 \end_layout
22625
22626 \end_inset
22627
22628  dans le préambule de votre document avec la ligne de commande suivante
22629 \end_layout
22630
22631 \begin_layout Standard
22632
22633 \series bold
22634
22635 \backslash
22636 usepackage[option]{sidecap}
22637 \end_layout
22638
22639 \begin_layout Standard
22640 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22641  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22642  paires.
22643  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22644  
22645 \series bold
22646 innercaption
22647 \series default
22648 .
22649  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22650  
22651 \series bold
22652 rightcaption
22653 \series default
22654  ou 
22655 \series bold
22656 leftcaption
22657 \series default
22658 .
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 ifsidecap
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \begin_inset Note Note
22676 status open
22677
22678 \begin_layout Plain Layout
22679 La section suivante ne sera affichée que si le paquetage LaTeX 
22680 \series bold
22681 sidecap
22682 \series default
22683  a été installé.
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Standard
22692 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22693  ajouter ces commandes dans le préambule de votre document :
22694 \end_layout
22695
22696 \begin_layout Standard
22697
22698 \lyxline
22699
22700 \end_layout
22701
22702 \begin_layout Standard
22703
22704 \series bold
22705
22706 \backslash
22707 newcommand{
22708 \backslash
22709 TabBesBeg}{%
22710 \begin_inset Newline newline
22711 \end_inset
22712
22713
22714 \begin_inset ERT
22715 status collapsed
22716
22717 \begin_layout Plain Layout
22718
22719
22720 \backslash
22721 hphantom{ }
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \backslash
22728 let
22729 \backslash
22730 MyTable
22731 \backslash
22732 table
22733 \begin_inset Newline newline
22734 \end_inset
22735
22736
22737 \begin_inset ERT
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741
22742
22743 \backslash
22744 hphantom{ }
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \backslash
22751 let
22752 \backslash
22753 MyEndtable
22754 \backslash
22755 endtable
22756 \begin_inset Newline newline
22757 \end_inset
22758
22759
22760 \begin_inset ERT
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764
22765
22766 \backslash
22767 hphantom{ }
22768 \end_layout
22769
22770 \end_inset
22771
22772
22773 \backslash
22774 renewenvironment{table}{
22775 \backslash
22776 begin{SCtable}}{
22777 \backslash
22778 end{SCtable}}}
22779 \end_layout
22780
22781 \begin_layout Standard
22782
22783 \series bold
22784
22785 \backslash
22786 newcommand{
22787 \backslash
22788 TabBesEnd}{%
22789 \begin_inset Newline newline
22790 \end_inset
22791
22792
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 hphantom{ }
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \backslash
22807 let
22808 \backslash
22809 table
22810 \backslash
22811 MyTable
22812 \begin_inset Newline newline
22813 \end_inset
22814
22815
22816 \begin_inset ERT
22817 status collapsed
22818
22819 \begin_layout Plain Layout
22820
22821
22822 \backslash
22823 hphantom{ }
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \backslash
22830 let
22831 \backslash
22832 endtable
22833 \backslash
22834 MyEndtable
22835 \end_layout
22836
22837 \begin_layout Standard
22838
22839 \series bold
22840
22841 \backslash
22842 newcommand{
22843 \backslash
22844 FigBesBeg}{%
22845 \begin_inset Newline newline
22846 \end_inset
22847
22848
22849 \begin_inset ERT
22850 status collapsed
22851
22852 \begin_layout Plain Layout
22853
22854
22855 \backslash
22856 hphantom{ }
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \backslash
22863 let
22864 \backslash
22865 MyFigure
22866 \backslash
22867 figure
22868 \begin_inset Newline newline
22869 \end_inset
22870
22871
22872 \begin_inset ERT
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876
22877
22878 \backslash
22879 hphantom{ }
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \backslash
22886 let
22887 \backslash
22888 MyEndfigure
22889 \backslash
22890 endfigure
22891 \begin_inset Newline newline
22892 \end_inset
22893
22894
22895 \begin_inset ERT
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899
22900
22901 \backslash
22902 hphantom{ }
22903 \end_layout
22904
22905 \end_inset
22906
22907
22908 \backslash
22909 renewenvironment{figure}{
22910 \backslash
22911 begin{SCfigure}}{
22912 \backslash
22913 end{SCfigure}}}
22914 \end_layout
22915
22916 \begin_layout Standard
22917
22918 \series bold
22919
22920 \backslash
22921 newcommand{
22922 \backslash
22923 FigBesEnd}{%
22924 \begin_inset Newline newline
22925 \end_inset
22926
22927
22928 \begin_inset ERT
22929 status collapsed
22930
22931 \begin_layout Plain Layout
22932
22933
22934 \backslash
22935 hphantom{ }
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \backslash
22942 let
22943 \backslash
22944 figure
22945 \backslash
22946 MyFigure
22947 \begin_inset Newline newline
22948 \end_inset
22949
22950
22951 \begin_inset ERT
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955
22956
22957 \backslash
22958 hphantom{ }
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \backslash
22965 let
22966 \backslash
22967 endfigure
22968 \backslash
22969 MyEndfigure}
22970 \end_layout
22971
22972 \begin_layout Standard
22973
22974 \lyxline
22975
22976 \end_layout
22977
22978 \begin_layout Standard
22979 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
22980  la légende se place sur le côté.
22981  Pour les flottants de figure, utilisez la commande
22982 \end_layout
22983
22984 \begin_layout Standard
22985
22986 \series bold
22987
22988 \backslash
22989 FigBesBeg
22990 \end_layout
22991
22992 \begin_layout Standard
22993 en code TeX avant le flottant.
22994  Après le flottant, insérez la commande
22995 \end_layout
22996
22997 \begin_layout Standard
22998
22999 \series bold
23000
23001 \backslash
23002 FigBesEnd
23003 \end_layout
23004
23005 \begin_layout Standard
23006 en code TeX pour revenir à la définition originale du flottant.
23007 \end_layout
23008
23009 \begin_layout Standard
23010 Pour les flottants de tableau, utilisez les commandes correspondantes
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016
23017 \backslash
23018 TabBesBeg
23019 \series default
23020  et 
23021 \series bold
23022
23023 \backslash
23024 TabBesEnd
23025 \end_layout
23026
23027 \begin_layout Standard
23028 La figure
23029 \begin_inset space ~
23030 \end_inset
23031
23032
23033 \begin_inset CommandInset ref
23034 LatexCommand ref
23035 reference "fig:legende-a-coté-fig"
23036
23037 \end_inset
23038
23039  et le tableau
23040 \begin_inset space ~
23041 \end_inset
23042
23043
23044 \begin_inset CommandInset ref
23045 LatexCommand ref
23046 reference "tab:legende-à-coté-tableau"
23047
23048 \end_inset
23049
23050  sont des exemples où la légende a été mises sur le coté.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23055  pour les flottants de tableau et vers le bas pour les flottants de figure.
23056  Pour changer ce comportement, vous pouvez utiliser les commandes
23057 \end_layout
23058
23059 \begin_layout Standard
23060
23061 \series bold
23062
23063 \backslash
23064 sidecaptionvpos{type flottant}{placement}
23065 \end_layout
23066
23067 \begin_layout Standard
23068 dans le préambule du document ou en code TeX juste avant le flottant visé.
23069  Le type du flottant est soit 
23070 \family sans
23071 figure
23072 \family default
23073  soit 
23074 \family sans
23075 table
23076 \family default
23077 , le placement peut être 
23078 \begin_inset Quotes eld
23079 \end_inset
23080
23081
23082 \family sans
23083 t
23084 \family default
23085
23086 \begin_inset Quotes erd
23087 \end_inset
23088
23089  pour haut (top), 
23090 \begin_inset Quotes eld
23091 \end_inset
23092
23093
23094 \family sans
23095 c
23096 \family default
23097
23098 \begin_inset Quotes erd
23099 \end_inset
23100
23101  pour centre (center), ou 
23102 \begin_inset Quotes eld
23103 \end_inset
23104
23105
23106 \family sans
23107 b
23108 \family default
23109
23110 \begin_inset Quotes erd
23111 \end_inset
23112
23113  pour bas (bottom).
23114  Pour que, par exemple, les légendes des flottants de figure soient centrés
23115  verticalement, utilisez la commande
23116 \end_layout
23117
23118 \begin_layout Standard
23119
23120 \series bold
23121
23122 \backslash
23123 sidecaptionvpos{figure}{c}
23124 \end_layout
23125
23126 \begin_layout Standard
23127 C'est ce qui a été utilisé pour la figure
23128 \begin_inset space ~
23129 \end_inset
23130
23131
23132 \begin_inset CommandInset ref
23133 LatexCommand ref
23134 reference "fig:legende-à-coté-fig-2"
23135
23136 \end_inset
23137
23138 .
23139 \end_layout
23140
23141 \begin_layout Standard
23142 \begin_inset VSpace medskip
23143 \end_inset
23144
23145 Pour plus d'information sur le paquetage 
23146 \series bold
23147 sidecap
23148 \series default
23149  nous vous renvoyons à sa documentation 
23150 \begin_inset CommandInset citation
23151 LatexCommand cite
23152 key "sidecap"
23153
23154 \end_inset
23155
23156 .
23157 \end_layout
23158
23159 \begin_layout Standard
23160 \begin_inset Note Greyedout
23161 status open
23162
23163 \begin_layout Plain Layout
23164
23165 \series bold
23166 Note:
23167 \series default
23168  Le paquetage LaTeX 
23169 \series bold
23170 hypcap
23171 \series default
23172
23173 \begin_inset Index
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177 Paquetages LaTeX ! hypcap
23178 \end_layout
23179
23180 \end_inset
23181
23182 , qui est décrit dans la section
23183 \begin_inset space ~
23184 \end_inset
23185
23186
23187 \begin_inset CommandInset ref
23188 LatexCommand ref
23189 reference "sub:Reference-Position"
23190
23191 \end_inset
23192
23193 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \begin_inset ERT
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206
23207
23208 \backslash
23209 FigBesBeg 
23210 \end_layout
23211
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \begin_layout Standard
23218 \begin_inset Float figure
23219 wide false
23220 sideways false
23221 status open
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Graphics
23225         filename ../clipart/escher-lsd.eps
23226         scale 75
23227         scaleBeforeRotation
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Caption
23236
23237 \begin_layout Plain Layout
23238 \begin_inset CommandInset label
23239 LatexCommand label
23240 name "fig:legende-a-coté-fig"
23241
23242 \end_inset
23243
23244 Une légende à côté d'une figure.
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset ERT
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262
23263
23264 \backslash
23265 TabBesBeg 
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \begin_inset Float table
23275 wide false
23276 sideways false
23277 status open
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Caption
23281
23282 \begin_layout Plain Layout
23283 \begin_inset CommandInset label
23284 LatexCommand label
23285 name "tab:legende-à-coté-tableau"
23286
23287 \end_inset
23288
23289 Une légende à côté d'un tableau.
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Tabular
23299 <lyxtabular version="3" rows="4" columns="5">
23300 <features>
23301 <column alignment="center" valignment="top" width="0">
23302 <column alignment="center" valignment="top" width="0">
23303 <column alignment="center" valignment="top" width="0">
23304 <column alignment="center" valignment="top" width="0">
23305 <column alignment="center" valignment="top" width="0">
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 a
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 b
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 c
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 d
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 e
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 f
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 g
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 h
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 </row>
23447 <row>
23448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461 i
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 j
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 </lyxtabular>
23495
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \begin_layout Standard
23507 \begin_inset ERT
23508 status collapsed
23509
23510 \begin_layout Plain Layout
23511
23512
23513 \backslash
23514 TabBesEnd
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Standard
23523 \begin_inset ERT
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527
23528
23529 \backslash
23530 sidecaptionvpos{figure}{c}
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \begin_inset Float figure
23537 wide false
23538 sideways false
23539 status open
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Graphics
23543         filename ../clipart/escher-lsd.eps
23544         scale 75
23545         scaleBeforeRotation
23546
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Caption
23554
23555 \begin_layout Plain Layout
23556 \begin_inset CommandInset label
23557 LatexCommand label
23558 name "fig:legende-à-coté-fig-2"
23559
23560 \end_inset
23561
23562 Une légende centrée verticalement à côté d'une figure.
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Plain Layout
23580
23581
23582 \backslash
23583 FigBesEnd
23584 \end_layout
23585
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \begin_layout Standard
23592 \begin_inset ERT
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596
23597
23598 \backslash
23599 else
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \begin_inset Note Note
23606 status open
23607
23608 \begin_layout Plain Layout
23609 Ce qui suit sera affiché si le paquetage LaTeX 
23610 \series bold
23611 sidecap
23612 \series default
23613  n'est pas installé :
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \begin_layout Standard
23622 Vous devez installer le paquetage LaTeX 
23623 \series bold
23624 sidecap
23625 \series default
23626  pour voir la suite de cette section dans la sortie imprimée.
23627 \end_layout
23628
23629 \begin_layout Standard
23630 \begin_inset ERT
23631 status collapsed
23632
23633 \begin_layout Plain Layout
23634
23635
23636 \backslash
23637 fi
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Section
23646 Les Listes de Flottants
23647 \begin_inset CommandInset label
23648 LatexCommand label
23649 name "sec:Listes-de-flottants"
23650
23651 \end_inset
23652
23653
23654 \begin_inset Index
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658 Flottants ! Listes de Flottants
23659 \end_layout
23660
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \begin_layout Standard
23667 De la même façon que la table des matières fait la liste des sections du
23668  document, il y a des listes pour tous les types de flottants, comme par
23669  exemple pour les figures du document.
23670  Vous pouvez les insérer en utilisant le menu 
23671 \family sans
23672 Insérer\SpecialChar \menuseparator
23673 Listes
23674 \begin_inset space ~
23675 \end_inset
23676
23677 &
23678 \begin_inset space ~
23679 \end_inset
23680
23681 TdM
23682 \family default
23683 .
23684 \end_layout
23685
23686 \begin_layout Standard
23687 Les entrées de la liste sont la légende du flottant ou éventuellement le
23688  titre court, le numéro du flottant, et le numéro de la page où le flottant
23689  apparaît dans le document.
23690 \end_layout
23691
23692 \begin_layout Standard
23693 Vous trouverez à la fin de ce document une liste des figures et une liste
23694  des tableaux.
23695 \end_layout
23696
23697 \begin_layout Chapter
23698 Notes
23699 \end_layout
23700
23701 \begin_layout Section
23702 Les Notes de LyX
23703 \begin_inset CommandInset label
23704 LatexCommand label
23705 name "sec:LyX-Notes"
23706
23707 \end_inset
23708
23709
23710 \begin_inset Index
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714 Notes ! Notes LyX 
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \begin_layout Standard
23723 On peut insérer une note en utilisant le bouton 
23724 \begin_inset Graphics
23725         filename ../../images/note-insert.png
23726         scale 85
23727         scaleBeforeRotation
23728
23729 \end_inset
23730
23731  de la barre d'outils ou avec le menu 
23732 \family sans
23733 Insérer\SpecialChar \menuseparator
23734 Note
23735 \family default
23736 .
23737  Il y a cinq types de notes :
23738 \end_layout
23739
23740 \begin_layout Description
23741 Note
23742 \begin_inset space ~
23743 \end_inset
23744
23745 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23746  finale.
23747  La boîte de cette note ressemble à ceci :
23748 \begin_inset Newline newline
23749 \end_inset
23750
23751
23752 \begin_inset Newline newline
23753 \end_inset
23754
23755
23756 \begin_inset Graphics
23757         filename clipart/LyXNoteImageQt4.png
23758         scale 65
23759         scaleBeforeRotation
23760
23761 \end_inset
23762
23763  
23764 \begin_inset Note Note
23765 status open
23766
23767 \begin_layout Plain Layout
23768 Le texte de cette note n'apparaîtra pas à l'impression.
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Description
23777 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23778  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23779  vers un fichier au format LaTeX avec le menu 
23780 \family sans
23781 Fichier\SpecialChar \menuseparator
23782 Exporter\SpecialChar \menuseparator
23783 LaTeX (pdflatex) / (plain)
23784 \family default
23785 .
23786  La boîte de cette note ressemble à ceci :
23787 \begin_inset Newline newline
23788 \end_inset
23789
23790
23791 \begin_inset Newline newline
23792 \end_inset
23793
23794
23795 \begin_inset Graphics
23796         filename clipart/CommentNoteImageQt4.png
23797         scale 55
23798         scaleBeforeRotation
23799
23800 \end_inset
23801
23802
23803 \lang english
23804  
23805 \lang french
23806
23807 \begin_inset Note Comment
23808 status open
23809
23810 \begin_layout Plain Layout
23811 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23812  LaTeX.
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Description
23821 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23822  La boîte de cette note ressemble à ceci :
23823 \lang english
23824
23825 \begin_inset Newline newline
23826 \end_inset
23827
23828
23829 \lang french
23830
23831 \begin_inset Newline newline
23832 \end_inset
23833
23834
23835 \begin_inset Graphics
23836         filename clipart/GreyedOutNoteImageQt4.png
23837         scale 55
23838         scaleBeforeRotation
23839
23840 \end_inset
23841
23842
23843 \begin_inset Newline newline
23844 \end_inset
23845
23846
23847 \begin_inset ERT
23848 status collapsed
23849
23850 \begin_layout Plain Layout
23851
23852
23853 \backslash
23854 renewenvironment{lyxgreyedout}
23855 \end_layout
23856
23857 \begin_layout Plain Layout
23858
23859 {
23860 \backslash
23861 textcolor[gray]{0.8}
23862 \backslash
23863 bgroup}{
23864 \backslash
23865 egroup}
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \begin_inset Note Greyedout
23872 status open
23873
23874 \begin_layout Plain Layout
23875 Le texte
23876 \begin_inset Foot
23877 status open
23878
23879 \begin_layout Plain Layout
23880 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23881  grisé.
23882  
23883 \end_layout
23884
23885 \end_inset
23886
23887  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \begin_inset ERT
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897
23898
23899 \backslash
23900 renewenvironment{lyxgreyedout}
23901 \end_layout
23902
23903 \begin_layout Plain Layout
23904
23905 {
23906 \backslash
23907 textcolor{blue}
23908 \backslash
23909 bgroup}{
23910 \backslash
23911 egroup}
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \begin_inset Note Note
23918 status open
23919
23920 \begin_layout Plain Layout
23921 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
23922  originale qu'elle a dans LyX.
23923  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
23924  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \begin_inset Newline newline
23931 \end_inset
23932
23933
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
23938  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
23939 \end_layout
23940
23941 \begin_layout Description
23942 Encadrée Ce type de note apparaîtra sur la sortie finale sous la forme d'un
23943  texte encadré.
23944  La boîte de cette note ressemble à ceci :
23945 \begin_inset Newline newline
23946 \end_inset
23947
23948
23949 \begin_inset Newline newline
23950 \end_inset
23951
23952
23953 \begin_inset Graphics
23954         filename clipart/FramedNoteImageQt4.png
23955         scale 65
23956         scaleBeforeRotation
23957
23958 \end_inset
23959
23960
23961 \lang english
23962  
23963 \lang french
23964
23965 \begin_inset Box Framed
23966 position "t"
23967 hor_pos "c"
23968 has_inner_box 0
23969 inner_pos "t"
23970 use_parbox 0
23971 width "100col%"
23972 special "none"
23973 height "1in"
23974 height_special "totalheight"
23975 status open
23976
23977 \begin_layout Plain Layout
23978 Le texte de cette note apparaîtra encadré à l'impression.
23979 \end_layout
23980
23981 \end_inset
23982
23983 Contrairement aux boîtes encadrées
23984 \begin_inset Foot
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988 Les boîtes encadrées sont traitées dans la section
23989 \begin_inset space ~
23990 \end_inset
23991
23992
23993 \begin_inset CommandInset ref
23994 LatexCommand ref
23995 reference "sec:Boîtes-encadrées"
23996
23997 \end_inset
23998
23999 .
24000 \end_layout
24001
24002 \end_inset
24003
24004 , le cadre de la note utilise toute la largeur du texte et constitue un
24005  paragraphe à lui tout seul.
24006 \end_layout
24007
24008 \begin_layout Description
24009 Colorée Ce type de note apparaîtra sur la sortie finale avec un arrière-plan
24010  coloré en rouge.
24011  La boîte de cette note ressemble à ceci :
24012 \begin_inset Newline newline
24013 \end_inset
24014
24015
24016 \begin_inset Newline newline
24017 \end_inset
24018
24019
24020 \begin_inset Graphics
24021         filename clipart/ShadedNoteImageQt4.png
24022         scale 65
24023         scaleBeforeRotation
24024
24025 \end_inset
24026
24027
24028 \begin_inset Box Shaded
24029 position "t"
24030 hor_pos "c"
24031 has_inner_box 0
24032 inner_pos "t"
24033 use_parbox 0
24034 width "100col%"
24035 special "none"
24036 height "1in"
24037 height_special "totalheight"
24038 status open
24039
24040 \begin_layout Plain Layout
24041 Le texte de cette note apparaîtra sur fond rouge à l'impression.
24042 \end_layout
24043
24044 \end_inset
24045
24046 Contrairement aux boîtes colorées
24047 \begin_inset Foot
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051 Les boîtes colorées sont traitées dans la section
24052 \begin_inset space ~
24053 \end_inset
24054
24055
24056 \begin_inset CommandInset ref
24057 LatexCommand ref
24058 reference "sec:Boîtes-colorées"
24059
24060 \end_inset
24061
24062 .
24063 \end_layout
24064
24065 \end_inset
24066
24067  , la note utilise toute la largeur du texte et constitue un paragraphe
24068  à elle toute seule.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \begin_inset VSpace bigskip
24073 \end_inset
24074
24075 Quand vous utilisez le bouton 
24076 \begin_inset Graphics
24077         filename ../../images/note-insert.png
24078         scale 85
24079         scaleBeforeRotation
24080
24081 \end_inset
24082
24083  de la barre d'outils, vous insérez une 
24084 \family sans
24085 Note
24086 \begin_inset space ~
24087 \end_inset
24088
24089 LyX
24090 \family default
24091 .
24092  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24093 la et cliquez sur le bouton d'insertion de note.
24094  Pour retransformer une note en texte, appuyez sur la touche 
24095 \family sans
24096 backspace
24097 \family default
24098  quand le curseur est au tout début de la note ou appuyez sur la touche
24099  
24100 \family sans
24101 Suppr.
24102
24103 \family default
24104  quand le curseur se trouve à la fin de la note.
24105 \end_layout
24106
24107 \begin_layout Standard
24108 \begin_inset VSpace bigskip
24109 \end_inset
24110
24111 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24112  commandes suivantes dans le préambule :
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 renewenvironment{lyxgreyedout}
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \begin_inset ERT
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129
24130
24131 \backslash
24132 hphantom{ }
24133 \end_layout
24134
24135 \end_inset
24136
24137 {
24138 \backslash
24139 textcolor{color}
24140 \backslash
24141 bgroup}{
24142 \backslash
24143 egroup}
24144 \end_layout
24145
24146 \begin_layout Standard
24147 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24148  sont expliqués dans la section
24149 \begin_inset space ~
24150 \end_inset
24151
24152
24153 \begin_inset CommandInset ref
24154 LatexCommand ref
24155 reference "sec:Tableaux-Colorés"
24156
24157 \end_inset
24158
24159 .
24160 \end_layout
24161
24162 \begin_layout Standard
24163 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24164  grisées avec leur texte en bleu.
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset VSpace bigskip
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Standard
24175 Le style du texte des notes 
24176 \family sans
24177 Encadrées
24178 \family default
24179  et 
24180 \family sans
24181 Grisées
24182 \family default
24183  peut être modifié avec la fenêtre de dialogue 
24184 \family sans
24185 Style
24186 \begin_inset space ~
24187 \end_inset
24188
24189 du
24190 \begin_inset space ~
24191 \end_inset
24192
24193 texte
24194 \family default
24195 .
24196
24197 \family sans
24198  
24199 \end_layout
24200
24201 \begin_layout Standard
24202 L'épaisseur du trait de bordure pour les notes 
24203 \family sans
24204 Encadrées
24205 \family default
24206  est par défaut de 0.4
24207 \begin_inset space \thinspace{}
24208 \end_inset
24209
24210 pt ; elle peut être modifiée en changeant la valeur de 
24211 \series bold
24212
24213 \backslash
24214 FrameRule
24215 \series default
24216 .
24217  L'espace entre le contenu de la note et le cadre est par défaut de 9
24218 \begin_inset space \thinspace{}
24219 \end_inset
24220
24221 pt ; cette valeur peut aussi être modifiée en changeant la valeur de 
24222 \series bold
24223
24224 \backslash
24225 FrameSep
24226 \series default
24227 .
24228  Par exemple l'aspect de cette note 
24229 \family sans
24230 Encadrée
24231 \family default
24232  est obtenue avec les commandes en code TeX suivantes :
24233 \end_layout
24234
24235 \begin_layout Standard
24236
24237 \series bold
24238
24239 \backslash
24240 FrameRule 5pt 
24241 \backslash
24242 FrameSep 0.5cm
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250
24251
24252 \backslash
24253 FrameRule 5pt 
24254 \backslash
24255 FrameSep 0.5cm
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \begin_inset Box Framed
24262 position "t"
24263 hor_pos "c"
24264 has_inner_box 0
24265 inner_pos "t"
24266 use_parbox 0
24267 width "100col%"
24268 special "none"
24269 height "1in"
24270 height_special "totalheight"
24271 status open
24272
24273 \begin_layout Plain Layout
24274 Ce texte est dans une note 
24275 \family sans
24276 Encadrée
24277 \family default
24278 .
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \begin_inset ERT
24285 status collapsed
24286
24287 \begin_layout Plain Layout
24288
24289
24290 \backslash
24291 FrameRule 0.4pt 
24292 \backslash
24293 FrameSep 9pt
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset VSpace bigskip
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 Pour les notes 
24310 \family sans
24311 Grisées
24312 \family default
24313 , l'espace par défaut entre le texte de la note et le cadre est de 3
24314 \begin_inset space \thinspace{}
24315 \end_inset
24316
24317 pt ; ce qui peut être modifié en changeant la valeur de 
24318 \series bold
24319
24320 \backslash
24321 fboxsep
24322 \series default
24323 .
24324 \begin_inset Newline newline
24325 \end_inset
24326
24327 La couleur par défaut pour le fond est le rouge, ce qui peut être modifié
24328  en utilisant la commande 
24329 \series bold
24330
24331 \backslash
24332 definecolor{shadebox}
24333 \series default
24334 .
24335  Le fonctionnement de la commande 
24336 \series bold
24337
24338 \backslash
24339 definecolor
24340 \series default
24341  est expliqué dans la  section
24342 \begin_inset space ~
24343 \end_inset
24344
24345
24346 \begin_inset CommandInset ref
24347 LatexCommand ref
24348 reference "sec:Tableaux-Colorés"
24349
24350 \end_inset
24351
24352
24353 \begin_inset Foot
24354 status open
24355
24356 \begin_layout Plain Layout
24357 Notez qu'il faut charger le paquetage LaTeX 
24358 \series bold
24359 color
24360 \series default
24361  dans le préambule pour pouvoir utiliser la commande 
24362 \series bold
24363
24364 \backslash
24365 definecolor,
24366 \series default
24367  voir la section
24368 \begin_inset space ~
24369 \end_inset
24370
24371
24372 \begin_inset CommandInset ref
24373 LatexCommand ref
24374 reference "sec:Boîtes-colorées"
24375
24376 \end_inset
24377
24378 .
24379 \end_layout
24380
24381 \end_inset
24382
24383 .
24384 \end_layout
24385
24386 \begin_layout Standard
24387 Par exemple l'aspect de cette note 
24388 \family sans
24389 Grisée
24390 \family default
24391  est obtenue avec les commandes en code TeX suivantes :
24392 \end_layout
24393
24394 \begin_layout Standard
24395
24396 \series bold
24397
24398 \backslash
24399 fboxsep 0.5cm
24400 \series default
24401
24402 \begin_inset Newline newline
24403 \end_inset
24404
24405
24406 \series bold
24407
24408 \backslash
24409 def\SpecialChar \textcompwordmark{}
24410 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24411 \end_layout
24412
24413 \begin_layout Standard
24414 \begin_inset ERT
24415 status collapsed
24416
24417 \begin_layout Plain Layout
24418
24419
24420 \backslash
24421 fboxsep 0.5cm
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \begin_inset ERT
24428 status collapsed
24429
24430 \begin_layout Plain Layout
24431
24432
24433 \backslash
24434 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \begin_inset Box Shaded
24441 position "t"
24442 hor_pos "c"
24443 has_inner_box 0
24444 inner_pos "t"
24445 use_parbox 0
24446 width "100col%"
24447 special "none"
24448 height "1in"
24449 height_special "totalheight"
24450 status open
24451
24452 \begin_layout Plain Layout
24453
24454 \color yellow
24455 Ceci est un texte jaune dans une boîte grisée avec un fond vert foncé.
24456 \end_layout
24457
24458 \end_inset
24459
24460
24461 \begin_inset ERT
24462 status collapsed
24463
24464 \begin_layout Plain Layout
24465
24466
24467 \backslash
24468 fboxsep 3pt
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \begin_inset ERT
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478
24479
24480 \backslash
24481 definecolor{shadecolor}{rgb}{1,0,0}
24482 \end_layout
24483
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \begin_layout Section
24490 Notes en Bas de Page
24491 \begin_inset CommandInset label
24492 LatexCommand label
24493 name "sec:Notes-bas-de-page"
24494
24495 \end_inset
24496
24497
24498 \begin_inset Index
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502 Notes ! Notes de bas de page
24503 \end_layout
24504
24505 \end_inset
24506
24507
24508 \begin_inset Index
24509 status collapsed
24510
24511 \begin_layout Plain Layout
24512 Notes de bas de page
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Standard
24521 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24522  
24523 \begin_inset Graphics
24524         filename ../../images/footnote-insert.png
24525         scale 85
24526         scaleBeforeRotation
24527
24528 \end_inset
24529
24530  de la barre d'outils, soit en utilisant le menu 
24531 \family sans
24532 Insérer\SpecialChar \menuseparator
24533 Note
24534 \begin_inset space ~
24535 \end_inset
24536
24537 en
24538 \begin_inset space ~
24539 \end_inset
24540
24541 Bas
24542 \begin_inset space ~
24543 \end_inset
24544
24545 de
24546 \begin_inset space ~
24547 \end_inset
24548
24549 Page
24550 \family default
24551 .
24552  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24553  rouge 
24554 \begin_inset Quotes fld
24555 \end_inset
24556
24557 bas
24558 \begin_inset Quotes frd
24559 \end_inset
24560
24561  qui ressemble à ceci : 
24562 \begin_inset Graphics
24563         filename clipart/footnoteQt4.png
24564         scale 80
24565         scaleBeforeRotation
24566
24567 \end_inset
24568
24569  Vous pouvez y entrer votre texte.
24570  Si vous voulez transformer du texte déjà existant en note en bas de page,
24571  sélectionnez-le et cliquez sur le bouton 
24572 \family sans
24573 Note
24574 \begin_inset space ~
24575 \end_inset
24576
24577 en
24578 \begin_inset space ~
24579 \end_inset
24580
24581 Bas
24582 \begin_inset space ~
24583 \end_inset
24584
24585 de
24586 \begin_inset space ~
24587 \end_inset
24588
24589 Page
24590 \family default
24591  de la barre d'outils.
24592  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24593  
24594 \family sans
24595 backspace
24596 \family default
24597  quand le curseur est au tout début de la note ou appuyez sur la touche
24598  
24599 \family sans
24600 Suppr.
24601
24602 \family default
24603  quand le curseur se trouve à la fin de la note.
24604 \end_layout
24605
24606 \begin_layout Standard
24607 Voici un exemple de note en bas de page:
24608 \begin_inset Foot
24609 status open
24610
24611 \begin_layout Plain Layout
24612 \begin_inset CommandInset label
24613 LatexCommand label
24614 name "fn:Note-en-bas"
24615
24616 \end_inset
24617
24618 Ceci est un exemple de note en bas de page.
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \begin_inset ERT
24625 status collapsed
24626
24627 \begin_layout Plain Layout
24628
24629
24630 \backslash
24631 newcounter{MyRepeatFoot}
24632 \end_layout
24633
24634 \begin_layout Plain Layout
24635
24636
24637 \backslash
24638 setcounter{MyRepeatFoot}{
24639 \backslash
24640 thefootnote}
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Standard
24649 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24650  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24651  de note.
24652  Le texte de la note est placé en bas de la page courante.
24653  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24654  Selon votre classe de document les numéros de notes pourront être réinitialisés
24655  à chaque nouveau chapitre.
24656 \end_layout
24657
24658 \begin_layout Standard
24659 On peut faire référence à une note en bas de page comme on le fait avec
24660  les flottants : Insérez une étiquette dans la note et faites une référence
24661  croisée vers cette étiquette comme c'est décrit dans la
24662 \begin_inset space ~
24663 \end_inset
24664
24665
24666 \begin_inset CommandInset ref
24667 LatexCommand ref
24668 reference "sec:Referencer-les-Flottants"
24669
24670 \end_inset
24671
24672 .
24673 \begin_inset Newline newline
24674 \end_inset
24675
24676 Voici une référence à une note de bas de page :
24677 \begin_inset space ~
24678 \end_inset
24679
24680
24681 \begin_inset CommandInset ref
24682 LatexCommand ref
24683 reference "fn:Note-en-bas"
24684
24685 \end_inset
24686
24687 .
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset VSpace defskip
24692 \end_inset
24693
24694 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24695  des minipages, voyez la section
24696 \begin_inset space ~
24697 \end_inset
24698
24699
24700 \begin_inset CommandInset ref
24701 LatexCommand ref
24702 reference "sec:Minipages"
24703
24704 \end_inset
24705
24706 .
24707  Les notes de bas de page dans des tableaux longs sont traitées dans la
24708  section
24709 \begin_inset space ~
24710 \end_inset
24711
24712
24713 \begin_inset CommandInset ref
24714 LatexCommand ref
24715 reference "sub:Notes-dans-tableau-long"
24716
24717 \end_inset
24718
24719 .
24720 \end_layout
24721
24722 \begin_layout Standard
24723 \begin_inset VSpace defskip
24724 \end_inset
24725
24726 Pour créer seulement la marque de note, utilisez la commande 
24727 \series bold
24728
24729 \backslash
24730 footnotemark[nombre]
24731 \series default
24732  en code TeX.
24733  On utilise cette possibilité quand on a plusieurs fois la même annotation
24734  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24735  bas de page à chaque fois.
24736 \begin_inset Newline newline
24737 \end_inset
24738
24739 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24740  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24741  part.
24742  Pour la marque de note qui suit, ces commandes ont été insérées en code
24743  TeX après la note
24744 \begin_inset space ~
24745 \end_inset
24746
24747
24748 \begin_inset CommandInset ref
24749 LatexCommand ref
24750 reference "fn:Note-en-bas"
24751
24752 \end_inset
24753
24754  pour enregistrer le numéro de note de bas de page :
24755 \end_layout
24756
24757 \begin_layout Standard
24758
24759 \series bold
24760
24761 \backslash
24762 newcounter{MyRepeatFoot}
24763 \begin_inset Newline newline
24764 \end_inset
24765
24766
24767 \backslash
24768 setcounter{MyRepeatFoot}{
24769 \backslash
24770 thefootnote}
24771 \end_layout
24772
24773 \begin_layout Standard
24774 La marque de note a été créée avec la commande suivante :
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780
24781 \backslash
24782 footnotemark[
24783 \backslash
24784 theMyRepeatFoot]
24785 \end_layout
24786
24787 \begin_layout Standard
24788 Voici un exemple de marque de note de bas de page : 
24789 \begin_inset ERT
24790 status collapsed
24791
24792 \begin_layout Plain Layout
24793
24794
24795 \backslash
24796 footnotemark[
24797 \backslash
24798 theMyRepeatFoot]
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Subsection
24807 Numérotation de Notes de Bas de Page
24808 \begin_inset CommandInset label
24809 LatexCommand label
24810 name "sub:Numerotation-notes-bas-de-page"
24811
24812 \end_inset
24813
24814
24815 \begin_inset Index
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819 Notes de bas de page ! Numérotation
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24829  ajoutez cette commande dans le préambule de votre document :
24830 \end_layout
24831
24832 \begin_layout Standard
24833
24834 \series bold
24835
24836 \backslash
24837 @addtoreset{footnote}{section}
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \begin_inset VSpace bigskip
24842 \end_inset
24843
24844 La commande de préambule suivante change le style de numérotation des notes
24845  en petits chiffres romains :
24846 \end_layout
24847
24848 \begin_layout Standard
24849
24850 \series bold
24851
24852 \backslash
24853 renewcommand{
24854 \backslash
24855 thefootnote}{
24856 \backslash
24857 roman{footnote}}
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \begin_inset ERT
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865
24866
24867 \backslash
24868 renewcommand{
24869 \backslash
24870 thefootnote}{
24871 \backslash
24872 roman{footnote}}
24873 \end_layout
24874
24875 \end_inset
24876
24877  Cette note de bas de page utilise une numérotation en chiffres romains
24878  :
24879 \begin_inset Foot
24880 status open
24881
24882 \begin_layout Plain Layout
24883 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24884  romains.
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Standard
24893 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24894  la commande précédente 
24895 \series bold
24896
24897 \backslash
24898 roman
24899 \series default
24900  par 
24901 \series bold
24902
24903 \backslash
24904 Roman
24905 \series default
24906 .
24907  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24908  utilisez respectivement soit 
24909 \series bold
24910
24911 \backslash
24912 Alph
24913 \series default
24914  soit 
24915 \series bold
24916
24917 \backslash
24918 alph
24919 \series default
24920 .
24921  Pour les 
24922 \begin_inset Quotes eld
24923 \end_inset
24924
24925 numéroter
24926 \begin_inset Quotes erd
24927 \end_inset
24928
24929  avec des symboles, utilisez 
24930 \series bold
24931
24932 \backslash
24933 fnsymbol
24934 \series default
24935 .
24936 \end_layout
24937
24938 \begin_layout Standard
24939 \begin_inset Note Greyedout
24940 status open
24941
24942 \begin_layout Plain Layout
24943
24944 \series bold
24945 Note:
24946 \series default
24947  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24948  puisque cette numérotation est limitée à des lettres seules.
24949 \end_layout
24950
24951 \end_inset
24952
24953
24954 \begin_inset Newline newline
24955 \end_inset
24956
24957
24958 \begin_inset Note Greyedout
24959 status open
24960
24961 \begin_layout Plain Layout
24962
24963 \series bold
24964 Note:
24965 \series default
24966  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24967 \end_layout
24968
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \begin_layout Standard
24975 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24976  utilisez 
24977 \series bold
24978
24979 \backslash
24980 arabic
24981 \series default
24982  à la place de 
24983 \series bold
24984
24985 \backslash
24986 roman
24987 \series default
24988  dans la commande précédente.
24989 \begin_inset ERT
24990 status collapsed
24991
24992 \begin_layout Plain Layout
24993
24994
24995 \backslash
24996 renewcommand{
24997 \backslash
24998 thefootnote}{
24999 \backslash
25000 arabic{footnote}}
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset VSpace bigskip
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Standard
25016 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25017  le schéma 
25018 \begin_inset Quotes eld
25019 \end_inset
25020
25021 chapitre.note
25022 \begin_inset Quotes erd
25023 \end_inset
25024
25025 , ajoutez la commande suivante au préambule de votre document :
25026 \end_layout
25027
25028 \begin_layout Standard
25029
25030 \series bold
25031
25032 \backslash
25033 numberwithin{footnote}{chapter}
25034 \end_layout
25035
25036 \begin_layout Standard
25037 Pour pouvoir utiliser la commande 
25038 \series bold
25039
25040 \backslash
25041 numberwithin
25042 \series default
25043 , activez dans la rubrique 
25044 \family sans
25045 Options
25046 \begin_inset space ~
25047 \end_inset
25048
25049 des
25050 \begin_inset space ~
25051 \end_inset
25052
25053 Maths
25054 \family default
25055  dans les paramètres du document, l'option 
25056 \family sans
25057 Utiliser
25058 \begin_inset space ~
25059 \end_inset
25060
25061 le
25062 \begin_inset space ~
25063 \end_inset
25064
25065 paquetage
25066 \begin_inset space ~
25067 \end_inset
25068
25069 maths
25070 \begin_inset space ~
25071 \end_inset
25072
25073 AMS
25074 \family default
25075 .
25076 \end_layout
25077
25078 \begin_layout Standard
25079 \begin_inset ERT
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083
25084
25085 \backslash
25086 numberwithin{footnote}{chapter}
25087 \end_layout
25088
25089 \end_inset
25090
25091 Ceci est un autre exemple de note de bas de page:
25092 \series bold
25093
25094 \begin_inset Foot
25095 status open
25096
25097 \begin_layout Plain Layout
25098 Cette note est numérotée en suivant le schéma 
25099 \begin_inset Quotes eld
25100 \end_inset
25101
25102 chapitre.note
25103 \begin_inset Quotes erd
25104 \end_inset
25105
25106 .
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \series default
25113
25114 \begin_inset ERT
25115 status collapsed
25116
25117 \begin_layout Plain Layout
25118
25119
25120 \backslash
25121 renewcommand{
25122 \backslash
25123 thefootnote}{
25124 \backslash
25125 arabic{footnote}}
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Standard
25134 \begin_inset Note Greyedout
25135 status open
25136
25137 \begin_layout Plain Layout
25138
25139 \series bold
25140 Note:
25141 \series default
25142  
25143 \series bold
25144
25145 \backslash
25146 numberwithin
25147 \series default
25148  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25149  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25150  prises en compte.
25151  
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \begin_layout Standard
25160 Donc pour avoir par exemple le schéma 
25161 \begin_inset Quotes eld
25162 \end_inset
25163
25164 chapitre.
25165 \backslash
25166 Roman{note}
25167 \begin_inset Quotes erd
25168 \end_inset
25169
25170 , utilisez la commande suivante plutôt que 
25171 \series bold
25172
25173 \backslash
25174 numberwithin
25175 \series default
25176  :
25177 \end_layout
25178
25179 \begin_layout Standard
25180
25181 \series bold
25182
25183 \backslash
25184 renewcommand{
25185 \backslash
25186 thefootnote}{
25187 \backslash
25188 thechapter.
25189 \backslash
25190 Roman{footnote}}
25191 \end_layout
25192
25193 \begin_layout Subsection
25194 Positionnement de notes de bas de page
25195 \begin_inset Index
25196 status collapsed
25197
25198 \begin_layout Plain Layout
25199 Notes de bas de page ! Positionnement
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25209  vertical entre elles en bas de la page.
25210  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25211  de 1.5
25212 \begin_inset space \thinspace{}
25213 \end_inset
25214
25215 mm avec la commande suivante dans le préambule :
25216 \end_layout
25217
25218 \begin_layout Standard
25219
25220 \series bold
25221
25222 \backslash
25223 let
25224 \backslash
25225 myFoot
25226 \backslash
25227 footnote
25228 \begin_inset Newline newline
25229 \end_inset
25230
25231
25232 \backslash
25233 renewcommand{
25234 \backslash
25235 footnote}[1]{
25236 \backslash
25237 myFoot{#1
25238 \backslash
25239 vspace{1.5mm}}}
25240 \end_layout
25241
25242 \begin_layout Standard
25243 \begin_inset VSpace bigskip
25244 \end_inset
25245
25246 Dans un document à deux colonnes les notes de bas de page apparaissent en
25247  bas de chaque colonne, comme sur la Figure
25248 \begin_inset space ~
25249 \end_inset
25250
25251
25252 \begin_inset CommandInset ref
25253 LatexCommand ref
25254 reference "fig:Position-standard-note-bas-de-page"
25255
25256 \end_inset
25257
25258 .
25259  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25260  sur la Figure
25261 \begin_inset space ~
25262 \end_inset
25263
25264
25265 \begin_inset CommandInset ref
25266 LatexCommand ref
25267 reference "fig:Position-note-avec-ftnright"
25268
25269 \end_inset
25270
25271 , utilisez le paquetage LaTeX 
25272 \series bold
25273 ftnright
25274 \series default
25275
25276 \begin_inset Index
25277 status collapsed
25278
25279 \begin_layout Plain Layout
25280 Paquetages LaTeX ! ftnright
25281 \end_layout
25282
25283 \end_inset
25284
25285  avec cette commande dans le préambule du document:
25286 \end_layout
25287
25288 \begin_layout Standard
25289
25290 \series bold
25291
25292 \backslash
25293 usepackage{ftnright}
25294 \end_layout
25295
25296 \begin_layout Standard
25297 \begin_inset Float figure
25298 placement !h
25299 wide false
25300 sideways false
25301 status open
25302
25303 \begin_layout Plain Layout
25304 \begin_inset ERT
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308
25309
25310 \backslash
25311 framebox{
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \begin_inset Graphics
25318         filename ../clipart/without_fntright.pdf
25319         width 100col%
25320         scaleBeforeRotation
25321
25322 \end_inset
25323
25324
25325 \begin_inset ERT
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329
25330 }
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Plain Layout
25339 \begin_inset Caption
25340
25341 \begin_layout Plain Layout
25342 \begin_inset CommandInset label
25343 LatexCommand label
25344 name "fig:Position-standard-note-bas-de-page"
25345
25346 \end_inset
25347
25348 Positionnement standard des notes de bas de page dans un document à deux
25349  colonnes.
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset Float figure
25364 placement !h
25365 wide false
25366 sideways false
25367 status open
25368
25369 \begin_layout Plain Layout
25370 \begin_inset ERT
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374
25375
25376 \backslash
25377 framebox{
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \begin_inset Graphics
25384         filename ../clipart/with_fntright.pdf
25385         width 100col%
25386         scaleBeforeRotation
25387
25388 \end_inset
25389
25390
25391 \begin_inset ERT
25392 status collapsed
25393
25394 \begin_layout Plain Layout
25395
25396 }
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \begin_layout Plain Layout
25405 \begin_inset Caption
25406
25407 \begin_layout Plain Layout
25408 \begin_inset CommandInset label
25409 LatexCommand label
25410 name "fig:Position-note-avec-ftnright"
25411
25412 \end_inset
25413
25414 Positionnement de notes de bas de page dans un document à deux colonnes
25415  en utilisant le paquetage LaTeX 
25416 \series bold
25417 ftnright
25418 \series default
25419 .
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \begin_inset VSpace bigskip
25434 \end_inset
25435
25436 Dans certaines publications scientifiques, il est courant de rassembler
25437  les notes de bas de page et de les imprimer dans un paragraphe particulier
25438  à la fin de la section, comme sur la Figure
25439 \begin_inset space ~
25440 \end_inset
25441
25442
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25446
25447 \end_inset
25448
25449 .
25450  On les appelle 
25451 \begin_inset Quotes eld
25452 \end_inset
25453
25454 notes de fin
25455 \begin_inset Quotes erd
25456 \end_inset
25457
25458 .
25459 \begin_inset Note Note
25460 status collapsed
25461
25462 \begin_layout Plain Layout
25463 J'ai pas trouvé mieux pour endnotes (NdT)
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \begin_inset Index
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473 Notes de fin
25474 \end_layout
25475
25476 \end_inset
25477
25478  Pour utiliser des notes de fin à la place des notes de bas de page dans
25479  votre document, chargez le paquetage LaTeX 
25480 \series bold
25481 endnotes
25482 \series default
25483
25484 \begin_inset Index
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488 Paquetages LaTeX ! endnotes
25489 \end_layout
25490
25491 \end_inset
25492
25493  avec ces lignes dans le préambule du document
25494 \end_layout
25495
25496 \begin_layout Standard
25497
25498 \series bold
25499
25500 \backslash
25501 usepackage{endnotes}
25502 \begin_inset Newline newline
25503 \end_inset
25504
25505
25506 \backslash
25507 let
25508 \backslash
25509 footnote
25510 \backslash
25511 endnote
25512 \end_layout
25513
25514 \begin_layout Standard
25515 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25516 \end_layout
25517
25518 \begin_layout Standard
25519
25520 \series bold
25521
25522 \backslash
25523 theendnotes
25524 \end_layout
25525
25526 \begin_layout Standard
25527 en code TeX à la fin d'une section ou d'un chapitre.
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset Float figure
25532 wide false
25533 sideways false
25534 status open
25535
25536 \begin_layout Plain Layout
25537 \align center
25538 \begin_inset ERT
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542
25543
25544 \backslash
25545 framebox{
25546 \end_layout
25547
25548 \end_inset
25549
25550
25551 \begin_inset Graphics
25552         filename ../clipart/endnotes.pdf
25553         scaleBeforeRotation
25554
25555 \end_inset
25556
25557
25558 \begin_inset ERT
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562
25563 }
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \begin_layout Plain Layout
25572 \begin_inset Caption
25573
25574 \begin_layout Plain Layout
25575 \begin_inset CommandInset label
25576 LatexCommand label
25577 name "fig:Notes-de-fin---notes-de-bas-de-page"
25578
25579 \end_inset
25580
25581 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25582  séparé à la fin des sections ou des chapitres.
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \begin_inset VSpace medskip
25597 \end_inset
25598
25599 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25600  dans la langue du document, cela doit être fait manuellement.
25601  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25602  
25603 \begin_inset Quotes eld
25604 \end_inset
25605
25606 Notes
25607 \begin_inset Quotes erd
25608 \end_inset
25609
25610  en sa traduction Allemande
25611 \begin_inset Foot
25612 status collapsed
25613
25614 \begin_layout Plain Layout
25615 En français, 
25616 \begin_inset Quotes eld
25617 \end_inset
25618
25619 Notes
25620 \begin_inset Quotes erd
25621 \end_inset
25622
25623  peut être conservé.
25624 \end_layout
25625
25626 \end_inset
25627
25628  
25629 \begin_inset Quotes eld
25630 \end_inset
25631
25632 Anmerkungen
25633 \begin_inset Quotes erd
25634 \end_inset
25635
25636  :
25637 \end_layout
25638
25639 \begin_layout Standard
25640
25641 \series bold
25642
25643 \backslash
25644 renewcommand{
25645 \backslash
25646 notesname}{Anmerkungen}
25647 \end_layout
25648
25649 \begin_layout Standard
25650 \begin_inset VSpace medskip
25651 \end_inset
25652
25653 La numérotation des notes de fin peut être modifiée comme celle des notes
25654  de bas de page comme c'est décrit dans la section
25655 \begin_inset space ~
25656 \end_inset
25657
25658
25659 \begin_inset CommandInset ref
25660 LatexCommand ref
25661 reference "sub:Numerotation-notes-bas-de-page"
25662
25663 \end_inset
25664
25665  ; remplacez juste la commande 
25666 \series bold
25667
25668 \backslash
25669 thefootnote
25670 \series default
25671  par 
25672 \series bold
25673
25674 \backslash
25675 theendnote
25676 \series default
25677 .
25678  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25679 \series bold
25680
25681 \backslash
25682 @addtoreset
25683 \series default
25684  comme c'est décrit dans la section
25685 \begin_inset space ~
25686 \end_inset
25687
25688
25689 \begin_inset CommandInset ref
25690 LatexCommand ref
25691 reference "sub:Numerotation-notes-bas-de-page"
25692
25693 \end_inset
25694
25695  et remplacez le paramètre de commande 
25696 \series bold
25697 footnote
25698 \series default
25699  par 
25700 \series bold
25701 endnote
25702 \series default
25703 .
25704 \end_layout
25705
25706 \begin_layout Standard
25707 Pour seulement créer une marque de note de fin, utilisez la commande 
25708 \series bold
25709
25710 \backslash
25711 endnotemark[numéro]
25712 \series default
25713  qui est semblable à 
25714 \series bold
25715
25716 \backslash
25717 footnotemark
25718 \series default
25719 , décrite dans la section
25720 \begin_inset space ~
25721 \end_inset
25722
25723
25724 \begin_inset CommandInset ref
25725 LatexCommand ref
25726 reference "sec:Notes-bas-de-page"
25727
25728 \end_inset
25729
25730 .
25731 \end_layout
25732
25733 \begin_layout Standard
25734 \begin_inset VSpace bigskip
25735 \end_inset
25736
25737 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25738 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25739 \series bold
25740 footmisc
25741 \series default
25742
25743 \begin_inset Index
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747 Paquetages LaTeX ! footmisc
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \begin_inset CommandInset citation
25754 LatexCommand cite
25755 key "footmisc"
25756
25757 \end_inset
25758
25759  pour plus d'information à ce sujet.
25760 \end_layout
25761
25762 \begin_layout Standard
25763 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25764  voyez les livres sur LaTeX, 
25765 \begin_inset CommandInset citation
25766 LatexCommand cite
25767 key "latexcompanion,latexguide,latexbook"
25768
25769 \end_inset
25770
25771 .
25772 \end_layout
25773
25774 \begin_layout Section
25775 Notes en Marge
25776 \begin_inset Index
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780 Notes ! Notes en Marge
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25790 t de la même façon.
25791  Quand vous insérez une note en marge avec 
25792 \family sans
25793 Insérer\SpecialChar \menuseparator
25794 Note
25795 \begin_inset space ~
25796 \end_inset
25797
25798 en
25799 \begin_inset space ~
25800 \end_inset
25801
25802 Marge
25803 \family default
25804  ou avec le bouton 
25805 \begin_inset Graphics
25806         filename ../../images/marginalnote-insert.png
25807         scale 85
25808         scaleBeforeRotation
25809
25810 \end_inset
25811
25812  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25813  grise avec une étiquette rouge 
25814 \begin_inset Quotes fld
25815 \end_inset
25816
25817 marge
25818 \begin_inset Quotes frd
25819 \end_inset
25820
25821 .
25822  
25823 \begin_inset Marginal
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827 C'est une note en marge.
25828 \end_layout
25829
25830 \end_inset
25831
25832  Cette boîte est la représentation de votre note dans LyX.
25833  Vous pouvez y entrer votre texte.
25834 \end_layout
25835
25836 \begin_layout Standard
25837 Les notes en marge apparaissent dans la marge de droite dans les documents
25838  imprimées sur une seule face.
25839  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25840  
25841 \begin_inset Quotes eld
25842 \end_inset
25843
25844 extérieure
25845 \begin_inset Quotes erd
25846 \end_inset
25847
25848  -- la gauche sur les pages paires et la droite sur les pages impaires.
25849  Le texte de la note en marge est aligné à l'opposé de la marge externe
25850  -- aligné à droite quand la note apparaît dans la marge de gauche.
25851  La première ligne de la note apparaît à la hauteur de la ligne de texte
25852  où la note a été insérée dans le document.
25853 \end_layout
25854
25855 \begin_layout Standard
25856 \begin_inset VSpace bigskip
25857 \end_inset
25858
25859 Pour placer une note dans la marge interne, ajoutez la commande suivante
25860  :
25861 \end_layout
25862
25863 \begin_layout Standard
25864
25865 \series bold
25866
25867 \backslash
25868 reversemarginpar
25869 \end_layout
25870
25871 \begin_layout Standard
25872 sous forme de code TeX avant votre note de marge.
25873  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25874  qui suivent 
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879
25880
25881 \backslash
25882 reversemarginpar 
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \begin_inset Marginal
25889 status open
25890
25891 \begin_layout Plain Layout
25892 Cette note en marge est dans la marge interne.
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \series bold
25899
25900 \begin_inset Newline newline
25901 \end_inset
25902
25903
25904 \series default
25905
25906 \begin_inset Note Greyedout
25907 status open
25908
25909 \begin_layout Plain Layout
25910
25911 \series bold
25912 Note:
25913 \series default
25914  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25915  les notes sont souvent mal mises en formes dans la sortie imprimée.
25916 \end_layout
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \begin_layout Standard
25924 Pour revenir au positionnement par défaut, ajoutez la commande :
25925 \end_layout
25926
25927 \begin_layout Standard
25928
25929 \series bold
25930
25931 \backslash
25932 normalmarginpar
25933 \end_layout
25934
25935 \begin_layout Standard
25936 sous forme de code TeX.
25937 \begin_inset ERT
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941
25942
25943 \backslash
25944 normalmarginpar 
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \begin_inset Newline newline
25951 \end_inset
25952
25953  
25954 \begin_inset Note Greyedout
25955 status open
25956
25957 \begin_layout Plain Layout
25958
25959 \series bold
25960 Note:
25961 \series default
25962  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25963  
25964 \series bold
25965
25966 \backslash
25967 reversemarginpar
25968 \series default
25969  est aussi utilisée.
25970 \end_layout
25971
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978 \begin_inset VSpace bigskip
25979 \end_inset
25980
25981
25982 \begin_inset Marginal
25983 status open
25984
25985 \begin_layout Plain Layout
25986 UnTrèsLongMotEnMarge sans césure.
25987 \end_layout
25988
25989 \end_inset
25990
25991  Comme dans le cas décrit dans la section
25992 \begin_inset space ~
25993 \end_inset
25994
25995
25996 \begin_inset CommandInset ref
25997 LatexCommand ref
25998 reference "sub:Lignes-multiple-dans-cellule"
25999
26000 \end_inset
26001
26002 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26003  mot d'une note en marge.
26004  Pour éviter ce problème, insérez un espacement horizontal de 0
26005 \begin_inset space \thinspace{}
26006 \end_inset
26007
26008 pt avant le mot en question: 
26009 \begin_inset Marginal
26010 status open
26011
26012 \begin_layout Plain Layout
26013 \begin_inset space \hspace{}
26014 \length 0pt
26015 \end_inset
26016
26017 UnMotTrèsLongEnMarge avec une césure.
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \begin_layout Standard
26026 \begin_inset VSpace bigskip
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \begin_inset Note Greyedout
26034 status open
26035
26036 \begin_layout Plain Layout
26037
26038 \series bold
26039 Note:
26040 \series default
26041  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26042  tableaux, des flottants et des notes de bas de page.
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \begin_layout Standard
26051 \begin_inset VSpace bigskip
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset ERT
26059 status collapsed
26060
26061 \begin_layout Plain Layout
26062
26063
26064 \backslash
26065 ifmarginnote
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \begin_inset Note Note
26072 status open
26073
26074 \begin_layout Plain Layout
26075 La section suivante ne sera affichée que si le paquetage LaTeX 
26076 \series bold
26077 marginnote
26078 \series default
26079  a été installé.
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Standard
26088 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26089 \series bold
26090 marginnote
26091 \series default
26092
26093 \begin_inset Index
26094 status collapsed
26095
26096 \begin_layout Plain Layout
26097 Paquetages LaTeX ! marginnote
26098 \end_layout
26099
26100 \end_inset
26101
26102 .
26103  En ajoutant les deux lignes suivantes au préambule de votre document, la
26104  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26105  la commande fournie par le paquetage 
26106 \series bold
26107 marginnote
26108 \series default
26109  :
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115
26116 \backslash
26117 usepackage{marginnote}
26118 \begin_inset Newline newline
26119 \end_inset
26120
26121
26122 \backslash
26123 let
26124 \backslash
26125 marginpar
26126 \backslash
26127 marginnote
26128 \end_layout
26129
26130 \begin_layout Standard
26131 Ce paquetage est aussi utilisé dans ce document parce que 
26132 \series bold
26133 marginnote
26134 \series default
26135  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26136  vertical pour une note.
26137  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26138  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26139  en page.
26140  Le décalage est inséré dans LyX sous forme de code TeX directement après
26141  la note sous la forme
26142 \end_layout
26143
26144 \begin_layout Standard
26145
26146 \series bold
26147 [offset]
26148 \end_layout
26149
26150 \begin_layout Standard
26151 où l'offset utilise l'une des unités listées dans le tableau
26152 \begin_inset space ~
26153 \end_inset
26154
26155
26156 \begin_inset CommandInset ref
26157 LatexCommand ref
26158 reference "cha:Unités-de-longueur"
26159
26160 \end_inset
26161
26162 .
26163  Une valeur négative déplace la note vers le haut, une valeur positive la
26164  déplace vers le bas.
26165  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26166  vers le haut de 1.5
26167 \begin_inset space \thinspace{}
26168 \end_inset
26169
26170 cm avec la commande en code TeX 
26171 \begin_inset Quotes eld
26172 \end_inset
26173
26174
26175 \series bold
26176 [-1.5cm]
26177 \series default
26178
26179 \begin_inset Quotes erd
26180 \end_inset
26181
26182
26183 \begin_inset Marginal
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187 Cette note en marge est décalée vers le haut de 1.5
26188 \begin_inset space \thinspace{}
26189 \end_inset
26190
26191 cm par rapport à sa position d'origine.
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \begin_inset ERT
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201
26202 [-1.5cm]
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \begin_layout Standard
26211 \begin_inset VSpace medskip
26212 \end_inset
26213
26214 Avec le paquetage 
26215 \series bold
26216 marginnote
26217 \series default
26218  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26219  Par exemple les commandes 
26220 \end_layout
26221
26222 \begin_layout Standard
26223
26224 \series bold
26225
26226 \backslash
26227 renewcommand*{
26228 \backslash
26229 raggedleftmarginnote}{
26230 \backslash
26231 centering}
26232 \begin_inset Newline newline
26233 \end_inset
26234
26235
26236 \backslash
26237 renewcommand*{
26238 \backslash
26239 raggedrightmarginnote}{
26240 \backslash
26241 centering}
26242 \end_layout
26243
26244 \begin_layout Standard
26245 donnent un alignement centré.
26246  
26247 \series bold
26248
26249 \backslash
26250 raggedleftmarginnote
26251 \series default
26252  indique une note qui apparaît dans la marge de gauche.
26253 \begin_inset ERT
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257
26258
26259 \backslash
26260 renewcommand*{
26261 \backslash
26262 raggedleftmarginnote}{
26263 \backslash
26264 centering}
26265 \end_layout
26266
26267 \begin_layout Plain Layout
26268
26269
26270 \backslash
26271 renewcommand*{
26272 \backslash
26273 raggedrightmarginnote}{
26274 \backslash
26275 centering}
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \begin_inset Marginal
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285 Le texte de cette note en marge est centré.
26286 \end_layout
26287
26288 \end_inset
26289
26290 .
26291  Le comportement par défaut est donné par
26292 \end_layout
26293
26294 \begin_layout Standard
26295
26296 \series bold
26297
26298 \backslash
26299 renewcommand*{
26300 \backslash
26301 raggedleftmarginnote}{
26302 \backslash
26303 raggedleft}
26304 \begin_inset Newline newline
26305 \end_inset
26306
26307
26308 \backslash
26309 renewcommand*{
26310 \backslash
26311 raggedrightmarginnote}{
26312 \backslash
26313 raggedright}
26314 \series default
26315
26316 \begin_inset ERT
26317 status collapsed
26318
26319 \begin_layout Plain Layout
26320
26321
26322 \backslash
26323 renewcommand*{
26324 \backslash
26325 raggedleftmarginnote}{
26326 \backslash
26327 raggedleft}
26328 \end_layout
26329
26330 \begin_layout Plain Layout
26331
26332
26333 \backslash
26334 renewcommand*{
26335 \backslash
26336 raggedrightmarginnote}{
26337 \backslash
26338 raggedright}
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \begin_layout Standard
26347 \begin_inset VSpace medskip
26348 \end_inset
26349
26350 Pour les autre fonctions du paquetage 
26351 \series bold
26352 marginnote
26353 \series default
26354  nous vous renvoyons à sa documentation 
26355 \begin_inset CommandInset citation
26356 LatexCommand cite
26357 key "marginnote"
26358
26359 \end_inset
26360
26361 .
26362 \end_layout
26363
26364 \begin_layout Standard
26365 \begin_inset VSpace bigskip
26366 \end_inset
26367
26368 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26369  définition.
26370  Pour créer par exemple une entête pour toutes les notes en marge avec le
26371  texte 
26372 \begin_inset Quotes eld
26373 \end_inset
26374
26375
26376 \family sans
26377 \series bold
26378 \bar under
26379 Attention!
26380 \family default
26381 \series default
26382 \bar default
26383
26384 \begin_inset Quotes erd
26385 \end_inset
26386
26387  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26388  de votre document :
26389 \end_layout
26390
26391 \begin_layout Standard
26392
26393 \series bold
26394
26395 \backslash
26396 let
26397 \backslash
26398 myMarginpar
26399 \backslash
26400 marginpar
26401 \begin_inset Newline newline
26402 \end_inset
26403
26404
26405 \backslash
26406 renewcommand{
26407 \backslash
26408 marginpar}[1]{
26409 \backslash
26410 myMarginpar{%
26411 \begin_inset Newline newline
26412 \end_inset
26413
26414
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 hphantom{ }
26423 \end_layout
26424
26425 \end_inset
26426
26427
26428 \backslash
26429 hspace{0pt}
26430 \backslash
26431 textsf{
26432 \backslash
26433 textbf{
26434 \backslash
26435 underbar{Attention!}}}%
26436 \begin_inset Newline newline
26437 \end_inset
26438
26439
26440 \begin_inset ERT
26441 status collapsed
26442
26443 \begin_layout Plain Layout
26444
26445
26446 \backslash
26447 hphantom{ }
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \backslash
26454 vspace{1.5mm}
26455 \backslash
26456
26457 \backslash
26458 #1}}
26459 \end_layout
26460
26461 \begin_layout Standard
26462 \begin_inset ERT
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466
26467
26468 \backslash
26469 let
26470 \backslash
26471 myMarginpar
26472 \backslash
26473 marginpar
26474 \end_layout
26475
26476 \begin_layout Plain Layout
26477
26478
26479 \backslash
26480 renewcommand{
26481 \backslash
26482 marginpar}[1]{
26483 \backslash
26484 myMarginpar{%
26485 \end_layout
26486
26487 \begin_layout Plain Layout
26488
26489    
26490 \backslash
26491 textsf{
26492 \backslash
26493 textbf{
26494 \backslash
26495 underbar{Attention!}}}%
26496 \end_layout
26497
26498 \begin_layout Plain Layout
26499
26500    
26501 \backslash
26502 vspace{1.5mm}
26503 \backslash
26504
26505 \backslash
26506 #1}}
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \begin_inset Marginal
26513 status open
26514
26515 \begin_layout Plain Layout
26516 Ceci est une note en marge avec une en-tête prédéfinie.
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527 [-1.5cm]
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \begin_inset ERT
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537
26538
26539 \backslash
26540 renewcommand{
26541 \backslash
26542 marginpar}[1]{
26543 \backslash
26544 myMarginpar{#1}}
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \begin_inset Note Note
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555 \lang english
26556 The margin note format is changed only for this example.
26557 \end_layout
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Standard
26565 \begin_inset ERT
26566 status collapsed
26567
26568 \begin_layout Plain Layout
26569
26570
26571 \backslash
26572 else
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \begin_inset Note Note
26579 status open
26580
26581 \begin_layout Plain Layout
26582 Ce qui suit sera affiché si le paquetage LaTeX 
26583 \series bold
26584 marginnote
26585 \series default
26586  n'est pas installé :
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \begin_layout Standard
26595 Vous devez installer le paquetage LaTeX 
26596 \series bold
26597 marginnote
26598 \series default
26599  pour voir la suite de cette section dans la sortie imprimée.
26600 \end_layout
26601
26602 \begin_layout Standard
26603 \begin_inset ERT
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607
26608
26609 \backslash
26610 fi
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Chapter
26619 Les Boîtes
26620 \end_layout
26621
26622 \begin_layout Section
26623 Introduction
26624 \begin_inset Index
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628 Boîtes ! Introduction
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Standard
26637 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26638  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26639  voir la section
26640 \begin_inset space ~
26641 \end_inset
26642
26643
26644 \begin_inset CommandInset ref
26645 LatexCommand ref
26646 reference "sec:Minipages"
26647
26648 \end_inset
26649
26650 , pour encadrer des portions de texte, voir la section
26651 \begin_inset space ~
26652 \end_inset
26653
26654
26655 \begin_inset CommandInset ref
26656 LatexCommand ref
26657 reference "sec:Boîtes-encadrées"
26658
26659 \end_inset
26660
26661 , pour empêcher que des mots subissent une césure, voir la section
26662 \begin_inset space ~
26663 \end_inset
26664
26665
26666 \begin_inset CommandInset ref
26667 LatexCommand ref
26668 reference "sec:Empêcher-césure"
26669
26670 \end_inset
26671
26672 , pour aligner du texte, voir la section
26673 \begin_inset space ~
26674 \end_inset
26675
26676
26677 \begin_inset CommandInset ref
26678 LatexCommand ref
26679 reference "sub:Alignement-Vertical"
26680
26681 \end_inset
26682
26683 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26684 \begin_inset space ~
26685 \end_inset
26686
26687
26688 \begin_inset CommandInset ref
26689 LatexCommand ref
26690 reference "sec:Boîtes-colorées"
26691
26692 \end_inset
26693
26694 .
26695 \end_layout
26696
26697 \begin_layout Standard
26698 On peut insérer une boîte en utilisant le menu 
26699 \family sans
26700 Insérer\SpecialChar \menuseparator
26701 Boîte
26702 \family default
26703  ou avec le bouton 
26704 \begin_inset Graphics
26705         filename ../../images/box-insert.png
26706         scale 85
26707         scaleBeforeRotation
26708
26709 \end_inset
26710
26711  de la barre d'outils.
26712  Une boîte grise avec une étiquette 
26713 \family sans
26714 Boîte
26715 \begin_inset space ~
26716 \end_inset
26717
26718 (Minipage)
26719 \family default
26720
26721 \begin_inset Graphics
26722         filename clipart/BoxInsetDefaultQt4.png
26723         scale 65
26724         scaleBeforeRotation
26725
26726 \end_inset
26727
26728 , est alors insérée.
26729  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26730  La fenêtre de dialogue qui apparaît donne accès aux types de
26731 \family sans
26732  Boîte
26733 \begin_inset space ~
26734 \end_inset
26735
26736 Intérieure
26737 \family default
26738  
26739 \family sans
26740 Parbox
26741 \begin_inset Note Note
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 En attendant un traduction plus correcte NdT
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \family default
26752  et 
26753 \family sans
26754 Minipage
26755 \family default
26756 .
26757  Le type 
26758 \family sans
26759 Minipage
26760 \family default
26761  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26762  dans la section
26763 \begin_inset space ~
26764 \end_inset
26765
26766
26767 \begin_inset CommandInset ref
26768 LatexCommand ref
26769 reference "sec:Minipages"
26770
26771 \end_inset
26772
26773 ; le type 
26774 \family sans
26775 Parbox
26776 \family default
26777  est décrit dans la section
26778 \begin_inset space ~
26779 \end_inset
26780
26781
26782 \begin_inset CommandInset ref
26783 LatexCommand ref
26784 reference "sec:Parboxes"
26785
26786 \end_inset
26787
26788 .
26789 \end_layout
26790
26791 \begin_layout Standard
26792 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26793  comme les flottants ou les notes de bas de page.
26794 \end_layout
26795
26796 \begin_layout Standard
26797 \begin_inset Note Greyedout
26798 status open
26799
26800 \begin_layout Plain Layout
26801
26802 \series bold
26803 Note:
26804 \series default
26805  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26806  de type 
26807 \family sans
26808 Liste
26809 \family default
26810  ou 
26811 \family sans
26812 Description
26813 \family default
26814 .
26815 \end_layout
26816
26817 \end_inset
26818
26819
26820 \end_layout
26821
26822 \begin_layout Standard
26823 \begin_inset Note Greyedout
26824 status open
26825
26826 \begin_layout Plain Layout
26827
26828 \series bold
26829 Note:
26830 \series default
26831  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26832 \family sans
26833 Boîte
26834 \begin_inset space ~
26835 \end_inset
26836
26837 Intérieure
26838 \family default
26839  à 
26840 \family sans
26841 Aucune
26842 \family default
26843  que quand vous utilisez une boîte encadrée.
26844  Les boîtes sans 
26845 \family sans
26846 Boîte
26847 \begin_inset space ~
26848 \end_inset
26849
26850 Intérieure
26851 \family default
26852  et sans cadre sont expliquées dans la section
26853 \begin_inset space ~
26854 \end_inset
26855
26856
26857 \begin_inset CommandInset ref
26858 LatexCommand ref
26859 reference "sec:Empêcher-césure"
26860
26861 \end_inset
26862
26863 .
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \begin_layout Section
26872 La fenêtre de dialogue Boîte
26873 \begin_inset CommandInset label
26874 LatexCommand label
26875 name "sec:Boîte-Dialogue"
26876
26877 \end_inset
26878
26879
26880 \begin_inset Index
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884 Boîtes ! Fenêtre de dialogue Boîte
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Subsection
26893 Taille
26894 \begin_inset Index
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 Boîtes ! Taille
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Standard
26907 Dans la fenêtre de dialogue 
26908 \family sans
26909 Paramètres
26910 \begin_inset space ~
26911 \end_inset
26912
26913 de
26914 \begin_inset space ~
26915 \end_inset
26916
26917 Boîte
26918 \family default
26919  vous pouvez modifier la géométrie de la boîte avec les champs 
26920 \family sans
26921 Largeur
26922 \family default
26923  et 
26924 \family sans
26925 Hauteur
26926 \family default
26927 .
26928  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26929  dans le tableau
26930 \begin_inset space ~
26931 \end_inset
26932
26933
26934 \begin_inset CommandInset ref
26935 LatexCommand ref
26936 reference "tab:Unités"
26937
26938 \end_inset
26939
26940 .
26941  Le champ 
26942 \family sans
26943 Hauteur
26944 \family default
26945  offre en plus les spécifications de taille suivantes :
26946 \end_layout
26947
26948 \begin_layout Description
26949 Profondeur C'est simplement la 
26950 \begin_inset Quotes eld
26951 \end_inset
26952
26953 hauteur
26954 \begin_inset Quotes erd
26955 \end_inset
26956
26957  du texte.
26958  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26959  lignes de texte dans la boîte.
26960 \begin_inset Newline newline
26961 \end_inset
26962
26963
26964 \begin_inset Newline newline
26965 \end_inset
26966
26967
26968 \begin_inset Newline newline
26969 \end_inset
26970
26971
26972 \begin_inset Box Boxed
26973 position "c"
26974 hor_pos "c"
26975 has_inner_box 1
26976 inner_pos "c"
26977 use_parbox 0
26978 width "12col%"
26979 special "none"
26980 height "1in"
26981 height_special "depth"
26982 status open
26983
26984 \begin_layout Plain Layout
26985 \align center
26986 Boîte dont la hauteur est égale à 1
26987 \begin_inset space \thinspace{}
26988 \end_inset
26989
26990 Profondeur
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \begin_inset Newline newline
26997 \end_inset
26998
26999
27000 \begin_inset Newline newline
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Description
27007 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27008  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27009  est deux fois plus haute que le texte : 
27010 \begin_inset Box Boxed
27011 position "c"
27012 hor_pos "c"
27013 has_inner_box 1
27014 inner_pos "c"
27015 use_parbox 0
27016 width "20col%"
27017 special "none"
27018 height "2in"
27019 height_special "height"
27020 status open
27021
27022 \begin_layout Plain Layout
27023 \align center
27024 Boîte dont la hauteur est 2
27025 \begin_inset space \thinspace{}
27026 \end_inset
27027
27028 Hauteur
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Description
27037 Hauteur
27038 \begin_inset space ~
27039 \end_inset
27040
27041 Totale C'est égal à Hauteur
27042 \begin_inset space \thinspace{}
27043 \end_inset
27044
27045 +
27046 \begin_inset space \thinspace{}
27047 \end_inset
27048
27049 Profondeur : 
27050 \begin_inset Box Boxed
27051 position "c"
27052 hor_pos "c"
27053 has_inner_box 1
27054 inner_pos "c"
27055 use_parbox 0
27056 width "20col%"
27057 special "none"
27058 height "1in"
27059 height_special "totalheight"
27060 status open
27061
27062 \begin_layout Plain Layout
27063 \align center
27064 Boîte dont la hauteur est 1
27065 \begin_inset space \thinspace{}
27066 \end_inset
27067
27068 Hauteur
27069 \begin_inset space ~
27070 \end_inset
27071
27072 Totale
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \begin_layout Description
27081 Largeur On prend la largeur de la boîte comme hauteur : 
27082 \begin_inset Box Boxed
27083 position "c"
27084 hor_pos "c"
27085 has_inner_box 1
27086 inner_pos "c"
27087 use_parbox 0
27088 width "12col%"
27089 special "none"
27090 height "1in"
27091 height_special "width"
27092 status open
27093
27094 \begin_layout Plain Layout
27095 \align center
27096 Boîte dont la hauteur est 1
27097 \begin_inset space \thinspace{}
27098 \end_inset
27099
27100 Largeur
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Subsection
27109 Alignement
27110 \begin_inset Index
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 Boîtes ! Alignement
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Standard
27123 Quand vous avez choisi une 
27124 \family sans
27125 Boîte
27126 \begin_inset space ~
27127 \end_inset
27128
27129 Intérieure
27130 \family default
27131 , l'alignement vertical de la boîte peut être :
27132 \end_layout
27133
27134 \begin_layout Description
27135 Haut Ceci est un exemple de texte.
27136  
27137 \begin_inset Box Boxed
27138 position "t"
27139 hor_pos "c"
27140 has_inner_box 1
27141 inner_pos "c"
27142 use_parbox 0
27143 width "12col%"
27144 special "none"
27145 height "1in"
27146 height_special "totalheight"
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 \align center
27151 Cette boîte est alignée sur le haut.
27152 \end_layout
27153
27154 \end_inset
27155
27156  Ceci est un exemple de texte.
27157 \end_layout
27158
27159 \begin_layout Description
27160 Milieu Ceci est un exemple de texte.
27161  
27162 \begin_inset Box Boxed
27163 position "c"
27164 hor_pos "c"
27165 has_inner_box 1
27166 inner_pos "c"
27167 use_parbox 0
27168 width "12col%"
27169 special "none"
27170 height "1in"
27171 height_special "totalheight"
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 \align center
27176 Cette boîte est alignée au centre.
27177 \end_layout
27178
27179 \end_inset
27180
27181  Ceci est un exemple de texte.
27182 \end_layout
27183
27184 \begin_layout Description
27185 Bas Ceci est un exemple de texte.
27186  
27187 \begin_inset Box Boxed
27188 position "b"
27189 hor_pos "c"
27190 has_inner_box 1
27191 inner_pos "c"
27192 use_parbox 0
27193 width "12col%"
27194 special "none"
27195 height "1in"
27196 height_special "totalheight"
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200 \align center
27201 Cette boîte est alignée sur le bas.
27202 \end_layout
27203
27204 \end_inset
27205
27206  Ceci est un exemple de texte.
27207 \end_layout
27208
27209 \begin_layout Standard
27210 \begin_inset Note Greyedout
27211 status open
27212
27213 \begin_layout Plain Layout
27214
27215 \series bold
27216 Note:
27217 \series default
27218  L'alignement vertical peut être perturbé dans la sortie finale quand vous
27219  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
27220  l'autre non.
27221 \end_layout
27222
27223 \end_inset
27224
27225
27226 \end_layout
27227
27228 \begin_layout Standard
27229 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27230  paragraphe grâce à la fenêtre de dialogue 
27231 \family sans
27232 Paramètres
27233 \begin_inset space ~
27234 \end_inset
27235
27236 de
27237 \begin_inset space ~
27238 \end_inset
27239
27240 Boîte
27241 \family default
27242 .
27243 \end_layout
27244
27245 \begin_layout Standard
27246 \begin_inset VSpace bigskip
27247 \end_inset
27248
27249 Quand vous avez choisi une 
27250 \family sans
27251 Boîte
27252 \begin_inset space ~
27253 \end_inset
27254
27255 Intérieure
27256 \family default
27257 , l'alignement vertical du contenu de la boîte peut être :
27258 \end_layout
27259
27260 \begin_layout Description
27261 haut Ceci est un exemple de texte.
27262 \begin_inset Box Boxed
27263 position "c"
27264 hor_pos "c"
27265 has_inner_box 1
27266 inner_pos "t"
27267 use_parbox 0
27268 width "12col%"
27269 special "none"
27270 height "1.5in"
27271 height_special "totalheight"
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 \align center
27276 Le texte de cette boîte est aligné sur le haut.
27277 \end_layout
27278
27279 \end_inset
27280
27281  Ceci est un exemple de texte.
27282 \end_layout
27283
27284 \begin_layout Description
27285 milieu Ceci est un exemple de texte.
27286  
27287 \begin_inset Box Boxed
27288 position "c"
27289 hor_pos "c"
27290 has_inner_box 1
27291 inner_pos "c"
27292 use_parbox 0
27293 width "12col%"
27294 special "none"
27295 height "1.5in"
27296 height_special "totalheight"
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 \align center
27301 Le texte de cette boîte est aligné au centre
27302 \end_layout
27303
27304 \end_inset
27305
27306  Ceci est un exemple de texte.
27307 \end_layout
27308
27309 \begin_layout Description
27310 bas Ceci est un exemple de texte.
27311  
27312 \begin_inset Box Boxed
27313 position "c"
27314 hor_pos "c"
27315 has_inner_box 1
27316 inner_pos "b"
27317 use_parbox 0
27318 width "12col%"
27319 special "none"
27320 height "1.5in"
27321 height_special "totalheight"
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325 \align center
27326 Le texte de cette boîte est aligné en bas.
27327 \end_layout
27328
27329 \end_inset
27330
27331  Ceci est un exemple de texte.
27332 \end_layout
27333
27334 \begin_layout Description
27335 élongation Ceci est un exemple de texte.
27336  
27337 \begin_inset Box Boxed
27338 position "c"
27339 hor_pos "c"
27340 has_inner_box 1
27341 inner_pos "s"
27342 use_parbox 0
27343 width "12col%"
27344 special "none"
27345 height "1.5in"
27346 height_special "totalheight"
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350 \align center
27351 Le texte 
27352 \end_layout
27353
27354 \begin_layout Plain Layout
27355 \align center
27356 de cette
27357 \end_layout
27358
27359 \begin_layout Plain Layout
27360 \align center
27361 boîte est
27362 \end_layout
27363
27364 \begin_layout Plain Layout
27365 \align center
27366 allongé.
27367 \end_layout
27368
27369 \end_inset
27370
27371  Ceci est un exemple de texte.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27376  paragraphe.
27377  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27378 \end_layout
27379
27380 \begin_layout Standard
27381 \begin_inset VSpace bigskip
27382 \end_inset
27383
27384 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27385  la fenêtre de dialogue 
27386 \family sans
27387 Paramètres
27388 \begin_inset space ~
27389 \end_inset
27390
27391 de
27392 \begin_inset space ~
27393 \end_inset
27394
27395 paragraphe
27396 \family default
27397  quand vous avez choisi une 
27398 \family sans
27399 Boîte
27400 \begin_inset space ~
27401 \end_inset
27402
27403 Intérieure
27404 \family default
27405 .
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \align center
27410 \begin_inset Box Boxed
27411 position "c"
27412 hor_pos "c"
27413 has_inner_box 1
27414 inner_pos "s"
27415 use_parbox 0
27416 width "15col%"
27417 special "none"
27418 height "1.25in"
27419 height_special "totalheight"
27420 status open
27421
27422 \begin_layout Plain Layout
27423 \align left
27424 Le texte de 
27425 \end_layout
27426
27427 \begin_layout Plain Layout
27428 \align left
27429 cette boîte
27430 \end_layout
27431
27432 \begin_layout Plain Layout
27433 \align right
27434 est allongé.
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 Si vous n'avez pas choisi une 
27444 \family sans
27445 Boîte
27446 \begin_inset space ~
27447 \end_inset
27448
27449 Intérieure
27450 \family default
27451 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27452  de dialogue de boîte.
27453 \end_layout
27454
27455 \begin_layout Standard
27456 \align center
27457 \begin_inset Box Boxed
27458 position "c"
27459 hor_pos "s"
27460 has_inner_box 0
27461 inner_pos "s"
27462 use_parbox 0
27463 width "90col%"
27464 special "none"
27465 height "1.25in"
27466 height_special "totalheight"
27467 status open
27468
27469 \begin_layout Plain Layout
27470 \align left
27471 Le texte de cette boîte est allongé horizontalement.
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \begin_layout Section
27480 Les Boîtes Encadrées
27481 \begin_inset CommandInset label
27482 LatexCommand label
27483 name "sec:Boîtes-encadrées"
27484
27485 \end_inset
27486
27487
27488 \begin_inset Index
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 Boîtes ! Cadres
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27502  
27503 \family sans
27504 Décoration
27505 \family default
27506  dans la boîte de dialogue 
27507 \family sans
27508 Paramètres
27509 \begin_inset space ~
27510 \end_inset
27511
27512 de
27513 \begin_inset space ~
27514 \end_inset
27515
27516 Boîte
27517 \family default
27518 .
27519  Les possibilités sont les suivantes :
27520 \end_layout
27521
27522 \begin_layout Description
27523 Boîte
27524 \begin_inset space ~
27525 \end_inset
27526
27527 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27528  L'épaisseur du trait de ce cadre est donnée par la variable  
27529 \series bold
27530
27531 \backslash
27532 fboxrule
27533 \series default
27534 .
27535  
27536 \begin_inset Box Boxed
27537 position "c"
27538 hor_pos "c"
27539 has_inner_box 1
27540 inner_pos "c"
27541 use_parbox 0
27542 width "20col%"
27543 special "none"
27544 height "1in"
27545 height_special "totalheight"
27546 status open
27547
27548 \begin_layout Plain Layout
27549 \align center
27550 Boîte rectangulaire
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Description
27559 Boîte
27560 \begin_inset space ~
27561 \end_inset
27562
27563 ovale,
27564 \begin_inset space ~
27565 \end_inset
27566
27567 fine Ceci dessine un cadre ovalisée autour de la boîte.
27568  L'épaisseur du trait de ce cadre est de  0.4
27569 \begin_inset space \thinspace{}
27570 \end_inset
27571
27572 pt.
27573  
27574 \begin_inset Box ovalbox
27575 position "c"
27576 hor_pos "c"
27577 has_inner_box 1
27578 inner_pos "c"
27579 use_parbox 0
27580 width "20col%"
27581 special "none"
27582 height "1in"
27583 height_special "totalheight"
27584 status open
27585
27586 \begin_layout Plain Layout
27587 \align center
27588 Boîte ovalisée, fine
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Description
27597 Boîte
27598 \begin_inset space ~
27599 \end_inset
27600
27601 ovale,
27602 \begin_inset space ~
27603 \end_inset
27604
27605 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27606  L'épaisseur du trait de ce cadre est de   0.8
27607 \begin_inset space \thinspace{}
27608 \end_inset
27609
27610 pt.
27611  
27612 \begin_inset Box Ovalbox
27613 position "c"
27614 hor_pos "c"
27615 has_inner_box 1
27616 inner_pos "c"
27617 use_parbox 0
27618 width "20col%"
27619 special "none"
27620 height "1in"
27621 height_special "totalheight"
27622 status open
27623
27624 \begin_layout Plain Layout
27625 \align center
27626 Boîte ovalisée, épaisse
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Description
27635 Boîte
27636 \begin_inset space ~
27637 \end_inset
27638
27639 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27640  L'épaisseur du trait de ce cadre est donnée par la variable  
27641 \series bold
27642
27643 \backslash
27644 fboxrule
27645 \series default
27646 , l'ombre a une épaisseur de  4
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 pt.
27651  
27652 \begin_inset Box Shadowbox
27653 position "c"
27654 hor_pos "c"
27655 has_inner_box 1
27656 inner_pos "c"
27657 use_parbox 0
27658 width "20col%"
27659 special "none"
27660 height "1in"
27661 height_special "totalheight"
27662 status open
27663
27664 \begin_layout Plain Layout
27665 \align center
27666 Boîte ombrée
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Description
27675 Boîte
27676 \begin_inset space ~
27677 \end_inset
27678
27679 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27680  L'épaisseur du trait du cadre interne est de 0.75
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684
27685 \series bold
27686
27687 \backslash
27688 fboxrule
27689 \series default
27690 , l'épaisseur du trait du cadre externe est de 1.5
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694
27695 \series bold
27696
27697 \backslash
27698 fboxrule
27699 \series default
27700 .
27701  La distance entre les deux cadres est de  1.5
27702 \begin_inset space \thinspace{}
27703 \end_inset
27704
27705
27706 \series bold
27707
27708 \backslash
27709 fboxrule
27710 \series default
27711
27712 \begin_inset space \thinspace{}
27713 \end_inset
27714
27715 +
27716 \begin_inset space \thinspace{}
27717 \end_inset
27718
27719 0.5
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723 pt.
27724  
27725 \begin_inset Box Doublebox
27726 position "c"
27727 hor_pos "c"
27728 has_inner_box 1
27729 inner_pos "c"
27730 use_parbox 0
27731 width "20col%"
27732 special "none"
27733 height "1in"
27734 height_special "totalheight"
27735 status open
27736
27737 \begin_layout Plain Layout
27738 \align center
27739 Boîte double
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 \begin_inset VSpace bigskip
27749 \end_inset
27750
27751 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27752  style de boîte utilisé.
27753  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27754  le paquetage LaTeX 
27755 \series bold
27756 fancybox
27757 \series default
27758 .
27759 \end_layout
27760
27761 \begin_layout Standard
27762 \begin_inset VSpace bigskip
27763 \end_inset
27764
27765 La valeur par défaut pour la variable 
27766 \series bold
27767
27768 \backslash
27769 fboxrule
27770 \series default
27771  est 0.4
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 pt.
27776  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27777  pour avoir 2
27778 \begin_inset space \thinspace{}
27779 \end_inset
27780
27781 pt :
27782 \end_layout
27783
27784 \begin_layout Standard
27785
27786 \series bold
27787
27788 \backslash
27789 setlength{
27790 \backslash
27791 fboxrule}{2pt}
27792 \end_layout
27793
27794 \begin_layout Standard
27795 \begin_inset ERT
27796 status collapsed
27797
27798 \begin_layout Plain Layout
27799
27800
27801 \backslash
27802 setlength{
27803 \backslash
27804 fboxrule}{2pt}
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \begin_inset Box Boxed
27811 position "c"
27812 hor_pos "c"
27813 has_inner_box 1
27814 inner_pos "c"
27815 use_parbox 0
27816 width "25col%"
27817 special "none"
27818 height "1in"
27819 height_special "totalheight"
27820 status open
27821
27822 \begin_layout Plain Layout
27823 \align center
27824 Boîte rectangulaire avec 
27825 \series bold
27826
27827 \backslash
27828 fboxrule
27829 \series default
27830
27831 \begin_inset space \thinspace{}
27832 \end_inset
27833
27834 =
27835 \begin_inset space \thinspace{}
27836 \end_inset
27837
27838 2
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 pt
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset ERT
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852
27853
27854 \backslash
27855 setlength{
27856 \backslash
27857 fboxrule}{0.4pt}
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \begin_inset VSpace bigskip
27867 \end_inset
27868
27869 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27870  les types de cadres, par défaut il est de 3
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 pt.
27875  Vous pouvez le modifier en donnant une autre valeur à la variable 
27876 \series bold
27877
27878 \backslash
27879 fboxsep
27880 \series default
27881 .
27882  Par exemple la commande
27883 \end_layout
27884
27885 \begin_layout Standard
27886
27887 \series bold
27888
27889 \backslash
27890 setlength{
27891 \backslash
27892 fboxsep}{10pt}
27893 \end_layout
27894
27895 \begin_layout Standard
27896 met une valeur de 10
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 pt, comme celle utilisée pour cette boîte :
27901 \end_layout
27902
27903 \begin_layout Standard
27904 \begin_inset ERT
27905 status collapsed
27906
27907 \begin_layout Plain Layout
27908
27909
27910 \backslash
27911 setlength{
27912 \backslash
27913 fboxsep}{10pt}
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \begin_inset Box Boxed
27920 position "c"
27921 hor_pos "c"
27922 has_inner_box 1
27923 inner_pos "c"
27924 use_parbox 0
27925 width "25col%"
27926 special "none"
27927 height "1in"
27928 height_special "totalheight"
27929 status open
27930
27931 \begin_layout Plain Layout
27932 \align center
27933 Boîte rectangulaire avec 
27934 \series bold
27935
27936 \backslash
27937 fboxsep
27938 \series default
27939
27940 \begin_inset space \thinspace{}
27941 \end_inset
27942
27943 =
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 10
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 pt
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \begin_inset ERT
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961
27962
27963 \backslash
27964 setlength{
27965 \backslash
27966 fboxsep}{3pt}
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 \begin_inset VSpace bigskip
27976 \end_inset
27977
27978 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27979  la commande 
27980 \series bold
27981
27982 \backslash
27983 cornersize
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 cornersize*{1cm}
27995 \end_layout
27996
27997 \begin_layout Standard
27998 donne un diamètre de 1
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 cm.
28003  La commande
28004 \end_layout
28005
28006 \begin_layout Standard
28007
28008 \series bold
28009
28010 \backslash
28011 cornersize{num}
28012 \end_layout
28013
28014 \begin_layout Standard
28015 fixe le diamètre à 
28016 \family sans
28017 num
28018 \begin_inset space \thinspace{}
28019 \end_inset
28020
28021 ×
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 minimum(largeur et hauteur de la boîte)
28026 \family default
28027 .
28028  La valeur par défaut est 
28029 \series bold
28030
28031 \backslash
28032 cornersize{0.5}
28033 \series default
28034 .
28035 \end_layout
28036
28037 \begin_layout Standard
28038 \begin_inset ERT
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042
28043
28044 \backslash
28045 cornersize*{1.5cm}
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \begin_inset Box Ovalbox
28052 position "c"
28053 hor_pos "c"
28054 has_inner_box 1
28055 inner_pos "c"
28056 use_parbox 0
28057 width "25col%"
28058 special "none"
28059 height "1in"
28060 height_special "totalheight"
28061 status open
28062
28063 \begin_layout Plain Layout
28064 \align center
28065 Boîte ovale avec 
28066 \series bold
28067
28068 \backslash
28069 cornersize
28070 \series default
28071
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075 =
28076 \begin_inset space \thinspace{}
28077 \end_inset
28078
28079 1.5
28080 \begin_inset space \thinspace{}
28081 \end_inset
28082
28083 cm
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \begin_inset ERT
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093
28094
28095 \backslash
28096 cornersize{0.5}
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset VSpace bigskip
28106 \end_inset
28107
28108 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28109  
28110 \series bold
28111
28112 \backslash
28113 shadowsize
28114 \series default
28115 .
28116  Elle est fixée à 2
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120 pt pour la boîte suivante par la commande :
28121 \end_layout
28122
28123 \begin_layout Standard
28124
28125 \series bold
28126
28127 \backslash
28128 setlength{
28129 \backslash
28130 shadowsize}{2pt}
28131 \end_layout
28132
28133 \begin_layout Standard
28134 \begin_inset ERT
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138
28139
28140 \backslash
28141 setlength{
28142 \backslash
28143 shadowsize}{2pt}
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \begin_inset Box Shadowbox
28150 position "c"
28151 hor_pos "c"
28152 has_inner_box 1
28153 inner_pos "c"
28154 use_parbox 0
28155 width "25col%"
28156 special "none"
28157 height "1in"
28158 height_special "totalheight"
28159 status open
28160
28161 \begin_layout Plain Layout
28162 \align center
28163 Boîte ombrée avec 
28164 \series bold
28165
28166 \backslash
28167 shadowsize
28168 \series default
28169
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173 =
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 2
28178 \begin_inset space \thinspace{}
28179 \end_inset
28180
28181 pt
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \begin_inset ERT
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191
28192
28193 \backslash
28194 setlength{
28195 \backslash
28196 shadowsize}{4pt}
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205 \begin_inset VSpace bigskip
28206 \end_inset
28207
28208 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28209  les boîtes qui suivent la commandes qui les a changées.
28210 \end_layout
28211
28212 \begin_layout Section
28213 Minipages
28214 \begin_inset CommandInset label
28215 LatexCommand label
28216 name "sec:Minipages"
28217
28218 \end_inset
28219
28220
28221 \begin_inset Index
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225 Boîtes ! Minipages
28226 \end_layout
28227
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \begin_layout Standard
28234 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28235 ur d'une page.
28236  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28237  règles d'indentation, de saut de ligne, etc.
28238  s'appliquent.
28239 \end_layout
28240
28241 \begin_layout Standard
28242 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28243  langues.
28244 \end_layout
28245
28246 \begin_layout Standard
28247 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28248  Leur largeur est fixée à 45
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28253  via le menu 
28254 \family sans
28255 Insérer\SpecialChar \menuseparator
28256 Formats\SpecialChar \menuseparator
28257 Ressort
28258 \begin_inset space ~
28259 \end_inset
28260
28261 Horizontal
28262 \family default
28263 .
28264 \end_layout
28265
28266 \begin_layout Standard
28267
28268 \lang english
28269 \begin_inset Box Frameless
28270 position "t"
28271 hor_pos "c"
28272 has_inner_box 1
28273 inner_pos "c"
28274 use_parbox 0
28275 width "45col%"
28276 special "none"
28277 height "1in"
28278 height_special "totalheight"
28279 status open
28280
28281 \begin_layout Plain Layout
28282
28283 \lang german
28284 Dies ist ein deutscher Text.
28285  Dies ist ein deutscher Text.
28286  Dies ist ein deutscher Text.
28287  Dies ist ein deutscher Text.
28288  Dies ist ein deutscher Text.
28289  Dies ist ein deutscher Text.
28290  Dies ist ein deutscher Text.
28291  Dies ist ein deutscher Text.
28292  Dies ist ein deutscher Text.
28293  Dies ist ein deutscher Text.
28294  Dies ist ein deutscher Text.
28295  Dies ist ein deutscher Text.
28296  Dies ist ein deutscher Text
28297 \begin_inset Foot
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301
28302 \lang german
28303 Dies ist eine deutsche Fußnote.
28304 \end_layout
28305
28306 \end_inset
28307
28308 .
28309  Dies ist ein deutscher Text.
28310  Dies ist ein deutscher Text.
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \begin_inset space \hfill{}
28317 \end_inset
28318
28319
28320 \begin_inset Box Frameless
28321 position "t"
28322 hor_pos "c"
28323 has_inner_box 1
28324 inner_pos "c"
28325 use_parbox 0
28326 width "45col%"
28327 special "none"
28328 height "1in"
28329 height_special "totalheight"
28330 status open
28331
28332 \begin_layout Plain Layout
28333
28334 \lang english
28335 This is an English Text.
28336  This is an English Text.
28337  This is an English Text.
28338  This is an English Text.
28339  This is an English Text.
28340  This is an English Text.
28341  This is an English Text.
28342  This is an English Text.
28343  This is an English Text.
28344  This is an English Text.
28345  This is an English Text.
28346  This is an English Text.
28347  This is an English Text.
28348  This is an English Text.
28349  This is an English Text.
28350  This is an English Text.
28351 \begin_inset Foot
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355
28356 \lang english
28357 This is an English footnote.
28358 \end_layout
28359
28360 \end_inset
28361
28362  This is an English Text.
28363  
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \begin_layout Standard
28372 \begin_inset VSpace bigskip
28373 \end_inset
28374
28375 Une autre application des minipages est l'ajout de notes de bas de page
28376  à l'intérieur d'un tableau.
28377  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28378  dans un tableau n'apparaissent pas en bas de la page courante.
28379  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28380  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28381  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28382  dehors des minipages.
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Les notes de bas de page de ce tableau n'apparaissent pas : 
28387 \begin_inset Tabular
28388 <lyxtabular version="3" rows="3" columns="4">
28389 <features>
28390 <column alignment="center" valignment="top" width="0pt">
28391 <column alignment="center" valignment="top" width="0pt">
28392 <column alignment="center" valignment="top" width="0pt">
28393 <column alignment="center" valignment="top" width="0pt">
28394 <row>
28395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 1
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Plain Layout
28408 2
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Plain Layout
28417 3
28418 \begin_inset Foot
28419 status open
28420
28421 \begin_layout Plain Layout
28422 Ceci est une note de bas de page à l'intérieur d'un tableau.
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \end_inset
28431 </cell>
28432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28433 \begin_inset Text
28434
28435 \begin_layout Plain Layout
28436 4
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 </row>
28442 <row>
28443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Plain Layout
28447 a
28448 \end_layout
28449
28450 \end_inset
28451 </cell>
28452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28453 \begin_inset Text
28454
28455 \begin_layout Plain Layout
28456 b
28457 \end_layout
28458
28459 \end_inset
28460 </cell>
28461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28462 \begin_inset Text
28463
28464 \begin_layout Plain Layout
28465 c
28466 \end_layout
28467
28468 \end_inset
28469 </cell>
28470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28471 \begin_inset Text
28472
28473 \begin_layout Plain Layout
28474 d
28475 \end_layout
28476
28477 \end_inset
28478 </cell>
28479 </row>
28480 <row>
28481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Plain Layout
28485 e
28486 \end_layout
28487
28488 \end_inset
28489 </cell>
28490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28491 \begin_inset Text
28492
28493 \begin_layout Plain Layout
28494 f
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Plain Layout
28503 g
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Plain Layout
28512 h
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 </row>
28518 </lyxtabular>
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \begin_layout Standard
28526 \align center
28527 \begin_inset Box Frameless
28528 position "t"
28529 hor_pos "c"
28530 has_inner_box 1
28531 inner_pos "c"
28532 use_parbox 0
28533 width "30col%"
28534 special "none"
28535 height "1in"
28536 height_special "totalheight"
28537 status open
28538
28539 \begin_layout Plain Layout
28540 \align center
28541 \begin_inset Tabular
28542 <lyxtabular version="3" rows="3" columns="4">
28543 <features>
28544 <column alignment="center" valignment="top" width="0pt">
28545 <column alignment="center" valignment="top" width="0pt">
28546 <column alignment="center" valignment="top" width="0pt">
28547 <column alignment="center" valignment="top" width="0pt">
28548 <row>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 1
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28559 \begin_inset Text
28560
28561 \begin_layout Plain Layout
28562 2
28563 \end_layout
28564
28565 \end_inset
28566 </cell>
28567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28568 \begin_inset Text
28569
28570 \begin_layout Plain Layout
28571 3
28572 \begin_inset Foot
28573 status open
28574
28575 \begin_layout Plain Layout
28576 Ceci est une note de bas de page à l'intérieur d'un tableau.
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 4
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 <row>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 a
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610 b
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Plain Layout
28619 c
28620 \end_layout
28621
28622 \end_inset
28623 </cell>
28624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28625 \begin_inset Text
28626
28627 \begin_layout Plain Layout
28628 d
28629 \end_layout
28630
28631 \end_inset
28632 </cell>
28633 </row>
28634 <row>
28635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 e
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Plain Layout
28648 f
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28654 \begin_inset Text
28655
28656 \begin_layout Plain Layout
28657 g
28658 \end_layout
28659
28660 \end_inset
28661 </cell>
28662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28663 \begin_inset Text
28664
28665 \begin_layout Plain Layout
28666 h
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 </row>
28672 </lyxtabular>
28673
28674 \end_inset
28675
28676
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Standard
28685 \begin_inset VSpace bigskip
28686 \end_inset
28687
28688 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28689  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28690  minipages, même si vous les avez mis par exemple à 
28691 \family sans
28692 Moyen
28693 \family default
28694  dans les paramètres du document.
28695 \end_layout
28696
28697 \begin_layout Standard
28698 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28699  portion de texte, voyez la section
28700 \begin_inset space ~
28701 \end_inset
28702
28703
28704 \begin_inset CommandInset ref
28705 LatexCommand ref
28706 reference "sub:Couleur-pour-les-Paragraphes"
28707
28708 \end_inset
28709
28710 .
28711 \end_layout
28712
28713 \begin_layout Standard
28714 \begin_inset Note Greyedout
28715 status open
28716
28717 \begin_layout Plain Layout
28718
28719 \series bold
28720 Note:
28721 \series default
28722  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28723  mais les minipages peuvent être utilisées dans un tableau, un flottant
28724  ou une autre boîte.
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \begin_layout Section
28733 Les Parboxes
28734 \begin_inset CommandInset label
28735 LatexCommand label
28736 name "sec:Parboxes"
28737
28738 \end_inset
28739
28740
28741 \begin_inset Index
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 Boîtes ! Parboxes
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 \begin_inset Note Note
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758
28759 \lang english
28760 En attendant une traduction de parbox (NdT)
28761 \end_layout
28762
28763 \end_inset
28764
28765 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28766  ne peuvent avoir de note de bas de page.
28767  La principale différence avec les minipages, c'est que les minipages au
28768  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28769  LaTeX.
28770 \end_layout
28771
28772 \begin_layout Standard
28773 \align center
28774 \begin_inset Box Frameless
28775 position "t"
28776 hor_pos "c"
28777 has_inner_box 1
28778 inner_pos "t"
28779 use_parbox 1
28780 width "33col%"
28781 special "none"
28782 height "1in"
28783 height_special "totalheight"
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 Ceci est un texte à l'intérieur d'une parbox.
28788  Ceci est un texte à l'intérieur d'une parbox.
28789 \end_layout
28790
28791 \begin_layout Plain Layout
28792 Cette note de bas de page ne devrait pas apparaître :
28793 \begin_inset Foot
28794 status open
28795
28796 \begin_layout Plain Layout
28797 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28798  pas.
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \end_layout
28810
28811 \begin_layout Section
28812 Des Boîtes pour les Mots et les Caractères
28813 \begin_inset Index
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Boîtes ! Pour les caractères
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Subsection
28826 Empêcher la Césure
28827 \begin_inset CommandInset label
28828 LatexCommand label
28829 name "sec:Empêcher-césure"
28830
28831 \end_inset
28832
28833
28834 \begin_inset Index
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 Boîtes ! Pour empêcher la césure
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28848  un texte ne soit coupé par une césure.
28849 \begin_inset Newline newline
28850 \end_inset
28851
28852 Voici un exemple de texte :
28853 \end_layout
28854
28855 \begin_layout Standard
28856 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28857  césure dans un 
28858 \begin_inset Quotes eld
28859 \end_inset
28860
28861 motTrèsTrèsLong
28862 \begin_inset Quotes erd
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Standard
28869 Pour empêcher que le mot 
28870 \begin_inset Quotes eld
28871 \end_inset
28872
28873 motTrèsTrèsLong
28874 \begin_inset Quotes erd
28875 \end_inset
28876
28877  soit coupé, ajoutez la commande
28878 \end_layout
28879
28880 \begin_layout Standard
28881
28882 \series bold
28883
28884 \backslash
28885 mbox{
28886 \end_layout
28887
28888 \begin_layout Standard
28889 en code TeX avant le mot.
28890  Après le mot, insérez l'accolade fermante 
28891 \begin_inset Quotes eld
28892 \end_inset
28893
28894
28895 \series bold
28896 }
28897 \series default
28898
28899 \begin_inset Quotes erd
28900 \end_inset
28901
28902  en code TeX.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Voici le résultat :
28907 \end_layout
28908
28909 \begin_layout Standard
28910 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28911  césure dans un
28912 \begin_inset ERT
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916
28917
28918 \backslash
28919 mbox{
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \begin_inset Quotes eld
28926 \end_inset
28927
28928 motTrèsTrèsLong
28929 \begin_inset Quotes erd
28930 \end_inset
28931
28932 .
28933 \begin_inset ERT
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937
28938 }
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \end_layout
28945
28946 \begin_layout Standard
28947 Une autre méthode consiste à mettre la commande 
28948 \begin_inset Quotes eld
28949 \end_inset
28950
28951
28952 \series bold
28953
28954 \backslash
28955 -
28956 \series default
28957
28958 \begin_inset Quotes grd
28959 \end_inset
28960
28961  en code TeX, juste avant le mot :
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28966  césure dans un 
28967 \begin_inset Quotes eld
28968 \end_inset
28969
28970
28971 \begin_inset ERT
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 -
28979 \end_layout
28980
28981 \end_inset
28982
28983 motTrèsTrèsLong
28984 \begin_inset Quotes erd
28985 \end_inset
28986
28987 .
28988 \end_layout
28989
28990 \begin_layout Standard
28991 Bien sûr, maintenant le mot dépasse dans la marge latérale.
28992  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
28993 \family sans
28994 Insérer\SpecialChar \menuseparator
28995 Formats\SpecialChar \menuseparator
28996 Passage
28997 \begin_inset space ~
28998 \end_inset
28999
29000 à
29001 \begin_inset space ~
29002 \end_inset
29003
29004 la
29005 \begin_inset space ~
29006 \end_inset
29007
29008 Ligne
29009 \family default
29010  (raccourci 
29011 \series bold
29012 Ctrl-Entrée
29013 \series default
29014 ) :
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29019  césure dans un
29020 \begin_inset Newline newline
29021 \end_inset
29022
29023
29024 \begin_inset ERT
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 mbox{
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \begin_inset Quotes eld
29038 \end_inset
29039
29040 motTrèsTrèsLong
29041 \begin_inset Quotes erd
29042 \end_inset
29043
29044 .
29045 \begin_inset ERT
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049
29050 }
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Subsection
29059 Alignement Vertical
29060 \begin_inset CommandInset label
29061 LatexCommand label
29062 name "sub:Alignement-Vertical"
29063
29064 \end_inset
29065
29066
29067 \begin_inset Index
29068 status collapsed
29069
29070 \begin_layout Plain Layout
29071 Boîtes ! Pour l'alignement vertical
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \begin_inset Index
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Boîtes ! Boîtes élévatrices
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \begin_inset Index
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 Raisebox|see
29092 \begin_inset ERT
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096
29097 {
29098 \end_layout
29099
29100 \end_inset
29101
29102 Boîtes élévatrices
29103 \begin_inset ERT
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107
29108 }
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Avec la commande 
29123 \series bold
29124
29125 \backslash
29126 raisebox
29127 \series default
29128  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29129  par rapport au texte qui l'entoure.
29130  La commande
29131 \series bold
29132  
29133 \backslash
29134 raisebox
29135 \series default
29136  s'utilise en suivant la syntaxe suivante :
29137 \end_layout
29138
29139 \begin_layout Standard
29140
29141 \series bold
29142
29143 \backslash
29144 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29149  pour l'abaisser.
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Pour aligner le mot 
29154 \begin_inset Quotes eld
29155 \end_inset
29156
29157 empêcher
29158 \begin_inset Quotes erd
29159 \end_inset
29160
29161  de façon à ce que le point le plus bas du caractère le plus 
29162 \begin_inset Quotes eld
29163 \end_inset
29164
29165 profond
29166 \begin_inset Quotes erd
29167 \end_inset
29168
29169 , le 
29170 \begin_inset Quotes eld
29171 \end_inset
29172
29173 p
29174 \begin_inset Quotes erd
29175 \end_inset
29176
29177 , soit au niveau de la ligne de base, insérez la commande 
29178 \end_layout
29179
29180 \begin_layout Standard
29181
29182 \series bold
29183
29184 \backslash
29185 raisebox{
29186 \backslash
29187 depth}{
29188 \end_layout
29189
29190 \begin_layout Standard
29191 en code TeX avant le mot.
29192  Insérez après le mot l'accolade fermante 
29193 \begin_inset Quotes eld
29194 \end_inset
29195
29196
29197 \series bold
29198 }
29199 \series default
29200
29201 \begin_inset Quotes erd
29202 \end_inset
29203
29204  en code TeX.
29205 \begin_inset Newline newline
29206 \end_inset
29207
29208 Voici le résultat :
29209 \end_layout
29210
29211 \begin_layout Standard
29212 Cette ligne de texte contient le mot 
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218
29219 \backslash
29220 raisebox{
29221 \backslash
29222 depth}{
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \begin_inset Quotes eld
29229 \end_inset
29230
29231 empêcher
29232 \begin_inset Quotes erd
29233 \end_inset
29234
29235
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241 }
29242 \end_layout
29243
29244 \end_inset
29245
29246  comme mot élevé.
29247 \end_layout
29248
29249 \begin_layout Standard
29250 \begin_inset VSpace bigskip
29251 \end_inset
29252
29253 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29254  entre les lignes va être agrandie :
29255 \end_layout
29256
29257 \begin_layout Standard
29258 Cette ligne de texte contient le mot
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 raisebox{-
29267 \backslash
29268 depth}{
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \begin_inset Quotes eld
29275 \end_inset
29276
29277 empêcher
29278 \begin_inset Quotes erd
29279 \end_inset
29280
29281
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287 }
29288 \end_layout
29289
29290 \end_inset
29291
29292  comme mot abaissé.
29293 \begin_inset Newline newline
29294 \end_inset
29295
29296 Cette ligne de texte contient le mot 
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302
29303 \backslash
29304 raisebox{0.5cm}{
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \begin_inset Quotes eld
29311 \end_inset
29312
29313 tester
29314 \begin_inset Quotes erd
29315 \end_inset
29316
29317
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323 }
29324 \end_layout
29325
29326 \end_inset
29327
29328  comme mot élevé.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29333  mettez la hauteur de la boîte à zéro.
29334  Par exemple utilisez
29335 \end_layout
29336
29337 \begin_layout Standard
29338
29339 \series bold
29340
29341 \backslash
29342 raisebox{-
29343 \backslash
29344 depth}[0pt]{
29345 \end_layout
29346
29347 \begin_layout Standard
29348 Cette ligne de texte contient le mot
29349 \begin_inset ERT
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353
29354
29355 \backslash
29356 raisebox{-
29357 \backslash
29358 depth}[0pt]{
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \begin_inset Quotes eld
29365 \end_inset
29366
29367 empêcher
29368 \begin_inset Quotes erd
29369 \end_inset
29370
29371
29372 \begin_inset ERT
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376
29377 }
29378 \end_layout
29379
29380 \end_inset
29381
29382  comme mot abaissé.
29383 \begin_inset Newline newline
29384 \end_inset
29385
29386 Cette ligne de texte contient le mot 
29387 \begin_inset ERT
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391
29392
29393 \backslash
29394 raisebox{0.5cm}[0pt]{
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \begin_inset Quotes eld
29401 \end_inset
29402
29403 tester
29404 \begin_inset Quotes erd
29405 \end_inset
29406
29407
29408 \begin_inset ERT
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412
29413 }
29414 \end_layout
29415
29416 \end_inset
29417
29418  comme mot élevé.
29419 \end_layout
29420
29421 \begin_layout Section
29422 Boîtes Colorées
29423 \begin_inset CommandInset label
29424 LatexCommand label
29425 name "sec:Boîtes-colorées"
29426
29427 \end_inset
29428
29429
29430 \begin_inset Index
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 Boîtes ! Couleur
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \begin_layout Subsection
29443 De la couleur pour le texte
29444 \begin_inset Index
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Couleur ! Pour le texte
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Standard
29457 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29458  une boîte appelée 
29459 \begin_inset Quotes eld
29460 \end_inset
29461
29462 colorbox
29463 \begin_inset Quotes erd
29464 \end_inset
29465
29466 .
29467  Cela demande que le paquetage LaTeX 
29468 \series bold
29469 color
29470 \series default
29471
29472 \begin_inset Index
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 Paquetages LaTeX ! color
29477 \end_layout
29478
29479 \end_inset
29480
29481  soit chargé dans le préambule du document avec la commande
29482 \end_layout
29483
29484 \begin_layout Standard
29485
29486 \series bold
29487
29488 \backslash
29489 @ifundefined{textcolor}
29490 \begin_inset Newline newline
29491 \end_inset
29492
29493
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 hphantom{ }
29502 \end_layout
29503
29504 \end_inset
29505
29506 {
29507 \backslash
29508 usepackage{color}}{}
29509 \end_layout
29510
29511 \begin_layout Standard
29512 Le paquetage 
29513 \series bold
29514 color
29515 \series default
29516  sera chargé automatiquement par LyX dès que vous colorez du texte
29517 \begin_inset Foot
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29522  
29523 \series bold
29524
29525 \backslash
29526 @ifundefined
29527 \series default
29528 .
29529 \end_layout
29530
29531 \end_inset
29532
29533 .
29534 \end_layout
29535
29536 \begin_layout Standard
29537 \begin_inset VSpace medskip
29538 \end_inset
29539
29540 Les boîtes colorées sont créées par la commande 
29541 \series bold
29542
29543 \backslash
29544 colorbox
29545 \series default
29546 .
29547  Elle est utilisée avec la syntaxe suivante :
29548 \end_layout
29549
29550 \begin_layout Standard
29551
29552 \series bold
29553
29554 \backslash
29555 colorbox{couleur}{contenu de la boîte}
29556 \end_layout
29557
29558 \begin_layout Standard
29559 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29560  peuvent être placées à l'intérieur d'autres boîtes.
29561 \end_layout
29562
29563 \begin_layout Standard
29564 Les couleurs suivantes sont prédéfinies ::
29565 \begin_inset Newline newline
29566 \end_inset
29567
29568
29569 \family sans
29570 black
29571 \family default
29572  (noir), 
29573 \family sans
29574 blue
29575 \family default
29576  (bleu), 
29577 \family sans
29578 cyan
29579 \family default
29580 \series bold
29581 ,
29582 \series default
29583  
29584 \family sans
29585 green
29586 \family default
29587  (vert), 
29588 \family sans
29589 magenta
29590 \family default
29591
29592 \family sans
29593 red
29594 \family default
29595  (rouge), 
29596 \family sans
29597 white
29598 \family default
29599  (blanc), and 
29600 \family sans
29601 yellow
29602 \family default
29603  (jaune).
29604 \begin_inset Newline newline
29605 \end_inset
29606
29607 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29608  section
29609 \begin_inset space ~
29610 \end_inset
29611
29612
29613 \begin_inset CommandInset ref
29614 LatexCommand ref
29615 reference "sec:Tableaux-Colorés"
29616
29617 \end_inset
29618
29619 .
29620 \end_layout
29621
29622 \begin_layout Standard
29623 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 colorbox{red}{
29632 \end_layout
29633
29634 \begin_layout Standard
29635 avant le mot en code TeX.
29636  Insérez l'accolade fermante 
29637 \begin_inset Quotes eld
29638 \end_inset
29639
29640 }
29641 \begin_inset Quotes erd
29642 \end_inset
29643
29644  après le mot, en code TeX.
29645 \begin_inset Newline newline
29646 \end_inset
29647
29648 Voici le résultat :
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Cette ligne de texte contient le mot
29653 \begin_inset ERT
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657
29658
29659 \backslash
29660 colorbox{red}{
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Quotes eld
29667 \end_inset
29668
29669 Attention!
29670 \begin_inset Quotes erd
29671 \end_inset
29672
29673
29674 \begin_inset ERT
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678
29679 }
29680 \end_layout
29681
29682 \end_inset
29683
29684  sur fond rouge.
29685 \end_layout
29686
29687 \begin_layout Standard
29688 \begin_inset VSpace bigskip
29689 \end_inset
29690
29691 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29692  vous pouvez utiliser la commande 
29693 \series bold
29694
29695 \backslash
29696 fcolorbox
29697 \series default
29698  avec la syntaxe suivante :
29699 \end_layout
29700
29701 \begin_layout Standard
29702
29703 \series bold
29704
29705 \backslash
29706 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29707 \end_layout
29708
29709 \begin_layout Standard
29710
29711 \series bold
29712
29713 \backslash
29714 fcolorbox
29715 \series default
29716  est une extension de 
29717 \series bold
29718
29719 \backslash
29720 colorbox
29721 \series default
29722 .
29723  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29724  peuvent être modifiés avec les variables 
29725 \series bold
29726
29727 \backslash
29728 fboxrule
29729 \series default
29730  et 
29731 \series bold
29732
29733 \backslash
29734 fboxsep
29735 \series default
29736 , comme c'est décrit dans la section
29737 \begin_inset space ~
29738 \end_inset
29739
29740
29741 \begin_inset CommandInset ref
29742 LatexCommand ref
29743 reference "sec:Boîtes-encadrées"
29744
29745 \end_inset
29746
29747 .
29748 \end_layout
29749
29750 \begin_layout Standard
29751 Pour l'exemple suivant, on a utilisé la commande
29752 \end_layout
29753
29754 \begin_layout Standard
29755
29756 \series bold
29757
29758 \backslash
29759 fcolorbox{cyan}{magenta}{
29760 \end_layout
29761
29762 \begin_layout Standard
29763 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29764 \begin_inset space \thinspace{}
29765 \end_inset
29766
29767 mm:
29768 \begin_inset Newline newline
29769 \end_inset
29770
29771
29772 \begin_inset ERT
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776
29777
29778 \backslash
29779 fboxrule 1mm 
29780 \backslash
29781 fboxsep 1mm
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792
29793 \backslash
29794 fcolorbox{cyan}{magenta}{
29795 \end_layout
29796
29797 \end_inset
29798
29799 Ce texte est dans une boîte encadrée et colorée.
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805 }
29806 \end_layout
29807
29808 \end_inset
29809
29810
29811 \end_layout
29812
29813 \begin_layout Standard
29814 \begin_inset VSpace bigskip
29815 \end_inset
29816
29817 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29818  les yeux ! - NdT) :
29819 \begin_inset Newline newline
29820 \end_inset
29821
29822
29823 \begin_inset ERT
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827
29828
29829 \backslash
29830 fcolorbox{cyan}{magenta}{
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \color yellow
29837 Ce texte est coloré dans une boîte colorée et encadrée.
29838 \color inherit
29839
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845 }
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \begin_inset ERT
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 fboxrule 0.4pt 
29859 \backslash
29860 fboxsep 3pt
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869
29870 \series bold
29871 \begin_inset VSpace medskip
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 \begin_inset Note Greyedout
29879 status open
29880
29881 \begin_layout Plain Layout
29882
29883 \series bold
29884 Note:
29885 \series default
29886  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29887  de ligne.
29888  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29889  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Subsection
29898 De la couleur pour les paragraphes
29899 \begin_inset CommandInset label
29900 LatexCommand label
29901 name "sub:Couleur-pour-les-Paragraphes"
29902
29903 \end_inset
29904
29905
29906 \begin_inset Index
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910 Couleur ! Pour les  paragraphes
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \end_layout
29917
29918 \begin_layout Standard
29919 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
29920  texte dans une minipage.
29921  Avant la minipage, insérez la commande 
29922 \series bold
29923
29924 \backslash
29925 colorbox
29926 \series default
29927  
29928 \end_layout
29929
29930 \begin_layout Standard
29931
29932 \series bold
29933
29934 \backslash
29935 colorbox{color}{
29936 \end_layout
29937
29938 \begin_layout Standard
29939 en code TeX.
29940  Après la minipage, insérez l'accolade fermante 
29941 \begin_inset Quotes eld
29942 \end_inset
29943
29944 }
29945 \begin_inset Quotes erd
29946 \end_inset
29947
29948  en code TeX.
29949 \end_layout
29950
29951 \begin_layout Standard
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957
29958 \backslash
29959 colorbox{lightgrey}{
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \begin_inset Box Frameless
29966 position "t"
29967 hor_pos "c"
29968 has_inner_box 1
29969 inner_pos "t"
29970 use_parbox 0
29971 width "100col%"
29972 special "none"
29973 height "1in"
29974 height_special "totalheight"
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Ce texte a un fond coloré.
29979  Ce texte a un fond coloré.
29980 \end_layout
29981
29982 \begin_layout Plain Layout
29983 \begin_inset VSpace defskip
29984 \end_inset
29985
29986 Le texte peut avoir des notes de bas de page
29987 \begin_inset Foot
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 Un autre exemple de note de bas de page
29992 \end_layout
29993
29994 \end_inset
29995
29996  et contenir des figures et des tableaux.
29997 \end_layout
29998
29999 \begin_layout Plain Layout
30000 \align center
30001 \begin_inset Tabular
30002 <lyxtabular version="3" rows="3" columns="3">
30003 <features>
30004 <column alignment="center" valignment="top" width="0">
30005 <column alignment="center" valignment="top" width="0">
30006 <column alignment="center" valignment="top" width="0">
30007 <row>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012 a
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Plain Layout
30021 !
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Plain Layout
30030 3
30031 \end_layout
30032
30033 \end_inset
30034 </cell>
30035 </row>
30036 <row>
30037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30038 \begin_inset Text
30039
30040 \begin_layout Plain Layout
30041 <
30042 \end_layout
30043
30044 \end_inset
30045 </cell>
30046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30047 \begin_inset Text
30048
30049 \begin_layout Plain Layout
30050 b2
30051 \begin_inset Quotes erd
30052 \end_inset
30053
30054 |
30055 \end_layout
30056
30057 \end_inset
30058 </cell>
30059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30060 \begin_inset Text
30061
30062 \begin_layout Plain Layout
30063 >
30064 \end_layout
30065
30066 \end_inset
30067 </cell>
30068 </row>
30069 <row>
30070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30071 \begin_inset Text
30072
30073 \begin_layout Plain Layout
30074 1
30075 \end_layout
30076
30077 \end_inset
30078 </cell>
30079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30080 \begin_inset Text
30081
30082 \begin_layout Plain Layout
30083 §
30084 \end_layout
30085
30086 \end_inset
30087 </cell>
30088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30089 \begin_inset Text
30090
30091 \begin_layout Plain Layout
30092 c
30093 \end_layout
30094
30095 \end_inset
30096 </cell>
30097 </row>
30098 </lyxtabular>
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \begin_inset ERT
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112
30113 }
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Section
30122 Les boîtes pivotées et redimensionnées
30123 \end_layout
30124
30125 \begin_layout Standard
30126 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30127  charger le paquetage LaTeX 
30128 \series bold
30129 graphicx
30130 \series default
30131
30132 \begin_inset Index
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 Paquetages LaTeX ! graphicx
30137 \end_layout
30138
30139 \end_inset
30140
30141  dans le préambule de votre document avec la commande
30142 \end_layout
30143
30144 \begin_layout Standard
30145
30146 \series bold
30147
30148 \backslash
30149 @ifundefined{rotatebox}
30150 \begin_inset Newline newline
30151 \end_inset
30152
30153
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 hphantom{ }
30162 \end_layout
30163
30164 \end_inset
30165
30166 {
30167 \backslash
30168 usepackage{graphicx}}{}
30169 \end_layout
30170
30171 \begin_layout Standard
30172 \begin_inset Note Greyedout
30173 status open
30174
30175 \begin_layout Plain Layout
30176
30177 \series bold
30178 Note:
30179 \series default
30180  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30181  redimensionnés.
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Standard
30190 \begin_inset Note Greyedout
30191 status open
30192
30193 \begin_layout Plain Layout
30194
30195 \series bold
30196 Note:
30197 \series default
30198  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30199  redimensionnée.
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Subsection
30208 Les Boîtes pivotées
30209 \begin_inset Index
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 Boîtes ! pivotées
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \begin_inset Index
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 Pivoter des objets
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset Index
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233 Figures ! Pivotées
30234 \end_layout
30235
30236 \end_inset
30237
30238
30239 \begin_inset Index
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 Tableau ! Pivoter
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \begin_layout Standard
30252 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30253  (rotated).
30254  Une telle boîte est créée avec la commande 
30255 \series bold
30256
30257 \backslash
30258 rotatebox
30259 \series default
30260  en code TeX avec la syntaxe
30261 \end_layout
30262
30263 \begin_layout Standard
30264
30265 \series bold
30266
30267 \backslash
30268 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30269 \end_layout
30270
30271 \begin_layout Standard
30272 La position du pivot est donnée par l'origine de rotation spécifiée sous
30273  la forme 
30274 \series bold
30275 origin=position
30276 \series default
30277 .
30278  Les valeurs suivantes sont possibles pour la position: 
30279 \emph on
30280 c
30281 \emph default
30282  (centre), 
30283 \emph on
30284 l
30285 \emph default
30286  (gauche/
30287 \lang english
30288 left
30289 \lang french
30290 ), 
30291 \emph on
30292 r
30293 \emph default
30294  (droite/
30295 \lang english
30296 right
30297 \lang french
30298 ), 
30299 \emph on
30300 b
30301 \emph default
30302  (bas/
30303 \lang english
30304 bottom
30305 \lang french
30306 ), 
30307 \emph on
30308 t
30309 \emph default
30310  (haut/
30311 \lang english
30312 top
30313 \lang french
30314 ), et aussi des combinaisons des quatre positions de base.
30315  Par exemple 
30316 \emph on
30317 lt
30318 \emph default
30319  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30320  Quand on ne donne pas d'origine, la position 
30321 \emph on
30322 l
30323 \emph default
30324  est utilisée.
30325  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30326  ou négatif.
30327  Le sens positif de rotation est anti-horaire.
30328 \end_layout
30329
30330 \begin_layout Standard
30331 Dans l'exemple qui suit, la commande 
30332 \series bold
30333
30334 \backslash
30335 rotatebox[origin=c]{60}{
30336 \series default
30337  a été insérée en code TeX juste avant le texte 
30338 \begin_inset Quotes eld
30339 \end_inset
30340
30341 pivoté de 90°
30342 \begin_inset Quotes erd
30343 \end_inset
30344
30345  ; la boîte est refermée juste après le texte par une accolade fermante
30346  
30347 \begin_inset Quotes eld
30348 \end_inset
30349
30350 }
30351 \begin_inset Quotes erd
30352 \end_inset
30353
30354  en code TeX.
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Voici une ligne avec du texte 
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364
30365 \backslash
30366 rotatebox[origin=c]{60}{
30367 \end_layout
30368
30369 \end_inset
30370
30371 pivoté de 60°
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377 }
30378 \end_layout
30379
30380 \end_inset
30381
30382 .
30383 \end_layout
30384
30385 \begin_layout Standard
30386 La boîte peut contenir une autre boîte ou une formule en ligne :
30387 \end_layout
30388
30389 \begin_layout Standard
30390 Voici une ligne avec du texte 
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 rotatebox[origin=r]{-60}{
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \begin_inset Box Doublebox
30405 position "c"
30406 hor_pos "c"
30407 has_inner_box 0
30408 inner_pos "c"
30409 use_parbox 0
30410 width "1in"
30411 special "width"
30412 height "1in"
30413 height_special "totalheight"
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 pivoté de -60°
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \begin_inset ERT
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427
30428 }
30429 \end_layout
30430
30431 \end_inset
30432
30433  et encadré 
30434 \begin_inset ERT
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438
30439
30440 \backslash
30441 rotatebox[origin=lb]{60}{
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30448 \end_inset
30449
30450
30451 \begin_inset ERT
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455
30456 }
30457 \end_layout
30458
30459 \end_inset
30460
30461  et une formule.
30462 \end_layout
30463
30464 \begin_layout Standard
30465 ou encore une figure ou un tableau :
30466 \end_layout
30467
30468 \begin_layout Standard
30469 Voici une ligne
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 rotatebox[origin=lb]{90}{
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \begin_inset Graphics
30484         filename ../clipart/platypus.eps
30485         lyxscale 50
30486         width 25col%
30487
30488 \end_inset
30489
30490
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496 }
30497 \end_layout
30498
30499 \end_inset
30500
30501  avec une image pivotée de 90° 
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507
30508 \backslash
30509 rotatebox[origin=l]{-90}{
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \begin_inset Tabular
30516 <lyxtabular version="3" rows="2" columns="2">
30517 <features>
30518 <column alignment="center" valignment="top" width="0">
30519 <column alignment="center" valignment="top" width="0">
30520 <row>
30521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525 q
30526 \end_layout
30527
30528 \end_inset
30529 </cell>
30530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30531 \begin_inset Text
30532
30533 \begin_layout Plain Layout
30534 w
30535 \end_layout
30536
30537 \end_inset
30538 </cell>
30539 </row>
30540 <row>
30541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30542 \begin_inset Text
30543
30544 \begin_layout Plain Layout
30545 e
30546 \end_layout
30547
30548 \end_inset
30549 </cell>
30550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30551 \begin_inset Text
30552
30553 \begin_layout Plain Layout
30554 r
30555 \end_layout
30556
30557 \end_inset
30558 </cell>
30559 </row>
30560 </lyxtabular>
30561
30562 \end_inset
30563
30564
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 }
30571 \end_layout
30572
30573 \end_inset
30574
30575  et un tableau.
30576 \end_layout
30577
30578 \begin_layout Subsection
30579 Les boîtes redimensionnées
30580 \begin_inset Index
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 Boîtes ! Redimensionnées
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset Index
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 Redimensionner des objets
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \begin_inset Index
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604 Figures ! Redimensionnées
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \begin_inset Index
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614 Tableau ! Redimensionner
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \begin_layout Standard
30623 Pour redimensionner des objets on peut utiliser les commandes 
30624 \series bold
30625
30626 \backslash
30627 scalebox
30628 \series default
30629  et 
30630 \series bold
30631
30632 \backslash
30633 resizebox
30634 \series default
30635  insérées sous forme de code TeX.
30636 \end_layout
30637
30638 \begin_layout Standard
30639
30640 \series bold
30641
30642 \backslash
30643 scalebox
30644 \series default
30645  est utilisée avec la syntaxe suivante :
30646 \end_layout
30647
30648 \begin_layout Standard
30649
30650 \series bold
30651
30652 \backslash
30653 scalebox{horizontal}[vertical]{contenu de la boîte}
30654 \end_layout
30655
30656 \begin_layout Standard
30657 Horizontal et vertical sont les facteurs d'échelle correspondants.
30658  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30659  utilisé comme facteur vertical.
30660 \end_layout
30661
30662 \begin_layout Standard
30663 Par exemple, la commande 
30664 \series bold
30665
30666 \backslash
30667 scalebox{2}{Bonjour}
30668 \series default
30669  crée un 
30670 \begin_inset ERT
30671 status collapsed
30672
30673 \begin_layout Plain Layout
30674
30675
30676 \backslash
30677 scalebox{2}{
30678 \end_layout
30679
30680 \end_inset
30681
30682 Bonjour
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688 }
30689 \end_layout
30690
30691 \end_inset
30692
30693  de taille double par rapport à la taille du texte du document.
30694 \end_layout
30695
30696 \begin_layout Standard
30697
30698 \series bold
30699
30700 \backslash
30701 scalebox{2}[1]{Hello}
30702 \series default
30703  au contraire va déformer le 
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709
30710 \backslash
30711 scalebox{2}[1]{
30712 \end_layout
30713
30714 \end_inset
30715
30716 Bonjour
30717 \begin_inset ERT
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721
30722 }
30723 \end_layout
30724
30725 \end_inset
30726
30727 .
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30732  La commande 
30733 \series bold
30734
30735 \backslash
30736 scalebox{-1}[1]{Hello}
30737 \series default
30738  peut donc être utilisée pour créer du texte en miroir : 
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744
30745 \backslash
30746 scalebox{-1}[1]{
30747 \end_layout
30748
30749 \end_inset
30750
30751 Bonjour
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757 }
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 scalebox{1}[-1]{Bonjour}
30771 \series default
30772  effectue une réflexion du 
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 scalebox{1}[-1]{
30781 \end_layout
30782
30783 \end_inset
30784
30785 Bonjour
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791 }
30792 \end_layout
30793
30794 \end_inset
30795
30796  par rapport à la ligne de base.
30797 \end_layout
30798
30799 \begin_layout Standard
30800 La commande 
30801 \series bold
30802
30803 \backslash
30804 reflectbox{contenu de la boîte} 
30805 \series default
30806 existe aussi et est équivalente à
30807 \series bold
30808  
30809 \backslash
30810 scalebox{-1}[1]{contenu de la boîte}.
30811
30812 \series default
30813  
30814 \begin_inset Newline newline
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \begin_layout Standard
30821 \begin_inset VSpace bigskip
30822 \end_inset
30823
30824 La commande 
30825 \series bold
30826
30827 \backslash
30828 resizebox
30829 \series default
30830  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30831  données.
30832  La syntaxe de la commande est :
30833 \end_layout
30834
30835 \begin_layout Standard
30836
30837 \series bold
30838
30839 \backslash
30840 resizebox{largeur}{hauteur}{contenu de la boîte}
30841 \end_layout
30842
30843 \begin_layout Standard
30844 Si un des deux paramètres est remplacé par un point d'exclamation 
30845 \series bold
30846 !
30847 \series default
30848 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30849 \end_layout
30850
30851 \begin_layout Standard
30852 La commande 
30853 \series bold
30854
30855 \backslash
30856 resizebox{2cm}{1cm}{Bonjour}
30857 \series default
30858  produit : 
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 resizebox{2cm}{1cm}{
30867 \end_layout
30868
30869 \end_inset
30870
30871 Bonjour
30872 \begin_inset ERT
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876
30877 }
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \begin_inset Newline newline
30884 \end_inset
30885
30886 La commande 
30887 \series bold
30888
30889 \backslash
30890 resizebox{2cm}{!}{Bonjour}
30891 \series default
30892  produit : 
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898
30899 \backslash
30900 resizebox{2cm}{!}{
30901 \end_layout
30902
30903 \end_inset
30904
30905 Bonjour
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911 }
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \end_layout
30918
30919 \begin_layout Standard
30920 \begin_inset VSpace bigskip
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \begin_inset Note Greyedout
30928 status open
30929
30930 \begin_layout Plain Layout
30931
30932 \series bold
30933 Note:
30934 \series default
30935  Quand les paramètres des commandes 
30936 \series bold
30937
30938 \backslash
30939 scalebox
30940 \series default
30941  ou 
30942 \series bold
30943
30944 \backslash
30945 resizebox
30946 \series default
30947  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
30948  document, mais le document exporté peut ne pas s'afficher ou s'afficher
30949  partiellement.
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 \begin_inset VSpace bigskip
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965 Les boîtes peuvent être combinée dans n'importe quel ordre.
30966  Par exemple, la commande 
30967 \begin_inset Newline newline
30968 \end_inset
30969
30970
30971 \series bold
30972
30973 \backslash
30974 rotatebox[origin=c]{-45}{
30975 \backslash
30976 resizebox{2cm}{!}{
30977 \backslash
30978 reflectbox{Bonjour}}}
30979 \begin_inset Newline newline
30980 \end_inset
30981
30982
30983 \series default
30984 produit :
30985 \end_layout
30986
30987 \begin_layout Standard
30988 \align center
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 rotatebox[origin=c]{-45}{
30997 \backslash
30998 resizebox{2cm}{!}{
30999 \backslash
31000 reflectbox{
31001 \end_layout
31002
31003 \end_inset
31004
31005 Bonjour
31006 \begin_inset ERT
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010
31011 }}}
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \noindent
31021 Les images, les tableaux et les formules sont autorisées comme contenu de
31022  boîte :
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \align center
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032
31033 \backslash
31034 rotatebox[origin=c]{-30}{
31035 \backslash
31036 resizebox{2cm}{!}{
31037 \backslash
31038 reflectbox{
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \begin_inset Graphics
31045         filename ../clipart/platypus.eps
31046         lyxscale 50
31047         width 25col%
31048
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057 }}}
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 rotatebox[origin=c]{-45}{
31071 \backslash
31072 resizebox{2cm}{!}{
31073 \backslash
31074 reflectbox{
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset Tabular
31081 <lyxtabular version="3" rows="2" columns="2">
31082 <features>
31083 <column alignment="center" valignment="top" width="0">
31084 <column alignment="center" valignment="top" width="0">
31085 <row>
31086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31087 \begin_inset Text
31088
31089 \begin_layout Plain Layout
31090 q
31091 \end_layout
31092
31093 \end_inset
31094 </cell>
31095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31096 \begin_inset Text
31097
31098 \begin_layout Plain Layout
31099 w
31100 \end_layout
31101
31102 \end_inset
31103 </cell>
31104 </row>
31105 <row>
31106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31107 \begin_inset Text
31108
31109 \begin_layout Plain Layout
31110 e
31111 \end_layout
31112
31113 \end_inset
31114 </cell>
31115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31116 \begin_inset Text
31117
31118 \begin_layout Plain Layout
31119 r
31120 \end_layout
31121
31122 \end_inset
31123 </cell>
31124 </row>
31125 </lyxtabular>
31126
31127 \end_inset
31128
31129
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135 }}}
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \begin_inset ERT
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145
31146
31147 \backslash
31148 rotatebox[origin=c]{-45}{
31149 \backslash
31150 resizebox{2cm}{!}{
31151 \backslash
31152 reflectbox{
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167 }}}
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 Quand on utilise le style global de formule 
31177 \series bold
31178 fleqn
31179 \series default
31180  dans le document
31181 \begin_inset Foot
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185 Quand 
31186 \begin_inset Quotes eld
31187 \end_inset
31188
31189 fleqn
31190 \begin_inset Quotes erd
31191 \end_inset
31192
31193  est ajouté aux options de la classe de document.
31194 \end_layout
31195
31196 \end_inset
31197
31198 , les formules hors texte peuvent aussi être redimensionnées.
31199 \end_layout
31200
31201 \begin_layout Chapter
31202 Trucs Externes
31203 \begin_inset Index
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207 Trucs externes
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Standard
31216 Avec le menu 
31217 \family sans
31218 Insérer\SpecialChar \menuseparator
31219 Fichier
31220 \family default
31221  vous pouvez insérer un contenu externe à votre document.
31222  Ce contenu peut être :
31223 \end_layout
31224
31225 \begin_layout Description
31226 Document
31227 \begin_inset space ~
31228 \end_inset
31229
31230 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31231  document.
31232 \end_layout
31233
31234 \begin_layout Description
31235 Texte
31236 \begin_inset space ~
31237 \end_inset
31238
31239 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31240 e.
31241 \end_layout
31242
31243 \begin_layout Description
31244 Texte
31245 \begin_inset space ~
31246 \end_inset
31247
31248 Brut
31249 \begin_inset space ~
31250 \end_inset
31251
31252 par
31253 \begin_inset space ~
31254 \end_inset
31255
31256 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31257  Les lignes vides créent un nouveau paragraphe dans votre document.
31258 \end_layout
31259
31260 \begin_layout Description
31261 Objet
31262 \begin_inset space ~
31263 \end_inset
31264
31265 Externe Fichiers de formats variés.
31266 \end_layout
31267
31268 \begin_layout Description
31269 Sous-document Documents LyX ou LaTeX.
31270 \end_layout
31271
31272 \begin_layout Section
31273 Objets Externes 
31274 \begin_inset Index
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278 Trucs externes ! Objets Externes
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Standard
31287 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31288  de fichiers dans votre document sans avoir à convertir ces derniers en
31289  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31290  qui va s'occuper des conversions.
31291  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31292  LyX des images dans des formats divers.
31293 \end_layout
31294
31295 \begin_layout Standard
31296 On insère des objets externes en utilisant la fenêtre de dialogue 
31297 \family sans
31298 Objet
31299 \begin_inset space ~
31300 \end_inset
31301
31302 Externe
31303 \family default
31304  qui est accessible via le menu 
31305 \family sans
31306 Insérer\SpecialChar \menuseparator
31307 Fichiers\SpecialChar \menuseparator
31308 Objet
31309 \begin_inset space ~
31310 \end_inset
31311
31312 Externe
31313 \family default
31314 .
31315  Actuellement les types de fichiers (
31316 \family sans
31317 Modèles
31318 \family default
31319 ) suivants sont autorisés :
31320 \end_layout
31321
31322 \begin_layout Description
31323 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31324  par le programme 
31325 \series bold
31326
31327 \begin_inset CommandInset href
31328 LatexCommand href
31329 name "XBoard"
31330 target "http://en.wikipedia.org/wiki/XBoard"
31331
31332 \end_inset
31333
31334
31335 \series default
31336 .
31337 \end_layout
31338
31339 \begin_layout Description
31340 Date Ce modèle insère la date sous la forme 
31341 \emph on
31342 Jour-Mois-Année
31343 \emph default
31344 .
31345  Voici un exemple de date insérée comme objet externe :: 
31346 \begin_inset External
31347         template Date
31348         filename .
31349
31350 \end_inset
31351
31352
31353 \lang english
31354
31355 \begin_inset space ~
31356 \end_inset
31357
31358
31359 \begin_inset Note Note
31360 status open
31361
31362 \begin_layout Plain Layout
31363
31364 \lang english
31365 Remove the protected space when bug 4398 is fixed!
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \lang french
31372
31373 \begin_inset Newline newline
31374 \end_inset
31375
31376 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31377  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31378 \family sans
31379 Insérer\SpecialChar \menuseparator
31380 Date
31381 \family default
31382  et avec la commande LaTeX 
31383 \series bold
31384
31385 \backslash
31386 today
31387 \series default
31388  entrée comme code TeX.
31389  Ces différentes méthodes sont comparée dans le tableau
31390 \begin_inset space ~
31391 \end_inset
31392
31393
31394 \begin_inset CommandInset ref
31395 LatexCommand ref
31396 reference "tab:Comparaison-des-dates"
31397
31398 \end_inset
31399
31400 .
31401 \end_layout
31402
31403 \begin_layout Description
31404 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31405  par le programme 
31406 \series bold
31407
31408 \begin_inset CommandInset href
31409 LatexCommand href
31410 name "LilyPond"
31411 target "http://en.wikipedia.org/wiki/LilyPond"
31412
31413 \end_inset
31414
31415
31416 \series default
31417 .
31418 \end_layout
31419
31420 \begin_layout Description
31421 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31422  À peu près tous les formats d'images populaires sont acceptés.
31423  Les images peuvent être traitées dans la fenêtre de dialogue 
31424 \family sans
31425 Objet
31426 \begin_inset space ~
31427 \end_inset
31428
31429 Externe
31430 \family default
31431  comme les images qui sont habituellement incorporées en utilisant le menu
31432  
31433 \family sans
31434 Insérer\SpecialChar \menuseparator
31435 Graphique
31436 \family default
31437 , comme c'est décrit dans la section
31438 \begin_inset space ~
31439 \end_inset
31440
31441
31442 \begin_inset CommandInset ref
31443 LatexCommand ref
31444 reference "sec:Graphics-Dialog"
31445
31446 \end_inset
31447
31448 .
31449  La différence est que seules les images matricielles sont autorisées, ce
31450  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31451 \end_layout
31452
31453 \begin_layout Description
31454 XFig Ce modèle accepte les images créées avec le programme 
31455 \series bold
31456
31457 \begin_inset CommandInset href
31458 LatexCommand href
31459 name "Xfig"
31460 target "http://en.wikipedia.org/wiki/Xfig"
31461
31462 \end_inset
31463
31464
31465 \series default
31466 .
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset Float table
31471 placement h
31472 wide false
31473 sideways false
31474 status open
31475
31476 \begin_layout Plain Layout
31477 \begin_inset Caption
31478
31479 \begin_layout Plain Layout
31480 \begin_inset CommandInset label
31481 LatexCommand label
31482 name "tab:Comparaison-des-dates"
31483
31484 \end_inset
31485
31486 Comparaison des méthodes d'insertion de la date.
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Plain Layout
31495 \align center
31496 \begin_inset Tabular
31497 <lyxtabular version="3" rows="4" columns="4">
31498 <features>
31499 <column alignment="center" valignment="top" width="0">
31500 <column alignment="center" valignment="top" width="0">
31501 <column alignment="center" valignment="top" width="0">
31502 <column alignment="center" valignment="top" width="0">
31503 <row>
31504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Plain Layout
31508 Format du document
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31514 \begin_inset Text
31515
31516 \begin_layout Plain Layout
31517
31518 \family sans
31519 Objet
31520 \begin_inset space ~
31521 \end_inset
31522
31523 Externe\SpecialChar \menuseparator
31524 Date
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533
31534 \family sans
31535 Insérer\SpecialChar \menuseparator
31536 Date
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 commande 
31546 \series bold
31547
31548 \backslash
31549 today
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 </row>
31555 <row>
31556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31557 \begin_inset Text
31558
31559 \begin_layout Plain Layout
31560 LyX
31561 \end_layout
31562
31563 \end_inset
31564 </cell>
31565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31566 \begin_inset Text
31567
31568 \begin_layout Plain Layout
31569 comme boîte d'insert
31570 \end_layout
31571
31572 \end_inset
31573 </cell>
31574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31575 \begin_inset Text
31576
31577 \begin_layout Plain Layout
31578 comme date
31579 \end_layout
31580
31581 \end_inset
31582 </cell>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 comme boîte de code TeX
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 </row>
31593 <row>
31594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598 LaTeX
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607 comme date
31608 \end_layout
31609
31610 \end_inset
31611 </cell>
31612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 comme date
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 comme commande
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 </row>
31631 <row>
31632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31633 \begin_inset Text
31634
31635 \begin_layout Plain Layout
31636 DVI, PDF, PS
31637 \end_layout
31638
31639 \end_inset
31640 </cell>
31641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645 comme date
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654 comme date
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663 comme date date
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 </row>
31669 </lyxtabular>
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Quand vous activez l'option 
31683 \family sans
31684 Brouillon
31685 \family default
31686  de l'onglet 
31687 \family sans
31688 Fichier
31689 \family default
31690  de la fenêtre de dialogue 
31691 \family sans
31692 Objet
31693 \begin_inset space ~
31694 \end_inset
31695
31696 Externe
31697 \family default
31698 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31699 \begin_inset Newline newline
31700 \end_inset
31701
31702 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31703  : 
31704 \begin_inset Graphics
31705         filename ../clipart/ExternalMaterialQt4.png
31706         scale 85
31707         scaleBeforeRotation
31708
31709 \end_inset
31710
31711  soit comme une image, selon que vous avez ou non activé l'option 
31712 \family sans
31713 Afficher
31714 \begin_inset space ~
31715 \end_inset
31716
31717 dans
31718 \begin_inset space ~
31719 \end_inset
31720
31721 LyX
31722 \family default
31723  de l'onglet 
31724 \family sans
31725 Vue
31726 \begin_inset space ~
31727 \end_inset
31728
31729 LyX
31730 \family default
31731  de la fenêtre de dialogue 
31732 \family sans
31733 Objet
31734 \begin_inset space ~
31735 \end_inset
31736
31737 Externe
31738 \family default
31739 .
31740 \end_layout
31741
31742 \begin_layout Standard
31743 Le manuel 
31744 \family sans
31745 \emph on
31746 Personnalisation
31747 \family default
31748 \emph default
31749  explique comment vous pouvez créer vos propres modèles.
31750 \end_layout
31751
31752 \begin_layout Section
31753 Sous-documents
31754 \begin_inset CommandInset label
31755 LatexCommand label
31756 name "sec:Sous-documents"
31757
31758 \end_inset
31759
31760
31761 \begin_inset Index
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 Trucs externes ! Sous-documents
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \begin_inset Index
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775 Fichiers ! Insérer
31776 \end_layout
31777
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \begin_layout Standard
31784 Les sous-documents sont utilisés quand on a un document très long qui peut
31785  être décomposé en plusieurs parties ou sections plus petites.
31786  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31787  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31788  Les différents documents sont ce que l'on appelle les sous-documents et
31789  un document maître les relie pour imprimer le document complet ou seulement
31790  une partie de celui-ci.
31791 \end_layout
31792
31793 \begin_layout Standard
31794 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31795  comme celle-ci : 
31796 \begin_inset Graphics
31797         filename clipart/ChildDocumentQt4.png
31798         scale 60
31799         scaleBeforeRotation
31800
31801 \end_inset
31802
31803  Pour inclure des sous-documents dans un document maître , on utilise le
31804  menu 
31805 \family sans
31806 Insérer\SpecialChar \menuseparator
31807 Fichier\SpecialChar \menuseparator
31808 Sous-document
31809 \family default
31810 .
31811  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31812  des quatre méthodes d'inclusion :
31813 \end_layout
31814
31815 \begin_layout Description
31816 Inclus
31817 \begin_inset space ~
31818 \end_inset
31819
31820 (include) Vous pouvez inclure des documents LyX et LaTeX.
31821  Quand vous cliquez sur le bouton 
31822 \family sans
31823 Charger
31824 \family default
31825  dans la fenêtre de dialogue 
31826 \family sans
31827 Sous-document
31828 \family default
31829 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31830  vous puissiez le modifier.
31831 \begin_inset Newline newline
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 Voici un sous-document inséré avec la méthode 
31839 \family sans
31840 Inclus
31841 \family default
31842  : 
31843 \begin_inset CommandInset include
31844 LatexCommand include
31845 filename "DocumentBidon1.lyx"
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \begin_layout Standard
31853 La numérotation des sections va prendre en compte les sections des fichiers
31854  incorporés dans l'ordre où ils sont insérés dans le document maître.
31855  Le document qui est inclus comme exemple possède une sous-section qui sera
31856  numérotée comme sous-section de la section actuelle.
31857  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31858  : la sous-section
31859 \begin_inset space ~
31860 \end_inset
31861
31862
31863 \begin_inset CommandInset ref
31864 LatexCommand ref
31865 reference "sub:Sous-section-externe-1"
31866
31867 \end_inset
31868
31869  est dans le fichier inclus.
31870 \end_layout
31871
31872 \begin_layout Standard
31873 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31874  du document maître est utilisé.
31875  Les documents inclus sont insérés en commençant une nouvelle page et sont
31876  suivis par un saut de page.
31877 \end_layout
31878
31879 \begin_layout Standard
31880 Avec la commande LaTeX 
31881 \series bold
31882
31883 \backslash
31884 includeonly 
31885 \series default
31886 vous pouvez préciser quels sous-documents seront traités pour générer la
31887  sortie imprimée.
31888  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31889  important puisque cela vous fait économiser du temps de compilation.
31890  La commande 
31891 \series bold
31892
31893 \backslash
31894 includeonly
31895 \series default
31896  est insérée dans le préambule du document maître.
31897  Elle prend comme arguments une liste de noms de fichiers séparés par des
31898  virgules, par exemple :
31899 \end_layout
31900
31901 \begin_layout Standard
31902
31903 \series bold
31904
31905 \backslash
31906 includeonly{chapitre1,chapitre5}
31907 \end_layout
31908
31909 \begin_layout Standard
31910 fera que seuls les fichiers nommés 
31911 \begin_inset Quotes eld
31912 \end_inset
31913
31914 chapitre1.lyx
31915 \begin_inset Quotes erd
31916 \end_inset
31917
31918  (ou 
31919 \begin_inset Quotes eld
31920 \end_inset
31921
31922 chapitre1.tex
31923 \begin_inset Quotes erd
31924 \end_inset
31925
31926 ) et 
31927 \begin_inset Quotes eld
31928 \end_inset
31929
31930 chapitre5.lyx
31931 \begin_inset Quotes erd
31932 \end_inset
31933
31934  seront traités lors de la compilation.
31935 \end_layout
31936
31937 \begin_layout Standard
31938 \begin_inset Note Greyedout
31939 status open
31940
31941 \begin_layout Plain Layout
31942
31943 \series bold
31944 Note:
31945 \series default
31946  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
31947  une classe de document différente de celle du document maître, vous recevez
31948  un avertissement quand vous tentez une visualisation ou une exportation,
31949  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \begin_layout Description
31958 Incorporé
31959 \begin_inset space ~
31960 \end_inset
31961
31962 (input) Cette méthode est très semblable à la méthode Inclus, les différences
31963  sont :
31964 \end_layout
31965
31966 \begin_deeper
31967 \begin_layout Itemize
31968 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
31969  par un saut de page.
31970 \end_layout
31971
31972 \begin_layout Itemize
31973 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
31974  
31975 \family sans
31976 Aperçu
31977 \begin_inset space ~
31978 \end_inset
31979
31980 sur
31981 \begin_inset space ~
31982 \end_inset
31983
31984 le
31985 \begin_inset space ~
31986 \end_inset
31987
31988 vif
31989 \family default
31990  est activée dans les préférences dans la rubrique 
31991 \family sans
31992 Apparence\SpecialChar \menuseparator
31993 Graphique
31994 \family default
31995 .
31996 \end_layout
31997
31998 \begin_layout Itemize
31999 La commande LaTeX 
32000 \series bold
32001
32002 \backslash
32003 includeonly
32004 \series default
32005  ne peut pas être utilisée.
32006 \end_layout
32007
32008 \end_deeper
32009 \begin_layout Standard
32010 Voici un sous document inséré en utilisant la méthode 
32011 \family sans
32012 Incorporé
32013 \family default
32014  : 
32015 \begin_inset CommandInset include
32016 LatexCommand input
32017 preview true
32018 filename "DocumentBidon2.lyx"
32019
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \begin_layout Description
32026 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32027  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32028  sous forme de code source et aucune des commandes éventuellement présentes
32029  ne sera exécutée.
32030  Vous pouvez utiliser l'option 
32031 \family sans
32032 Marquer
32033 \begin_inset space ~
32034 \end_inset
32035
32036 les
32037 \begin_inset space ~
32038 \end_inset
32039
32040 espaces
32041 \family default
32042  qui matérialise chaque espace présente dans le code source par un caractère
32043  
32044 \begin_inset Quotes eld
32045 \end_inset
32046
32047
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 textvisiblespace 
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \begin_inset Quotes erd
32062 \end_inset
32063
32064  .
32065  La différence avec la méthode qui consiste à utiliser le menu 
32066 \family sans
32067 Insérer\SpecialChar \menuseparator
32068 Fichier\SpecialChar \menuseparator
32069 Texte
32070 \begin_inset space ~
32071 \end_inset
32072
32073 brut
32074 \family default
32075  est que le contenu du document n'apparaît pas dans LyX.
32076 \end_layout
32077
32078 \begin_layout Standard
32079 Voici un sous-document inclus en utilisant la méthode 
32080 \family sans
32081 verbatim
32082 \family default
32083  : 
32084 \begin_inset CommandInset include
32085 LatexCommand verbatiminput
32086 filename "DocumentTexteBidon.txt"
32087
32088 \end_inset
32089
32090
32091 \begin_inset VSpace bigskip
32092 \end_inset
32093
32094 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32095  l'option 
32096 \family sans
32097 Marquer
32098 \begin_inset space ~
32099 \end_inset
32100
32101 les
32102 \begin_inset space ~
32103 \end_inset
32104
32105 espaces :
32106 \family default
32107  
32108 \begin_inset CommandInset include
32109 LatexCommand verbatiminput*
32110 filename "DocumentTexteBidon.txt"
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Standard
32118 \begin_inset VSpace bigskip
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 \begin_inset Note Greyedout
32126 status open
32127
32128 \begin_layout Plain Layout
32129
32130 \series bold
32131 Note:
32132 \series default
32133  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32134  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32135 \end_layout
32136
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \begin_layout Description
32143 Listings Ce type d'inclusion est décrit dans le chapitre
32144 \begin_inset space ~
32145 \end_inset
32146
32147
32148 \begin_inset CommandInset ref
32149 LatexCommand ref
32150 reference "cha:Program-Code-Listings"
32151
32152 \end_inset
32153
32154 .
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset Note Greyedout
32159 status open
32160
32161 \begin_layout Plain Layout
32162
32163 \series bold
32164 Note:
32165 \series default
32166  Inclure le même document deux fois dans un même document peut poser des
32167  problèmes avec LaTeX.
32168 \end_layout
32169
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \begin_layout Chapter
32176 Listings de Code Source
32177 \begin_inset CommandInset label
32178 LatexCommand label
32179 name "cha:Program-Code-Listings"
32180
32181 \end_inset
32182
32183
32184 \begin_inset Index
32185 status collapsed
32186
32187 \begin_layout Plain Layout
32188 Listings
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \begin_inset Index
32195 status collapsed
32196
32197 \begin_layout Plain Layout
32198 Code Source
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \begin_inset Index
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208 Flottants ! Listings
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32218  un insert 
32219 \family sans
32220 Listings
32221 \family default
32222  qui peut être créé grâce au menu 
32223 \family sans
32224 Insérer
32225 \family default
32226 \SpecialChar \menuseparator
32227
32228 \family sans
32229 Listing
32230 \begin_inset space ~
32231 \end_inset
32232
32233 de
32234 \begin_inset space ~
32235 \end_inset
32236
32237 Code
32238 \begin_inset space ~
32239 \end_inset
32240
32241 Source
32242 \family default
32243 .
32244  Le paquetage LaTeX 
32245 \series bold
32246 listings
32247 \series default
32248
32249 \begin_inset Index
32250 status collapsed
32251
32252 \begin_layout Plain Layout
32253 Paquetages LaTeX ! listings
32254 \end_layout
32255
32256 \end_inset
32257
32258  fournit un moyen puissant et flexible d'insérer des listings de code source
32259  dans votre document.
32260  
32261 \end_layout
32262
32263 \begin_layout Standard
32264 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32265  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32270  L'option d'emplacement 
32271 \family sans
32272 Listing
32273 \begin_inset space ~
32274 \end_inset
32275
32276 en
32277 \begin_inset space ~
32278 \end_inset
32279
32280 Ligne
32281 \family default
32282  imprime le listing dans la ligne comme ceci : 
32283 \begin_inset listings
32284 lstparams "language={C++}"
32285 inline true
32286 status open
32287
32288 \begin_layout Plain Layout
32289
32290 int a=5;
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \begin_inset Newline newline
32297 \end_inset
32298
32299 L'option 
32300 \family sans
32301 Flottant
32302 \family default
32303  crée un flottant de listing pour lequel vous pouvez préciser les options
32304  classiques d'emplacement : 
32305 \begin_inset Quotes eld
32306 \end_inset
32307
32308
32309 \family sans
32310 h
32311 \family default
32312
32313 \begin_inset Quotes erd
32314 \end_inset
32315
32316
32317 \begin_inset Quotes eld
32318 \end_inset
32319
32320
32321 \family sans
32322 t
32323 \family default
32324
32325 \begin_inset Quotes erd
32326 \end_inset
32327
32328
32329 \begin_inset Quotes eld
32330 \end_inset
32331
32332
32333 \family sans
32334 b
32335 \family default
32336
32337 \begin_inset Quotes erd
32338 \end_inset
32339
32340 , et 
32341 \begin_inset Quotes eld
32342 \end_inset
32343
32344
32345 \family sans
32346 p
32347 \family default
32348
32349 \begin_inset Quotes erd
32350 \end_inset
32351
32352  correspondant aux emplacement décrits dans la section
32353 \begin_inset space ~
32354 \end_inset
32355
32356
32357 \begin_inset CommandInset ref
32358 LatexCommand ref
32359 reference "sec:Placement-flottants"
32360
32361 \end_inset
32362
32363 .
32364  Les options de positionnement peuvent être mélangées et doivent être saisies
32365  sans séparation, par exemple, on peut taper 
32366 \begin_inset Quotes eld
32367 \end_inset
32368
32369
32370 \family sans
32371 htbp
32372 \family default
32373
32374 \begin_inset Quotes erd
32375 \end_inset
32376
32377 .
32378  L' option 
32379 \begin_inset Quotes eld
32380 \end_inset
32381
32382 h
32383 \begin_inset Quotes erd
32384 \end_inset
32385
32386  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32387  
32388 \family sans
32389 Flottant
32390 \family default
32391  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32392  légende et être référencés.
32393 \end_layout
32394
32395 \begin_layout Standard
32396 Vous pouvez ajouter une légende à un listing avec le menu 
32397 \family sans
32398 Insérer\SpecialChar \menuseparator
32399 Légende
32400 \family default
32401 .
32402  On peut référencer les listings de la même façon que les flottants :Voir
32403  le listing
32404 \begin_inset space ~
32405 \end_inset
32406
32407
32408 \begin_inset CommandInset ref
32409 LatexCommand ref
32410 reference "lst:Listing-exemple"
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \begin_layout Standard
32418 \begin_inset listings
32419 lstparams "language=Python"
32420 inline false
32421 status open
32422
32423 \begin_layout Plain Layout
32424
32425 \begin_inset Caption
32426
32427 \begin_layout Plain Layout
32428 \begin_inset CommandInset label
32429 LatexCommand label
32430 name "lst:Listing-exemple"
32431
32432 \end_inset
32433
32434 Exemple de listing flottant
32435 \end_layout
32436
32437 \end_inset
32438
32439 # Exemple de listing flottant
32440 \end_layout
32441
32442 \begin_layout Plain Layout
32443
32444 def func(param):
32445 \end_layout
32446
32447 \begin_layout Plain Layout
32448
32449     'ceci est une fonction python'
32450 \end_layout
32451
32452 \begin_layout Plain Layout
32453
32454     pass
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32464  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32465  de manière particulière dans la sortie imprimée.
32466  Dans l'exemple de listing, le mot clé Python 
32467 \begin_inset Quotes eld
32468 \end_inset
32469
32470 def
32471 \begin_inset Quotes erd
32472 \end_inset
32473
32474  est reconnu et imprimé en caractères gras dans la sortie.
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset Note Greyedout
32479 status open
32480
32481 \begin_layout Plain Layout
32482
32483 \series bold
32484 Note:
32485 \series default
32486  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32487  une police de caractères à chasse fixe, c'est que votre police ne contient
32488  probablement pas de série grasse.
32489  Dans ce cas choisissez une police différente dans le menu 
32490 \family sans
32491 Document\SpecialChar \menuseparator
32492 Paramètres\SpecialChar \menuseparator
32493 Polices
32494 \family default
32495 .
32496  (Les polices 
32497 \emph on
32498 LuxiMono, BeraMono
32499 \emph default
32500  et 
32501 \emph on
32502 Courier
32503 \emph default
32504  contiennent une série grasse.)
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \begin_layout Standard
32513 Dans la rubrique 
32514 \family sans
32515 Numérotation
32516 \begin_inset space ~
32517 \end_inset
32518
32519 des
32520 \begin_inset space ~
32521 \end_inset
32522
32523 Lignes
32524 \family default
32525  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32526 n des lignes.
32527  Vous pouvez mettre un nombre dans le champ 
32528 \family sans
32529 Pas
32530 \family default
32531  pour désigner les lignes qui seront numérotées.
32532  Par exemple, si vous mettez 
32533 \begin_inset Quotes eld
32534 \end_inset
32535
32536 3
32537 \begin_inset Quotes erd
32538 \end_inset
32539
32540 , seule une ligne sur trois sera numérotée.
32541 \end_layout
32542
32543 \begin_layout Standard
32544 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32545  apparaîtront dans la sortie.
32546  Vous devez utiliser l'option 
32547 \family sans
32548 Table
32549 \begin_inset space ~
32550 \end_inset
32551
32552 de
32553 \begin_inset space ~
32554 \end_inset
32555
32556 Caractères
32557 \begin_inset space ~
32558 \end_inset
32559
32560 Étendue
32561 \family default
32562  quand vous employez des caractères spécifiques à une langue donnée comme
32563  les umlauts Allemands dans votre listing.
32564 \begin_inset Newline newline
32565 \end_inset
32566
32567 Voici un exemple de listing avec la numérotation des lignes à gauche par
32568  pas de 3, en langage Python, avec les options 
32569 \begin_inset Quotes eld
32570 \end_inset
32571
32572 Table
32573 \begin_inset space ~
32574 \end_inset
32575
32576 de
32577 \begin_inset space ~
32578 \end_inset
32579
32580 caractères
32581 \begin_inset space ~
32582 \end_inset
32583
32584 étendue
32585 \begin_inset Quotes erd
32586 \end_inset
32587
32588  et 
32589 \begin_inset Quotes eld
32590 \end_inset
32591
32592 Espace
32593 \begin_inset space ~
32594 \end_inset
32595
32596 représenté
32597 \begin_inset space ~
32598 \end_inset
32599
32600 par
32601 \begin_inset space ~
32602 \end_inset
32603
32604 un
32605 \begin_inset space ~
32606 \end_inset
32607
32608 symbole
32609 \begin_inset Quotes erd
32610 \end_inset
32611
32612 , l'intervalle de ligne étant 3
32613 \begin_inset space \thinspace{}
32614 \end_inset
32615
32616 -
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620 8:
32621 \end_layout
32622
32623 \begin_layout Standard
32624 \begin_inset listings
32625 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32626 inline false
32627 status open
32628
32629 \begin_layout Plain Layout
32630
32631 def func(param):
32632 \end_layout
32633
32634 \begin_layout Plain Layout
32635
32636     'ceci est une fonction Python'
32637 \end_layout
32638
32639 \begin_layout Plain Layout
32640
32641     pass
32642 \end_layout
32643
32644 \begin_layout Plain Layout
32645
32646 def func(param):
32647 \end_layout
32648
32649 \begin_layout Plain Layout
32650
32651 'Ça, c'est un mot Allemand : Tschüß'
32652 \end_layout
32653
32654 \begin_layout Plain Layout
32655
32656 pass
32657 \end_layout
32658
32659 \begin_layout Plain Layout
32660
32661 def func(param):
32662 \end_layout
32663
32664 \begin_layout Plain Layout
32665
32666 'ceci est une fonction Python'
32667 \end_layout
32668
32669 \begin_layout Plain Layout
32670
32671 pass
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Standard
32680 \begin_inset Note Greyedout
32681 status open
32682
32683 \begin_layout Plain Layout
32684
32685 \series bold
32686 Note:
32687 \series default
32688  À cause d'un bug dans le paquetage 
32689 \series bold
32690 listings
32691 \series default
32692  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32693  listing.
32694  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32695  les lignes 3 et 6.
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \end_layout
32702
32703 \begin_layout Standard
32704 \begin_inset VSpace bigskip
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32712  listing.
32713  Pour le faire, il suffit d'utiliser le menu 
32714 \family sans
32715 Insérer\SpecialChar \menuseparator
32716 Fichier\SpecialChar \menuseparator
32717 Sous-document
32718 \family default
32719  et de choisir le type 
32720 \family sans
32721 Listing
32722 \family default
32723
32724 \begin_inset space ~
32725 \end_inset
32726
32727
32728 \family sans
32729 de
32730 \begin_inset space ~
32731 \end_inset
32732
32733 Code
32734 \begin_inset space ~
32735 \end_inset
32736
32737 source
32738 \family default
32739 .
32740 \begin_inset Foot
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 Les autres types de sous-documents sont décrits dans la section
32745 \begin_inset space ~
32746 \end_inset
32747
32748
32749 \begin_inset CommandInset ref
32750 LatexCommand ref
32751 reference "sec:Sous-documents"
32752
32753 \end_inset
32754
32755 .
32756 \end_layout
32757
32758 \end_inset
32759
32760  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32761  à utiliser pour le listing dans une zone de texte.
32762  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32763  
32764 \begin_inset Quotes eld
32765 \end_inset
32766
32767 ?
32768 \begin_inset Quotes erd
32769 \end_inset
32770
32771  dans la zone de texte.
32772 \end_layout
32773
32774 \begin_layout Standard
32775 Pour faire référence à un sous-document de type listing, tapez une étiquette
32776  dans le champ correspondant de la fenêtre de dialogue.
32777  On peut alors faire référence à cette étiquette en utilisant le menu 
32778 \family sans
32779 Insérer\SpecialChar \menuseparator
32780 Référence
32781 \begin_inset space ~
32782 \end_inset
32783
32784 Croisée
32785 \family default
32786 .
32787 \end_layout
32788
32789 \begin_layout Standard
32790 Le listing
32791 \begin_inset space ~
32792 \end_inset
32793
32794
32795 \begin_inset CommandInset ref
32796 LatexCommand ref
32797 reference "lst:listing-fichier"
32798
32799 \end_inset
32800
32801  est une exemple de listing issu d'un fichier ; ici les lignes 10
32802 \begin_inset space \thinspace{}
32803 \end_inset
32804
32805 -
32806 \begin_inset space \thinspace{}
32807 \end_inset
32808
32809 15 de ce fichier LyX sont listées.
32810 \end_layout
32811
32812 \begin_layout Standard
32813 \begin_inset CommandInset include
32814 LatexCommand lstinputlisting
32815 filename "EmbeddedObjects.lyx"
32816 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
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 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32832  de dialogue 
32833 \family sans
32834 Document\SpecialChar \menuseparator
32835 Paramètres\SpecialChar \menuseparator
32836 Format
32837 \begin_inset space ~
32838 \end_inset
32839
32840 du
32841 \begin_inset space ~
32842 \end_inset
32843
32844 Texte
32845 \family default
32846 .
32847  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32848  
32849 \begin_inset Quotes eld
32850 \end_inset
32851
32852 ?
32853 \begin_inset Quotes erd
32854 \end_inset
32855
32856  dans le champ 
32857 \family sans
32858 Paramètres
32859 \begin_inset space ~
32860 \end_inset
32861
32862 du
32863 \begin_inset space ~
32864 \end_inset
32865
32866 Listing
32867 \family default
32868 .
32869 \end_layout
32870
32871 \begin_layout Standard
32872 Pour plus d'information sur le paquetage 
32873 \series bold
32874 listings
32875 \series default
32876 , nous vous renvoyons à sa documentation 
32877 \begin_inset CommandInset citation
32878 LatexCommand cite
32879 key "listings"
32880
32881 \end_inset
32882
32883 .
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset Newpage newpage
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Chapter
32894 \start_of_appendix
32895 Unités de longueur utilisables avec LyX
32896 \begin_inset OptArg
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900 Unités de longueur
32901 \end_layout
32902
32903 \end_inset
32904
32905
32906 \begin_inset Index
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910 Unités
32911 \end_layout
32912
32913 \end_inset
32914
32915
32916 \begin_inset CommandInset label
32917 LatexCommand label
32918 name "cha:Unités-de-longueur"
32919
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \begin_layout Standard
32926 Pour comprendre les unités de longueur utilisées dans cette documentation,
32927  le tableau
32928 \begin_inset space ~
32929 \end_inset
32930
32931
32932 \begin_inset CommandInset ref
32933 LatexCommand ref
32934 reference "tab:Unités"
32935
32936 \end_inset
32937
32938 décrit les unités utilisées par LyX.
32939 \begin_inset Float table
32940 placement h
32941 wide false
32942 sideways false
32943 status open
32944
32945 \begin_layout Plain Layout
32946 \begin_inset Caption
32947
32948 \begin_layout Plain Layout
32949 \begin_inset CommandInset label
32950 LatexCommand label
32951 name "tab:Unités"
32952
32953 \end_inset
32954
32955 Unités de longueur
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \begin_layout Plain Layout
32964 \begin_inset VSpace medskip
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \begin_layout Plain Layout
32971 \align center
32972 \begin_inset Tabular
32973 <lyxtabular version="3" rows="20" columns="2">
32974 <features>
32975 <column alignment="center" valignment="top" width="0">
32976 <column alignment="center" valignment="top" width="0">
32977 <row>
32978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982 unité
32983 \end_layout
32984
32985 \end_inset
32986 </cell>
32987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 nom/description
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 </row>
32997 <row>
32998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002 mm
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 millimètre
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row>
33018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 cm
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 centimètre
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 </row>
33037 <row>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 in
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 pouce (inch)
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 pt
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 point (72.27
33072 \begin_inset space \thinspace{}
33073 \end_inset
33074
33075 pt = 1
33076 \begin_inset space \thinspace{}
33077 \end_inset
33078
33079 in)
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 pc
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 pica (1
33100 \begin_inset space \thinspace{}
33101 \end_inset
33102
33103 pc = 12
33104 \begin_inset space \thinspace{}
33105 \end_inset
33106
33107 pt)
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 sp
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 scaled point (65536
33128 \begin_inset space \thinspace{}
33129 \end_inset
33130
33131 sp = 1
33132 \begin_inset space \thinspace{}
33133 \end_inset
33134
33135 pt)
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 bp
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33152 \begin_inset Text
33153
33154 \begin_layout Plain Layout
33155 gros point (72
33156 \begin_inset space \thinspace{}
33157 \end_inset
33158
33159 bp = 1
33160 \begin_inset space \thinspace{}
33161 \end_inset
33162
33163 in)
33164 \end_layout
33165
33166 \end_inset
33167 </cell>
33168 </row>
33169 <row>
33170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 dd
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183 didot (72
33184 \begin_inset space \thinspace{}
33185 \end_inset
33186
33187 dd 
33188 \begin_inset Formula $\approx$
33189 \end_inset
33190
33191  37.6
33192 \begin_inset space \thinspace{}
33193 \end_inset
33194
33195 mm)
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 </row>
33201 <row>
33202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33203 \begin_inset Text
33204
33205 \begin_layout Plain Layout
33206 cc
33207 \end_layout
33208
33209 \end_inset
33210 </cell>
33211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33212 \begin_inset Text
33213
33214 \begin_layout Plain Layout
33215 cicero (1
33216 \begin_inset space \thinspace{}
33217 \end_inset
33218
33219 cc = 12
33220 \begin_inset space \thinspace{}
33221 \end_inset
33222
33223 dd)
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 </row>
33229 <row>
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 Scale%
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 % de la largeur originale de l'image
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 </row>
33249 <row>
33250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33251 \begin_inset Text
33252
33253 \begin_layout Plain Layout
33254 text%
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 % de la largeur du texte
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 </row>
33269 <row>
33270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 col%
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283 % de la largeur de la colonne
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 page%
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 % de la largeur du papier
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 </row>
33309 <row>
33310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33311 \begin_inset Text
33312
33313 \begin_layout Plain Layout
33314 line%
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33320 \begin_inset Text
33321
33322 \begin_layout Plain Layout
33323 % de la largeur de la ligne
33324 \end_layout
33325
33326 \end_inset
33327 </cell>
33328 </row>
33329 <row>
33330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 theight%
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33340 \begin_inset Text
33341
33342 \begin_layout Plain Layout
33343 % la hauteur du texte
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 pheight%
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 % hauteur du papier
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 ex
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 hauteur de la lettre 
33384 \emph on
33385 x
33386 \emph default
33387  dans la police courante
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 </row>
33393 <row>
33394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 em
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407 largeur de la lettre
33408 \emph on
33409  M
33410 \emph default
33411  dans la police courante
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422 mu
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 unité mathématique (1
33432 \begin_inset space \thinspace{}
33433 \end_inset
33434
33435 mu = 1/18
33436 \begin_inset space \thinspace{}
33437 \end_inset
33438
33439 em)
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 </row>
33445 </lyxtabular>
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Chapter
33458 Formats des fichiers de sortie graphiques
33459 \begin_inset CommandInset label
33460 LatexCommand label
33461 name "cha:Formats-fichiers-graphiques"
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Section
33469 DVI
33470 \begin_inset Index
33471 status collapsed
33472
33473 \begin_layout Plain Layout
33474 Formats de Fichiers! DVI
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \begin_inset Index
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484 DVI|see
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490 {
33491 \end_layout
33492
33493 \end_inset
33494
33495 Formats de Fichiers
33496 \begin_inset ERT
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500
33501 }
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Standard
33515 Ce type de fichiers a l'extension 
33516 \begin_inset Quotes fld
33517 \end_inset
33518
33519
33520 \family typewriter
33521 .dvi
33522 \family default
33523
33524 \begin_inset Quotes frd
33525 \end_inset
33526
33527 .
33528  Il est appelé 
33529 \emph on
33530 indépendant de l'appareil
33531 \emph default
33532  ou 
33533 \begin_inset Quotes fld
33534 \end_inset
33535
33536 device independent (DVI)
33537 \begin_inset Quotes frd
33538 \end_inset
33539
33540 , car il est complètement portable ; vous pouvez les recopier d'une machine
33541  à l'autre sans avoir à faire de conversion.
33542  À l'époque où ce format a été développé, c'était loin d'être évident.
33543  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33544  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33545 \end_layout
33546
33547 \begin_layout Standard
33548 \begin_inset Note Greyedout
33549 status open
33550
33551 \begin_layout Plain Layout
33552
33553 \series bold
33554 Note:
33555 \series default
33556  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33557  au fichier.
33558  
33559 \end_layout
33560
33561 \end_inset
33562
33563  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33564  
33565 \family typewriter
33566 .dvi
33567 \family default
33568 .
33569  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33570 z le DVI puisque le programme de visualisation doit convertir les images
33571  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33572  document.
33573  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33574  avec de nombreuses images.
33575 \end_layout
33576
33577 \begin_layout Standard
33578 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33579  menu 
33580 \family sans
33581 Fichier\SpecialChar \menuseparator
33582 Exporter\SpecialChar \menuseparator
33583 DVI.
33584
33585 \family default
33586  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33587 \family sans
33588 Visualiser
33589 \family default
33590  ou en utilisant le bouton
33591 \begin_inset Graphics
33592         filename ../../images/buffer-view_dvi.png
33593         scale 85
33594         scaleBeforeRotation
33595
33596 \end_inset
33597
33598  de la barre d'outils.
33599 \end_layout
33600
33601 \begin_layout Section
33602 PostScript
33603 \begin_inset CommandInset label
33604 LatexCommand label
33605 name "sec:PostScript"
33606
33607 \end_inset
33608
33609
33610 \begin_inset Index
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614 Formats de Fichiers ! PostScript
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \begin_inset Index
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 PostScript|see
33625 \begin_inset ERT
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629
33630 {
33631 \end_layout
33632
33633 \end_inset
33634
33635 Formats de Fichiers
33636 \begin_inset ERT
33637 status collapsed
33638
33639 \begin_layout Plain Layout
33640
33641 }
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \begin_layout Standard
33655 Ce type de fichiers a l'extension 
33656 \begin_inset Quotes fld
33657 \end_inset
33658
33659
33660 \family typewriter
33661 .ps
33662 \family default
33663
33664 \begin_inset Quotes frd
33665 \end_inset
33666
33667 .
33668  PostScript a été développé par la société 
33669 \series bold
33670 Adobe
33671 \series default
33672  comme un langage pour les imprimantes.
33673  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33674  pour imprimer le document.
33675  PostScript peut être considéré comme un 
33676 \begin_inset Quotes fld
33677 \end_inset
33678
33679 langage de programmation
33680 \begin_inset Quotes frd
33681 \end_inset
33682
33683  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33684  images
33685 \begin_inset Foot
33686 status open
33687
33688 \begin_layout Plain Layout
33689 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33690  LaTeX 
33691 \series bold
33692 pstricks
33693 \series default
33694
33695 \begin_inset CommandInset citation
33696 LatexCommand cite
33697 key "pstricks"
33698
33699 \end_inset
33700
33701 .
33702 \end_layout
33703
33704 \end_inset
33705
33706 .
33707  En partie à cause de toutes ces possibilités un fichier PostScript est
33708  souvent plus gros qu'un PDF.
33709 \end_layout
33710
33711 \begin_layout Standard
33712 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33713  plus gros qu'un PDF.
33714 \end_layout
33715
33716 \begin_layout Standard
33717 PostScript ne peut contenir que des images au format 
33718 \begin_inset Quotes fld
33719 \end_inset
33720
33721 PostScript Encapsulé
33722 \begin_inset Quotes frd
33723 \end_inset
33724
33725  (encapsulated PostScript ou EPS, d'extension 
33726 \family typewriter
33727 .eps
33728 \family default
33729 ).
33730  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33731  il doit les convertir en interne en EPS.
33732  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33733  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33734  document.
33735  Cela risque de ralentir de façon importante votre rythme de travail.
33736  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33737  vos images directement en EPS pour éviter ce problème.
33738 \end_layout
33739
33740 \begin_layout Standard
33741 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33742  le menu 
33743 \family sans
33744 Fichier\SpecialChar \menuseparator
33745 Exporter\SpecialChar \menuseparator
33746 PostScript.
33747
33748 \family default
33749  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33750  
33751 \family sans
33752 Visualiser
33753 \family default
33754  ou en utilisant le bouton 
33755 \begin_inset Graphics
33756         filename ../../images/buffer-view_ps.png
33757         scale 85
33758         scaleBeforeRotation
33759
33760 \end_inset
33761
33762  de la barre d'outils.
33763 \end_layout
33764
33765 \begin_layout Section
33766 PDF
33767 \begin_inset CommandInset label
33768 LatexCommand label
33769 name "sec:PDF"
33770
33771 \end_inset
33772
33773
33774 \begin_inset Index
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778 Formats de Fichiers ! PDF
33779 \end_layout
33780
33781 \end_inset
33782
33783
33784 \begin_inset Index
33785 status collapsed
33786
33787 \begin_layout Plain Layout
33788 PDF
33789 \end_layout
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \begin_layout Standard
33797 Ce type de fichiers a l'extension 
33798 \begin_inset Quotes fld
33799 \end_inset
33800
33801
33802 \family typewriter
33803 .pdf
33804 \family default
33805
33806 \begin_inset Quotes frd
33807 \end_inset
33808
33809 .
33810  Ce 
33811 \begin_inset Quotes fld
33812 \end_inset
33813
33814 format de document portable
33815 \begin_inset Quotes frd
33816 \end_inset
33817
33818  (portable document format ou PDF) est développé par 
33819 \family typewriter
33820 Adobe
33821 \family default
33822  comme une évolution de PostScript.
33823  Il est plus comprimé et utilise moins de commandes que PostScript.
33824  Comme son nom l'indique, il est 
33825 \begin_inset Quotes fld
33826 \end_inset
33827
33828 portable
33829 \begin_inset Quotes frd
33830 \end_inset
33831
33832  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33833  aura exactement le même aspect.
33834 \end_layout
33835
33836 \begin_layout Standard
33837 PDF peut contenir des images dans son propre format PDF et dans les formats
33838  JPG (format du 
33839 \begin_inset Quotes fld
33840 \end_inset
33841
33842 Joint Photographic Expert Group
33843 \begin_inset Quotes frd
33844 \end_inset
33845
33846  avec comme extension 
33847 \family typewriter
33848 .jpg
33849 \family default
33850  ou 
33851 \family typewriter
33852 .jpeg
33853 \family default
33854 ) et PNG (
33855 \begin_inset Quotes fld
33856 \end_inset
33857
33858 Portable Network Graphics
33859 \begin_inset Quotes frd
33860 \end_inset
33861
33862  avec l'extension 
33863 \family typewriter
33864 .png
33865 \family default
33866 ).
33867  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33868  dans un de ces formats.
33869  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33870  vont ralentir votre travail.
33871  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33872 \end_layout
33873
33874 \begin_layout Standard
33875 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33876  menu 
33877 \family sans
33878 Fichier\SpecialChar \menuseparator
33879 Exporter 
33880 \family default
33881 de trois façons différentes:
33882 \end_layout
33883
33884 \begin_layout Description
33885 PDF
33886 \begin_inset space ~
33887 \end_inset
33888
33889 (ps2pdf) Ceci utilise le programme 
33890 \family typewriter
33891 ps2pdf
33892 \family default
33893  qui créé un PDF à partir de la version PostScript de votre fichier.
33894  Cette dernière est produite par le programme 
33895 \family typewriter
33896 dvips
33897 \family default
33898  qui utilise une version DVI comme étape intermédiaire.
33899  Cette variante consiste donc en trois conversions.
33900 \end_layout
33901
33902 \begin_layout Description
33903 PDF
33904 \begin_inset space ~
33905 \end_inset
33906
33907 (dvipdfm) Ceci utilise le programme 
33908 \family typewriter
33909 dvipdfm
33910 \family default
33911  qui convertit votre fichier en DVI avant de le convertir en PDF.
33912 \end_layout
33913
33914 \begin_layout Description
33915 PDF
33916 \begin_inset space ~
33917 \end_inset
33918
33919 (pdflatex) Ceci utilise le programme 
33920 \family typewriter
33921 pdftex
33922 \family default
33923  qui convertit directement votre fichier en PDF.
33924 \end_layout
33925
33926 \begin_layout Standard
33927 Nous recommandons d'utiliser l'option 
33928 \family sans
33929 PDF
33930 \begin_inset space ~
33931 \end_inset
33932
33933 (pdflatex)
33934 \family default
33935  car 
33936 \family typewriter
33937 pdftex
33938 \family default
33939  accepte toutes les fonctionnalités des versions actuelles de PDF.
33940  Il est en plus rapide et stable.
33941  Le programme 
33942 \family typewriter
33943 dvipdfm
33944 \family default
33945  n'est plus développé est est donc un peu dépassé.
33946 \end_layout
33947
33948 \begin_layout Standard
33949
33950 \end_layout
33951
33952 \begin_layout Standard
33953 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
33954 \family sans
33955 Visualiser
33956 \family default
33957  ou en utilisant le bouton 
33958 \begin_inset Graphics
33959         filename ../../images/buffer-view_pdf2.png
33960         scale 85
33961         scaleBeforeRotation
33962
33963 \end_inset
33964
33965  de la barre d'outils
33966 \family sans
33967  (
33968 \family default
33969 qui utilise 
33970 \family sans
33971 PDF
33972 \begin_inset space ~
33973 \end_inset
33974
33975 (pdflatex)
33976 \family default
33977 ).
33978 \end_layout
33979
33980 \begin_layout Chapter
33981 Explication de l' Équation
33982 \begin_inset space ~
33983 \end_inset
33984
33985
33986 \begin_inset CommandInset ref
33987 LatexCommand eqref
33988 reference "eq:Wgn"
33989
33990 \end_inset
33991
33992
33993 \begin_inset CommandInset label
33994 LatexCommand label
33995 name "cha:Explication-de-l'Equation"
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 La largeur totale de 
34004 \emph on
34005 n
34006 \emph default
34007  cellules de tableau 
34008 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34009 \end_inset
34010
34011  peut être calculée avec
34012 \end_layout
34013
34014 \begin_layout Standard
34015 \begin_inset Formula \begin{equation}
34016 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}
34017
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \begin_layout Standard
34024 Où 
34025 \begin_inset Formula $W_{g\, n}$
34026 \end_inset
34027
34028  est la largeur fixe de toutes les cellules.
34029  
34030 \series bold
34031
34032 \backslash
34033 tabcolsep
34034 \series default
34035  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34036  sa valeur par défaut est 6
34037 \begin_inset space \thinspace{}
34038 \end_inset
34039
34040 pt.
34041  
34042 \series bold
34043
34044 \backslash
34045 arrayrulewidth
34046 \series default
34047  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34048 \begin_inset space \thinspace{}
34049 \end_inset
34050
34051 pt.
34052 \end_layout
34053
34054 \begin_layout Standard
34055 D'après l'équation
34056 \begin_inset space ~
34057 \end_inset
34058
34059
34060 \begin_inset CommandInset ref
34061 LatexCommand eqref
34062 reference "eq:Wtot_n"
34063
34064 \end_inset
34065
34066 , la largeur totale d'une multicolonne, 
34067 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34068 \end_inset
34069
34070  est
34071 \end_layout
34072
34073 \begin_layout Standard
34074 \begin_inset Formula \begin{equation}
34075 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Standard
34083 En posant que les équations 
34084 \begin_inset space ~
34085 \end_inset
34086
34087
34088 \begin_inset CommandInset ref
34089 LatexCommand eqref
34090 reference "eq:Wtot_n"
34091
34092 \end_inset
34093
34094  et 
34095 \begin_inset CommandInset ref
34096 LatexCommand eqref
34097 reference "eq:Wtot_mult"
34098
34099 \end_inset
34100
34101  sont égales, on peut calculer la largeur nécessaire 
34102 \begin_inset Formula $W_{g\, n}$
34103 \end_inset
34104
34105  quand 
34106 \emph on
34107 n
34108 \emph default
34109  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34110  de 
34111 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34112 \end_inset
34113
34114 :
34115 \end_layout
34116
34117 \begin_layout Standard
34118 \begin_inset Formula \begin{equation}
34119 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Bibliography
34127 \begin_inset CommandInset bibitem
34128 LatexCommand bibitem
34129 key "latexcompanion"
34130
34131 \end_inset
34132
34133 Frank Mittelbach and Michel Goossens: 
34134 \emph on
34135 The LaTeX Companion Second Edition.
34136
34137 \emph default
34138  Addison-Wesley, 2004
34139 \end_layout
34140
34141 \begin_layout Bibliography
34142 \begin_inset CommandInset bibitem
34143 LatexCommand bibitem
34144 key "latexguide"
34145
34146 \end_inset
34147
34148 Helmut Kopka and Patrick W.
34149  Daly: 
34150 \emph on
34151 A Guide to LaTeX Fourth Edition.
34152
34153 \emph default
34154  Addison-Wesley, 2003
34155 \end_layout
34156
34157 \begin_layout Bibliography
34158 \begin_inset CommandInset bibitem
34159 LatexCommand bibitem
34160 key "latexbook"
34161
34162 \end_inset
34163
34164 Leslie Lamport: 
34165 \emph on
34166 LaTeX: A Document Preparation System.
34167
34168 \emph default
34169  Addison-Wesley, second edition, 1994
34170 \end_layout
34171
34172 \begin_layout Bibliography
34173 \begin_inset CommandInset bibitem
34174 LatexCommand bibitem
34175 key "booktabs"
34176
34177 \end_inset
34178
34179 Documentation du paquetage LaTeX 
34180 \series bold
34181
34182 \begin_inset CommandInset href
34183 LatexCommand href
34184 name "booktabs"
34185 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34186
34187 \end_inset
34188
34189
34190 \series default
34191
34192 \begin_inset Index
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 Paquetages LaTeX ! booktabs
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Bibliography
34205 \begin_inset CommandInset bibitem
34206 LatexCommand bibitem
34207 key "caption"
34208
34209 \end_inset
34210
34211 Documentation du paquetage LaTeX 
34212 \series bold
34213
34214 \begin_inset CommandInset href
34215 LatexCommand href
34216 name "caption"
34217 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34218
34219 \end_inset
34220
34221
34222 \series default
34223
34224 \begin_inset Index
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228 Paquetages LaTeX ! caption
34229 \end_layout
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \begin_layout Bibliography
34237 \begin_inset CommandInset bibitem
34238 LatexCommand bibitem
34239 key "endfloat"
34240
34241 \end_inset
34242
34243 Documentation du paquetage LaTeX 
34244 \series bold
34245
34246 \begin_inset CommandInset href
34247 LatexCommand href
34248 name "endfloat"
34249 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34250
34251 \end_inset
34252
34253
34254 \series default
34255
34256 \begin_inset Index
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 Paquetages LaTeX ! endfloat
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Bibliography
34269 \begin_inset CommandInset bibitem
34270 LatexCommand bibitem
34271 key "wrapfig"
34272
34273 \end_inset
34274
34275 Documentation du paquetage LaTeX 
34276 \series bold
34277
34278 \begin_inset CommandInset href
34279 LatexCommand href
34280 name "wrapfig"
34281 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34282
34283 \end_inset
34284
34285
34286 \series default
34287
34288 \begin_inset Index
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292 Paquetages LaTeX ! wrapfig
34293 \begin_inset ERT
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297
34298
34299 \backslash
34300 vspace{4mm}
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \begin_layout Bibliography
34314 \begin_inset CommandInset bibitem
34315 LatexCommand bibitem
34316 key "footmisc"
34317
34318 \end_inset
34319
34320 Documentation du paquetage LaTeX 
34321 \series bold
34322
34323 \begin_inset CommandInset href
34324 LatexCommand href
34325 name "footmisc"
34326 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34327
34328 \end_inset
34329
34330
34331 \series default
34332
34333 \begin_inset Index
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337 Paquetages LaTeX ! footmisc
34338 \end_layout
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Bibliography
34346 \begin_inset CommandInset bibitem
34347 LatexCommand bibitem
34348 key "hypcap"
34349
34350 \end_inset
34351
34352 Documentation du paquetage LaTeX 
34353 \series bold
34354
34355 \begin_inset CommandInset href
34356 LatexCommand href
34357 name "hypcap"
34358 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34359
34360 \end_inset
34361
34362
34363 \series default
34364
34365 \begin_inset Index
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 Paquetages LaTeX ! hyperref
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \begin_layout Bibliography
34378 \begin_inset CommandInset bibitem
34379 LatexCommand bibitem
34380 key "hyperref"
34381
34382 \end_inset
34383
34384 Documentation du paquetage LaTeX 
34385 \series bold
34386
34387 \begin_inset CommandInset href
34388 LatexCommand href
34389 name "hyperref"
34390 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34391
34392 \end_inset
34393
34394
34395 \series default
34396
34397 \begin_inset Index
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401 Paquetages LaTeX ! hyperref
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \begin_layout Bibliography
34410 \begin_inset CommandInset bibitem
34411 LatexCommand bibitem
34412 key "koma-script"
34413
34414 \end_inset
34415
34416 Documentation du paquetage LaTeX 
34417 \series bold
34418
34419 \begin_inset CommandInset href
34420 LatexCommand href
34421 name "koma-script"
34422 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34423
34424 \end_inset
34425
34426
34427 \series default
34428
34429 \begin_inset Index
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 Paquetages LaTeX ! koma-script
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Bibliography
34442 \begin_inset CommandInset bibitem
34443 LatexCommand bibitem
34444 key "listings"
34445
34446 \end_inset
34447
34448 Documentation du paquetage LaTeX 
34449 \series bold
34450
34451 \begin_inset CommandInset href
34452 LatexCommand href
34453 name "listings"
34454 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34455
34456 \end_inset
34457
34458
34459 \series default
34460
34461 \begin_inset Index
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465 Paquetages LaTeX ! listings
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Bibliography
34474 \begin_inset CommandInset bibitem
34475 LatexCommand bibitem
34476 key "marginnote"
34477
34478 \end_inset
34479
34480 Documentation du paquetage LaTeX 
34481 \series bold
34482
34483 \begin_inset CommandInset href
34484 LatexCommand href
34485 name "marginnote"
34486 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34487
34488 \end_inset
34489
34490
34491 \series default
34492
34493 \begin_inset Index
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 Paquetages LaTeX ! marginnote
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \begin_layout Bibliography
34506 \begin_inset CommandInset bibitem
34507 LatexCommand bibitem
34508 key "pstricks"
34509
34510 \end_inset
34511
34512 Page Web du paquetage LaTeX 
34513 \series bold
34514
34515 \begin_inset CommandInset href
34516 LatexCommand href
34517 name "PSTricks"
34518 target "http://tug.org/PSTricks/"
34519
34520 \end_inset
34521
34522
34523 \series default
34524
34525 \begin_inset Index
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529 Paquetages LaTeX ! PSTricks
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \begin_layout Bibliography
34538 \begin_inset CommandInset bibitem
34539 LatexCommand bibitem
34540 key "sidecap"
34541
34542 \end_inset
34543
34544 Documentation du paquetage LaTeX 
34545 \series bold
34546
34547 \begin_inset CommandInset href
34548 LatexCommand href
34549 name "sidecap"
34550 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34551
34552 \end_inset
34553
34554
34555 \series default
34556
34557 \begin_inset Index
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561 Paquetages LaTeX ! sidecap
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \begin_layout Bibliography
34570 \begin_inset CommandInset bibitem
34571 LatexCommand bibitem
34572 key "NewInLyX16"
34573
34574 \end_inset
34575
34576
34577 \begin_inset CommandInset href
34578 LatexCommand href
34579 name "Page Wiki"
34580 target "http://wiki.lyx.org/LyX/NewInLyX16"
34581
34582 \end_inset
34583
34584  au sujet des nouveautés de 
34585 \family sans
34586 LyX 1.6.0
34587 \family default
34588 .
34589 \end_layout
34590
34591 \begin_layout Standard
34592 \begin_inset CommandInset index_print
34593 LatexCommand printindex
34594
34595 \end_inset
34596
34597
34598 \end_layout
34599
34600 \begin_layout Standard
34601 \begin_inset FloatList figure
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \begin_layout Standard
34609 \begin_inset FloatList table
34610
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Standard
34617 \begin_inset ERT
34618 status open
34619
34620 \begin_layout Plain Layout
34621
34622
34623 \backslash
34624 listof{algorithm}{Liste des Algorithmes}
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \begin_inset Note Note
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634 voir la section
34635 \begin_inset space ~
34636 \end_inset
34637
34638
34639 \begin_inset CommandInset ref
34640 LatexCommand ref
34641 reference "sub:Flottant-d'Algorithme"
34642
34643 \end_inset
34644
34645  pour une description
34646 \end_layout
34647
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \end_body
34654 \end_document