]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
documentation: - description of former shaded and framed notes that are now boxes
[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 collapsed
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 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24410 \end_layout
24411
24412 \begin_layout Standard
24413 \begin_inset ERT
24414 status collapsed
24415
24416 \begin_layout Plain Layout
24417
24418
24419 \backslash
24420 fboxsep 0.5cm
24421 \end_layout
24422
24423 \end_inset
24424
24425
24426 \begin_inset ERT
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430
24431
24432 \backslash
24433 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24434 \end_layout
24435
24436 \end_inset
24437
24438
24439 \begin_inset Box Shaded
24440 position "t"
24441 hor_pos "c"
24442 has_inner_box 0
24443 inner_pos "t"
24444 use_parbox 0
24445 width "100col%"
24446 special "none"
24447 height "1in"
24448 height_special "totalheight"
24449 status open
24450
24451 \begin_layout Plain Layout
24452
24453 \color yellow
24454 Ceci est un texte jaune dans une boîte grisée avec un fond vert foncé.
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \begin_inset ERT
24461 status collapsed
24462
24463 \begin_layout Plain Layout
24464
24465
24466 \backslash
24467 fboxsep 3pt
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset ERT
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477
24478
24479 \backslash
24480 definecolor{shadecolor}{rgb}{1,0,0}
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \begin_layout Section
24489 Notes en Bas de Page
24490 \begin_inset CommandInset label
24491 LatexCommand label
24492 name "sec:Notes-bas-de-page"
24493
24494 \end_inset
24495
24496
24497 \begin_inset Index
24498 status collapsed
24499
24500 \begin_layout Plain Layout
24501 Notes ! Notes de bas de page
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \begin_inset Index
24508 status collapsed
24509
24510 \begin_layout Plain Layout
24511 Notes de bas de page
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \begin_layout Standard
24520 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24521  
24522 \begin_inset Graphics
24523         filename ../../images/footnote-insert.png
24524         scale 85
24525         scaleBeforeRotation
24526
24527 \end_inset
24528
24529  de la barre d'outils, soit en utilisant le menu 
24530 \family sans
24531 Insérer\SpecialChar \menuseparator
24532 Note
24533 \begin_inset space ~
24534 \end_inset
24535
24536 en
24537 \begin_inset space ~
24538 \end_inset
24539
24540 Bas
24541 \begin_inset space ~
24542 \end_inset
24543
24544 de
24545 \begin_inset space ~
24546 \end_inset
24547
24548 Page
24549 \family default
24550 .
24551  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24552  rouge 
24553 \begin_inset Quotes fld
24554 \end_inset
24555
24556 bas
24557 \begin_inset Quotes frd
24558 \end_inset
24559
24560  qui ressemble à ceci : 
24561 \begin_inset Graphics
24562         filename clipart/footnoteQt4.png
24563         scale 80
24564         scaleBeforeRotation
24565
24566 \end_inset
24567
24568  Vous pouvez y entrer votre texte.
24569  Si vous voulez transformer du texte déjà existant en note en bas de page,
24570  sélectionnez-le et cliquez sur le bouton 
24571 \family sans
24572 Note
24573 \begin_inset space ~
24574 \end_inset
24575
24576 en
24577 \begin_inset space ~
24578 \end_inset
24579
24580 Bas
24581 \begin_inset space ~
24582 \end_inset
24583
24584 de
24585 \begin_inset space ~
24586 \end_inset
24587
24588 Page
24589 \family default
24590  de la barre d'outils.
24591  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24592  
24593 \family sans
24594 backspace
24595 \family default
24596  quand le curseur est au tout début de la note ou appuyez sur la touche
24597  
24598 \family sans
24599 Suppr.
24600
24601 \family default
24602  quand le curseur se trouve à la fin de la note.
24603 \end_layout
24604
24605 \begin_layout Standard
24606 Voici un exemple de note en bas de page:
24607 \begin_inset Foot
24608 status open
24609
24610 \begin_layout Plain Layout
24611 \begin_inset CommandInset label
24612 LatexCommand label
24613 name "fn:Note-en-bas"
24614
24615 \end_inset
24616
24617 Ceci est un exemple de note en bas de page.
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \begin_inset ERT
24624 status collapsed
24625
24626 \begin_layout Plain Layout
24627
24628
24629 \backslash
24630 newcounter{MyRepeatFoot}
24631 \end_layout
24632
24633 \begin_layout Plain Layout
24634
24635
24636 \backslash
24637 setcounter{MyRepeatFoot}{
24638 \backslash
24639 thefootnote}
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Standard
24648 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24649  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24650  de note.
24651  Le texte de la note est placé en bas de la page courante.
24652  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24653  Selon votre classe de document les numéros de notes pourront être réinitialisés
24654  à chaque nouveau chapitre.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 On peut faire référence à une note en bas de page comme on le fait avec
24659  les flottants : Insérez une étiquette dans la note et faites une référence
24660  croisée vers cette étiquette comme c'est décrit dans la
24661 \begin_inset space ~
24662 \end_inset
24663
24664
24665 \begin_inset CommandInset ref
24666 LatexCommand ref
24667 reference "sec:Referencer-les-Flottants"
24668
24669 \end_inset
24670
24671 .
24672 \begin_inset Newline newline
24673 \end_inset
24674
24675 Voici une référence à une note de bas de page :
24676 \begin_inset space ~
24677 \end_inset
24678
24679
24680 \begin_inset CommandInset ref
24681 LatexCommand ref
24682 reference "fn:Note-en-bas"
24683
24684 \end_inset
24685
24686 .
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \begin_inset VSpace defskip
24691 \end_inset
24692
24693 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24694  des minipages, voyez la section
24695 \begin_inset space ~
24696 \end_inset
24697
24698
24699 \begin_inset CommandInset ref
24700 LatexCommand ref
24701 reference "sec:Minipages"
24702
24703 \end_inset
24704
24705 .
24706  Les notes de bas de page dans des tableaux longs sont traitées dans la
24707  section
24708 \begin_inset space ~
24709 \end_inset
24710
24711
24712 \begin_inset CommandInset ref
24713 LatexCommand ref
24714 reference "sub:Notes-dans-tableau-long"
24715
24716 \end_inset
24717
24718 .
24719 \end_layout
24720
24721 \begin_layout Standard
24722 \begin_inset VSpace defskip
24723 \end_inset
24724
24725 Pour créer seulement la marque de note, utilisez la commande 
24726 \series bold
24727
24728 \backslash
24729 footnotemark[nombre]
24730 \series default
24731  en code TeX.
24732  On utilise cette possibilité quand on a plusieurs fois la même annotation
24733  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24734  bas de page à chaque fois.
24735 \begin_inset Newline newline
24736 \end_inset
24737
24738 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24739  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24740  part.
24741  Pour la marque de note qui suit, ces commandes ont été insérées en code
24742  TeX après la note
24743 \begin_inset space ~
24744 \end_inset
24745
24746
24747 \begin_inset CommandInset ref
24748 LatexCommand ref
24749 reference "fn:Note-en-bas"
24750
24751 \end_inset
24752
24753  pour enregistrer le numéro de note de bas de page :
24754 \end_layout
24755
24756 \begin_layout Standard
24757
24758 \series bold
24759
24760 \backslash
24761 newcounter{MyRepeatFoot}
24762 \begin_inset Newline newline
24763 \end_inset
24764
24765
24766 \backslash
24767 setcounter{MyRepeatFoot}{
24768 \backslash
24769 thefootnote}
24770 \end_layout
24771
24772 \begin_layout Standard
24773 La marque de note a été créée avec la commande suivante :
24774 \end_layout
24775
24776 \begin_layout Standard
24777
24778 \series bold
24779
24780 \backslash
24781 footnotemark[
24782 \backslash
24783 theMyRepeatFoot]
24784 \end_layout
24785
24786 \begin_layout Standard
24787 Voici un exemple de marque de note de bas de page : 
24788 \begin_inset ERT
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792
24793
24794 \backslash
24795 footnotemark[
24796 \backslash
24797 theMyRepeatFoot]
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Subsection
24806 Numérotation de Notes de Bas de Page
24807 \begin_inset CommandInset label
24808 LatexCommand label
24809 name "sub:Numerotation-notes-bas-de-page"
24810
24811 \end_inset
24812
24813
24814 \begin_inset Index
24815 status collapsed
24816
24817 \begin_layout Plain Layout
24818 Notes de bas de page ! Numérotation
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24828  ajoutez cette commande dans le préambule de votre document :
24829 \end_layout
24830
24831 \begin_layout Standard
24832
24833 \series bold
24834
24835 \backslash
24836 @addtoreset{footnote}{section}
24837 \end_layout
24838
24839 \begin_layout Standard
24840 \begin_inset VSpace bigskip
24841 \end_inset
24842
24843 La commande de préambule suivante change le style de numérotation des notes
24844  en petits chiffres romains :
24845 \end_layout
24846
24847 \begin_layout Standard
24848
24849 \series bold
24850
24851 \backslash
24852 renewcommand{
24853 \backslash
24854 thefootnote}{
24855 \backslash
24856 roman{footnote}}
24857 \end_layout
24858
24859 \begin_layout Standard
24860 \begin_inset ERT
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864
24865
24866 \backslash
24867 renewcommand{
24868 \backslash
24869 thefootnote}{
24870 \backslash
24871 roman{footnote}}
24872 \end_layout
24873
24874 \end_inset
24875
24876  Cette note de bas de page utilise une numérotation en chiffres romains
24877  :
24878 \begin_inset Foot
24879 status open
24880
24881 \begin_layout Plain Layout
24882 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24883  romains.
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24893  la commande précédente 
24894 \series bold
24895
24896 \backslash
24897 roman
24898 \series default
24899  par 
24900 \series bold
24901
24902 \backslash
24903 Roman
24904 \series default
24905 .
24906  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24907  utilisez respectivement soit 
24908 \series bold
24909
24910 \backslash
24911 Alph
24912 \series default
24913  soit 
24914 \series bold
24915
24916 \backslash
24917 alph
24918 \series default
24919 .
24920  Pour les 
24921 \begin_inset Quotes eld
24922 \end_inset
24923
24924 numéroter
24925 \begin_inset Quotes erd
24926 \end_inset
24927
24928  avec des symboles, utilisez 
24929 \series bold
24930
24931 \backslash
24932 fnsymbol
24933 \series default
24934 .
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset Note Greyedout
24939 status open
24940
24941 \begin_layout Plain Layout
24942
24943 \series bold
24944 Note:
24945 \series default
24946  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24947  puisque cette numérotation est limitée à des lettres seules.
24948 \end_layout
24949
24950 \end_inset
24951
24952
24953 \begin_inset Newline newline
24954 \end_inset
24955
24956
24957 \begin_inset Note Greyedout
24958 status open
24959
24960 \begin_layout Plain Layout
24961
24962 \series bold
24963 Note:
24964 \series default
24965  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24966 \end_layout
24967
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \begin_layout Standard
24974 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24975  utilisez 
24976 \series bold
24977
24978 \backslash
24979 arabic
24980 \series default
24981  à la place de 
24982 \series bold
24983
24984 \backslash
24985 roman
24986 \series default
24987  dans la commande précédente.
24988 \begin_inset ERT
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992
24993
24994 \backslash
24995 renewcommand{
24996 \backslash
24997 thefootnote}{
24998 \backslash
24999 arabic{footnote}}
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 \begin_inset VSpace bigskip
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \begin_layout Standard
25015 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25016  le schéma 
25017 \begin_inset Quotes eld
25018 \end_inset
25019
25020 chapitre.note
25021 \begin_inset Quotes erd
25022 \end_inset
25023
25024 , ajoutez la commande suivante au préambule de votre document :
25025 \end_layout
25026
25027 \begin_layout Standard
25028
25029 \series bold
25030
25031 \backslash
25032 numberwithin{footnote}{chapter}
25033 \end_layout
25034
25035 \begin_layout Standard
25036 Pour pouvoir utiliser la commande 
25037 \series bold
25038
25039 \backslash
25040 numberwithin
25041 \series default
25042 , activez dans la rubrique 
25043 \family sans
25044 Options
25045 \begin_inset space ~
25046 \end_inset
25047
25048 des
25049 \begin_inset space ~
25050 \end_inset
25051
25052 Maths
25053 \family default
25054  dans les paramètres du document, l'option 
25055 \family sans
25056 Utiliser
25057 \begin_inset space ~
25058 \end_inset
25059
25060 le
25061 \begin_inset space ~
25062 \end_inset
25063
25064 paquetage
25065 \begin_inset space ~
25066 \end_inset
25067
25068 maths
25069 \begin_inset space ~
25070 \end_inset
25071
25072 AMS
25073 \family default
25074 .
25075 \end_layout
25076
25077 \begin_layout Standard
25078 \begin_inset ERT
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082
25083
25084 \backslash
25085 numberwithin{footnote}{chapter}
25086 \end_layout
25087
25088 \end_inset
25089
25090 Ceci est un autre exemple de note de bas de page:
25091 \series bold
25092
25093 \begin_inset Foot
25094 status open
25095
25096 \begin_layout Plain Layout
25097 Cette note est numérotée en suivant le schéma 
25098 \begin_inset Quotes eld
25099 \end_inset
25100
25101 chapitre.note
25102 \begin_inset Quotes erd
25103 \end_inset
25104
25105 .
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \series default
25112
25113 \begin_inset ERT
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117
25118
25119 \backslash
25120 renewcommand{
25121 \backslash
25122 thefootnote}{
25123 \backslash
25124 arabic{footnote}}
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \begin_layout Standard
25133 \begin_inset Note Greyedout
25134 status open
25135
25136 \begin_layout Plain Layout
25137
25138 \series bold
25139 Note:
25140 \series default
25141  
25142 \series bold
25143
25144 \backslash
25145 numberwithin
25146 \series default
25147  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25148  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25149  prises en compte.
25150  
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Donc pour avoir par exemple le schéma 
25160 \begin_inset Quotes eld
25161 \end_inset
25162
25163 chapitre.
25164 \backslash
25165 Roman{note}
25166 \begin_inset Quotes erd
25167 \end_inset
25168
25169 , utilisez la commande suivante plutôt que 
25170 \series bold
25171
25172 \backslash
25173 numberwithin
25174 \series default
25175  :
25176 \end_layout
25177
25178 \begin_layout Standard
25179
25180 \series bold
25181
25182 \backslash
25183 renewcommand{
25184 \backslash
25185 thefootnote}{
25186 \backslash
25187 thechapter.
25188 \backslash
25189 Roman{footnote}}
25190 \end_layout
25191
25192 \begin_layout Subsection
25193 Positionnement de notes de bas de page
25194 \begin_inset Index
25195 status collapsed
25196
25197 \begin_layout Plain Layout
25198 Notes de bas de page ! Positionnement
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \begin_layout Standard
25207 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25208  vertical entre elles en bas de la page.
25209  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25210  de 1.5
25211 \begin_inset space \thinspace{}
25212 \end_inset
25213
25214 mm avec la commande suivante dans le préambule :
25215 \end_layout
25216
25217 \begin_layout Standard
25218
25219 \series bold
25220
25221 \backslash
25222 let
25223 \backslash
25224 myFoot
25225 \backslash
25226 footnote
25227 \begin_inset Newline newline
25228 \end_inset
25229
25230
25231 \backslash
25232 renewcommand{
25233 \backslash
25234 footnote}[1]{
25235 \backslash
25236 myFoot{#1
25237 \backslash
25238 vspace{1.5mm}}}
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset VSpace bigskip
25243 \end_inset
25244
25245 Dans un document à deux colonnes les notes de bas de page apparaissent en
25246  bas de chaque colonne, comme sur la Figure
25247 \begin_inset space ~
25248 \end_inset
25249
25250
25251 \begin_inset CommandInset ref
25252 LatexCommand ref
25253 reference "fig:Position-standard-note-bas-de-page"
25254
25255 \end_inset
25256
25257 .
25258  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25259  sur la Figure
25260 \begin_inset space ~
25261 \end_inset
25262
25263
25264 \begin_inset CommandInset ref
25265 LatexCommand ref
25266 reference "fig:Position-note-avec-ftnright"
25267
25268 \end_inset
25269
25270 , utilisez le paquetage LaTeX 
25271 \series bold
25272 ftnright
25273 \series default
25274
25275 \begin_inset Index
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279 Paquetages LaTeX ! ftnright
25280 \end_layout
25281
25282 \end_inset
25283
25284  avec cette commande dans le préambule du document:
25285 \end_layout
25286
25287 \begin_layout Standard
25288
25289 \series bold
25290
25291 \backslash
25292 usepackage{ftnright}
25293 \end_layout
25294
25295 \begin_layout Standard
25296 \begin_inset Float figure
25297 placement !h
25298 wide false
25299 sideways false
25300 status open
25301
25302 \begin_layout Plain Layout
25303 \begin_inset ERT
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307
25308
25309 \backslash
25310 framebox{
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \begin_inset Graphics
25317         filename ../clipart/without_fntright.pdf
25318         width 100col%
25319         scaleBeforeRotation
25320
25321 \end_inset
25322
25323
25324 \begin_inset ERT
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328
25329 }
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Plain Layout
25338 \begin_inset Caption
25339
25340 \begin_layout Plain Layout
25341 \begin_inset CommandInset label
25342 LatexCommand label
25343 name "fig:Position-standard-note-bas-de-page"
25344
25345 \end_inset
25346
25347 Positionnement standard des notes de bas de page dans un document à deux
25348  colonnes.
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \begin_layout Standard
25362 \begin_inset Float figure
25363 placement !h
25364 wide false
25365 sideways false
25366 status open
25367
25368 \begin_layout Plain Layout
25369 \begin_inset ERT
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373
25374
25375 \backslash
25376 framebox{
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset Graphics
25383         filename ../clipart/with_fntright.pdf
25384         width 100col%
25385         scaleBeforeRotation
25386
25387 \end_inset
25388
25389
25390 \begin_inset ERT
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394
25395 }
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Plain Layout
25404 \begin_inset Caption
25405
25406 \begin_layout Plain Layout
25407 \begin_inset CommandInset label
25408 LatexCommand label
25409 name "fig:Position-note-avec-ftnright"
25410
25411 \end_inset
25412
25413 Positionnement de notes de bas de page dans un document à deux colonnes
25414  en utilisant le paquetage LaTeX 
25415 \series bold
25416 ftnright
25417 \series default
25418 .
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset VSpace bigskip
25433 \end_inset
25434
25435 Dans certaines publications scientifiques, il est courant de rassembler
25436  les notes de bas de page et de les imprimer dans un paragraphe particulier
25437  à la fin de la section, comme sur la Figure
25438 \begin_inset space ~
25439 \end_inset
25440
25441
25442 \begin_inset CommandInset ref
25443 LatexCommand ref
25444 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25445
25446 \end_inset
25447
25448 .
25449  On les appelle 
25450 \begin_inset Quotes eld
25451 \end_inset
25452
25453 notes de fin
25454 \begin_inset Quotes erd
25455 \end_inset
25456
25457 .
25458 \begin_inset Note Note
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 J'ai pas trouvé mieux pour endnotes (NdT)
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \begin_inset Index
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472 Notes de fin
25473 \end_layout
25474
25475 \end_inset
25476
25477  Pour utiliser des notes de fin à la place des notes de bas de page dans
25478  votre document, chargez le paquetage LaTeX 
25479 \series bold
25480 endnotes
25481 \series default
25482
25483 \begin_inset Index
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487 Paquetages LaTeX ! endnotes
25488 \end_layout
25489
25490 \end_inset
25491
25492  avec ces lignes dans le préambule du document
25493 \end_layout
25494
25495 \begin_layout Standard
25496
25497 \series bold
25498
25499 \backslash
25500 usepackage{endnotes}
25501 \begin_inset Newline newline
25502 \end_inset
25503
25504
25505 \backslash
25506 let
25507 \backslash
25508 footnote
25509 \backslash
25510 endnote
25511 \end_layout
25512
25513 \begin_layout Standard
25514 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25515 \end_layout
25516
25517 \begin_layout Standard
25518
25519 \series bold
25520
25521 \backslash
25522 theendnotes
25523 \end_layout
25524
25525 \begin_layout Standard
25526 en code TeX à la fin d'une section ou d'un chapitre.
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \begin_inset Float figure
25531 wide false
25532 sideways false
25533 status open
25534
25535 \begin_layout Plain Layout
25536 \align center
25537 \begin_inset ERT
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541
25542
25543 \backslash
25544 framebox{
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \begin_inset Graphics
25551         filename ../clipart/endnotes.pdf
25552         scaleBeforeRotation
25553
25554 \end_inset
25555
25556
25557 \begin_inset ERT
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561
25562 }
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \begin_layout Plain Layout
25571 \begin_inset Caption
25572
25573 \begin_layout Plain Layout
25574 \begin_inset CommandInset label
25575 LatexCommand label
25576 name "fig:Notes-de-fin---notes-de-bas-de-page"
25577
25578 \end_inset
25579
25580 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25581  séparé à la fin des sections ou des chapitres.
25582 \end_layout
25583
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \begin_layout Standard
25595 \begin_inset VSpace medskip
25596 \end_inset
25597
25598 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25599  dans la langue du document, cela doit être fait manuellement.
25600  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25601  
25602 \begin_inset Quotes eld
25603 \end_inset
25604
25605 Notes
25606 \begin_inset Quotes erd
25607 \end_inset
25608
25609  en sa traduction Allemande
25610 \begin_inset Foot
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614 En français, 
25615 \begin_inset Quotes eld
25616 \end_inset
25617
25618 Notes
25619 \begin_inset Quotes erd
25620 \end_inset
25621
25622  peut être conservé.
25623 \end_layout
25624
25625 \end_inset
25626
25627  
25628 \begin_inset Quotes eld
25629 \end_inset
25630
25631 Anmerkungen
25632 \begin_inset Quotes erd
25633 \end_inset
25634
25635  :
25636 \end_layout
25637
25638 \begin_layout Standard
25639
25640 \series bold
25641
25642 \backslash
25643 renewcommand{
25644 \backslash
25645 notesname}{Anmerkungen}
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \begin_inset VSpace medskip
25650 \end_inset
25651
25652 La numérotation des notes de fin peut être modifiée comme celle des notes
25653  de bas de page comme c'est décrit dans la section
25654 \begin_inset space ~
25655 \end_inset
25656
25657
25658 \begin_inset CommandInset ref
25659 LatexCommand ref
25660 reference "sub:Numerotation-notes-bas-de-page"
25661
25662 \end_inset
25663
25664  ; remplacez juste la commande 
25665 \series bold
25666
25667 \backslash
25668 thefootnote
25669 \series default
25670  par 
25671 \series bold
25672
25673 \backslash
25674 theendnote
25675 \series default
25676 .
25677  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25678 \series bold
25679
25680 \backslash
25681 @addtoreset
25682 \series default
25683  comme c'est décrit dans la section
25684 \begin_inset space ~
25685 \end_inset
25686
25687
25688 \begin_inset CommandInset ref
25689 LatexCommand ref
25690 reference "sub:Numerotation-notes-bas-de-page"
25691
25692 \end_inset
25693
25694  et remplacez le paramètre de commande 
25695 \series bold
25696 footnote
25697 \series default
25698  par 
25699 \series bold
25700 endnote
25701 \series default
25702 .
25703 \end_layout
25704
25705 \begin_layout Standard
25706 Pour seulement créer une marque de note de fin, utilisez la commande 
25707 \series bold
25708
25709 \backslash
25710 endnotemark[numéro]
25711 \series default
25712  qui est semblable à 
25713 \series bold
25714
25715 \backslash
25716 footnotemark
25717 \series default
25718 , décrite dans la section
25719 \begin_inset space ~
25720 \end_inset
25721
25722
25723 \begin_inset CommandInset ref
25724 LatexCommand ref
25725 reference "sec:Notes-bas-de-page"
25726
25727 \end_inset
25728
25729 .
25730 \end_layout
25731
25732 \begin_layout Standard
25733 \begin_inset VSpace bigskip
25734 \end_inset
25735
25736 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25737 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25738 \series bold
25739 footmisc
25740 \series default
25741
25742 \begin_inset Index
25743 status collapsed
25744
25745 \begin_layout Plain Layout
25746 Paquetages LaTeX ! footmisc
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \begin_inset CommandInset citation
25753 LatexCommand cite
25754 key "footmisc"
25755
25756 \end_inset
25757
25758  pour plus d'information à ce sujet.
25759 \end_layout
25760
25761 \begin_layout Standard
25762 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25763  voyez les livres sur LaTeX, 
25764 \begin_inset CommandInset citation
25765 LatexCommand cite
25766 key "latexcompanion,latexguide,latexbook"
25767
25768 \end_inset
25769
25770 .
25771 \end_layout
25772
25773 \begin_layout Section
25774 Notes en Marge
25775 \begin_inset Index
25776 status collapsed
25777
25778 \begin_layout Plain Layout
25779 Notes ! Notes en Marge
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25789 t de la même façon.
25790  Quand vous insérez une note en marge avec 
25791 \family sans
25792 Insérer\SpecialChar \menuseparator
25793 Note
25794 \begin_inset space ~
25795 \end_inset
25796
25797 en
25798 \begin_inset space ~
25799 \end_inset
25800
25801 Marge
25802 \family default
25803  ou avec le bouton 
25804 \begin_inset Graphics
25805         filename ../../images/marginalnote-insert.png
25806         scale 85
25807         scaleBeforeRotation
25808
25809 \end_inset
25810
25811  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25812  grise avec une étiquette rouge 
25813 \begin_inset Quotes fld
25814 \end_inset
25815
25816 marge
25817 \begin_inset Quotes frd
25818 \end_inset
25819
25820 .
25821  
25822 \begin_inset Marginal
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826 C'est une note en marge.
25827 \end_layout
25828
25829 \end_inset
25830
25831  Cette boîte est la représentation de votre note dans LyX.
25832  Vous pouvez y entrer votre texte.
25833 \end_layout
25834
25835 \begin_layout Standard
25836 Les notes en marge apparaissent dans la marge de droite dans les documents
25837  imprimées sur une seule face.
25838  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25839  
25840 \begin_inset Quotes eld
25841 \end_inset
25842
25843 extérieure
25844 \begin_inset Quotes erd
25845 \end_inset
25846
25847  -- la gauche sur les pages paires et la droite sur les pages impaires.
25848  Le texte de la note en marge est aligné à l'opposé de la marge externe
25849  -- aligné à droite quand la note apparaît dans la marge de gauche.
25850  La première ligne de la note apparaît à la hauteur de la ligne de texte
25851  où la note a été insérée dans le document.
25852 \end_layout
25853
25854 \begin_layout Standard
25855 \begin_inset VSpace bigskip
25856 \end_inset
25857
25858 Pour placer une note dans la marge interne, ajoutez la commande suivante
25859  :
25860 \end_layout
25861
25862 \begin_layout Standard
25863
25864 \series bold
25865
25866 \backslash
25867 reversemarginpar
25868 \end_layout
25869
25870 \begin_layout Standard
25871 sous forme de code TeX avant votre note de marge.
25872  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25873  qui suivent 
25874 \begin_inset ERT
25875 status collapsed
25876
25877 \begin_layout Plain Layout
25878
25879
25880 \backslash
25881 reversemarginpar 
25882 \end_layout
25883
25884 \end_inset
25885
25886
25887 \begin_inset Marginal
25888 status open
25889
25890 \begin_layout Plain Layout
25891 Cette note en marge est dans la marge interne.
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \series bold
25898
25899 \begin_inset Newline newline
25900 \end_inset
25901
25902
25903 \series default
25904
25905 \begin_inset Note Greyedout
25906 status open
25907
25908 \begin_layout Plain Layout
25909
25910 \series bold
25911 Note:
25912 \series default
25913  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25914  les notes sont souvent mal mises en formes dans la sortie imprimée.
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \begin_layout Standard
25923 Pour revenir au positionnement par défaut, ajoutez la commande :
25924 \end_layout
25925
25926 \begin_layout Standard
25927
25928 \series bold
25929
25930 \backslash
25931 normalmarginpar
25932 \end_layout
25933
25934 \begin_layout Standard
25935 sous forme de code TeX.
25936 \begin_inset ERT
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940
25941
25942 \backslash
25943 normalmarginpar 
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \begin_inset Newline newline
25950 \end_inset
25951
25952  
25953 \begin_inset Note Greyedout
25954 status open
25955
25956 \begin_layout Plain Layout
25957
25958 \series bold
25959 Note:
25960 \series default
25961  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25962  
25963 \series bold
25964
25965 \backslash
25966 reversemarginpar
25967 \series default
25968  est aussi utilisée.
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 \begin_inset VSpace bigskip
25978 \end_inset
25979
25980
25981 \begin_inset Marginal
25982 status open
25983
25984 \begin_layout Plain Layout
25985 UnTrèsLongMotEnMarge sans césure.
25986 \end_layout
25987
25988 \end_inset
25989
25990  Comme dans le cas décrit dans la section
25991 \begin_inset space ~
25992 \end_inset
25993
25994
25995 \begin_inset CommandInset ref
25996 LatexCommand ref
25997 reference "sub:Lignes-multiple-dans-cellule"
25998
25999 \end_inset
26000
26001 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26002  mot d'une note en marge.
26003  Pour éviter ce problème, insérez un espacement horizontal de 0
26004 \begin_inset space \thinspace{}
26005 \end_inset
26006
26007 pt avant le mot en question: 
26008 \begin_inset Marginal
26009 status open
26010
26011 \begin_layout Plain Layout
26012 \begin_inset space \hspace{}
26013 \length 0pt
26014 \end_inset
26015
26016 UnMotTrèsLongEnMarge avec une césure.
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Standard
26025 \begin_inset VSpace bigskip
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset Note Greyedout
26033 status open
26034
26035 \begin_layout Plain Layout
26036
26037 \series bold
26038 Note:
26039 \series default
26040  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26041  tableaux, des flottants et des notes de bas de page.
26042 \end_layout
26043
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \begin_layout Standard
26050 \begin_inset VSpace bigskip
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \begin_inset ERT
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061
26062
26063 \backslash
26064 ifmarginnote
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \begin_inset Note Note
26071 status open
26072
26073 \begin_layout Plain Layout
26074 La section suivante ne sera affichée que si le paquetage LaTeX 
26075 \series bold
26076 marginnote
26077 \series default
26078  a été installé.
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Standard
26087 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26088 \series bold
26089 marginnote
26090 \series default
26091
26092 \begin_inset Index
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096 Paquetages LaTeX ! marginnote
26097 \end_layout
26098
26099 \end_inset
26100
26101 .
26102  En ajoutant les deux lignes suivantes au préambule de votre document, la
26103  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26104  la commande fournie par le paquetage 
26105 \series bold
26106 marginnote
26107 \series default
26108  :
26109 \end_layout
26110
26111 \begin_layout Standard
26112
26113 \series bold
26114
26115 \backslash
26116 usepackage{marginnote}
26117 \begin_inset Newline newline
26118 \end_inset
26119
26120
26121 \backslash
26122 let
26123 \backslash
26124 marginpar
26125 \backslash
26126 marginnote
26127 \end_layout
26128
26129 \begin_layout Standard
26130 Ce paquetage est aussi utilisé dans ce document parce que 
26131 \series bold
26132 marginnote
26133 \series default
26134  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26135  vertical pour une note.
26136  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26137  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26138  en page.
26139  Le décalage est inséré dans LyX sous forme de code TeX directement après
26140  la note sous la forme
26141 \end_layout
26142
26143 \begin_layout Standard
26144
26145 \series bold
26146 [offset]
26147 \end_layout
26148
26149 \begin_layout Standard
26150 où l'offset utilise l'une des unités listées dans le tableau
26151 \begin_inset space ~
26152 \end_inset
26153
26154
26155 \begin_inset CommandInset ref
26156 LatexCommand ref
26157 reference "cha:Unités-de-longueur"
26158
26159 \end_inset
26160
26161 .
26162  Une valeur négative déplace la note vers le haut, une valeur positive la
26163  déplace vers le bas.
26164  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26165  vers le haut de 1.5
26166 \begin_inset space \thinspace{}
26167 \end_inset
26168
26169 cm avec la commande en code TeX 
26170 \begin_inset Quotes eld
26171 \end_inset
26172
26173
26174 \series bold
26175 [-1.5cm]
26176 \series default
26177
26178 \begin_inset Quotes erd
26179 \end_inset
26180
26181
26182 \begin_inset Marginal
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186 Cette note en marge est décalée vers le haut de 1.5
26187 \begin_inset space \thinspace{}
26188 \end_inset
26189
26190 cm par rapport à sa position d'origine.
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \begin_inset ERT
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200
26201 [-1.5cm]
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \begin_layout Standard
26210 \begin_inset VSpace medskip
26211 \end_inset
26212
26213 Avec le paquetage 
26214 \series bold
26215 marginnote
26216 \series default
26217  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26218  Par exemple les commandes 
26219 \end_layout
26220
26221 \begin_layout Standard
26222
26223 \series bold
26224
26225 \backslash
26226 renewcommand*{
26227 \backslash
26228 raggedleftmarginnote}{
26229 \backslash
26230 centering}
26231 \begin_inset Newline newline
26232 \end_inset
26233
26234
26235 \backslash
26236 renewcommand*{
26237 \backslash
26238 raggedrightmarginnote}{
26239 \backslash
26240 centering}
26241 \end_layout
26242
26243 \begin_layout Standard
26244 donnent un alignement centré.
26245  
26246 \series bold
26247
26248 \backslash
26249 raggedleftmarginnote
26250 \series default
26251  indique une note qui apparaît dans la marge de gauche.
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 renewcommand*{
26260 \backslash
26261 raggedleftmarginnote}{
26262 \backslash
26263 centering}
26264 \end_layout
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 renewcommand*{
26271 \backslash
26272 raggedrightmarginnote}{
26273 \backslash
26274 centering}
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \begin_inset Marginal
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284 Le texte de cette note en marge est centré.
26285 \end_layout
26286
26287 \end_inset
26288
26289 .
26290  Le comportement par défaut est donné par
26291 \end_layout
26292
26293 \begin_layout Standard
26294
26295 \series bold
26296
26297 \backslash
26298 renewcommand*{
26299 \backslash
26300 raggedleftmarginnote}{
26301 \backslash
26302 raggedleft}
26303 \begin_inset Newline newline
26304 \end_inset
26305
26306
26307 \backslash
26308 renewcommand*{
26309 \backslash
26310 raggedrightmarginnote}{
26311 \backslash
26312 raggedright}
26313 \series default
26314
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 renewcommand*{
26323 \backslash
26324 raggedleftmarginnote}{
26325 \backslash
26326 raggedleft}
26327 \end_layout
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 renewcommand*{
26334 \backslash
26335 raggedrightmarginnote}{
26336 \backslash
26337 raggedright}
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \begin_layout Standard
26346 \begin_inset VSpace medskip
26347 \end_inset
26348
26349 Pour les autre fonctions du paquetage 
26350 \series bold
26351 marginnote
26352 \series default
26353  nous vous renvoyons à sa documentation 
26354 \begin_inset CommandInset citation
26355 LatexCommand cite
26356 key "marginnote"
26357
26358 \end_inset
26359
26360 .
26361 \end_layout
26362
26363 \begin_layout Standard
26364 \begin_inset VSpace bigskip
26365 \end_inset
26366
26367 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26368  définition.
26369  Pour créer par exemple une entête pour toutes les notes en marge avec le
26370  texte 
26371 \begin_inset Quotes eld
26372 \end_inset
26373
26374
26375 \family sans
26376 \series bold
26377 \bar under
26378 Attention!
26379 \family default
26380 \series default
26381 \bar default
26382
26383 \begin_inset Quotes erd
26384 \end_inset
26385
26386  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26387  de votre document :
26388 \end_layout
26389
26390 \begin_layout Standard
26391
26392 \series bold
26393
26394 \backslash
26395 let
26396 \backslash
26397 myMarginpar
26398 \backslash
26399 marginpar
26400 \begin_inset Newline newline
26401 \end_inset
26402
26403
26404 \backslash
26405 renewcommand{
26406 \backslash
26407 marginpar}[1]{
26408 \backslash
26409 myMarginpar{%
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413
26414 \begin_inset ERT
26415 status collapsed
26416
26417 \begin_layout Plain Layout
26418
26419
26420 \backslash
26421 hphantom{ }
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \backslash
26428 hspace{0pt}
26429 \backslash
26430 textsf{
26431 \backslash
26432 textbf{
26433 \backslash
26434 underbar{Attention!}}}%
26435 \begin_inset Newline newline
26436 \end_inset
26437
26438
26439 \begin_inset ERT
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443
26444
26445 \backslash
26446 hphantom{ }
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \backslash
26453 vspace{1.5mm}
26454 \backslash
26455
26456 \backslash
26457 #1}}
26458 \end_layout
26459
26460 \begin_layout Standard
26461 \begin_inset ERT
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465
26466
26467 \backslash
26468 let
26469 \backslash
26470 myMarginpar
26471 \backslash
26472 marginpar
26473 \end_layout
26474
26475 \begin_layout Plain Layout
26476
26477
26478 \backslash
26479 renewcommand{
26480 \backslash
26481 marginpar}[1]{
26482 \backslash
26483 myMarginpar{%
26484 \end_layout
26485
26486 \begin_layout Plain Layout
26487
26488    
26489 \backslash
26490 textsf{
26491 \backslash
26492 textbf{
26493 \backslash
26494 underbar{Attention!}}}%
26495 \end_layout
26496
26497 \begin_layout Plain Layout
26498
26499    
26500 \backslash
26501 vspace{1.5mm}
26502 \backslash
26503
26504 \backslash
26505 #1}}
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \begin_inset Marginal
26512 status open
26513
26514 \begin_layout Plain Layout
26515 Ceci est une note en marge avec une en-tête prédéfinie.
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526 [-1.5cm]
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \begin_inset ERT
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536
26537
26538 \backslash
26539 renewcommand{
26540 \backslash
26541 marginpar}[1]{
26542 \backslash
26543 myMarginpar{#1}}
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \begin_inset Note Note
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553
26554 \lang english
26555 The margin note format is changed only for this example.
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Standard
26564 \begin_inset ERT
26565 status collapsed
26566
26567 \begin_layout Plain Layout
26568
26569
26570 \backslash
26571 else
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \begin_inset Note Note
26578 status open
26579
26580 \begin_layout Plain Layout
26581 Ce qui suit sera affiché si le paquetage LaTeX 
26582 \series bold
26583 marginnote
26584 \series default
26585  n'est pas installé :
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Standard
26594 Vous devez installer le paquetage LaTeX 
26595 \series bold
26596 marginnote
26597 \series default
26598  pour voir la suite de cette section dans la sortie imprimée.
26599 \end_layout
26600
26601 \begin_layout Standard
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 fi
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Chapter
26618 Les Boîtes
26619 \end_layout
26620
26621 \begin_layout Section
26622 Introduction
26623 \begin_inset Index
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627 Boîtes ! Introduction
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26637  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26638  voir la section
26639 \begin_inset space ~
26640 \end_inset
26641
26642
26643 \begin_inset CommandInset ref
26644 LatexCommand ref
26645 reference "sec:Minipages"
26646
26647 \end_inset
26648
26649 , pour encadrer des portions de texte, voir la section
26650 \begin_inset space ~
26651 \end_inset
26652
26653
26654 \begin_inset CommandInset ref
26655 LatexCommand ref
26656 reference "sec:Boîtes-encadrées"
26657
26658 \end_inset
26659
26660 , pour empêcher que des mots subissent une césure, voir la section
26661 \begin_inset space ~
26662 \end_inset
26663
26664
26665 \begin_inset CommandInset ref
26666 LatexCommand ref
26667 reference "sec:Empêcher-césure"
26668
26669 \end_inset
26670
26671 , pour aligner du texte, voir la section
26672 \begin_inset space ~
26673 \end_inset
26674
26675
26676 \begin_inset CommandInset ref
26677 LatexCommand ref
26678 reference "sub:Alignement-Vertical"
26679
26680 \end_inset
26681
26682 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26683 \begin_inset space ~
26684 \end_inset
26685
26686
26687 \begin_inset CommandInset ref
26688 LatexCommand ref
26689 reference "sec:Boîtes-colorées"
26690
26691 \end_inset
26692
26693 .
26694 \end_layout
26695
26696 \begin_layout Standard
26697 On peut insérer une boîte en utilisant le menu 
26698 \family sans
26699 Insérer\SpecialChar \menuseparator
26700 Boîte
26701 \family default
26702  ou avec le bouton 
26703 \begin_inset Graphics
26704         filename ../../images/box-insert.png
26705         scale 85
26706         scaleBeforeRotation
26707
26708 \end_inset
26709
26710  de la barre d'outils.
26711  Une boîte grise avec une étiquette 
26712 \family sans
26713 Boîte
26714 \begin_inset space ~
26715 \end_inset
26716
26717 (Minipage)
26718 \family default
26719
26720 \begin_inset Graphics
26721         filename clipart/BoxInsetDefaultQt4.png
26722         scale 65
26723         scaleBeforeRotation
26724
26725 \end_inset
26726
26727 , est alors insérée.
26728  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26729  La fenêtre de dialogue qui apparaît donne accès aux types de
26730 \family sans
26731  Boîte
26732 \begin_inset space ~
26733 \end_inset
26734
26735 Intérieure
26736 \family default
26737  
26738 \family sans
26739 Parbox
26740 \begin_inset Note Note
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744 En attendant un traduction plus correcte NdT
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \family default
26751  et 
26752 \family sans
26753 Minipage
26754 \family default
26755 .
26756  Le type 
26757 \family sans
26758 Minipage
26759 \family default
26760  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26761  dans la section
26762 \begin_inset space ~
26763 \end_inset
26764
26765
26766 \begin_inset CommandInset ref
26767 LatexCommand ref
26768 reference "sec:Minipages"
26769
26770 \end_inset
26771
26772 ; le type 
26773 \family sans
26774 Parbox
26775 \family default
26776  est décrit dans la section
26777 \begin_inset space ~
26778 \end_inset
26779
26780
26781 \begin_inset CommandInset ref
26782 LatexCommand ref
26783 reference "sec:Parboxes"
26784
26785 \end_inset
26786
26787 .
26788 \end_layout
26789
26790 \begin_layout Standard
26791 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26792  comme les flottants ou les notes de bas de page.
26793 \end_layout
26794
26795 \begin_layout Standard
26796 \begin_inset Note Greyedout
26797 status open
26798
26799 \begin_layout Plain Layout
26800
26801 \series bold
26802 Note:
26803 \series default
26804  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26805  de type 
26806 \family sans
26807 Liste
26808 \family default
26809  ou 
26810 \family sans
26811 Description
26812 \family default
26813 .
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \begin_layout Standard
26822 \begin_inset Note Greyedout
26823 status open
26824
26825 \begin_layout Plain Layout
26826
26827 \series bold
26828 Note:
26829 \series default
26830  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26831 \family sans
26832 Boîte
26833 \begin_inset space ~
26834 \end_inset
26835
26836 Intérieure
26837 \family default
26838  à 
26839 \family sans
26840 Aucune
26841 \family default
26842  que quand vous utilisez une boîte encadrée.
26843  Les boîtes sans 
26844 \family sans
26845 Boîte
26846 \begin_inset space ~
26847 \end_inset
26848
26849 Intérieure
26850 \family default
26851  et sans cadre sont expliquées dans la section
26852 \begin_inset space ~
26853 \end_inset
26854
26855
26856 \begin_inset CommandInset ref
26857 LatexCommand ref
26858 reference "sec:Empêcher-césure"
26859
26860 \end_inset
26861
26862 .
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Section
26871 La fenêtre de dialogue Boîte
26872 \begin_inset CommandInset label
26873 LatexCommand label
26874 name "sec:Boîte-Dialogue"
26875
26876 \end_inset
26877
26878
26879 \begin_inset Index
26880 status collapsed
26881
26882 \begin_layout Plain Layout
26883 Boîtes ! Fenêtre de dialogue Boîte
26884 \end_layout
26885
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \begin_layout Subsection
26892 Taille
26893 \begin_inset Index
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897 Boîtes ! Taille
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \begin_layout Standard
26906 Dans la fenêtre de dialogue 
26907 \family sans
26908 Paramètres
26909 \begin_inset space ~
26910 \end_inset
26911
26912 de
26913 \begin_inset space ~
26914 \end_inset
26915
26916 Boîte
26917 \family default
26918  vous pouvez modifier la géométrie de la boîte avec les champs 
26919 \family sans
26920 Largeur
26921 \family default
26922  et 
26923 \family sans
26924 Hauteur
26925 \family default
26926 .
26927  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26928  dans le tableau
26929 \begin_inset space ~
26930 \end_inset
26931
26932
26933 \begin_inset CommandInset ref
26934 LatexCommand ref
26935 reference "tab:Unités"
26936
26937 \end_inset
26938
26939 .
26940  Le champ 
26941 \family sans
26942 Hauteur
26943 \family default
26944  offre en plus les spécifications de taille suivantes :
26945 \end_layout
26946
26947 \begin_layout Description
26948 Profondeur C'est simplement la 
26949 \begin_inset Quotes eld
26950 \end_inset
26951
26952 hauteur
26953 \begin_inset Quotes erd
26954 \end_inset
26955
26956  du texte.
26957  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26958  lignes de texte dans la boîte.
26959 \begin_inset Newline newline
26960 \end_inset
26961
26962
26963 \begin_inset Newline newline
26964 \end_inset
26965
26966
26967 \begin_inset Newline newline
26968 \end_inset
26969
26970
26971 \begin_inset Box Boxed
26972 position "c"
26973 hor_pos "c"
26974 has_inner_box 1
26975 inner_pos "c"
26976 use_parbox 0
26977 width "12col%"
26978 special "none"
26979 height "1in"
26980 height_special "depth"
26981 status open
26982
26983 \begin_layout Plain Layout
26984 \align center
26985 Boîte dont la hauteur est égale à 1
26986 \begin_inset space \thinspace{}
26987 \end_inset
26988
26989 Profondeur
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \begin_inset Newline newline
26996 \end_inset
26997
26998
26999 \begin_inset Newline newline
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \begin_layout Description
27006 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27007  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27008  est deux fois plus haute que le texte : 
27009 \begin_inset Box Boxed
27010 position "c"
27011 hor_pos "c"
27012 has_inner_box 1
27013 inner_pos "c"
27014 use_parbox 0
27015 width "20col%"
27016 special "none"
27017 height "2in"
27018 height_special "height"
27019 status open
27020
27021 \begin_layout Plain Layout
27022 \align center
27023 Boîte dont la hauteur est 2
27024 \begin_inset space \thinspace{}
27025 \end_inset
27026
27027 Hauteur
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Description
27036 Hauteur
27037 \begin_inset space ~
27038 \end_inset
27039
27040 Totale C'est égal à Hauteur
27041 \begin_inset space \thinspace{}
27042 \end_inset
27043
27044 +
27045 \begin_inset space \thinspace{}
27046 \end_inset
27047
27048 Profondeur : 
27049 \begin_inset Box Boxed
27050 position "c"
27051 hor_pos "c"
27052 has_inner_box 1
27053 inner_pos "c"
27054 use_parbox 0
27055 width "20col%"
27056 special "none"
27057 height "1in"
27058 height_special "totalheight"
27059 status open
27060
27061 \begin_layout Plain Layout
27062 \align center
27063 Boîte dont la hauteur est 1
27064 \begin_inset space \thinspace{}
27065 \end_inset
27066
27067 Hauteur
27068 \begin_inset space ~
27069 \end_inset
27070
27071 Totale
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Description
27080 Largeur On prend la largeur de la boîte comme hauteur : 
27081 \begin_inset Box Boxed
27082 position "c"
27083 hor_pos "c"
27084 has_inner_box 1
27085 inner_pos "c"
27086 use_parbox 0
27087 width "12col%"
27088 special "none"
27089 height "1in"
27090 height_special "width"
27091 status open
27092
27093 \begin_layout Plain Layout
27094 \align center
27095 Boîte dont la hauteur est 1
27096 \begin_inset space \thinspace{}
27097 \end_inset
27098
27099 Largeur
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \begin_layout Subsection
27108 Alignement
27109 \begin_inset Index
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113 Boîtes ! Alignement
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \end_layout
27120
27121 \begin_layout Standard
27122 Quand vous avez choisi une 
27123 \family sans
27124 Boîte
27125 \begin_inset space ~
27126 \end_inset
27127
27128 Intérieure
27129 \family default
27130 , l'alignement vertical de la boîte peut être :
27131 \end_layout
27132
27133 \begin_layout Description
27134 Haut Ceci est un exemple de texte.
27135  
27136 \begin_inset Box Boxed
27137 position "t"
27138 hor_pos "c"
27139 has_inner_box 1
27140 inner_pos "c"
27141 use_parbox 0
27142 width "12col%"
27143 special "none"
27144 height "1in"
27145 height_special "totalheight"
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149 \align center
27150 Cette boîte est alignée sur le haut.
27151 \end_layout
27152
27153 \end_inset
27154
27155  Ceci est un exemple de texte.
27156 \end_layout
27157
27158 \begin_layout Description
27159 Milieu Ceci est un exemple de texte.
27160  
27161 \begin_inset Box Boxed
27162 position "c"
27163 hor_pos "c"
27164 has_inner_box 1
27165 inner_pos "c"
27166 use_parbox 0
27167 width "12col%"
27168 special "none"
27169 height "1in"
27170 height_special "totalheight"
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 \align center
27175 Cette boîte est alignée au centre.
27176 \end_layout
27177
27178 \end_inset
27179
27180  Ceci est un exemple de texte.
27181 \end_layout
27182
27183 \begin_layout Description
27184 Bas Ceci est un exemple de texte.
27185  
27186 \begin_inset Box Boxed
27187 position "b"
27188 hor_pos "c"
27189 has_inner_box 1
27190 inner_pos "c"
27191 use_parbox 0
27192 width "12col%"
27193 special "none"
27194 height "1in"
27195 height_special "totalheight"
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199 \align center
27200 Cette boîte est alignée sur le bas.
27201 \end_layout
27202
27203 \end_inset
27204
27205  Ceci est un exemple de texte.
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \begin_inset Note Greyedout
27210 status open
27211
27212 \begin_layout Plain Layout
27213
27214 \series bold
27215 Note:
27216 \series default
27217  L'alignement vertical peut être perturbé dans la sortie finale quand vous
27218  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
27219  l'autre non.
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Standard
27228 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27229  paragraphe grâce à la fenêtre de dialogue 
27230 \family sans
27231 Paramètres
27232 \begin_inset space ~
27233 \end_inset
27234
27235 de
27236 \begin_inset space ~
27237 \end_inset
27238
27239 Boîte
27240 \family default
27241 .
27242 \end_layout
27243
27244 \begin_layout Standard
27245 \begin_inset VSpace bigskip
27246 \end_inset
27247
27248 Quand vous avez choisi une 
27249 \family sans
27250 Boîte
27251 \begin_inset space ~
27252 \end_inset
27253
27254 Intérieure
27255 \family default
27256 , l'alignement vertical du contenu de la boîte peut être :
27257 \end_layout
27258
27259 \begin_layout Description
27260 haut Ceci est un exemple de texte.
27261 \begin_inset Box Boxed
27262 position "c"
27263 hor_pos "c"
27264 has_inner_box 1
27265 inner_pos "t"
27266 use_parbox 0
27267 width "12col%"
27268 special "none"
27269 height "1.5in"
27270 height_special "totalheight"
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 \align center
27275 Le texte de cette boîte est aligné sur le haut.
27276 \end_layout
27277
27278 \end_inset
27279
27280  Ceci est un exemple de texte.
27281 \end_layout
27282
27283 \begin_layout Description
27284 milieu Ceci est un exemple de texte.
27285  
27286 \begin_inset Box Boxed
27287 position "c"
27288 hor_pos "c"
27289 has_inner_box 1
27290 inner_pos "c"
27291 use_parbox 0
27292 width "12col%"
27293 special "none"
27294 height "1.5in"
27295 height_special "totalheight"
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299 \align center
27300 Le texte de cette boîte est aligné au centre
27301 \end_layout
27302
27303 \end_inset
27304
27305  Ceci est un exemple de texte.
27306 \end_layout
27307
27308 \begin_layout Description
27309 bas Ceci est un exemple de texte.
27310  
27311 \begin_inset Box Boxed
27312 position "c"
27313 hor_pos "c"
27314 has_inner_box 1
27315 inner_pos "b"
27316 use_parbox 0
27317 width "12col%"
27318 special "none"
27319 height "1.5in"
27320 height_special "totalheight"
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 \align center
27325 Le texte de cette boîte est aligné en bas.
27326 \end_layout
27327
27328 \end_inset
27329
27330  Ceci est un exemple de texte.
27331 \end_layout
27332
27333 \begin_layout Description
27334 élongation Ceci est un exemple de texte.
27335  
27336 \begin_inset Box Boxed
27337 position "c"
27338 hor_pos "c"
27339 has_inner_box 1
27340 inner_pos "s"
27341 use_parbox 0
27342 width "12col%"
27343 special "none"
27344 height "1.5in"
27345 height_special "totalheight"
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349 \align center
27350 Le texte 
27351 \end_layout
27352
27353 \begin_layout Plain Layout
27354 \align center
27355 de cette
27356 \end_layout
27357
27358 \begin_layout Plain Layout
27359 \align center
27360 boîte est
27361 \end_layout
27362
27363 \begin_layout Plain Layout
27364 \align center
27365 allongé.
27366 \end_layout
27367
27368 \end_inset
27369
27370  Ceci est un exemple de texte.
27371 \end_layout
27372
27373 \begin_layout Standard
27374 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27375  paragraphe.
27376  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27377 \end_layout
27378
27379 \begin_layout Standard
27380 \begin_inset VSpace bigskip
27381 \end_inset
27382
27383 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27384  la fenêtre de dialogue 
27385 \family sans
27386 Paramètres
27387 \begin_inset space ~
27388 \end_inset
27389
27390 de
27391 \begin_inset space ~
27392 \end_inset
27393
27394 paragraphe
27395 \family default
27396  quand vous avez choisi une 
27397 \family sans
27398 Boîte
27399 \begin_inset space ~
27400 \end_inset
27401
27402 Intérieure
27403 \family default
27404 .
27405 \end_layout
27406
27407 \begin_layout Standard
27408 \align center
27409 \begin_inset Box Boxed
27410 position "c"
27411 hor_pos "c"
27412 has_inner_box 1
27413 inner_pos "s"
27414 use_parbox 0
27415 width "15col%"
27416 special "none"
27417 height "1.25in"
27418 height_special "totalheight"
27419 status open
27420
27421 \begin_layout Plain Layout
27422 \align left
27423 Le texte de 
27424 \end_layout
27425
27426 \begin_layout Plain Layout
27427 \align left
27428 cette boîte
27429 \end_layout
27430
27431 \begin_layout Plain Layout
27432 \align right
27433 est allongé.
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Standard
27442 Si vous n'avez pas choisi une 
27443 \family sans
27444 Boîte
27445 \begin_inset space ~
27446 \end_inset
27447
27448 Intérieure
27449 \family default
27450 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27451  de dialogue de boîte.
27452 \end_layout
27453
27454 \begin_layout Standard
27455 \align center
27456 \begin_inset Box Boxed
27457 position "c"
27458 hor_pos "s"
27459 has_inner_box 0
27460 inner_pos "s"
27461 use_parbox 0
27462 width "90col%"
27463 special "none"
27464 height "1.25in"
27465 height_special "totalheight"
27466 status open
27467
27468 \begin_layout Plain Layout
27469 \align left
27470 Le texte de cette boîte est allongé horizontalement.
27471 \end_layout
27472
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \begin_layout Subsection
27479 Les Boîtes Encadrées
27480 \begin_inset CommandInset label
27481 LatexCommand label
27482 name "sec:Boîtes-encadrées"
27483
27484 \end_inset
27485
27486
27487 \begin_inset Index
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Boîtes ! Cadres
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27501  
27502 \family sans
27503 Décoration
27504 \family default
27505  dans la boîte de dialogue 
27506 \family sans
27507 Paramètres
27508 \begin_inset space ~
27509 \end_inset
27510
27511 de
27512 \begin_inset space ~
27513 \end_inset
27514
27515 Boîte
27516 \family default
27517 .
27518  Les possibilités sont les suivantes :
27519 \end_layout
27520
27521 \begin_layout Description
27522 Boîte
27523 \begin_inset space ~
27524 \end_inset
27525
27526 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27527  L'épaisseur du trait de ce cadre est donnée par la variable  
27528 \series bold
27529
27530 \backslash
27531 fboxrule
27532 \series default
27533 .
27534  
27535 \begin_inset Box Boxed
27536 position "c"
27537 hor_pos "c"
27538 has_inner_box 1
27539 inner_pos "c"
27540 use_parbox 0
27541 width "20col%"
27542 special "none"
27543 height "1in"
27544 height_special "totalheight"
27545 status open
27546
27547 \begin_layout Plain Layout
27548 \align center
27549 Boîte rectangulaire
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Description
27558 Boîte
27559 \begin_inset space ~
27560 \end_inset
27561
27562 ovale,
27563 \begin_inset space ~
27564 \end_inset
27565
27566 fine Ceci dessine un cadre ovalisée autour de la boîte.
27567  L'épaisseur du trait de ce cadre est de  0.4
27568 \begin_inset space \thinspace{}
27569 \end_inset
27570
27571 pt.
27572  
27573 \begin_inset Box ovalbox
27574 position "c"
27575 hor_pos "c"
27576 has_inner_box 1
27577 inner_pos "c"
27578 use_parbox 0
27579 width "20col%"
27580 special "none"
27581 height "1in"
27582 height_special "totalheight"
27583 status open
27584
27585 \begin_layout Plain Layout
27586 \align center
27587 Boîte ovalisée, fine
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \begin_layout Description
27596 Boîte
27597 \begin_inset space ~
27598 \end_inset
27599
27600 ovale,
27601 \begin_inset space ~
27602 \end_inset
27603
27604 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27605  L'épaisseur du trait de ce cadre est de   0.8
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 pt.
27610  
27611 \begin_inset Box Ovalbox
27612 position "c"
27613 hor_pos "c"
27614 has_inner_box 1
27615 inner_pos "c"
27616 use_parbox 0
27617 width "20col%"
27618 special "none"
27619 height "1in"
27620 height_special "totalheight"
27621 status open
27622
27623 \begin_layout Plain Layout
27624 \align center
27625 Boîte ovalisée, épaisse
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Description
27634 Boîte
27635 \begin_inset space ~
27636 \end_inset
27637
27638 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27639  L'épaisseur du trait de ce cadre est donnée par la variable  
27640 \series bold
27641
27642 \backslash
27643 fboxrule
27644 \series default
27645 , l'ombre a une épaisseur de  4
27646 \begin_inset space \thinspace{}
27647 \end_inset
27648
27649 pt.
27650  
27651 \begin_inset Box Shadowbox
27652 position "c"
27653 hor_pos "c"
27654 has_inner_box 1
27655 inner_pos "c"
27656 use_parbox 0
27657 width "20col%"
27658 special "none"
27659 height "1in"
27660 height_special "totalheight"
27661 status open
27662
27663 \begin_layout Plain Layout
27664 \align center
27665 Boîte ombrée
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Description
27674 Boîte
27675 \begin_inset space ~
27676 \end_inset
27677
27678 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27679  L'épaisseur du trait du cadre interne est de 0.75
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683
27684 \series bold
27685
27686 \backslash
27687 fboxrule
27688 \series default
27689 , l'épaisseur du trait du cadre externe est de 1.5
27690 \begin_inset space \thinspace{}
27691 \end_inset
27692
27693
27694 \series bold
27695
27696 \backslash
27697 fboxrule
27698 \series default
27699 .
27700  La distance entre les deux cadres est de  1.5
27701 \begin_inset space \thinspace{}
27702 \end_inset
27703
27704
27705 \series bold
27706
27707 \backslash
27708 fboxrule
27709 \series default
27710
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 +
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 0.5
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 pt.
27723  
27724 \begin_inset Box Doublebox
27725 position "c"
27726 hor_pos "c"
27727 has_inner_box 1
27728 inner_pos "c"
27729 use_parbox 0
27730 width "20col%"
27731 special "none"
27732 height "1in"
27733 height_special "totalheight"
27734 status open
27735
27736 \begin_layout Plain Layout
27737 \align center
27738 Boîte double
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \end_layout
27745
27746 \begin_layout Standard
27747 \begin_inset VSpace bigskip
27748 \end_inset
27749
27750 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27751  style de boîte utilisé.
27752  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27753  le paquetage LaTeX 
27754 \series bold
27755 fancybox
27756 \series default
27757 .
27758 \end_layout
27759
27760 \begin_layout Section
27761
27762 \lang english
27763 Box customization
27764 \begin_inset Index
27765 status open
27766
27767 \begin_layout Plain Layout
27768 Boîtes! 
27769 \lang english
27770 Customization
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Standard
27779 La valeur par défaut pour la variable 
27780 \series bold
27781
27782 \backslash
27783 fboxrule
27784 \series default
27785  est 0.4
27786 \begin_inset space \thinspace{}
27787 \end_inset
27788
27789 pt.
27790  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27791  pour avoir 2
27792 \begin_inset space \thinspace{}
27793 \end_inset
27794
27795 pt :
27796 \end_layout
27797
27798 \begin_layout Standard
27799
27800 \series bold
27801
27802 \backslash
27803 setlength{
27804 \backslash
27805 fboxrule}{2pt}
27806 \end_layout
27807
27808 \begin_layout Standard
27809 \begin_inset ERT
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813
27814
27815 \backslash
27816 setlength{
27817 \backslash
27818 fboxrule}{2pt}
27819 \end_layout
27820
27821 \end_inset
27822
27823
27824 \begin_inset Box Boxed
27825 position "c"
27826 hor_pos "c"
27827 has_inner_box 1
27828 inner_pos "c"
27829 use_parbox 0
27830 width "25col%"
27831 special "none"
27832 height "1in"
27833 height_special "totalheight"
27834 status open
27835
27836 \begin_layout Plain Layout
27837 \align center
27838 Boîte rectangulaire avec 
27839 \series bold
27840
27841 \backslash
27842 fboxrule
27843 \series default
27844
27845 \begin_inset space \thinspace{}
27846 \end_inset
27847
27848 =
27849 \begin_inset space \thinspace{}
27850 \end_inset
27851
27852 2
27853 \begin_inset space \thinspace{}
27854 \end_inset
27855
27856 pt
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \begin_inset ERT
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866
27867
27868 \backslash
27869 setlength{
27870 \backslash
27871 fboxrule}{0.4pt}
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 \begin_inset VSpace bigskip
27881 \end_inset
27882
27883 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27884  les types de cadres, par défaut il est de 3
27885 \begin_inset space \thinspace{}
27886 \end_inset
27887
27888 pt.
27889  Vous pouvez le modifier en donnant une autre valeur à la variable 
27890 \series bold
27891
27892 \backslash
27893 fboxsep
27894 \series default
27895 .
27896  Par exemple la commande
27897 \end_layout
27898
27899 \begin_layout Standard
27900
27901 \series bold
27902
27903 \backslash
27904 setlength{
27905 \backslash
27906 fboxsep}{10pt}
27907 \end_layout
27908
27909 \begin_layout Standard
27910 met une valeur de 10
27911 \begin_inset space \thinspace{}
27912 \end_inset
27913
27914 pt, comme celle utilisée pour cette boîte :
27915 \end_layout
27916
27917 \begin_layout Standard
27918 \begin_inset ERT
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922
27923
27924 \backslash
27925 setlength{
27926 \backslash
27927 fboxsep}{10pt}
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \begin_inset Box Boxed
27934 position "c"
27935 hor_pos "c"
27936 has_inner_box 1
27937 inner_pos "c"
27938 use_parbox 0
27939 width "25col%"
27940 special "none"
27941 height "1in"
27942 height_special "totalheight"
27943 status open
27944
27945 \begin_layout Plain Layout
27946 \align center
27947 Boîte rectangulaire avec 
27948 \series bold
27949
27950 \backslash
27951 fboxsep
27952 \series default
27953
27954 \begin_inset space \thinspace{}
27955 \end_inset
27956
27957 =
27958 \begin_inset space \thinspace{}
27959 \end_inset
27960
27961 10
27962 \begin_inset space \thinspace{}
27963 \end_inset
27964
27965 pt
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \begin_inset ERT
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975
27976
27977 \backslash
27978 setlength{
27979 \backslash
27980 fboxsep}{3pt}
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \end_layout
27987
27988 \begin_layout Standard
27989 \begin_inset VSpace bigskip
27990 \end_inset
27991
27992 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27993  la commande 
27994 \series bold
27995
27996 \backslash
27997 cornersize
27998 \series default
27999 .
28000  Par exemple, la commande
28001 \end_layout
28002
28003 \begin_layout Standard
28004
28005 \series bold
28006
28007 \backslash
28008 cornersize*{1cm}
28009 \end_layout
28010
28011 \begin_layout Standard
28012 donne un diamètre de 1
28013 \begin_inset space \thinspace{}
28014 \end_inset
28015
28016 cm.
28017  La commande
28018 \end_layout
28019
28020 \begin_layout Standard
28021
28022 \series bold
28023
28024 \backslash
28025 cornersize{num}
28026 \end_layout
28027
28028 \begin_layout Standard
28029 fixe le diamètre à 
28030 \family sans
28031 num
28032 \begin_inset space \thinspace{}
28033 \end_inset
28034
28035 ×
28036 \begin_inset space \thinspace{}
28037 \end_inset
28038
28039 minimum(largeur et hauteur de la boîte)
28040 \family default
28041 .
28042  La valeur par défaut est 
28043 \series bold
28044
28045 \backslash
28046 cornersize{0.5}
28047 \series default
28048 .
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \begin_inset ERT
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056
28057
28058 \backslash
28059 cornersize*{1.5cm}
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \begin_inset Box Ovalbox
28066 position "c"
28067 hor_pos "c"
28068 has_inner_box 1
28069 inner_pos "c"
28070 use_parbox 0
28071 width "25col%"
28072 special "none"
28073 height "1in"
28074 height_special "totalheight"
28075 status open
28076
28077 \begin_layout Plain Layout
28078 \align center
28079 Boîte ovale avec 
28080 \series bold
28081
28082 \backslash
28083 cornersize
28084 \series default
28085
28086 \begin_inset space \thinspace{}
28087 \end_inset
28088
28089 =
28090 \begin_inset space \thinspace{}
28091 \end_inset
28092
28093 1.5
28094 \begin_inset space \thinspace{}
28095 \end_inset
28096
28097 cm
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \begin_inset ERT
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107
28108
28109 \backslash
28110 cornersize{0.5}
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Standard
28119 \begin_inset VSpace bigskip
28120 \end_inset
28121
28122 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28123  
28124 \series bold
28125
28126 \backslash
28127 shadowsize
28128 \series default
28129 .
28130  Elle est fixée à 2
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 pt pour la boîte suivante par la commande :
28135 \end_layout
28136
28137 \begin_layout Standard
28138
28139 \series bold
28140
28141 \backslash
28142 setlength{
28143 \backslash
28144 shadowsize}{2pt}
28145 \end_layout
28146
28147 \begin_layout Standard
28148 \begin_inset ERT
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152
28153
28154 \backslash
28155 setlength{
28156 \backslash
28157 shadowsize}{2pt}
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \begin_inset Box Shadowbox
28164 position "c"
28165 hor_pos "c"
28166 has_inner_box 1
28167 inner_pos "c"
28168 use_parbox 0
28169 width "25col%"
28170 special "none"
28171 height "1in"
28172 height_special "totalheight"
28173 status open
28174
28175 \begin_layout Plain Layout
28176 \align center
28177 Boîte ombrée avec 
28178 \series bold
28179
28180 \backslash
28181 shadowsize
28182 \series default
28183
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 =
28188 \begin_inset space \thinspace{}
28189 \end_inset
28190
28191 2
28192 \begin_inset space \thinspace{}
28193 \end_inset
28194
28195 pt
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \begin_inset ERT
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205
28206
28207 \backslash
28208 setlength{
28209 \backslash
28210 shadowsize}{4pt}
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Standard
28219 \begin_inset VSpace bigskip
28220 \end_inset
28221
28222 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28223  les boîtes qui suivent la commandes qui les a changées.
28224 \end_layout
28225
28226 \begin_layout Section
28227 Minipages
28228 \begin_inset CommandInset label
28229 LatexCommand label
28230 name "sec:Minipages"
28231
28232 \end_inset
28233
28234
28235 \begin_inset Index
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 Boîtes ! Minipages
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28249 ur d'une page.
28250  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28251  règles d'indentation, de saut de ligne, etc.
28252  s'appliquent.
28253 \end_layout
28254
28255 \begin_layout Standard
28256 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28257  langues.
28258 \end_layout
28259
28260 \begin_layout Standard
28261 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28262  Leur largeur est fixée à 45
28263 \begin_inset space \thinspace{}
28264 \end_inset
28265
28266 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28267  via le menu 
28268 \family sans
28269 Insérer\SpecialChar \menuseparator
28270 Formats\SpecialChar \menuseparator
28271 Ressort
28272 \begin_inset space ~
28273 \end_inset
28274
28275 Horizontal
28276 \family default
28277 .
28278 \end_layout
28279
28280 \begin_layout Standard
28281
28282 \lang english
28283 \begin_inset Box Frameless
28284 position "t"
28285 hor_pos "c"
28286 has_inner_box 1
28287 inner_pos "c"
28288 use_parbox 0
28289 width "45col%"
28290 special "none"
28291 height "1in"
28292 height_special "totalheight"
28293 status open
28294
28295 \begin_layout Plain Layout
28296
28297 \lang german
28298 Dies ist ein deutscher Text.
28299  Dies ist ein deutscher Text.
28300  Dies ist ein deutscher Text.
28301  Dies ist ein deutscher Text.
28302  Dies ist ein deutscher Text.
28303  Dies ist ein deutscher Text.
28304  Dies ist ein deutscher Text.
28305  Dies ist ein deutscher Text.
28306  Dies ist ein deutscher Text.
28307  Dies ist ein deutscher Text.
28308  Dies ist ein deutscher Text.
28309  Dies ist ein deutscher Text.
28310  Dies ist ein deutscher Text
28311 \begin_inset Foot
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316 \lang german
28317 Dies ist eine deutsche Fußnote.
28318 \end_layout
28319
28320 \end_inset
28321
28322 .
28323  Dies ist ein deutscher Text.
28324  Dies ist ein deutscher Text.
28325 \end_layout
28326
28327 \end_inset
28328
28329
28330 \begin_inset space \hfill{}
28331 \end_inset
28332
28333
28334 \begin_inset Box Frameless
28335 position "t"
28336 hor_pos "c"
28337 has_inner_box 1
28338 inner_pos "c"
28339 use_parbox 0
28340 width "45col%"
28341 special "none"
28342 height "1in"
28343 height_special "totalheight"
28344 status open
28345
28346 \begin_layout Plain Layout
28347
28348 \lang english
28349 This is an English Text.
28350  This is an English Text.
28351  This is an English Text.
28352  This is an English Text.
28353  This is an English Text.
28354  This is an English Text.
28355  This is an English Text.
28356  This is an English Text.
28357  This is an English Text.
28358  This is an English Text.
28359  This is an English Text.
28360  This is an English Text.
28361  This is an English Text.
28362  This is an English Text.
28363  This is an English Text.
28364  This is an English Text.
28365 \begin_inset Foot
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369
28370 \lang english
28371 This is an English footnote.
28372 \end_layout
28373
28374 \end_inset
28375
28376  This is an English Text.
28377  
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Standard
28386 \begin_inset VSpace bigskip
28387 \end_inset
28388
28389 Une autre application des minipages est l'ajout de notes de bas de page
28390  à l'intérieur d'un tableau.
28391  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28392  dans un tableau n'apparaissent pas en bas de la page courante.
28393  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28394  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28395  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28396  dehors des minipages.
28397 \end_layout
28398
28399 \begin_layout Standard
28400 Les notes de bas de page de ce tableau n'apparaissent pas : 
28401 \begin_inset Tabular
28402 <lyxtabular version="3" rows="3" columns="4">
28403 <features>
28404 <column alignment="center" valignment="top" width="0pt">
28405 <column alignment="center" valignment="top" width="0pt">
28406 <column alignment="center" valignment="top" width="0pt">
28407 <column alignment="center" valignment="top" width="0pt">
28408 <row>
28409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Plain Layout
28413 1
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28419 \begin_inset Text
28420
28421 \begin_layout Plain Layout
28422 2
28423 \end_layout
28424
28425 \end_inset
28426 </cell>
28427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28428 \begin_inset Text
28429
28430 \begin_layout Plain Layout
28431 3
28432 \begin_inset Foot
28433 status open
28434
28435 \begin_layout Plain Layout
28436 Ceci est une note de bas de page à l'intérieur d'un tableau.
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \end_layout
28443
28444 \end_inset
28445 </cell>
28446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28447 \begin_inset Text
28448
28449 \begin_layout Plain Layout
28450 4
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 </row>
28456 <row>
28457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Plain Layout
28461 a
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 b
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 c
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 d
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 </row>
28494 <row>
28495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499 e
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28505 \begin_inset Text
28506
28507 \begin_layout Plain Layout
28508 f
28509 \end_layout
28510
28511 \end_inset
28512 </cell>
28513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28514 \begin_inset Text
28515
28516 \begin_layout Plain Layout
28517 g
28518 \end_layout
28519
28520 \end_inset
28521 </cell>
28522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28523 \begin_inset Text
28524
28525 \begin_layout Plain Layout
28526 h
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 </row>
28532 </lyxtabular>
28533
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Standard
28540 \align center
28541 \begin_inset Box Frameless
28542 position "t"
28543 hor_pos "c"
28544 has_inner_box 1
28545 inner_pos "c"
28546 use_parbox 0
28547 width "30col%"
28548 special "none"
28549 height "1in"
28550 height_special "totalheight"
28551 status open
28552
28553 \begin_layout Plain Layout
28554 \align center
28555 \begin_inset Tabular
28556 <lyxtabular version="3" rows="3" columns="4">
28557 <features>
28558 <column alignment="center" valignment="top" width="0pt">
28559 <column alignment="center" valignment="top" width="0pt">
28560 <column alignment="center" valignment="top" width="0pt">
28561 <column alignment="center" valignment="top" width="0pt">
28562 <row>
28563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28564 \begin_inset Text
28565
28566 \begin_layout Plain Layout
28567 1
28568 \end_layout
28569
28570 \end_inset
28571 </cell>
28572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Plain Layout
28576 2
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 3
28586 \begin_inset Foot
28587 status open
28588
28589 \begin_layout Plain Layout
28590 Ceci est une note de bas de page à l'intérieur d'un tableau.
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28601 \begin_inset Text
28602
28603 \begin_layout Plain Layout
28604 4
28605 \end_layout
28606
28607 \end_inset
28608 </cell>
28609 </row>
28610 <row>
28611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28612 \begin_inset Text
28613
28614 \begin_layout Plain Layout
28615 a
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Plain Layout
28624 b
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633 c
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28639 \begin_inset Text
28640
28641 \begin_layout Plain Layout
28642 d
28643 \end_layout
28644
28645 \end_inset
28646 </cell>
28647 </row>
28648 <row>
28649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Plain Layout
28653 e
28654 \end_layout
28655
28656 \end_inset
28657 </cell>
28658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28659 \begin_inset Text
28660
28661 \begin_layout Plain Layout
28662 f
28663 \end_layout
28664
28665 \end_inset
28666 </cell>
28667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28668 \begin_inset Text
28669
28670 \begin_layout Plain Layout
28671 g
28672 \end_layout
28673
28674 \end_inset
28675 </cell>
28676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28677 \begin_inset Text
28678
28679 \begin_layout Plain Layout
28680 h
28681 \end_layout
28682
28683 \end_inset
28684 </cell>
28685 </row>
28686 </lyxtabular>
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \begin_layout Standard
28699 \begin_inset VSpace bigskip
28700 \end_inset
28701
28702 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28703  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28704  minipages, même si vous les avez mis par exemple à 
28705 \family sans
28706 Moyen
28707 \family default
28708  dans les paramètres du document.
28709 \end_layout
28710
28711 \begin_layout Standard
28712 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28713  portion de texte, voyez la section
28714 \begin_inset space ~
28715 \end_inset
28716
28717
28718 \begin_inset CommandInset ref
28719 LatexCommand ref
28720 reference "sub:Couleur-pour-les-Paragraphes"
28721
28722 \end_inset
28723
28724 .
28725 \end_layout
28726
28727 \begin_layout Standard
28728 \begin_inset Note Greyedout
28729 status open
28730
28731 \begin_layout Plain Layout
28732
28733 \series bold
28734 Note:
28735 \series default
28736  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28737  mais les minipages peuvent être utilisées dans un tableau, un flottant
28738  ou une autre boîte.
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Section
28747 Les Parboxes
28748 \begin_inset CommandInset label
28749 LatexCommand label
28750 name "sec:Parboxes"
28751
28752 \end_inset
28753
28754
28755 \begin_inset Index
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Boîtes ! Parboxes
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Standard
28768 \begin_inset Note Note
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772
28773 \lang english
28774 En attendant une traduction de parbox (NdT)
28775 \end_layout
28776
28777 \end_inset
28778
28779 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28780  ne peuvent avoir de note de bas de page.
28781  La principale différence avec les minipages, c'est que les minipages au
28782  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28783  LaTeX.
28784 \end_layout
28785
28786 \begin_layout Standard
28787 \align center
28788 \begin_inset Box Frameless
28789 position "t"
28790 hor_pos "c"
28791 has_inner_box 1
28792 inner_pos "t"
28793 use_parbox 1
28794 width "33col%"
28795 special "none"
28796 height "1in"
28797 height_special "totalheight"
28798 status collapsed
28799
28800 \begin_layout Plain Layout
28801 Ceci est un texte à l'intérieur d'une parbox.
28802  Ceci est un texte à l'intérieur d'une parbox.
28803 \end_layout
28804
28805 \begin_layout Plain Layout
28806 Cette note de bas de page ne devrait pas apparaître :
28807 \begin_inset Foot
28808 status open
28809
28810 \begin_layout Plain Layout
28811 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28812  pas.
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Section
28826 Des Boîtes pour les Mots et les Caractères
28827 \begin_inset Index
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831 Boîtes ! Pour les caractères
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \end_layout
28838
28839 \begin_layout Subsection
28840 Empêcher la Césure
28841 \begin_inset CommandInset label
28842 LatexCommand label
28843 name "sec:Empêcher-césure"
28844
28845 \end_inset
28846
28847
28848 \begin_inset Index
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852 Boîtes ! Pour empêcher la césure
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28862  un texte ne soit coupé par une césure.
28863 \begin_inset Newline newline
28864 \end_inset
28865
28866 Voici un exemple de texte :
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28871  césure dans un 
28872 \begin_inset Quotes eld
28873 \end_inset
28874
28875 motTrèsTrèsLong
28876 \begin_inset Quotes erd
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \begin_layout Standard
28883 Pour empêcher que le mot 
28884 \begin_inset Quotes eld
28885 \end_inset
28886
28887 motTrèsTrèsLong
28888 \begin_inset Quotes erd
28889 \end_inset
28890
28891  soit coupé, ajoutez la commande
28892 \end_layout
28893
28894 \begin_layout Standard
28895
28896 \series bold
28897
28898 \backslash
28899 mbox{
28900 \end_layout
28901
28902 \begin_layout Standard
28903 en code TeX avant le mot.
28904  Après le mot, insérez l'accolade fermante 
28905 \begin_inset Quotes eld
28906 \end_inset
28907
28908
28909 \series bold
28910 }
28911 \series default
28912
28913 \begin_inset Quotes erd
28914 \end_inset
28915
28916  en code TeX.
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Voici le résultat :
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28925  césure dans un
28926 \begin_inset ERT
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930
28931
28932 \backslash
28933 mbox{
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \begin_inset Quotes eld
28940 \end_inset
28941
28942 motTrèsTrèsLong
28943 \begin_inset Quotes erd
28944 \end_inset
28945
28946 .
28947 \begin_inset ERT
28948 status collapsed
28949
28950 \begin_layout Plain Layout
28951
28952 }
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Standard
28961 Une autre méthode consiste à mettre la commande 
28962 \begin_inset Quotes eld
28963 \end_inset
28964
28965
28966 \series bold
28967
28968 \backslash
28969 -
28970 \series default
28971
28972 \begin_inset Quotes grd
28973 \end_inset
28974
28975  en code TeX, juste avant le mot :
28976 \end_layout
28977
28978 \begin_layout Standard
28979 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28980  césure dans un 
28981 \begin_inset Quotes eld
28982 \end_inset
28983
28984
28985 \begin_inset ERT
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989
28990
28991 \backslash
28992 -
28993 \end_layout
28994
28995 \end_inset
28996
28997 motTrèsTrèsLong
28998 \begin_inset Quotes erd
28999 \end_inset
29000
29001 .
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29006  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29007 \family sans
29008 Insérer\SpecialChar \menuseparator
29009 Formats\SpecialChar \menuseparator
29010 Passage
29011 \begin_inset space ~
29012 \end_inset
29013
29014 à
29015 \begin_inset space ~
29016 \end_inset
29017
29018 la
29019 \begin_inset space ~
29020 \end_inset
29021
29022 Ligne
29023 \family default
29024  (raccourci 
29025 \series bold
29026 Ctrl-Entrée
29027 \series default
29028 ) :
29029 \end_layout
29030
29031 \begin_layout Standard
29032 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29033  césure dans un
29034 \begin_inset Newline newline
29035 \end_inset
29036
29037
29038 \begin_inset ERT
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042
29043
29044 \backslash
29045 mbox{
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \begin_inset Quotes eld
29052 \end_inset
29053
29054 motTrèsTrèsLong
29055 \begin_inset Quotes erd
29056 \end_inset
29057
29058 .
29059 \begin_inset ERT
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063
29064 }
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \begin_layout Subsection
29073 Alignement Vertical
29074 \begin_inset CommandInset label
29075 LatexCommand label
29076 name "sub:Alignement-Vertical"
29077
29078 \end_inset
29079
29080
29081 \begin_inset Index
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Boîtes ! Pour l'alignement vertical
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset Index
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 Boîtes ! Boîtes élévatrices
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \begin_inset Index
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 Raisebox|see
29106 \begin_inset ERT
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111 {
29112 \end_layout
29113
29114 \end_inset
29115
29116 Boîtes élévatrices
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122 }
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \begin_layout Standard
29136 Avec la commande 
29137 \series bold
29138
29139 \backslash
29140 raisebox
29141 \series default
29142  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29143  par rapport au texte qui l'entoure.
29144  La commande
29145 \series bold
29146  
29147 \backslash
29148 raisebox
29149 \series default
29150  s'utilise en suivant la syntaxe suivante :
29151 \end_layout
29152
29153 \begin_layout Standard
29154
29155 \series bold
29156
29157 \backslash
29158 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29159 \end_layout
29160
29161 \begin_layout Standard
29162 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29163  pour l'abaisser.
29164 \end_layout
29165
29166 \begin_layout Standard
29167 Pour aligner le mot 
29168 \begin_inset Quotes eld
29169 \end_inset
29170
29171 empêcher
29172 \begin_inset Quotes erd
29173 \end_inset
29174
29175  de façon à ce que le point le plus bas du caractère le plus 
29176 \begin_inset Quotes eld
29177 \end_inset
29178
29179 profond
29180 \begin_inset Quotes erd
29181 \end_inset
29182
29183 , le 
29184 \begin_inset Quotes eld
29185 \end_inset
29186
29187 p
29188 \begin_inset Quotes erd
29189 \end_inset
29190
29191 , soit au niveau de la ligne de base, insérez la commande 
29192 \end_layout
29193
29194 \begin_layout Standard
29195
29196 \series bold
29197
29198 \backslash
29199 raisebox{
29200 \backslash
29201 depth}{
29202 \end_layout
29203
29204 \begin_layout Standard
29205 en code TeX avant le mot.
29206  Insérez après le mot l'accolade fermante 
29207 \begin_inset Quotes eld
29208 \end_inset
29209
29210
29211 \series bold
29212 }
29213 \series default
29214
29215 \begin_inset Quotes erd
29216 \end_inset
29217
29218  en code TeX.
29219 \begin_inset Newline newline
29220 \end_inset
29221
29222 Voici le résultat :
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Cette ligne de texte contient le mot 
29227 \begin_inset ERT
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231
29232
29233 \backslash
29234 raisebox{
29235 \backslash
29236 depth}{
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \begin_inset Quotes eld
29243 \end_inset
29244
29245 empêcher
29246 \begin_inset Quotes erd
29247 \end_inset
29248
29249
29250 \begin_inset ERT
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254
29255 }
29256 \end_layout
29257
29258 \end_inset
29259
29260  comme mot élevé.
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset VSpace bigskip
29265 \end_inset
29266
29267 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29268  entre les lignes va être agrandie :
29269 \end_layout
29270
29271 \begin_layout Standard
29272 Cette ligne de texte contient le mot
29273 \begin_inset ERT
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277
29278
29279 \backslash
29280 raisebox{-
29281 \backslash
29282 depth}{
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \begin_inset Quotes eld
29289 \end_inset
29290
29291 empêcher
29292 \begin_inset Quotes erd
29293 \end_inset
29294
29295
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301 }
29302 \end_layout
29303
29304 \end_inset
29305
29306  comme mot abaissé.
29307 \begin_inset Newline newline
29308 \end_inset
29309
29310 Cette ligne de texte contient le mot 
29311 \begin_inset ERT
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315
29316
29317 \backslash
29318 raisebox{0.5cm}{
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \begin_inset Quotes eld
29325 \end_inset
29326
29327 tester
29328 \begin_inset Quotes erd
29329 \end_inset
29330
29331
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337 }
29338 \end_layout
29339
29340 \end_inset
29341
29342  comme mot élevé.
29343 \end_layout
29344
29345 \begin_layout Standard
29346 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29347  mettez la hauteur de la boîte à zéro.
29348  Par exemple utilisez
29349 \end_layout
29350
29351 \begin_layout Standard
29352
29353 \series bold
29354
29355 \backslash
29356 raisebox{-
29357 \backslash
29358 depth}[0pt]{
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Cette ligne de texte contient le mot
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 raisebox{-
29371 \backslash
29372 depth}[0pt]{
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \begin_inset Quotes eld
29379 \end_inset
29380
29381 empêcher
29382 \begin_inset Quotes erd
29383 \end_inset
29384
29385
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391 }
29392 \end_layout
29393
29394 \end_inset
29395
29396  comme mot abaissé.
29397 \begin_inset Newline newline
29398 \end_inset
29399
29400 Cette ligne de texte contient le mot 
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 raisebox{0.5cm}[0pt]{
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset Quotes eld
29415 \end_inset
29416
29417 tester
29418 \begin_inset Quotes erd
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427 }
29428 \end_layout
29429
29430 \end_inset
29431
29432  comme mot élevé.
29433 \end_layout
29434
29435 \begin_layout Section
29436 Boîtes Colorées
29437 \begin_inset CommandInset label
29438 LatexCommand label
29439 name "sec:Boîtes-colorées"
29440
29441 \end_inset
29442
29443
29444 \begin_inset Index
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Boîtes ! Couleur
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Subsection
29457 De la couleur pour le texte
29458 \begin_inset Index
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 Couleur ! Pour le texte
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Standard
29471 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29472  une boîte appelée 
29473 \begin_inset Quotes eld
29474 \end_inset
29475
29476 colorbox
29477 \begin_inset Quotes erd
29478 \end_inset
29479
29480 .
29481  Cela demande que le paquetage LaTeX 
29482 \series bold
29483 color
29484 \series default
29485
29486 \begin_inset Index
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Paquetages LaTeX ! color
29491 \end_layout
29492
29493 \end_inset
29494
29495  soit chargé dans le préambule du document avec la commande
29496 \end_layout
29497
29498 \begin_layout Standard
29499
29500 \series bold
29501
29502 \backslash
29503 @ifundefined{textcolor}
29504 \begin_inset Newline newline
29505 \end_inset
29506
29507
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 hphantom{ }
29516 \end_layout
29517
29518 \end_inset
29519
29520 {
29521 \backslash
29522 usepackage{color}}{}
29523 \end_layout
29524
29525 \begin_layout Standard
29526 Le paquetage 
29527 \series bold
29528 color
29529 \series default
29530  sera chargé automatiquement par LyX dès que vous colorez du texte
29531 \begin_inset Foot
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29536  
29537 \series bold
29538
29539 \backslash
29540 @ifundefined
29541 \series default
29542 .
29543 \end_layout
29544
29545 \end_inset
29546
29547 .
29548 \end_layout
29549
29550 \begin_layout Standard
29551 \begin_inset VSpace medskip
29552 \end_inset
29553
29554 Les boîtes colorées sont créées par la commande 
29555 \series bold
29556
29557 \backslash
29558 colorbox
29559 \series default
29560 .
29561  Elle est utilisée avec la syntaxe suivante :
29562 \end_layout
29563
29564 \begin_layout Standard
29565
29566 \series bold
29567
29568 \backslash
29569 colorbox{couleur}{contenu de la boîte}
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29574  peuvent être placées à l'intérieur d'autres boîtes.
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Les couleurs suivantes sont prédéfinies ::
29579 \begin_inset Newline newline
29580 \end_inset
29581
29582
29583 \family sans
29584 black
29585 \family default
29586  (noir), 
29587 \family sans
29588 blue
29589 \family default
29590  (bleu), 
29591 \family sans
29592 cyan
29593 \family default
29594 \series bold
29595 ,
29596 \series default
29597  
29598 \family sans
29599 green
29600 \family default
29601  (vert), 
29602 \family sans
29603 magenta
29604 \family default
29605
29606 \family sans
29607 red
29608 \family default
29609  (rouge), 
29610 \family sans
29611 white
29612 \family default
29613  (blanc), and 
29614 \family sans
29615 yellow
29616 \family default
29617  (jaune).
29618 \begin_inset Newline newline
29619 \end_inset
29620
29621 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29622  section
29623 \begin_inset space ~
29624 \end_inset
29625
29626
29627 \begin_inset CommandInset ref
29628 LatexCommand ref
29629 reference "sec:Tableaux-Colorés"
29630
29631 \end_inset
29632
29633 .
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29638 \end_layout
29639
29640 \begin_layout Standard
29641
29642 \series bold
29643
29644 \backslash
29645 colorbox{red}{
29646 \end_layout
29647
29648 \begin_layout Standard
29649 avant le mot en code TeX.
29650  Insérez l'accolade fermante 
29651 \begin_inset Quotes eld
29652 \end_inset
29653
29654 }
29655 \begin_inset Quotes erd
29656 \end_inset
29657
29658  après le mot, en code TeX.
29659 \begin_inset Newline newline
29660 \end_inset
29661
29662 Voici le résultat :
29663 \end_layout
29664
29665 \begin_layout Standard
29666 Cette ligne de texte contient le mot
29667 \begin_inset ERT
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671
29672
29673 \backslash
29674 colorbox{red}{
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \begin_inset Quotes eld
29681 \end_inset
29682
29683 Attention!
29684 \begin_inset Quotes erd
29685 \end_inset
29686
29687
29688 \begin_inset ERT
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692
29693 }
29694 \end_layout
29695
29696 \end_inset
29697
29698  sur fond rouge.
29699 \end_layout
29700
29701 \begin_layout Standard
29702 \begin_inset VSpace bigskip
29703 \end_inset
29704
29705 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29706  vous pouvez utiliser la commande 
29707 \series bold
29708
29709 \backslash
29710 fcolorbox
29711 \series default
29712  avec la syntaxe suivante :
29713 \end_layout
29714
29715 \begin_layout Standard
29716
29717 \series bold
29718
29719 \backslash
29720 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29721 \end_layout
29722
29723 \begin_layout Standard
29724
29725 \series bold
29726
29727 \backslash
29728 fcolorbox
29729 \series default
29730  est une extension de 
29731 \series bold
29732
29733 \backslash
29734 colorbox
29735 \series default
29736 .
29737  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29738  peuvent être modifiés avec les variables 
29739 \series bold
29740
29741 \backslash
29742 fboxrule
29743 \series default
29744  et 
29745 \series bold
29746
29747 \backslash
29748 fboxsep
29749 \series default
29750 , comme c'est décrit dans la section
29751 \begin_inset space ~
29752 \end_inset
29753
29754
29755 \begin_inset CommandInset ref
29756 LatexCommand ref
29757 reference "sec:Boîtes-encadrées"
29758
29759 \end_inset
29760
29761 .
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Pour l'exemple suivant, on a utilisé la commande
29766 \end_layout
29767
29768 \begin_layout Standard
29769
29770 \series bold
29771
29772 \backslash
29773 fcolorbox{cyan}{magenta}{
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29778 \begin_inset space \thinspace{}
29779 \end_inset
29780
29781 mm:
29782 \begin_inset Newline newline
29783 \end_inset
29784
29785
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791
29792 \backslash
29793 fboxrule 1mm 
29794 \backslash
29795 fboxsep 1mm
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \begin_inset ERT
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805
29806
29807 \backslash
29808 fcolorbox{cyan}{magenta}{
29809 \end_layout
29810
29811 \end_inset
29812
29813 Ce texte est dans une boîte encadrée et colorée.
29814 \begin_inset ERT
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818
29819 }
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \end_layout
29826
29827 \begin_layout Standard
29828 \begin_inset VSpace bigskip
29829 \end_inset
29830
29831 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29832  les yeux ! - NdT) :
29833 \begin_inset Newline newline
29834 \end_inset
29835
29836
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 fcolorbox{cyan}{magenta}{
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \color yellow
29851 Ce texte est coloré dans une boîte colorée et encadrée.
29852 \color inherit
29853
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859 }
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 fboxrule 0.4pt 
29873 \backslash
29874 fboxsep 3pt
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Standard
29883
29884 \series bold
29885 \begin_inset VSpace medskip
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Standard
29892 \begin_inset Note Greyedout
29893 status open
29894
29895 \begin_layout Plain Layout
29896
29897 \series bold
29898 Note:
29899 \series default
29900  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29901  de ligne.
29902  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29903  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \end_layout
29910
29911 \begin_layout Subsection
29912 De la couleur pour les paragraphes
29913 \begin_inset CommandInset label
29914 LatexCommand label
29915 name "sub:Couleur-pour-les-Paragraphes"
29916
29917 \end_inset
29918
29919
29920 \begin_inset Index
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924 Couleur ! Pour les  paragraphes
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
29934  texte dans une minipage.
29935  Avant la minipage, insérez la commande 
29936 \series bold
29937
29938 \backslash
29939 colorbox
29940 \series default
29941  
29942 \end_layout
29943
29944 \begin_layout Standard
29945
29946 \series bold
29947
29948 \backslash
29949 colorbox{color}{
29950 \end_layout
29951
29952 \begin_layout Standard
29953 en code TeX.
29954  Après la minipage, insérez l'accolade fermante 
29955 \begin_inset Quotes eld
29956 \end_inset
29957
29958 }
29959 \begin_inset Quotes erd
29960 \end_inset
29961
29962  en code TeX.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 colorbox{lightgrey}{
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \begin_inset Box Frameless
29980 position "t"
29981 hor_pos "c"
29982 has_inner_box 1
29983 inner_pos "t"
29984 use_parbox 0
29985 width "100col%"
29986 special "none"
29987 height "1in"
29988 height_special "totalheight"
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992 Ce texte a un fond coloré.
29993  Ce texte a un fond coloré.
29994 \end_layout
29995
29996 \begin_layout Plain Layout
29997 \begin_inset VSpace defskip
29998 \end_inset
29999
30000 Le texte peut avoir des notes de bas de page
30001 \begin_inset Foot
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 Un autre exemple de note de bas de page
30006 \end_layout
30007
30008 \end_inset
30009
30010  et contenir des figures et des tableaux.
30011 \end_layout
30012
30013 \begin_layout Plain Layout
30014 \align center
30015 \begin_inset Tabular
30016 <lyxtabular version="3" rows="3" columns="3">
30017 <features>
30018 <column alignment="center" valignment="top" width="0">
30019 <column alignment="center" valignment="top" width="0">
30020 <column alignment="center" valignment="top" width="0">
30021 <row>
30022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Plain Layout
30026 a
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30032 \begin_inset Text
30033
30034 \begin_layout Plain Layout
30035 !
30036 \end_layout
30037
30038 \end_inset
30039 </cell>
30040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30041 \begin_inset Text
30042
30043 \begin_layout Plain Layout
30044 3
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 </row>
30050 <row>
30051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30052 \begin_inset Text
30053
30054 \begin_layout Plain Layout
30055 <
30056 \end_layout
30057
30058 \end_inset
30059 </cell>
30060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30061 \begin_inset Text
30062
30063 \begin_layout Plain Layout
30064 b2
30065 \begin_inset Quotes erd
30066 \end_inset
30067
30068 |
30069 \end_layout
30070
30071 \end_inset
30072 </cell>
30073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30074 \begin_inset Text
30075
30076 \begin_layout Plain Layout
30077 >
30078 \end_layout
30079
30080 \end_inset
30081 </cell>
30082 </row>
30083 <row>
30084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 1
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097 §
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Plain Layout
30106 c
30107 \end_layout
30108
30109 \end_inset
30110 </cell>
30111 </row>
30112 </lyxtabular>
30113
30114 \end_inset
30115
30116
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127 }
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \begin_layout Section
30136 Les boîtes pivotées et redimensionnées
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30141  charger le paquetage LaTeX 
30142 \series bold
30143 graphicx
30144 \series default
30145
30146 \begin_inset Index
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 Paquetages LaTeX ! graphicx
30151 \end_layout
30152
30153 \end_inset
30154
30155  dans le préambule de votre document avec la commande
30156 \end_layout
30157
30158 \begin_layout Standard
30159
30160 \series bold
30161
30162 \backslash
30163 @ifundefined{rotatebox}
30164 \begin_inset Newline newline
30165 \end_inset
30166
30167
30168 \begin_inset ERT
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172
30173
30174 \backslash
30175 hphantom{ }
30176 \end_layout
30177
30178 \end_inset
30179
30180 {
30181 \backslash
30182 usepackage{graphicx}}{}
30183 \end_layout
30184
30185 \begin_layout Standard
30186 \begin_inset Note Greyedout
30187 status open
30188
30189 \begin_layout Plain Layout
30190
30191 \series bold
30192 Note:
30193 \series default
30194  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30195  redimensionnés.
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \begin_layout Standard
30204 \begin_inset Note Greyedout
30205 status open
30206
30207 \begin_layout Plain Layout
30208
30209 \series bold
30210 Note:
30211 \series default
30212  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30213  redimensionnée.
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \end_layout
30220
30221 \begin_layout Subsection
30222 Les Boîtes pivotées
30223 \begin_inset Index
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 Boîtes ! pivotées
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \begin_inset Index
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237 Pivoter des objets
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \begin_inset Index
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247 Figures ! Pivotées
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset Index
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257 Tableau ! Pivoter
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30267  (rotated).
30268  Une telle boîte est créée avec la commande 
30269 \series bold
30270
30271 \backslash
30272 rotatebox
30273 \series default
30274  en code TeX avec la syntaxe
30275 \end_layout
30276
30277 \begin_layout Standard
30278
30279 \series bold
30280
30281 \backslash
30282 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30283 \end_layout
30284
30285 \begin_layout Standard
30286 La position du pivot est donnée par l'origine de rotation spécifiée sous
30287  la forme 
30288 \series bold
30289 origin=position
30290 \series default
30291 .
30292  Les valeurs suivantes sont possibles pour la position: 
30293 \emph on
30294 c
30295 \emph default
30296  (centre), 
30297 \emph on
30298 l
30299 \emph default
30300  (gauche/
30301 \lang english
30302 left
30303 \lang french
30304 ), 
30305 \emph on
30306 r
30307 \emph default
30308  (droite/
30309 \lang english
30310 right
30311 \lang french
30312 ), 
30313 \emph on
30314 b
30315 \emph default
30316  (bas/
30317 \lang english
30318 bottom
30319 \lang french
30320 ), 
30321 \emph on
30322 t
30323 \emph default
30324  (haut/
30325 \lang english
30326 top
30327 \lang french
30328 ), et aussi des combinaisons des quatre positions de base.
30329  Par exemple 
30330 \emph on
30331 lt
30332 \emph default
30333  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30334  Quand on ne donne pas d'origine, la position 
30335 \emph on
30336 l
30337 \emph default
30338  est utilisée.
30339  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30340  ou négatif.
30341  Le sens positif de rotation est anti-horaire.
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Dans l'exemple qui suit, la commande 
30346 \series bold
30347
30348 \backslash
30349 rotatebox[origin=c]{60}{
30350 \series default
30351  a été insérée en code TeX juste avant le texte 
30352 \begin_inset Quotes eld
30353 \end_inset
30354
30355 pivoté de 90°
30356 \begin_inset Quotes erd
30357 \end_inset
30358
30359  ; la boîte est refermée juste après le texte par une accolade fermante
30360  
30361 \begin_inset Quotes eld
30362 \end_inset
30363
30364 }
30365 \begin_inset Quotes erd
30366 \end_inset
30367
30368  en code TeX.
30369 \end_layout
30370
30371 \begin_layout Standard
30372 Voici une ligne avec du texte 
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378
30379 \backslash
30380 rotatebox[origin=c]{60}{
30381 \end_layout
30382
30383 \end_inset
30384
30385 pivoté de 60°
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391 }
30392 \end_layout
30393
30394 \end_inset
30395
30396 .
30397 \end_layout
30398
30399 \begin_layout Standard
30400 La boîte peut contenir une autre boîte ou une formule en ligne :
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Voici une ligne avec du texte 
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410
30411 \backslash
30412 rotatebox[origin=r]{-60}{
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \begin_inset Box Doublebox
30419 position "c"
30420 hor_pos "c"
30421 has_inner_box 0
30422 inner_pos "c"
30423 use_parbox 0
30424 width "1in"
30425 special "width"
30426 height "1in"
30427 height_special "totalheight"
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 pivoté de -60°
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442 }
30443 \end_layout
30444
30445 \end_inset
30446
30447  et encadré 
30448 \begin_inset ERT
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452
30453
30454 \backslash
30455 rotatebox[origin=lb]{60}{
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30462 \end_inset
30463
30464
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470 }
30471 \end_layout
30472
30473 \end_inset
30474
30475  et une formule.
30476 \end_layout
30477
30478 \begin_layout Standard
30479 ou encore une figure ou un tableau :
30480 \end_layout
30481
30482 \begin_layout Standard
30483 Voici une ligne
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 rotatebox[origin=lb]{90}{
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset Graphics
30498         filename ../clipart/platypus.eps
30499         lyxscale 50
30500         width 25col%
30501
30502 \end_inset
30503
30504
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510 }
30511 \end_layout
30512
30513 \end_inset
30514
30515  avec une image pivotée de 90° 
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 rotatebox[origin=l]{-90}{
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset Tabular
30530 <lyxtabular version="3" rows="2" columns="2">
30531 <features>
30532 <column alignment="center" valignment="top" width="0">
30533 <column alignment="center" valignment="top" width="0">
30534 <row>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539 q
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548 w
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 </row>
30554 <row>
30555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559 e
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568 r
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 </row>
30574 </lyxtabular>
30575
30576 \end_inset
30577
30578
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584 }
30585 \end_layout
30586
30587 \end_inset
30588
30589  et un tableau.
30590 \end_layout
30591
30592 \begin_layout Subsection
30593 Les boîtes redimensionnées
30594 \begin_inset Index
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 Boîtes ! Redimensionnées
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Index
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608 Redimensionner des objets
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \begin_inset Index
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 Figures ! Redimensionnées
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \begin_inset Index
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628 Tableau ! Redimensionner
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \begin_layout Standard
30637 Pour redimensionner des objets on peut utiliser les commandes 
30638 \series bold
30639
30640 \backslash
30641 scalebox
30642 \series default
30643  et 
30644 \series bold
30645
30646 \backslash
30647 resizebox
30648 \series default
30649  insérées sous forme de code TeX.
30650 \end_layout
30651
30652 \begin_layout Standard
30653
30654 \series bold
30655
30656 \backslash
30657 scalebox
30658 \series default
30659  est utilisée avec la syntaxe suivante :
30660 \end_layout
30661
30662 \begin_layout Standard
30663
30664 \series bold
30665
30666 \backslash
30667 scalebox{horizontal}[vertical]{contenu de la boîte}
30668 \end_layout
30669
30670 \begin_layout Standard
30671 Horizontal et vertical sont les facteurs d'échelle correspondants.
30672  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30673  utilisé comme facteur vertical.
30674 \end_layout
30675
30676 \begin_layout Standard
30677 Par exemple, la commande 
30678 \series bold
30679
30680 \backslash
30681 scalebox{2}{Bonjour}
30682 \series default
30683  crée un 
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 scalebox{2}{
30692 \end_layout
30693
30694 \end_inset
30695
30696 Bonjour
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702 }
30703 \end_layout
30704
30705 \end_inset
30706
30707  de taille double par rapport à la taille du texte du document.
30708 \end_layout
30709
30710 \begin_layout Standard
30711
30712 \series bold
30713
30714 \backslash
30715 scalebox{2}[1]{Hello}
30716 \series default
30717  au contraire va déformer le 
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723
30724 \backslash
30725 scalebox{2}[1]{
30726 \end_layout
30727
30728 \end_inset
30729
30730 Bonjour
30731 \begin_inset ERT
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735
30736 }
30737 \end_layout
30738
30739 \end_inset
30740
30741 .
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30746  La commande 
30747 \series bold
30748
30749 \backslash
30750 scalebox{-1}[1]{Hello}
30751 \series default
30752  peut donc être utilisée pour créer du texte en miroir : 
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758
30759 \backslash
30760 scalebox{-1}[1]{
30761 \end_layout
30762
30763 \end_inset
30764
30765 Bonjour
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771 }
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \begin_layout Standard
30780
30781 \series bold
30782
30783 \backslash
30784 scalebox{1}[-1]{Bonjour}
30785 \series default
30786  effectue une réflexion du 
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792
30793 \backslash
30794 scalebox{1}[-1]{
30795 \end_layout
30796
30797 \end_inset
30798
30799 Bonjour
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805 }
30806 \end_layout
30807
30808 \end_inset
30809
30810  par rapport à la ligne de base.
30811 \end_layout
30812
30813 \begin_layout Standard
30814 La commande 
30815 \series bold
30816
30817 \backslash
30818 reflectbox{contenu de la boîte} 
30819 \series default
30820 existe aussi et est équivalente à
30821 \series bold
30822  
30823 \backslash
30824 scalebox{-1}[1]{contenu de la boîte}.
30825
30826 \series default
30827  
30828 \begin_inset Newline newline
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset VSpace bigskip
30836 \end_inset
30837
30838 La commande 
30839 \series bold
30840
30841 \backslash
30842 resizebox
30843 \series default
30844  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30845  données.
30846  La syntaxe de la commande est :
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 \series bold
30852
30853 \backslash
30854 resizebox{largeur}{hauteur}{contenu de la boîte}
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Si un des deux paramètres est remplacé par un point d'exclamation 
30859 \series bold
30860 !
30861 \series default
30862 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30863 \end_layout
30864
30865 \begin_layout Standard
30866 La commande 
30867 \series bold
30868
30869 \backslash
30870 resizebox{2cm}{1cm}{Bonjour}
30871 \series default
30872  produit : 
30873 \begin_inset ERT
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877
30878
30879 \backslash
30880 resizebox{2cm}{1cm}{
30881 \end_layout
30882
30883 \end_inset
30884
30885 Bonjour
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891 }
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Newline newline
30898 \end_inset
30899
30900 La commande 
30901 \series bold
30902
30903 \backslash
30904 resizebox{2cm}{!}{Bonjour}
30905 \series default
30906  produit : 
30907 \begin_inset ERT
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911
30912
30913 \backslash
30914 resizebox{2cm}{!}{
30915 \end_layout
30916
30917 \end_inset
30918
30919 Bonjour
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925 }
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset VSpace bigskip
30935 \end_inset
30936
30937
30938 \end_layout
30939
30940 \begin_layout Standard
30941 \begin_inset Note Greyedout
30942 status open
30943
30944 \begin_layout Plain Layout
30945
30946 \series bold
30947 Note:
30948 \series default
30949  Quand les paramètres des commandes 
30950 \series bold
30951
30952 \backslash
30953 scalebox
30954 \series default
30955  ou 
30956 \series bold
30957
30958 \backslash
30959 resizebox
30960 \series default
30961  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
30962  document, mais le document exporté peut ne pas s'afficher ou s'afficher
30963  partiellement.
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Standard
30972 \begin_inset VSpace bigskip
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Standard
30979 Les boîtes peuvent être combinée dans n'importe quel ordre.
30980  Par exemple, la commande 
30981 \begin_inset Newline newline
30982 \end_inset
30983
30984
30985 \series bold
30986
30987 \backslash
30988 rotatebox[origin=c]{-45}{
30989 \backslash
30990 resizebox{2cm}{!}{
30991 \backslash
30992 reflectbox{Bonjour}}}
30993 \begin_inset Newline newline
30994 \end_inset
30995
30996
30997 \series default
30998 produit :
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \align center
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008
31009 \backslash
31010 rotatebox[origin=c]{-45}{
31011 \backslash
31012 resizebox{2cm}{!}{
31013 \backslash
31014 reflectbox{
31015 \end_layout
31016
31017 \end_inset
31018
31019 Bonjour
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025 }}}
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \noindent
31035 Les images, les tableaux et les formules sont autorisées comme contenu de
31036  boîte :
31037 \end_layout
31038
31039 \begin_layout Standard
31040 \align center
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046
31047 \backslash
31048 rotatebox[origin=c]{-30}{
31049 \backslash
31050 resizebox{2cm}{!}{
31051 \backslash
31052 reflectbox{
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \begin_inset Graphics
31059         filename ../clipart/platypus.eps
31060         lyxscale 50
31061         width 25col%
31062
31063 \end_inset
31064
31065
31066 \begin_inset ERT
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070
31071 }}}
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 rotatebox[origin=c]{-45}{
31085 \backslash
31086 resizebox{2cm}{!}{
31087 \backslash
31088 reflectbox{
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \begin_inset Tabular
31095 <lyxtabular version="3" rows="2" columns="2">
31096 <features>
31097 <column alignment="center" valignment="top" width="0">
31098 <column alignment="center" valignment="top" width="0">
31099 <row>
31100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout Plain Layout
31104 q
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31110 \begin_inset Text
31111
31112 \begin_layout Plain Layout
31113 w
31114 \end_layout
31115
31116 \end_inset
31117 </cell>
31118 </row>
31119 <row>
31120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124 e
31125 \end_layout
31126
31127 \end_inset
31128 </cell>
31129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31130 \begin_inset Text
31131
31132 \begin_layout Plain Layout
31133 r
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 </row>
31139 </lyxtabular>
31140
31141 \end_inset
31142
31143
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149 }}}
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160
31161 \backslash
31162 rotatebox[origin=c]{-45}{
31163 \backslash
31164 resizebox{2cm}{!}{
31165 \backslash
31166 reflectbox{
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31173 \end_inset
31174
31175
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181 }}}
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 Quand on utilise le style global de formule 
31191 \series bold
31192 fleqn
31193 \series default
31194  dans le document
31195 \begin_inset Foot
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199 Quand 
31200 \begin_inset Quotes eld
31201 \end_inset
31202
31203 fleqn
31204 \begin_inset Quotes erd
31205 \end_inset
31206
31207  est ajouté aux options de la classe de document.
31208 \end_layout
31209
31210 \end_inset
31211
31212 , les formules hors texte peuvent aussi être redimensionnées.
31213 \end_layout
31214
31215 \begin_layout Chapter
31216 Trucs Externes
31217 \begin_inset Index
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 Trucs externes
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Standard
31230 Avec le menu 
31231 \family sans
31232 Insérer\SpecialChar \menuseparator
31233 Fichier
31234 \family default
31235  vous pouvez insérer un contenu externe à votre document.
31236  Ce contenu peut être :
31237 \end_layout
31238
31239 \begin_layout Description
31240 Document
31241 \begin_inset space ~
31242 \end_inset
31243
31244 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31245  document.
31246 \end_layout
31247
31248 \begin_layout Description
31249 Texte
31250 \begin_inset space ~
31251 \end_inset
31252
31253 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31254 e.
31255 \end_layout
31256
31257 \begin_layout Description
31258 Texte
31259 \begin_inset space ~
31260 \end_inset
31261
31262 Brut
31263 \begin_inset space ~
31264 \end_inset
31265
31266 par
31267 \begin_inset space ~
31268 \end_inset
31269
31270 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31271  Les lignes vides créent un nouveau paragraphe dans votre document.
31272 \end_layout
31273
31274 \begin_layout Description
31275 Objet
31276 \begin_inset space ~
31277 \end_inset
31278
31279 Externe Fichiers de formats variés.
31280 \end_layout
31281
31282 \begin_layout Description
31283 Sous-document Documents LyX ou LaTeX.
31284 \end_layout
31285
31286 \begin_layout Section
31287 Objets Externes 
31288 \begin_inset Index
31289 status collapsed
31290
31291 \begin_layout Plain Layout
31292 Trucs externes ! Objets Externes
31293 \end_layout
31294
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \begin_layout Standard
31301 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31302  de fichiers dans votre document sans avoir à convertir ces derniers en
31303  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31304  qui va s'occuper des conversions.
31305  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31306  LyX des images dans des formats divers.
31307 \end_layout
31308
31309 \begin_layout Standard
31310 On insère des objets externes en utilisant la fenêtre de dialogue 
31311 \family sans
31312 Objet
31313 \begin_inset space ~
31314 \end_inset
31315
31316 Externe
31317 \family default
31318  qui est accessible via le menu 
31319 \family sans
31320 Insérer\SpecialChar \menuseparator
31321 Fichiers\SpecialChar \menuseparator
31322 Objet
31323 \begin_inset space ~
31324 \end_inset
31325
31326 Externe
31327 \family default
31328 .
31329  Actuellement les types de fichiers (
31330 \family sans
31331 Modèles
31332 \family default
31333 ) suivants sont autorisés :
31334 \end_layout
31335
31336 \begin_layout Description
31337 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31338  par le programme 
31339 \series bold
31340
31341 \begin_inset CommandInset href
31342 LatexCommand href
31343 name "XBoard"
31344 target "http://en.wikipedia.org/wiki/XBoard"
31345
31346 \end_inset
31347
31348
31349 \series default
31350 .
31351 \end_layout
31352
31353 \begin_layout Description
31354 Date Ce modèle insère la date sous la forme 
31355 \emph on
31356 Jour-Mois-Année
31357 \emph default
31358 .
31359  Voici un exemple de date insérée comme objet externe :: 
31360 \begin_inset External
31361         template Date
31362         filename .
31363
31364 \end_inset
31365
31366
31367 \lang english
31368
31369 \begin_inset space ~
31370 \end_inset
31371
31372
31373 \begin_inset Note Note
31374 status open
31375
31376 \begin_layout Plain Layout
31377
31378 \lang english
31379 Remove the protected space when bug 4398 is fixed!
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \lang french
31386
31387 \begin_inset Newline newline
31388 \end_inset
31389
31390 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31391  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31392 \family sans
31393 Insérer\SpecialChar \menuseparator
31394 Date
31395 \family default
31396  et avec la commande LaTeX 
31397 \series bold
31398
31399 \backslash
31400 today
31401 \series default
31402  entrée comme code TeX.
31403  Ces différentes méthodes sont comparée dans le tableau
31404 \begin_inset space ~
31405 \end_inset
31406
31407
31408 \begin_inset CommandInset ref
31409 LatexCommand ref
31410 reference "tab:Comparaison-des-dates"
31411
31412 \end_inset
31413
31414 .
31415 \end_layout
31416
31417 \begin_layout Description
31418 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31419  par le programme 
31420 \series bold
31421
31422 \begin_inset CommandInset href
31423 LatexCommand href
31424 name "LilyPond"
31425 target "http://en.wikipedia.org/wiki/LilyPond"
31426
31427 \end_inset
31428
31429
31430 \series default
31431 .
31432 \end_layout
31433
31434 \begin_layout Description
31435 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31436  À peu près tous les formats d'images populaires sont acceptés.
31437  Les images peuvent être traitées dans la fenêtre de dialogue 
31438 \family sans
31439 Objet
31440 \begin_inset space ~
31441 \end_inset
31442
31443 Externe
31444 \family default
31445  comme les images qui sont habituellement incorporées en utilisant le menu
31446  
31447 \family sans
31448 Insérer\SpecialChar \menuseparator
31449 Graphique
31450 \family default
31451 , comme c'est décrit dans la section
31452 \begin_inset space ~
31453 \end_inset
31454
31455
31456 \begin_inset CommandInset ref
31457 LatexCommand ref
31458 reference "sec:Graphics-Dialog"
31459
31460 \end_inset
31461
31462 .
31463  La différence est que seules les images matricielles sont autorisées, ce
31464  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31465 \end_layout
31466
31467 \begin_layout Description
31468 XFig Ce modèle accepte les images créées avec le programme 
31469 \series bold
31470
31471 \begin_inset CommandInset href
31472 LatexCommand href
31473 name "Xfig"
31474 target "http://en.wikipedia.org/wiki/Xfig"
31475
31476 \end_inset
31477
31478
31479 \series default
31480 .
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \begin_inset Float table
31485 placement h
31486 wide false
31487 sideways false
31488 status open
31489
31490 \begin_layout Plain Layout
31491 \begin_inset Caption
31492
31493 \begin_layout Plain Layout
31494 \begin_inset CommandInset label
31495 LatexCommand label
31496 name "tab:Comparaison-des-dates"
31497
31498 \end_inset
31499
31500 Comparaison des méthodes d'insertion de la date.
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \end_layout
31507
31508 \begin_layout Plain Layout
31509 \align center
31510 \begin_inset Tabular
31511 <lyxtabular version="3" rows="4" columns="4">
31512 <features>
31513 <column alignment="center" valignment="top" width="0">
31514 <column alignment="center" valignment="top" width="0">
31515 <column alignment="center" valignment="top" width="0">
31516 <column alignment="center" valignment="top" width="0">
31517 <row>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522 Format du document
31523 \end_layout
31524
31525 \end_inset
31526 </cell>
31527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31528 \begin_inset Text
31529
31530 \begin_layout Plain Layout
31531
31532 \family sans
31533 Objet
31534 \begin_inset space ~
31535 \end_inset
31536
31537 Externe\SpecialChar \menuseparator
31538 Date
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547
31548 \family sans
31549 Insérer\SpecialChar \menuseparator
31550 Date
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 commande 
31560 \series bold
31561
31562 \backslash
31563 today
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 </row>
31569 <row>
31570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31571 \begin_inset Text
31572
31573 \begin_layout Plain Layout
31574 LyX
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583 comme boîte d'insert
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 comme date
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31598 \begin_inset Text
31599
31600 \begin_layout Plain Layout
31601 comme boîte de code TeX
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 </row>
31607 <row>
31608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612 LaTeX
31613 \end_layout
31614
31615 \end_inset
31616 </cell>
31617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31618 \begin_inset Text
31619
31620 \begin_layout Plain Layout
31621 comme date
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31627 \begin_inset Text
31628
31629 \begin_layout Plain Layout
31630 comme date
31631 \end_layout
31632
31633 \end_inset
31634 </cell>
31635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31636 \begin_inset Text
31637
31638 \begin_layout Plain Layout
31639 comme commande
31640 \end_layout
31641
31642 \end_inset
31643 </cell>
31644 </row>
31645 <row>
31646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650 DVI, PDF, PS
31651 \end_layout
31652
31653 \end_inset
31654 </cell>
31655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31656 \begin_inset Text
31657
31658 \begin_layout Plain Layout
31659 comme date
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31665 \begin_inset Text
31666
31667 \begin_layout Plain Layout
31668 comme date
31669 \end_layout
31670
31671 \end_inset
31672 </cell>
31673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31674 \begin_inset Text
31675
31676 \begin_layout Plain Layout
31677 comme date date
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 </row>
31683 </lyxtabular>
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 Quand vous activez l'option 
31697 \family sans
31698 Brouillon
31699 \family default
31700  de l'onglet 
31701 \family sans
31702 Fichier
31703 \family default
31704  de la fenêtre de dialogue 
31705 \family sans
31706 Objet
31707 \begin_inset space ~
31708 \end_inset
31709
31710 Externe
31711 \family default
31712 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31713 \begin_inset Newline newline
31714 \end_inset
31715
31716 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31717  : 
31718 \begin_inset Graphics
31719         filename ../clipart/ExternalMaterialQt4.png
31720         scale 85
31721         scaleBeforeRotation
31722
31723 \end_inset
31724
31725  soit comme une image, selon que vous avez ou non activé l'option 
31726 \family sans
31727 Afficher
31728 \begin_inset space ~
31729 \end_inset
31730
31731 dans
31732 \begin_inset space ~
31733 \end_inset
31734
31735 LyX
31736 \family default
31737  de l'onglet 
31738 \family sans
31739 Vue
31740 \begin_inset space ~
31741 \end_inset
31742
31743 LyX
31744 \family default
31745  de la fenêtre de dialogue 
31746 \family sans
31747 Objet
31748 \begin_inset space ~
31749 \end_inset
31750
31751 Externe
31752 \family default
31753 .
31754 \end_layout
31755
31756 \begin_layout Standard
31757 Le manuel 
31758 \family sans
31759 \emph on
31760 Personnalisation
31761 \family default
31762 \emph default
31763  explique comment vous pouvez créer vos propres modèles.
31764 \end_layout
31765
31766 \begin_layout Section
31767 Sous-documents
31768 \begin_inset CommandInset label
31769 LatexCommand label
31770 name "sec:Sous-documents"
31771
31772 \end_inset
31773
31774
31775 \begin_inset Index
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779 Trucs externes ! Sous-documents
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \begin_inset Index
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789 Fichiers ! Insérer
31790 \end_layout
31791
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Les sous-documents sont utilisés quand on a un document très long qui peut
31799  être décomposé en plusieurs parties ou sections plus petites.
31800  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31801  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31802  Les différents documents sont ce que l'on appelle les sous-documents et
31803  un document maître les relie pour imprimer le document complet ou seulement
31804  une partie de celui-ci.
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31809  comme celle-ci : 
31810 \begin_inset Graphics
31811         filename clipart/ChildDocumentQt4.png
31812         scale 60
31813         scaleBeforeRotation
31814
31815 \end_inset
31816
31817  Pour inclure des sous-documents dans un document maître , on utilise le
31818  menu 
31819 \family sans
31820 Insérer\SpecialChar \menuseparator
31821 Fichier\SpecialChar \menuseparator
31822 Sous-document
31823 \family default
31824 .
31825  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31826  des quatre méthodes d'inclusion :
31827 \end_layout
31828
31829 \begin_layout Description
31830 Inclus
31831 \begin_inset space ~
31832 \end_inset
31833
31834 (include) Vous pouvez inclure des documents LyX et LaTeX.
31835  Quand vous cliquez sur le bouton 
31836 \family sans
31837 Charger
31838 \family default
31839  dans la fenêtre de dialogue 
31840 \family sans
31841 Sous-document
31842 \family default
31843 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31844  vous puissiez le modifier.
31845 \begin_inset Newline newline
31846 \end_inset
31847
31848
31849 \end_layout
31850
31851 \begin_layout Standard
31852 Voici un sous-document inséré avec la méthode 
31853 \family sans
31854 Inclus
31855 \family default
31856  : 
31857 \begin_inset CommandInset include
31858 LatexCommand include
31859 filename "DocumentBidon1.lyx"
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \begin_layout Standard
31867 La numérotation des sections va prendre en compte les sections des fichiers
31868  incorporés dans l'ordre où ils sont insérés dans le document maître.
31869  Le document qui est inclus comme exemple possède une sous-section qui sera
31870  numérotée comme sous-section de la section actuelle.
31871  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31872  : la sous-section
31873 \begin_inset space ~
31874 \end_inset
31875
31876
31877 \begin_inset CommandInset ref
31878 LatexCommand ref
31879 reference "sub:Sous-section-externe-1"
31880
31881 \end_inset
31882
31883  est dans le fichier inclus.
31884 \end_layout
31885
31886 \begin_layout Standard
31887 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31888  du document maître est utilisé.
31889  Les documents inclus sont insérés en commençant une nouvelle page et sont
31890  suivis par un saut de page.
31891 \end_layout
31892
31893 \begin_layout Standard
31894 Avec la commande LaTeX 
31895 \series bold
31896
31897 \backslash
31898 includeonly 
31899 \series default
31900 vous pouvez préciser quels sous-documents seront traités pour générer la
31901  sortie imprimée.
31902  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31903  important puisque cela vous fait économiser du temps de compilation.
31904  La commande 
31905 \series bold
31906
31907 \backslash
31908 includeonly
31909 \series default
31910  est insérée dans le préambule du document maître.
31911  Elle prend comme arguments une liste de noms de fichiers séparés par des
31912  virgules, par exemple :
31913 \end_layout
31914
31915 \begin_layout Standard
31916
31917 \series bold
31918
31919 \backslash
31920 includeonly{chapitre1,chapitre5}
31921 \end_layout
31922
31923 \begin_layout Standard
31924 fera que seuls les fichiers nommés 
31925 \begin_inset Quotes eld
31926 \end_inset
31927
31928 chapitre1.lyx
31929 \begin_inset Quotes erd
31930 \end_inset
31931
31932  (ou 
31933 \begin_inset Quotes eld
31934 \end_inset
31935
31936 chapitre1.tex
31937 \begin_inset Quotes erd
31938 \end_inset
31939
31940 ) et 
31941 \begin_inset Quotes eld
31942 \end_inset
31943
31944 chapitre5.lyx
31945 \begin_inset Quotes erd
31946 \end_inset
31947
31948  seront traités lors de la compilation.
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset Note Greyedout
31953 status open
31954
31955 \begin_layout Plain Layout
31956
31957 \series bold
31958 Note:
31959 \series default
31960  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
31961  une classe de document différente de celle du document maître, vous recevez
31962  un avertissement quand vous tentez une visualisation ou une exportation,
31963  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Description
31972 Incorporé
31973 \begin_inset space ~
31974 \end_inset
31975
31976 (input) Cette méthode est très semblable à la méthode Inclus, les différences
31977  sont :
31978 \end_layout
31979
31980 \begin_deeper
31981 \begin_layout Itemize
31982 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
31983  par un saut de page.
31984 \end_layout
31985
31986 \begin_layout Itemize
31987 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
31988  
31989 \family sans
31990 Aperçu
31991 \begin_inset space ~
31992 \end_inset
31993
31994 sur
31995 \begin_inset space ~
31996 \end_inset
31997
31998 le
31999 \begin_inset space ~
32000 \end_inset
32001
32002 vif
32003 \family default
32004  est activée dans les préférences dans la rubrique 
32005 \family sans
32006 Apparence\SpecialChar \menuseparator
32007 Graphique
32008 \family default
32009 .
32010 \end_layout
32011
32012 \begin_layout Itemize
32013 La commande LaTeX 
32014 \series bold
32015
32016 \backslash
32017 includeonly
32018 \series default
32019  ne peut pas être utilisée.
32020 \end_layout
32021
32022 \end_deeper
32023 \begin_layout Standard
32024 Voici un sous document inséré en utilisant la méthode 
32025 \family sans
32026 Incorporé
32027 \family default
32028  : 
32029 \begin_inset CommandInset include
32030 LatexCommand input
32031 preview true
32032 filename "DocumentBidon2.lyx"
32033
32034 \end_inset
32035
32036
32037 \end_layout
32038
32039 \begin_layout Description
32040 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32041  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32042  sous forme de code source et aucune des commandes éventuellement présentes
32043  ne sera exécutée.
32044  Vous pouvez utiliser l'option 
32045 \family sans
32046 Marquer
32047 \begin_inset space ~
32048 \end_inset
32049
32050 les
32051 \begin_inset space ~
32052 \end_inset
32053
32054 espaces
32055 \family default
32056  qui matérialise chaque espace présente dans le code source par un caractère
32057  
32058 \begin_inset Quotes eld
32059 \end_inset
32060
32061
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 textvisiblespace 
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \begin_inset Quotes erd
32076 \end_inset
32077
32078  .
32079  La différence avec la méthode qui consiste à utiliser le menu 
32080 \family sans
32081 Insérer\SpecialChar \menuseparator
32082 Fichier\SpecialChar \menuseparator
32083 Texte
32084 \begin_inset space ~
32085 \end_inset
32086
32087 brut
32088 \family default
32089  est que le contenu du document n'apparaît pas dans LyX.
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Voici un sous-document inclus en utilisant la méthode 
32094 \family sans
32095 verbatim
32096 \family default
32097  : 
32098 \begin_inset CommandInset include
32099 LatexCommand verbatiminput
32100 filename "DocumentTexteBidon.txt"
32101
32102 \end_inset
32103
32104
32105 \begin_inset VSpace bigskip
32106 \end_inset
32107
32108 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32109  l'option 
32110 \family sans
32111 Marquer
32112 \begin_inset space ~
32113 \end_inset
32114
32115 les
32116 \begin_inset space ~
32117 \end_inset
32118
32119 espaces :
32120 \family default
32121  
32122 \begin_inset CommandInset include
32123 LatexCommand verbatiminput*
32124 filename "DocumentTexteBidon.txt"
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset VSpace bigskip
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \begin_inset Note Greyedout
32140 status open
32141
32142 \begin_layout Plain Layout
32143
32144 \series bold
32145 Note:
32146 \series default
32147  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32148  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Description
32157 Listings Ce type d'inclusion est décrit dans le chapitre
32158 \begin_inset space ~
32159 \end_inset
32160
32161
32162 \begin_inset CommandInset ref
32163 LatexCommand ref
32164 reference "cha:Program-Code-Listings"
32165
32166 \end_inset
32167
32168 .
32169 \end_layout
32170
32171 \begin_layout Standard
32172 \begin_inset Note Greyedout
32173 status open
32174
32175 \begin_layout Plain Layout
32176
32177 \series bold
32178 Note:
32179 \series default
32180  Inclure le même document deux fois dans un même document peut poser des
32181  problèmes avec LaTeX.
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Chapter
32190 Listings de Code Source
32191 \begin_inset CommandInset label
32192 LatexCommand label
32193 name "cha:Program-Code-Listings"
32194
32195 \end_inset
32196
32197
32198 \begin_inset Index
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202 Listings
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \begin_inset Index
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212 Code Source
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \begin_inset Index
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 Flottants ! Listings
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32232  un insert 
32233 \family sans
32234 Listings
32235 \family default
32236  qui peut être créé grâce au menu 
32237 \family sans
32238 Insérer
32239 \family default
32240 \SpecialChar \menuseparator
32241
32242 \family sans
32243 Listing
32244 \begin_inset space ~
32245 \end_inset
32246
32247 de
32248 \begin_inset space ~
32249 \end_inset
32250
32251 Code
32252 \begin_inset space ~
32253 \end_inset
32254
32255 Source
32256 \family default
32257 .
32258  Le paquetage LaTeX 
32259 \series bold
32260 listings
32261 \series default
32262
32263 \begin_inset Index
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267 Paquetages LaTeX ! listings
32268 \end_layout
32269
32270 \end_inset
32271
32272  fournit un moyen puissant et flexible d'insérer des listings de code source
32273  dans votre document.
32274  
32275 \end_layout
32276
32277 \begin_layout Standard
32278 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32279  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32280 \end_layout
32281
32282 \begin_layout Standard
32283 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32284  L'option d'emplacement 
32285 \family sans
32286 Listing
32287 \begin_inset space ~
32288 \end_inset
32289
32290 en
32291 \begin_inset space ~
32292 \end_inset
32293
32294 Ligne
32295 \family default
32296  imprime le listing dans la ligne comme ceci : 
32297 \begin_inset listings
32298 lstparams "language={C++}"
32299 inline true
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 int a=5;
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset Newline newline
32311 \end_inset
32312
32313 L'option 
32314 \family sans
32315 Flottant
32316 \family default
32317  crée un flottant de listing pour lequel vous pouvez préciser les options
32318  classiques d'emplacement : 
32319 \begin_inset Quotes eld
32320 \end_inset
32321
32322
32323 \family sans
32324 h
32325 \family default
32326
32327 \begin_inset Quotes erd
32328 \end_inset
32329
32330
32331 \begin_inset Quotes eld
32332 \end_inset
32333
32334
32335 \family sans
32336 t
32337 \family default
32338
32339 \begin_inset Quotes erd
32340 \end_inset
32341
32342
32343 \begin_inset Quotes eld
32344 \end_inset
32345
32346
32347 \family sans
32348 b
32349 \family default
32350
32351 \begin_inset Quotes erd
32352 \end_inset
32353
32354 , et 
32355 \begin_inset Quotes eld
32356 \end_inset
32357
32358
32359 \family sans
32360 p
32361 \family default
32362
32363 \begin_inset Quotes erd
32364 \end_inset
32365
32366  correspondant aux emplacement décrits dans la section
32367 \begin_inset space ~
32368 \end_inset
32369
32370
32371 \begin_inset CommandInset ref
32372 LatexCommand ref
32373 reference "sec:Placement-flottants"
32374
32375 \end_inset
32376
32377 .
32378  Les options de positionnement peuvent être mélangées et doivent être saisies
32379  sans séparation, par exemple, on peut taper 
32380 \begin_inset Quotes eld
32381 \end_inset
32382
32383
32384 \family sans
32385 htbp
32386 \family default
32387
32388 \begin_inset Quotes erd
32389 \end_inset
32390
32391 .
32392  L' option 
32393 \begin_inset Quotes eld
32394 \end_inset
32395
32396 h
32397 \begin_inset Quotes erd
32398 \end_inset
32399
32400  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32401  
32402 \family sans
32403 Flottant
32404 \family default
32405  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32406  légende et être référencés.
32407 \end_layout
32408
32409 \begin_layout Standard
32410 Vous pouvez ajouter une légende à un listing avec le menu 
32411 \family sans
32412 Insérer\SpecialChar \menuseparator
32413 Légende
32414 \family default
32415 .
32416  On peut référencer les listings de la même façon que les flottants :Voir
32417  le listing
32418 \begin_inset space ~
32419 \end_inset
32420
32421
32422 \begin_inset CommandInset ref
32423 LatexCommand ref
32424 reference "lst:Listing-exemple"
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 \begin_inset listings
32433 lstparams "language=Python"
32434 inline false
32435 status open
32436
32437 \begin_layout Plain Layout
32438
32439 \begin_inset Caption
32440
32441 \begin_layout Plain Layout
32442 \begin_inset CommandInset label
32443 LatexCommand label
32444 name "lst:Listing-exemple"
32445
32446 \end_inset
32447
32448 Exemple de listing flottant
32449 \end_layout
32450
32451 \end_inset
32452
32453 # Exemple de listing flottant
32454 \end_layout
32455
32456 \begin_layout Plain Layout
32457
32458 def func(param):
32459 \end_layout
32460
32461 \begin_layout Plain Layout
32462
32463     'ceci est une fonction python'
32464 \end_layout
32465
32466 \begin_layout Plain Layout
32467
32468     pass
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Standard
32477 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32478  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32479  de manière particulière dans la sortie imprimée.
32480  Dans l'exemple de listing, le mot clé Python 
32481 \begin_inset Quotes eld
32482 \end_inset
32483
32484 def
32485 \begin_inset Quotes erd
32486 \end_inset
32487
32488  est reconnu et imprimé en caractères gras dans la sortie.
32489 \end_layout
32490
32491 \begin_layout Standard
32492 \begin_inset Note Greyedout
32493 status open
32494
32495 \begin_layout Plain Layout
32496
32497 \series bold
32498 Note:
32499 \series default
32500  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32501  une police de caractères à chasse fixe, c'est que votre police ne contient
32502  probablement pas de série grasse.
32503  Dans ce cas choisissez une police différente dans le menu 
32504 \family sans
32505 Document\SpecialChar \menuseparator
32506 Paramètres\SpecialChar \menuseparator
32507 Polices
32508 \family default
32509 .
32510  (Les polices 
32511 \emph on
32512 LuxiMono, BeraMono
32513 \emph default
32514  et 
32515 \emph on
32516 Courier
32517 \emph default
32518  contiennent une série grasse.)
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 Dans la rubrique 
32528 \family sans
32529 Numérotation
32530 \begin_inset space ~
32531 \end_inset
32532
32533 des
32534 \begin_inset space ~
32535 \end_inset
32536
32537 Lignes
32538 \family default
32539  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32540 n des lignes.
32541  Vous pouvez mettre un nombre dans le champ 
32542 \family sans
32543 Pas
32544 \family default
32545  pour désigner les lignes qui seront numérotées.
32546  Par exemple, si vous mettez 
32547 \begin_inset Quotes eld
32548 \end_inset
32549
32550 3
32551 \begin_inset Quotes erd
32552 \end_inset
32553
32554 , seule une ligne sur trois sera numérotée.
32555 \end_layout
32556
32557 \begin_layout Standard
32558 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32559  apparaîtront dans la sortie.
32560  Vous devez utiliser l'option 
32561 \family sans
32562 Table
32563 \begin_inset space ~
32564 \end_inset
32565
32566 de
32567 \begin_inset space ~
32568 \end_inset
32569
32570 Caractères
32571 \begin_inset space ~
32572 \end_inset
32573
32574 Étendue
32575 \family default
32576  quand vous employez des caractères spécifiques à une langue donnée comme
32577  les umlauts Allemands dans votre listing.
32578 \begin_inset Newline newline
32579 \end_inset
32580
32581 Voici un exemple de listing avec la numérotation des lignes à gauche par
32582  pas de 3, en langage Python, avec les options 
32583 \begin_inset Quotes eld
32584 \end_inset
32585
32586 Table
32587 \begin_inset space ~
32588 \end_inset
32589
32590 de
32591 \begin_inset space ~
32592 \end_inset
32593
32594 caractères
32595 \begin_inset space ~
32596 \end_inset
32597
32598 étendue
32599 \begin_inset Quotes erd
32600 \end_inset
32601
32602  et 
32603 \begin_inset Quotes eld
32604 \end_inset
32605
32606 Espace
32607 \begin_inset space ~
32608 \end_inset
32609
32610 représenté
32611 \begin_inset space ~
32612 \end_inset
32613
32614 par
32615 \begin_inset space ~
32616 \end_inset
32617
32618 un
32619 \begin_inset space ~
32620 \end_inset
32621
32622 symbole
32623 \begin_inset Quotes erd
32624 \end_inset
32625
32626 , l'intervalle de ligne étant 3
32627 \begin_inset space \thinspace{}
32628 \end_inset
32629
32630 -
32631 \begin_inset space \thinspace{}
32632 \end_inset
32633
32634 8:
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset listings
32639 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32640 inline false
32641 status open
32642
32643 \begin_layout Plain Layout
32644
32645 def func(param):
32646 \end_layout
32647
32648 \begin_layout Plain Layout
32649
32650     'ceci est une fonction Python'
32651 \end_layout
32652
32653 \begin_layout Plain Layout
32654
32655     pass
32656 \end_layout
32657
32658 \begin_layout Plain Layout
32659
32660 def func(param):
32661 \end_layout
32662
32663 \begin_layout Plain Layout
32664
32665 'Ça, c'est un mot Allemand : Tschüß'
32666 \end_layout
32667
32668 \begin_layout Plain Layout
32669
32670 pass
32671 \end_layout
32672
32673 \begin_layout Plain Layout
32674
32675 def func(param):
32676 \end_layout
32677
32678 \begin_layout Plain Layout
32679
32680 'ceci est une fonction Python'
32681 \end_layout
32682
32683 \begin_layout Plain Layout
32684
32685 pass
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 \begin_inset Note Greyedout
32695 status open
32696
32697 \begin_layout Plain Layout
32698
32699 \series bold
32700 Note:
32701 \series default
32702  À cause d'un bug dans le paquetage 
32703 \series bold
32704 listings
32705 \series default
32706  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32707  listing.
32708  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32709  les lignes 3 et 6.
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Standard
32718 \begin_inset VSpace bigskip
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \begin_layout Standard
32725 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32726  listing.
32727  Pour le faire, il suffit d'utiliser le menu 
32728 \family sans
32729 Insérer\SpecialChar \menuseparator
32730 Fichier\SpecialChar \menuseparator
32731 Sous-document
32732 \family default
32733  et de choisir le type 
32734 \family sans
32735 Listing
32736 \family default
32737
32738 \begin_inset space ~
32739 \end_inset
32740
32741
32742 \family sans
32743 de
32744 \begin_inset space ~
32745 \end_inset
32746
32747 Code
32748 \begin_inset space ~
32749 \end_inset
32750
32751 source
32752 \family default
32753 .
32754 \begin_inset Foot
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758 Les autres types de sous-documents sont décrits dans la section
32759 \begin_inset space ~
32760 \end_inset
32761
32762
32763 \begin_inset CommandInset ref
32764 LatexCommand ref
32765 reference "sec:Sous-documents"
32766
32767 \end_inset
32768
32769 .
32770 \end_layout
32771
32772 \end_inset
32773
32774  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32775  à utiliser pour le listing dans une zone de texte.
32776  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32777  
32778 \begin_inset Quotes eld
32779 \end_inset
32780
32781 ?
32782 \begin_inset Quotes erd
32783 \end_inset
32784
32785  dans la zone de texte.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 Pour faire référence à un sous-document de type listing, tapez une étiquette
32790  dans le champ correspondant de la fenêtre de dialogue.
32791  On peut alors faire référence à cette étiquette en utilisant le menu 
32792 \family sans
32793 Insérer\SpecialChar \menuseparator
32794 Référence
32795 \begin_inset space ~
32796 \end_inset
32797
32798 Croisée
32799 \family default
32800 .
32801 \end_layout
32802
32803 \begin_layout Standard
32804 Le listing
32805 \begin_inset space ~
32806 \end_inset
32807
32808
32809 \begin_inset CommandInset ref
32810 LatexCommand ref
32811 reference "lst:listing-fichier"
32812
32813 \end_inset
32814
32815  est une exemple de listing issu d'un fichier ; ici les lignes 10
32816 \begin_inset space \thinspace{}
32817 \end_inset
32818
32819 -
32820 \begin_inset space \thinspace{}
32821 \end_inset
32822
32823 15 de ce fichier LyX sont listées.
32824 \end_layout
32825
32826 \begin_layout Standard
32827 \begin_inset CommandInset include
32828 LatexCommand lstinputlisting
32829 filename "EmbeddedObjects.lyx"
32830 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset VSpace bigskip
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32846  de dialogue 
32847 \family sans
32848 Document\SpecialChar \menuseparator
32849 Paramètres\SpecialChar \menuseparator
32850 Format
32851 \begin_inset space ~
32852 \end_inset
32853
32854 du
32855 \begin_inset space ~
32856 \end_inset
32857
32858 Texte
32859 \family default
32860 .
32861  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32862  
32863 \begin_inset Quotes eld
32864 \end_inset
32865
32866 ?
32867 \begin_inset Quotes erd
32868 \end_inset
32869
32870  dans le champ 
32871 \family sans
32872 Paramètres
32873 \begin_inset space ~
32874 \end_inset
32875
32876 du
32877 \begin_inset space ~
32878 \end_inset
32879
32880 Listing
32881 \family default
32882 .
32883 \end_layout
32884
32885 \begin_layout Standard
32886 Pour plus d'information sur le paquetage 
32887 \series bold
32888 listings
32889 \series default
32890 , nous vous renvoyons à sa documentation 
32891 \begin_inset CommandInset citation
32892 LatexCommand cite
32893 key "listings"
32894
32895 \end_inset
32896
32897 .
32898 \end_layout
32899
32900 \begin_layout Standard
32901 \begin_inset Newpage newpage
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Chapter
32908 \start_of_appendix
32909 Unités de longueur utilisables avec LyX
32910 \begin_inset OptArg
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 Unités de longueur
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \begin_inset Index
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924 Unités
32925 \end_layout
32926
32927 \end_inset
32928
32929
32930 \begin_inset CommandInset label
32931 LatexCommand label
32932 name "cha:Unités-de-longueur"
32933
32934 \end_inset
32935
32936
32937 \end_layout
32938
32939 \begin_layout Standard
32940 Pour comprendre les unités de longueur utilisées dans cette documentation,
32941  le tableau
32942 \begin_inset space ~
32943 \end_inset
32944
32945
32946 \begin_inset CommandInset ref
32947 LatexCommand ref
32948 reference "tab:Unités"
32949
32950 \end_inset
32951
32952 décrit les unités utilisées par LyX.
32953 \begin_inset Float table
32954 placement h
32955 wide false
32956 sideways false
32957 status open
32958
32959 \begin_layout Plain Layout
32960 \begin_inset Caption
32961
32962 \begin_layout Plain Layout
32963 \begin_inset CommandInset label
32964 LatexCommand label
32965 name "tab:Unités"
32966
32967 \end_inset
32968
32969 Unités de longueur
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \begin_layout Plain Layout
32978 \begin_inset VSpace medskip
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Plain Layout
32985 \align center
32986 \begin_inset Tabular
32987 <lyxtabular version="3" rows="20" columns="2">
32988 <features>
32989 <column alignment="center" valignment="top" width="0">
32990 <column alignment="center" valignment="top" width="0">
32991 <row>
32992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 unité
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 nom/description
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 </row>
33011 <row>
33012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 mm
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 millimètre
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 </row>
33031 <row>
33032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 cm
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045 centimètre
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 </row>
33051 <row>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 in
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Plain Layout
33065 pouce (inch)
33066 \end_layout
33067
33068 \end_inset
33069 </cell>
33070 </row>
33071 <row>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 pt
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 point (72.27
33086 \begin_inset space \thinspace{}
33087 \end_inset
33088
33089 pt = 1
33090 \begin_inset space \thinspace{}
33091 \end_inset
33092
33093 in)
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 </row>
33099 <row>
33100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104 pc
33105 \end_layout
33106
33107 \end_inset
33108 </cell>
33109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113 pica (1
33114 \begin_inset space \thinspace{}
33115 \end_inset
33116
33117 pc = 12
33118 \begin_inset space \thinspace{}
33119 \end_inset
33120
33121 pt)
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 </row>
33127 <row>
33128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 sp
33133 \end_layout
33134
33135 \end_inset
33136 </cell>
33137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 scaled point (65536
33142 \begin_inset space \thinspace{}
33143 \end_inset
33144
33145 sp = 1
33146 \begin_inset space \thinspace{}
33147 \end_inset
33148
33149 pt)
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 </row>
33155 <row>
33156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 bp
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 gros point (72
33170 \begin_inset space \thinspace{}
33171 \end_inset
33172
33173 bp = 1
33174 \begin_inset space \thinspace{}
33175 \end_inset
33176
33177 in)
33178 \end_layout
33179
33180 \end_inset
33181 </cell>
33182 </row>
33183 <row>
33184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188 dd
33189 \end_layout
33190
33191 \end_inset
33192 </cell>
33193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33194 \begin_inset Text
33195
33196 \begin_layout Plain Layout
33197 didot (72
33198 \begin_inset space \thinspace{}
33199 \end_inset
33200
33201 dd 
33202 \begin_inset Formula $\approx$
33203 \end_inset
33204
33205  37.6
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 mm)
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 </row>
33215 <row>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 cc
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 cicero (1
33230 \begin_inset space \thinspace{}
33231 \end_inset
33232
33233 cc = 12
33234 \begin_inset space \thinspace{}
33235 \end_inset
33236
33237 dd)
33238 \end_layout
33239
33240 \end_inset
33241 </cell>
33242 </row>
33243 <row>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 Scale%
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257 % de la largeur originale de l'image
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 </row>
33263 <row>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 text%
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277 % de la largeur du texte
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 </row>
33283 <row>
33284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 col%
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33294 \begin_inset Text
33295
33296 \begin_layout Plain Layout
33297 % de la largeur de la colonne
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 </row>
33303 <row>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 page%
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317 % de la largeur du papier
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 </row>
33323 <row>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 line%
33329 \end_layout
33330
33331 \end_inset
33332 </cell>
33333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33334 \begin_inset Text
33335
33336 \begin_layout Plain Layout
33337 % de la largeur de la ligne
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 </row>
33343 <row>
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 theight%
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357 % la hauteur du texte
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 </row>
33363 <row>
33364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 pheight%
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 % hauteur du papier
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 </row>
33383 <row>
33384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388 ex
33389 \end_layout
33390
33391 \end_inset
33392 </cell>
33393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33394 \begin_inset Text
33395
33396 \begin_layout Plain Layout
33397 hauteur de la lettre 
33398 \emph on
33399 x
33400 \emph default
33401  dans la police courante
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 </row>
33407 <row>
33408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 em
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421 largeur de la lettre
33422 \emph on
33423  M
33424 \emph default
33425  dans la police courante
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 <row>
33432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 mu
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 unité mathématique (1
33446 \begin_inset space \thinspace{}
33447 \end_inset
33448
33449 mu = 1/18
33450 \begin_inset space \thinspace{}
33451 \end_inset
33452
33453 em)
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 </row>
33459 </lyxtabular>
33460
33461 \end_inset
33462
33463
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Chapter
33472 Formats des fichiers de sortie graphiques
33473 \begin_inset CommandInset label
33474 LatexCommand label
33475 name "cha:Formats-fichiers-graphiques"
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \begin_layout Section
33483 DVI
33484 \begin_inset Index
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 Formats de Fichiers! DVI
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \begin_inset Index
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498 DVI|see
33499 \begin_inset ERT
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503
33504 {
33505 \end_layout
33506
33507 \end_inset
33508
33509 Formats de Fichiers
33510 \begin_inset ERT
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514
33515 }
33516 \end_layout
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \begin_layout Standard
33529 Ce type de fichiers a l'extension 
33530 \begin_inset Quotes fld
33531 \end_inset
33532
33533
33534 \family typewriter
33535 .dvi
33536 \family default
33537
33538 \begin_inset Quotes frd
33539 \end_inset
33540
33541 .
33542  Il est appelé 
33543 \emph on
33544 indépendant de l'appareil
33545 \emph default
33546  ou 
33547 \begin_inset Quotes fld
33548 \end_inset
33549
33550 device independent (DVI)
33551 \begin_inset Quotes frd
33552 \end_inset
33553
33554 , car il est complètement portable ; vous pouvez les recopier d'une machine
33555  à l'autre sans avoir à faire de conversion.
33556  À l'époque où ce format a été développé, c'était loin d'être évident.
33557  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33558  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33559 \end_layout
33560
33561 \begin_layout Standard
33562 \begin_inset Note Greyedout
33563 status open
33564
33565 \begin_layout Plain Layout
33566
33567 \series bold
33568 Note:
33569 \series default
33570  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33571  au fichier.
33572  
33573 \end_layout
33574
33575 \end_inset
33576
33577  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33578  
33579 \family typewriter
33580 .dvi
33581 \family default
33582 .
33583  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33584 z le DVI puisque le programme de visualisation doit convertir les images
33585  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33586  document.
33587  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33588  avec de nombreuses images.
33589 \end_layout
33590
33591 \begin_layout Standard
33592 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33593  menu 
33594 \family sans
33595 Fichier\SpecialChar \menuseparator
33596 Exporter\SpecialChar \menuseparator
33597 DVI.
33598
33599 \family default
33600  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33601 \family sans
33602 Visualiser
33603 \family default
33604  ou en utilisant le bouton
33605 \begin_inset Graphics
33606         filename ../../images/buffer-view_dvi.png
33607         scale 85
33608         scaleBeforeRotation
33609
33610 \end_inset
33611
33612  de la barre d'outils.
33613 \end_layout
33614
33615 \begin_layout Section
33616 PostScript
33617 \begin_inset CommandInset label
33618 LatexCommand label
33619 name "sec:PostScript"
33620
33621 \end_inset
33622
33623
33624 \begin_inset Index
33625 status collapsed
33626
33627 \begin_layout Plain Layout
33628 Formats de Fichiers ! PostScript
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \begin_inset Index
33635 status collapsed
33636
33637 \begin_layout Plain Layout
33638 PostScript|see
33639 \begin_inset ERT
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643
33644 {
33645 \end_layout
33646
33647 \end_inset
33648
33649 Formats de Fichiers
33650 \begin_inset ERT
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654
33655 }
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \begin_layout Standard
33669 Ce type de fichiers a l'extension 
33670 \begin_inset Quotes fld
33671 \end_inset
33672
33673
33674 \family typewriter
33675 .ps
33676 \family default
33677
33678 \begin_inset Quotes frd
33679 \end_inset
33680
33681 .
33682  PostScript a été développé par la société 
33683 \series bold
33684 Adobe
33685 \series default
33686  comme un langage pour les imprimantes.
33687  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33688  pour imprimer le document.
33689  PostScript peut être considéré comme un 
33690 \begin_inset Quotes fld
33691 \end_inset
33692
33693 langage de programmation
33694 \begin_inset Quotes frd
33695 \end_inset
33696
33697  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33698  images
33699 \begin_inset Foot
33700 status open
33701
33702 \begin_layout Plain Layout
33703 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33704  LaTeX 
33705 \series bold
33706 pstricks
33707 \series default
33708
33709 \begin_inset CommandInset citation
33710 LatexCommand cite
33711 key "pstricks"
33712
33713 \end_inset
33714
33715 .
33716 \end_layout
33717
33718 \end_inset
33719
33720 .
33721  En partie à cause de toutes ces possibilités un fichier PostScript est
33722  souvent plus gros qu'un PDF.
33723 \end_layout
33724
33725 \begin_layout Standard
33726 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33727  plus gros qu'un PDF.
33728 \end_layout
33729
33730 \begin_layout Standard
33731 PostScript ne peut contenir que des images au format 
33732 \begin_inset Quotes fld
33733 \end_inset
33734
33735 PostScript Encapsulé
33736 \begin_inset Quotes frd
33737 \end_inset
33738
33739  (encapsulated PostScript ou EPS, d'extension 
33740 \family typewriter
33741 .eps
33742 \family default
33743 ).
33744  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33745  il doit les convertir en interne en EPS.
33746  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33747  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33748  document.
33749  Cela risque de ralentir de façon importante votre rythme de travail.
33750  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33751  vos images directement en EPS pour éviter ce problème.
33752 \end_layout
33753
33754 \begin_layout Standard
33755 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33756  le menu 
33757 \family sans
33758 Fichier\SpecialChar \menuseparator
33759 Exporter\SpecialChar \menuseparator
33760 PostScript.
33761
33762 \family default
33763  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33764  
33765 \family sans
33766 Visualiser
33767 \family default
33768  ou en utilisant le bouton 
33769 \begin_inset Graphics
33770         filename ../../images/buffer-view_ps.png
33771         scale 85
33772         scaleBeforeRotation
33773
33774 \end_inset
33775
33776  de la barre d'outils.
33777 \end_layout
33778
33779 \begin_layout Section
33780 PDF
33781 \begin_inset CommandInset label
33782 LatexCommand label
33783 name "sec:PDF"
33784
33785 \end_inset
33786
33787
33788 \begin_inset Index
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792 Formats de Fichiers ! PDF
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \begin_inset Index
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802 PDF
33803 \end_layout
33804
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \begin_layout Standard
33811 Ce type de fichiers a l'extension 
33812 \begin_inset Quotes fld
33813 \end_inset
33814
33815
33816 \family typewriter
33817 .pdf
33818 \family default
33819
33820 \begin_inset Quotes frd
33821 \end_inset
33822
33823 .
33824  Ce 
33825 \begin_inset Quotes fld
33826 \end_inset
33827
33828 format de document portable
33829 \begin_inset Quotes frd
33830 \end_inset
33831
33832  (portable document format ou PDF) est développé par 
33833 \family typewriter
33834 Adobe
33835 \family default
33836  comme une évolution de PostScript.
33837  Il est plus comprimé et utilise moins de commandes que PostScript.
33838  Comme son nom l'indique, il est 
33839 \begin_inset Quotes fld
33840 \end_inset
33841
33842 portable
33843 \begin_inset Quotes frd
33844 \end_inset
33845
33846  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33847  aura exactement le même aspect.
33848 \end_layout
33849
33850 \begin_layout Standard
33851 PDF peut contenir des images dans son propre format PDF et dans les formats
33852  JPG (format du 
33853 \begin_inset Quotes fld
33854 \end_inset
33855
33856 Joint Photographic Expert Group
33857 \begin_inset Quotes frd
33858 \end_inset
33859
33860  avec comme extension 
33861 \family typewriter
33862 .jpg
33863 \family default
33864  ou 
33865 \family typewriter
33866 .jpeg
33867 \family default
33868 ) et PNG (
33869 \begin_inset Quotes fld
33870 \end_inset
33871
33872 Portable Network Graphics
33873 \begin_inset Quotes frd
33874 \end_inset
33875
33876  avec l'extension 
33877 \family typewriter
33878 .png
33879 \family default
33880 ).
33881  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33882  dans un de ces formats.
33883  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33884  vont ralentir votre travail.
33885  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33886 \end_layout
33887
33888 \begin_layout Standard
33889 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33890  menu 
33891 \family sans
33892 Fichier\SpecialChar \menuseparator
33893 Exporter 
33894 \family default
33895 de trois façons différentes:
33896 \end_layout
33897
33898 \begin_layout Description
33899 PDF
33900 \begin_inset space ~
33901 \end_inset
33902
33903 (ps2pdf) Ceci utilise le programme 
33904 \family typewriter
33905 ps2pdf
33906 \family default
33907  qui créé un PDF à partir de la version PostScript de votre fichier.
33908  Cette dernière est produite par le programme 
33909 \family typewriter
33910 dvips
33911 \family default
33912  qui utilise une version DVI comme étape intermédiaire.
33913  Cette variante consiste donc en trois conversions.
33914 \end_layout
33915
33916 \begin_layout Description
33917 PDF
33918 \begin_inset space ~
33919 \end_inset
33920
33921 (dvipdfm) Ceci utilise le programme 
33922 \family typewriter
33923 dvipdfm
33924 \family default
33925  qui convertit votre fichier en DVI avant de le convertir en PDF.
33926 \end_layout
33927
33928 \begin_layout Description
33929 PDF
33930 \begin_inset space ~
33931 \end_inset
33932
33933 (pdflatex) Ceci utilise le programme 
33934 \family typewriter
33935 pdftex
33936 \family default
33937  qui convertit directement votre fichier en PDF.
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Nous recommandons d'utiliser l'option 
33942 \family sans
33943 PDF
33944 \begin_inset space ~
33945 \end_inset
33946
33947 (pdflatex)
33948 \family default
33949  car 
33950 \family typewriter
33951 pdftex
33952 \family default
33953  accepte toutes les fonctionnalités des versions actuelles de PDF.
33954  Il est en plus rapide et stable.
33955  Le programme 
33956 \family typewriter
33957 dvipdfm
33958 \family default
33959  n'est plus développé est est donc un peu dépassé.
33960 \end_layout
33961
33962 \begin_layout Standard
33963
33964 \end_layout
33965
33966 \begin_layout Standard
33967 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
33968 \family sans
33969 Visualiser
33970 \family default
33971  ou en utilisant le bouton 
33972 \begin_inset Graphics
33973         filename ../../images/buffer-view_pdf2.png
33974         scale 85
33975         scaleBeforeRotation
33976
33977 \end_inset
33978
33979  de la barre d'outils
33980 \family sans
33981  (
33982 \family default
33983 qui utilise 
33984 \family sans
33985 PDF
33986 \begin_inset space ~
33987 \end_inset
33988
33989 (pdflatex)
33990 \family default
33991 ).
33992 \end_layout
33993
33994 \begin_layout Chapter
33995 Explication de l' Équation
33996 \begin_inset space ~
33997 \end_inset
33998
33999
34000 \begin_inset CommandInset ref
34001 LatexCommand eqref
34002 reference "eq:Wgn"
34003
34004 \end_inset
34005
34006
34007 \begin_inset CommandInset label
34008 LatexCommand label
34009 name "cha:Explication-de-l'Equation"
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017 La largeur totale de 
34018 \emph on
34019 n
34020 \emph default
34021  cellules de tableau 
34022 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34023 \end_inset
34024
34025  peut être calculée avec
34026 \end_layout
34027
34028 \begin_layout Standard
34029 \begin_inset Formula \begin{equation}
34030 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}
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Où 
34039 \begin_inset Formula $W_{g\, n}$
34040 \end_inset
34041
34042  est la largeur fixe de toutes les cellules.
34043  
34044 \series bold
34045
34046 \backslash
34047 tabcolsep
34048 \series default
34049  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34050  sa valeur par défaut est 6
34051 \begin_inset space \thinspace{}
34052 \end_inset
34053
34054 pt.
34055  
34056 \series bold
34057
34058 \backslash
34059 arrayrulewidth
34060 \series default
34061  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34062 \begin_inset space \thinspace{}
34063 \end_inset
34064
34065 pt.
34066 \end_layout
34067
34068 \begin_layout Standard
34069 D'après l'équation
34070 \begin_inset space ~
34071 \end_inset
34072
34073
34074 \begin_inset CommandInset ref
34075 LatexCommand eqref
34076 reference "eq:Wtot_n"
34077
34078 \end_inset
34079
34080 , la largeur totale d'une multicolonne, 
34081 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34082 \end_inset
34083
34084  est
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset Formula \begin{equation}
34089 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 En posant que les équations 
34098 \begin_inset space ~
34099 \end_inset
34100
34101
34102 \begin_inset CommandInset ref
34103 LatexCommand eqref
34104 reference "eq:Wtot_n"
34105
34106 \end_inset
34107
34108  et 
34109 \begin_inset CommandInset ref
34110 LatexCommand eqref
34111 reference "eq:Wtot_mult"
34112
34113 \end_inset
34114
34115  sont égales, on peut calculer la largeur nécessaire 
34116 \begin_inset Formula $W_{g\, n}$
34117 \end_inset
34118
34119  quand 
34120 \emph on
34121 n
34122 \emph default
34123  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34124  de 
34125 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34126 \end_inset
34127
34128 :
34129 \end_layout
34130
34131 \begin_layout Standard
34132 \begin_inset Formula \begin{equation}
34133 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34134
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \begin_layout Bibliography
34141 \begin_inset CommandInset bibitem
34142 LatexCommand bibitem
34143 key "latexcompanion"
34144
34145 \end_inset
34146
34147 Frank Mittelbach and Michel Goossens: 
34148 \emph on
34149 The LaTeX Companion Second Edition.
34150
34151 \emph default
34152  Addison-Wesley, 2004
34153 \end_layout
34154
34155 \begin_layout Bibliography
34156 \begin_inset CommandInset bibitem
34157 LatexCommand bibitem
34158 key "latexguide"
34159
34160 \end_inset
34161
34162 Helmut Kopka and Patrick W.
34163  Daly: 
34164 \emph on
34165 A Guide to LaTeX Fourth Edition.
34166
34167 \emph default
34168  Addison-Wesley, 2003
34169 \end_layout
34170
34171 \begin_layout Bibliography
34172 \begin_inset CommandInset bibitem
34173 LatexCommand bibitem
34174 key "latexbook"
34175
34176 \end_inset
34177
34178 Leslie Lamport: 
34179 \emph on
34180 LaTeX: A Document Preparation System.
34181
34182 \emph default
34183  Addison-Wesley, second edition, 1994
34184 \end_layout
34185
34186 \begin_layout Bibliography
34187 \begin_inset CommandInset bibitem
34188 LatexCommand bibitem
34189 key "booktabs"
34190
34191 \end_inset
34192
34193 Documentation du paquetage LaTeX 
34194 \series bold
34195
34196 \begin_inset CommandInset href
34197 LatexCommand href
34198 name "booktabs"
34199 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34200
34201 \end_inset
34202
34203
34204 \series default
34205
34206 \begin_inset Index
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 Paquetages LaTeX ! booktabs
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Bibliography
34219 \begin_inset CommandInset bibitem
34220 LatexCommand bibitem
34221 key "caption"
34222
34223 \end_inset
34224
34225 Documentation du paquetage LaTeX 
34226 \series bold
34227
34228 \begin_inset CommandInset href
34229 LatexCommand href
34230 name "caption"
34231 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34232
34233 \end_inset
34234
34235
34236 \series default
34237
34238 \begin_inset Index
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 Paquetages LaTeX ! caption
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Bibliography
34251 \begin_inset CommandInset bibitem
34252 LatexCommand bibitem
34253 key "endfloat"
34254
34255 \end_inset
34256
34257 Documentation du paquetage LaTeX 
34258 \series bold
34259
34260 \begin_inset CommandInset href
34261 LatexCommand href
34262 name "endfloat"
34263 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34264
34265 \end_inset
34266
34267
34268 \series default
34269
34270 \begin_inset Index
34271 status collapsed
34272
34273 \begin_layout Plain Layout
34274 Paquetages LaTeX ! endfloat
34275 \end_layout
34276
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \begin_layout Bibliography
34283 \begin_inset CommandInset bibitem
34284 LatexCommand bibitem
34285 key "wrapfig"
34286
34287 \end_inset
34288
34289 Documentation du paquetage LaTeX 
34290 \series bold
34291
34292 \begin_inset CommandInset href
34293 LatexCommand href
34294 name "wrapfig"
34295 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34296
34297 \end_inset
34298
34299
34300 \series default
34301
34302 \begin_inset Index
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306 Paquetages LaTeX ! wrapfig
34307 \begin_inset ERT
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311
34312
34313 \backslash
34314 vspace{4mm}
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \end_inset
34323
34324
34325 \end_layout
34326
34327 \begin_layout Bibliography
34328 \begin_inset CommandInset bibitem
34329 LatexCommand bibitem
34330 key "footmisc"
34331
34332 \end_inset
34333
34334 Documentation du paquetage LaTeX 
34335 \series bold
34336
34337 \begin_inset CommandInset href
34338 LatexCommand href
34339 name "footmisc"
34340 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34341
34342 \end_inset
34343
34344
34345 \series default
34346
34347 \begin_inset Index
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351 Paquetages LaTeX ! footmisc
34352 \end_layout
34353
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \begin_layout Bibliography
34360 \begin_inset CommandInset bibitem
34361 LatexCommand bibitem
34362 key "hypcap"
34363
34364 \end_inset
34365
34366 Documentation du paquetage LaTeX 
34367 \series bold
34368
34369 \begin_inset CommandInset href
34370 LatexCommand href
34371 name "hypcap"
34372 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34373
34374 \end_inset
34375
34376
34377 \series default
34378
34379 \begin_inset Index
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383 Paquetages LaTeX ! hyperref
34384 \end_layout
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \begin_layout Bibliography
34392 \begin_inset CommandInset bibitem
34393 LatexCommand bibitem
34394 key "hyperref"
34395
34396 \end_inset
34397
34398 Documentation du paquetage LaTeX 
34399 \series bold
34400
34401 \begin_inset CommandInset href
34402 LatexCommand href
34403 name "hyperref"
34404 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34405
34406 \end_inset
34407
34408
34409 \series default
34410
34411 \begin_inset Index
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415 Paquetages LaTeX ! hyperref
34416 \end_layout
34417
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \begin_layout Bibliography
34424 \begin_inset CommandInset bibitem
34425 LatexCommand bibitem
34426 key "koma-script"
34427
34428 \end_inset
34429
34430 Documentation du paquetage LaTeX 
34431 \series bold
34432
34433 \begin_inset CommandInset href
34434 LatexCommand href
34435 name "koma-script"
34436 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34437
34438 \end_inset
34439
34440
34441 \series default
34442
34443 \begin_inset Index
34444 status collapsed
34445
34446 \begin_layout Plain Layout
34447 Paquetages LaTeX ! koma-script
34448 \end_layout
34449
34450 \end_inset
34451
34452
34453 \end_layout
34454
34455 \begin_layout Bibliography
34456 \begin_inset CommandInset bibitem
34457 LatexCommand bibitem
34458 key "listings"
34459
34460 \end_inset
34461
34462 Documentation du paquetage LaTeX 
34463 \series bold
34464
34465 \begin_inset CommandInset href
34466 LatexCommand href
34467 name "listings"
34468 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34469
34470 \end_inset
34471
34472
34473 \series default
34474
34475 \begin_inset Index
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479 Paquetages LaTeX ! listings
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Bibliography
34488 \begin_inset CommandInset bibitem
34489 LatexCommand bibitem
34490 key "marginnote"
34491
34492 \end_inset
34493
34494 Documentation du paquetage LaTeX 
34495 \series bold
34496
34497 \begin_inset CommandInset href
34498 LatexCommand href
34499 name "marginnote"
34500 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34501
34502 \end_inset
34503
34504
34505 \series default
34506
34507 \begin_inset Index
34508 status collapsed
34509
34510 \begin_layout Plain Layout
34511 Paquetages LaTeX ! marginnote
34512 \end_layout
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \begin_layout Bibliography
34520 \begin_inset CommandInset bibitem
34521 LatexCommand bibitem
34522 key "pstricks"
34523
34524 \end_inset
34525
34526 Page Web du paquetage LaTeX 
34527 \series bold
34528
34529 \begin_inset CommandInset href
34530 LatexCommand href
34531 name "PSTricks"
34532 target "http://tug.org/PSTricks/"
34533
34534 \end_inset
34535
34536
34537 \series default
34538
34539 \begin_inset Index
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543 Paquetages LaTeX ! PSTricks
34544 \end_layout
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \begin_layout Bibliography
34552 \begin_inset CommandInset bibitem
34553 LatexCommand bibitem
34554 key "sidecap"
34555
34556 \end_inset
34557
34558 Documentation du paquetage LaTeX 
34559 \series bold
34560
34561 \begin_inset CommandInset href
34562 LatexCommand href
34563 name "sidecap"
34564 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34565
34566 \end_inset
34567
34568
34569 \series default
34570
34571 \begin_inset Index
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 Paquetages LaTeX ! sidecap
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Bibliography
34584 \begin_inset CommandInset bibitem
34585 LatexCommand bibitem
34586 key "NewInLyX16"
34587
34588 \end_inset
34589
34590
34591 \begin_inset CommandInset href
34592 LatexCommand href
34593 name "Page Wiki"
34594 target "http://wiki.lyx.org/LyX/NewInLyX16"
34595
34596 \end_inset
34597
34598  au sujet des nouveautés de 
34599 \family sans
34600 LyX 1.6.0
34601 \family default
34602 .
34603 \end_layout
34604
34605 \begin_layout Standard
34606 \begin_inset CommandInset index_print
34607 LatexCommand printindex
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Standard
34615 \begin_inset FloatList figure
34616
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \begin_inset FloatList table
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Standard
34631 \begin_inset ERT
34632 status open
34633
34634 \begin_layout Plain Layout
34635
34636
34637 \backslash
34638 listof{algorithm}{Liste des Algorithmes}
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \begin_inset Note Note
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648 voir la section
34649 \begin_inset space ~
34650 \end_inset
34651
34652
34653 \begin_inset CommandInset ref
34654 LatexCommand ref
34655 reference "sub:Flottant-d'Algorithme"
34656
34657 \end_inset
34658
34659  pour une description
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \end_body
34668 \end_document