]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
documentation: update as bug 5051 is now fixed
[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 Flottant
19535 \begin_inset space ~
19536 \end_inset
19537
19538 d'enrobage
19539 \begin_inset Note Note
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543
19544 \series bold
19545 \lang english
19546 je préfèrerai 
19547 \begin_inset Quotes eld
19548 \end_inset
19549
19550 d'habillage
19551 \begin_inset Quotes erd
19552 \end_inset
19553
19554  (NdT)
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \series default
19561 .
19562 \end_layout
19563
19564 \begin_layout Subsection
19565 Flottant d'algorithme 
19566 \begin_inset Index
19567 status collapsed
19568
19569 \begin_layout Plain Layout
19570 Flottants ! Algorithmes
19571 \end_layout
19572
19573 \end_inset
19574
19575
19576 \begin_inset CommandInset label
19577 LatexCommand label
19578 name "sub:Flottant-d'Algorithme"
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \begin_layout Standard
19586 \begin_inset Float algorithm
19587 placement h
19588 wide false
19589 sideways false
19590 status open
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Caption
19594
19595 \begin_layout Plain Layout
19596 \begin_inset CommandInset label
19597 LatexCommand label
19598 name "alg:Exemple-Flottant-Algorithme"
19599
19600 \end_inset
19601
19602 Exemple de flottant d'algorithme
19603 \end_layout
19604
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \begin_layout LyX-Code
19611 for I in 1..N loop
19612 \begin_inset Newline newline
19613 \end_inset
19614
19615  Sum:= Sum + A(I); /*comment*/
19616 \begin_inset Newline newline
19617 \end_inset
19618
19619 end loop
19620 \begin_inset VSpace -4mm
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \begin_layout Standard
19632 Ce type de flottant est inséré à l'aide du menu 
19633 \family sans
19634 Insérer\SpecialChar \menuseparator
19635 Flottant\SpecialChar \menuseparator
19636 Algorithme
19637 \family default
19638 .
19639  Il peut être utilisé pour des morceaux de code source ou des descriptions
19640  d'algorithmes.
19641  Vous pouvez par exemple utiliser l'environnement Code
19642 \begin_inset space ~
19643 \end_inset
19644
19645 LyX qui est décrit dans le 
19646 \emph on
19647 Guide
19648 \emph default
19649
19650 \begin_inset space ~
19651 \end_inset
19652
19653
19654 \emph on
19655 de
19656 \begin_inset space ~
19657 \end_inset
19658
19659 l'Utilisateur
19660 \emph default
19661  de LyX.
19662  l'algorithme
19663 \begin_inset space ~
19664 \end_inset
19665
19666
19667 \begin_inset CommandInset ref
19668 LatexCommand ref
19669 reference "alg:Exemple-Flottant-Algorithme"
19670
19671 \end_inset
19672
19673  est un exemple de flottant d'algorithme où un espace vertical de -4
19674 \begin_inset space \thinspace{}
19675 \end_inset
19676
19677 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19678  soit placée exactement sous le texte de la dernière ligne.
19679 \end_layout
19680
19681 \begin_layout Standard
19682 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19683  du document.
19684  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19685 ent en ajoutant la ligne suivante dans le préambule de votre document :
19686 \end_layout
19687
19688 \begin_layout Standard
19689
19690 \series bold
19691
19692 \backslash
19693 floatname{algorithm}{votre
19694 \begin_inset space ~
19695 \end_inset
19696
19697 nom}
19698 \end_layout
19699
19700 \begin_layout Standard
19701
19702 \family sans
19703  votre
19704 \begin_inset space ~
19705 \end_inset
19706
19707 nom
19708 \family default
19709  est le mot 
19710 \begin_inset Quotes eld
19711 \end_inset
19712
19713
19714 \emph on
19715 algorithme
19716 \emph default
19717
19718 \begin_inset Quotes erd
19719 \end_inset
19720
19721  dans votre langue.
19722 \end_layout
19723
19724 \begin_layout Standard
19725 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19726 \family sans
19727 Insérer\SpecialChar \menuseparator
19728 Listes
19729 \begin_inset space ~
19730 \end_inset
19731
19732 &
19733 \begin_inset space ~
19734 \end_inset
19735
19736 TdM\SpecialChar \menuseparator
19737 Liste
19738 \begin_inset space ~
19739 \end_inset
19740
19741 des
19742 \begin_inset space ~
19743 \end_inset
19744
19745 algorithmes
19746 \family default
19747  si votre document est en anglais.
19748  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19749  en code TeX à la place:
19750 \end_layout
19751
19752 \begin_layout Standard
19753
19754 \series bold
19755
19756 \backslash
19757 listof{algorithm}{votre
19758 \begin_inset space ~
19759 \end_inset
19760
19761 nom}
19762 \end_layout
19763
19764 \begin_layout Standard
19765 où 
19766 \family sans
19767 votre
19768 \begin_inset space ~
19769 \end_inset
19770
19771 nom
19772 \family default
19773  est la traduction de 
19774 \begin_inset Quotes eld
19775 \end_inset
19776
19777
19778 \emph on
19779 List of Algorithm
19780 \emph default
19781 s
19782 \begin_inset Quotes erd
19783 \end_inset
19784
19785  dans votre langue.
19786 \end_layout
19787
19788 \begin_layout Standard
19789 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19790  schéma 
19791 \begin_inset Quotes eld
19792 \end_inset
19793
19794 chapitre.algorithme
19795 \begin_inset Quotes erd
19796 \end_inset
19797
19798  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19799  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19800  commande dans le préambule de votre document :
19801 \end_layout
19802
19803 \begin_layout Standard
19804
19805 \series bold
19806
19807 \backslash
19808 numberwithin{algorithm}{chapter}
19809 \end_layout
19810
19811 \begin_layout Standard
19812 Pour pouvoir utiliser la commande 
19813 \series bold
19814
19815 \backslash
19816 numberwithin
19817 \series default
19818 , activez l'option 
19819 \family sans
19820 Utiliser
19821 \begin_inset space ~
19822 \end_inset
19823
19824 le
19825 \begin_inset space ~
19826 \end_inset
19827
19828 paquetage
19829 \begin_inset space ~
19830 \end_inset
19831
19832 AMS
19833 \begin_inset space ~
19834 \end_inset
19835
19836 math
19837 \family default
19838  dans la rubrique 
19839 \family sans
19840 Options
19841 \begin_inset space ~
19842 \end_inset
19843
19844 des
19845 \begin_inset space ~
19846 \end_inset
19847
19848 Maths
19849 \family default
19850  de la fenêtre de dialogue 
19851 \family sans
19852 Paramètres
19853 \begin_inset space ~
19854 \end_inset
19855
19856 du
19857 \begin_inset space ~
19858 \end_inset
19859
19860 Document
19861 \family default
19862 .
19863 \end_layout
19864
19865 \begin_layout Subsection
19866 Flottant d'enrobage
19867 \begin_inset Index
19868 status collapsed
19869
19870 \begin_layout Plain Layout
19871 Flottants ! Flottants d'enrobage
19872 \end_layout
19873
19874 \end_inset
19875
19876
19877 \begin_inset CommandInset label
19878 LatexCommand label
19879 name "sub:flottants-d'enrobage"
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \begin_layout Standard
19887 \begin_inset Wrap figure
19888 lines 0
19889 placement l
19890 overhang 0col%
19891 width "40col%"
19892 status open
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Graphics
19896         filename ../clipart/mobius.eps
19897         width 40col%
19898         scaleBeforeRotation
19899         rotateOrigin center
19900
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Caption
19908
19909 \begin_layout Plain Layout
19910 \begin_inset CommandInset label
19911 LatexCommand label
19912 name "fig:Figure-enrobée"
19913
19914 \end_inset
19915
19916 Ceci est une figure habillée et vous lisez la superbe légende qui la décrit.
19917 \begin_inset VSpace medskip
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929
19930 Ce type de flottant est utilisé quand on veut que le texte habille la figure
19931  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19932  Vous pouvez en insérer un en utilisant le menu 
19933 \family sans
19934 Insérer\SpecialChar \menuseparator
19935 Flottant\SpecialChar \menuseparator
19936 Flottant
19937 \begin_inset space ~
19938 \end_inset
19939
19940 d'enrobage
19941 \family default
19942 \lang english
19943  
19944 \lang french
19945 à la condition que le paquetage LaTeX 
19946 \series bold
19947 wrapfig
19948 \series default
19949
19950 \begin_inset Index
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954 Paquetages LaTeX ! wrapfig
19955 \begin_inset ERT
19956 status collapsed
19957
19958 \begin_layout Plain Layout
19959
19960
19961 \backslash
19962 vspace{4mm}
19963 \end_layout
19964
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971
19972  soit installé.
19973 \begin_inset Foot
19974 status collapsed
19975
19976 \begin_layout Plain Layout
19977 Voyez dans la manuel 
19978 \emph on
19979 Configuration
19980 \begin_inset space ~
19981 \end_inset
19982
19983 LaTeX 
19984 \emph default
19985 comment installer des paquetages LaTeX.
19986 \end_layout
19987
19988 \end_inset
19989
19990  La largeur et la position du flottant peut être modifiée en faisant un
19991  clic droit sur la boîte du flottant.
19992  La figure
19993 \begin_inset space ~
19994 \end_inset
19995
19996
19997 \begin_inset CommandInset ref
19998 LatexCommand ref
19999 reference "fig:Figure-enrobée"
20000
20001 \end_inset
20002
20003  est un exemple de flottant d'enrobage avec une largeur de 40
20004 \begin_inset space \thinspace{}
20005 \end_inset
20006
20007 col%.
20008 \begin_inset Foot
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012 Les unités disponibles sont expliquées dans l'appendice
20013 \begin_inset space ~
20014 \end_inset
20015
20016
20017 \begin_inset CommandInset ref
20018 LatexCommand ref
20019 reference "cha:Unités-de-longueur"
20020
20021 \end_inset
20022
20023 .
20024 \end_layout
20025
20026 \end_inset
20027
20028  Un peu d'espace a été ajouté sous la légende pour mieux la séparer du texte
20029  qui l'entoure.
20030 \end_layout
20031
20032 \begin_layout Standard
20033 \begin_inset Note Greyedout
20034 status open
20035
20036 \begin_layout Plain Layout
20037
20038 \series bold
20039 Note:
20040 \series default
20041  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20042  figure trop près du bas de page peut tout chambouler et faire que le flottant
20043  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20044  de texte.
20045 \end_layout
20046
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \begin_layout Standard
20053 En général:
20054 \end_layout
20055
20056 \begin_layout Itemize
20057 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20058  qui risquent de passer à la page suivante.
20059  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20060  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20061  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20062  de page.
20063 \end_layout
20064
20065 \begin_layout Itemize
20066 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20067  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20068 e.
20069 \end_layout
20070
20071 \begin_layout Itemize
20072 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20073  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20074  texte entre les deux, comme séparateur.
20075 \end_layout
20076
20077 \begin_layout Itemize
20078 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20079  ou les tableaux.
20080 \end_layout
20081
20082 \begin_layout Section
20083 Numérotation des flottants
20084 \begin_inset CommandInset label
20085 LatexCommand label
20086 name "sec:Numérotatio-Flottants"
20087
20088 \end_inset
20089
20090
20091 \begin_inset Index
20092 status collapsed
20093
20094 \begin_layout Plain Layout
20095 Flottants ! Numérotation
20096 \end_layout
20097
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \begin_layout Standard
20104 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20105  ils se trouvent, soit en utilisant un format du genre 
20106 \begin_inset Quotes eld
20107 \end_inset
20108
20109 chapitre.numéro
20110 \begin_inset Quotes erd
20111 \end_inset
20112
20113  ou 
20114 \begin_inset Quotes eld
20115 \end_inset
20116
20117 section.numéro
20118 \begin_inset Quotes erd
20119 \end_inset
20120
20121 .
20122  Cela dépend de la classe de document utilisée.
20123 \end_layout
20124
20125 \begin_layout Standard
20126 Pour changer le format de la numérotation qui ne dépend pas de la section
20127  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20128  le préambule du document :
20129 \end_layout
20130
20131 \begin_layout Standard
20132
20133 \series bold
20134
20135 \backslash
20136 renewcommand{
20137 \backslash
20138 thetable}{
20139 \backslash
20140 roman{table}}
20141 \end_layout
20142
20143 \begin_layout Standard
20144
20145 \series bold
20146
20147 \backslash
20148 thetable
20149 \series default
20150  est la commande qui imprime le numéro du tableau, pour les figures, la
20151  commande serait 
20152 \series bold
20153
20154 \backslash
20155 thefigure
20156 \series default
20157 .
20158  La commande 
20159 \series bold
20160
20161 \backslash
20162 roman
20163 \series default
20164  utilisée dans la commande précédente, imprime le numéro du tableau sous
20165  forme de petits chiffres romains.
20166 \end_layout
20167
20168 \begin_layout Standard
20169 Pour changer le type de numérotation pour par exemple 
20170 \begin_inset Quotes eld
20171 \end_inset
20172
20173 sous-section.numéro
20174 \begin_inset Quotes erd
20175 \end_inset
20176
20177 , utilisez la commande suivante dans le préambule du document :
20178 \end_layout
20179
20180 \begin_layout Standard
20181
20182 \series bold
20183
20184 \backslash
20185 numberwithin{table}{subsection}
20186 \end_layout
20187
20188 \begin_layout Standard
20189 Pour pouvoir utiliser la commande 
20190 \series bold
20191
20192 \backslash
20193 numberwithin
20194 \series default
20195 , vous devez activer l'option 
20196 \family sans
20197 Utiliser
20198 \begin_inset space ~
20199 \end_inset
20200
20201 le
20202 \begin_inset space ~
20203 \end_inset
20204
20205 paquetage
20206 \begin_inset space ~
20207 \end_inset
20208
20209 maths
20210 \begin_inset space ~
20211 \end_inset
20212
20213 AMS
20214 \family default
20215  dans la rubrique 
20216 \family sans
20217 Options
20218 \begin_inset space ~
20219 \end_inset
20220
20221 des
20222 \begin_inset space ~
20223 \end_inset
20224
20225 Maths
20226 \family default
20227  de la fenêtre de dialogue 
20228 \family sans
20229 Paramètres
20230 \family default
20231  du document.
20232 \end_layout
20233
20234 \begin_layout Standard
20235 Veuillez aussi jeter un coup d'œil à la section
20236 \begin_inset space ~
20237 \end_inset
20238
20239
20240 \begin_inset CommandInset ref
20241 LatexCommand ref
20242 reference "sub:Numerotation-notes-bas-de-page"
20243
20244 \end_inset
20245
20246  pour plus de détails et des notes importantes sur les commandes de numérotation.
20247 \end_layout
20248
20249 \begin_layout Section
20250 Faire Référence à des Flottants
20251 \begin_inset CommandInset label
20252 LatexCommand label
20253 name "sec:Referencer-les-Flottants"
20254
20255 \end_inset
20256
20257
20258 \begin_inset Index
20259 status collapsed
20260
20261 \begin_layout Plain Layout
20262 Flottants ! Références
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \begin_inset Index
20269 status collapsed
20270
20271 \begin_layout Plain Layout
20272 Références
20273 \end_layout
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Standard
20281 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20282  en utilisant le menu 
20283 \family sans
20284 Insérer\SpecialChar \menuseparator
20285 Étiquette
20286 \family default
20287  ou le bouton 
20288 \begin_inset Graphics
20289         filename ../../images/label-insert.png
20290         scale 85
20291         scaleBeforeRotation
20292
20293 \end_inset
20294
20295  de la barre d'outils.
20296  Une boîte grise de ce genre : 
20297 \begin_inset Graphics
20298         filename clipart/labelQt4.png
20299         scale 85
20300         scaleBeforeRotation
20301
20302 \end_inset
20303
20304  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20305  de saisir le texte de l'étiquette.
20306  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20307  précédés d'un préfixe.
20308  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20309  préfixe sera "
20310 \family sans
20311 fig:
20312 \family default
20313 ".
20314 \end_layout
20315
20316 \begin_layout Standard
20317 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20318  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20319 \family sans
20320 Insérer\SpecialChar \menuseparator
20321 Référence
20322 \begin_inset space ~
20323 \end_inset
20324
20325 Croisée
20326 \family default
20327  ou le bouton 
20328 \begin_inset Graphics
20329         filename ../../images/dialog-show-new-inset_ref.png
20330         scale 85
20331         scaleBeforeRotation
20332
20333 \end_inset
20334
20335  de la barre d'outils.
20336  Une boîte grise de référence croisée comme celle-ci : 
20337 \begin_inset Graphics
20338         filename ../clipart/referenceQt4.png
20339         scale 85
20340         scaleBeforeRotation
20341
20342 \end_inset
20343
20344  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20345  toutes les étiquettes définies dans votre document.
20346  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20347  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20348  de la fenêtre de dialogue.
20349  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20350  une.
20351  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20352  de la référence croisée.
20353 \end_layout
20354
20355 \begin_layout Standard
20356 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20357  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20358  les deux.
20359  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20360  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20361  du numéro de la référence.
20362 \end_layout
20363
20364 \begin_layout Standard
20365 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20366  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20367  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20368  pas à vous en préoccuper.
20369 \end_layout
20370
20371 \begin_layout Standard
20372 Le bouton 
20373 \family sans
20374 Aller
20375 \begin_inset space ~
20376 \end_inset
20377
20378 à
20379 \begin_inset space ~
20380 \end_inset
20381
20382 l'étiquette
20383 \family default
20384  dans la fenêtre de référence croisée va positionner le curseur juste devant
20385  l'étiquette à laquelle on fait référence.
20386  Le nom du bouton bouton 
20387 \family sans
20388 Revenir
20389 \family default
20390  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20391  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20392  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20393  à votre point de départ.
20394 \end_layout
20395
20396 \begin_layout Subsection
20397 Formats de Références Croisées
20398 \begin_inset CommandInset label
20399 LatexCommand label
20400 name "sub:Formats-Références-Croisées"
20401
20402 \end_inset
20403
20404
20405 \begin_inset Index
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 Références ! Formats
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 Il y a six types de références croisées :
20419 \end_layout
20420
20421 \begin_layout Description
20422 <référence>
20423 \begin_inset space ~
20424 \end_inset
20425
20426 : affiche le numéro de l'élément, c'est le choix par défaut : 
20427 \begin_inset CommandInset ref
20428 LatexCommand ref
20429 reference "fig:Deux-images-déformées"
20430
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \begin_layout Description
20437 (<référence>)
20438 \begin_inset space ~
20439 \end_inset
20440
20441 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20442  normalement pour faire référence à des formules mathématiques, en particulier
20443  quand le mot 
20444 \begin_inset Quotes eld
20445 \end_inset
20446
20447 Équation
20448 \begin_inset Quotes erd
20449 \end_inset
20450
20451  est omis : 
20452 \begin_inset CommandInset ref
20453 LatexCommand eqref
20454 reference "eq:Wgn"
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Description
20462 <page>
20463 \begin_inset space ~
20464 \end_inset
20465
20466 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20467 \begin_inset space ~
20468 \end_inset
20469
20470
20471 \begin_inset CommandInset ref
20472 LatexCommand pageref
20473 reference "fig:Deux-images-déformées"
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Description
20481 page
20482 \begin_inset space ~
20483 \end_inset
20484
20485 <page>
20486 \begin_inset space ~
20487 \end_inset
20488
20489 : affiche le mot 
20490 \begin_inset Quotes eld
20491 \end_inset
20492
20493 page
20494 \begin_inset Quotes erd
20495 \end_inset
20496
20497  suivi du numéro de la page sur laquelle se trouve l'élément : 
20498 \begin_inset CommandInset ref
20499 LatexCommand vpageref
20500 reference "fig:Deux-images-déformées"
20501
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \begin_layout Description
20508 <référence>
20509 \begin_inset space ~
20510 \end_inset
20511
20512 page
20513 \begin_inset space ~
20514 \end_inset
20515
20516 <page>
20517 \begin_inset space ~
20518 \end_inset
20519
20520 : affiche le numéro de l'élément, le mot 
20521 \begin_inset Quotes eld
20522 \end_inset
20523
20524 page
20525 \begin_inset Quotes erd
20526 \end_inset
20527
20528  et le numéro de la page : 
20529 \begin_inset CommandInset ref
20530 LatexCommand vref
20531 reference "fig:Deux-images-déformées"
20532
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \begin_layout Description
20539 Référence
20540 \begin_inset space ~
20541 \end_inset
20542
20543 mise
20544 \begin_inset space ~
20545 \end_inset
20546
20547 en
20548 \begin_inset space ~
20549 \end_inset
20550
20551 forme
20552 \begin_inset space ~
20553 \end_inset
20554
20555 : affiche une référence croisée qui définit son propre format.
20556
20557 \lang english
20558  
20559 \lang french
20560
20561 \begin_inset Note Greyedout
20562 status open
20563
20564 \begin_layout Plain Layout
20565
20566 \series bold
20567 Note:
20568 \series default
20569  Ce type de référence croisée n'est disponible que si vous avez installé
20570  le paquetage LaTeX 
20571 \series bold
20572 prettyref.
20573 \end_layout
20574
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20582  se trouve sur la page précédente, la même page ou la page suivante.
20583  Vous verrez par exemple un texte du genre 
20584 \begin_inset Quotes eld
20585 \end_inset
20586
20587 sur cette page
20588 \begin_inset Quotes erd
20589 \end_inset
20590
20591  à la place.
20592 \end_layout
20593
20594 \begin_layout Standard
20595 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20596  se trouve sont calculés automatiquement par LaTeX.
20597  Vous choisissez une des six variétés de références dans le champ Format
20598  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20599  boîte de la référence croisée.
20600 \end_layout
20601
20602 \begin_layout Subsection
20603 Nommage automatique des références croisées
20604 \begin_inset Index
20605 status collapsed
20606
20607 \begin_layout Plain Layout
20608 Références ! Nommage automatique
20609 \end_layout
20610
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \begin_layout Standard
20617 Le paquetage LaTeX 
20618 \series bold
20619 hyperref
20620 \series default
20621  fournit une fonction très utile pour automatiser la création des références
20622  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20623  une section).
20624  Par exemple pour vous éviter de devoir écrire le mot 
20625 \begin_inset Quotes eld
20626 \end_inset
20627
20628 Figure
20629 \begin_inset Quotes erd
20630 \end_inset
20631
20632  devant chaque boîte de référence.
20633  Pour profiter de ce nommage automatique des références croisées, vous devez
20634  charger le paquetage LaTeX 
20635 \series bold
20636 hyperref
20637 \series default
20638
20639 \begin_inset Index
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 Paquetages LaTeX ! hyperref
20644 \end_layout
20645
20646 \end_inset
20647
20648  dans le préambule du document avec
20649 \end_layout
20650
20651 \begin_layout Standard
20652
20653 \series bold
20654
20655 \backslash
20656 usepackage[pdfborder={0 0 0}]{hyperref}
20657 \begin_inset Newline newline
20658 \end_inset
20659
20660
20661 \backslash
20662 AtBeginDocument{
20663 \backslash
20664 renewcommand{
20665 \backslash
20666 ref}[1]{
20667 \backslash
20668 mbox{
20669 \backslash
20670 autoref{#1}}}}
20671 \end_layout
20672
20673 \begin_layout Standard
20674
20675 \series bold
20676 hyperref
20677 \series default
20678  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20679  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20680  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20681  transporté sur la portion de document référencée.
20682  
20683 \series bold
20684 hyperref
20685 \series default
20686  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20687  la navigation à l'intérieur du document.
20688  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20689  dans le préambule de ce document pour voir toutes les options qui ont été
20690  utilisées dans la commande de chargement d'
20691 \series bold
20692 hyperref
20693 \series default
20694 .
20695  Pour en apprendre plus au sujet du paquetage 
20696 \series bold
20697 hyperref
20698 \series default
20699 , nous vous renvoyons à sa documentation 
20700 \begin_inset CommandInset citation
20701 LatexCommand cite
20702 key "hyperref"
20703
20704 \end_inset
20705
20706 .
20707 \end_layout
20708
20709 \begin_layout Standard
20710 \begin_inset Note Greyedout
20711 status open
20712
20713 \begin_layout Plain Layout
20714
20715 \series bold
20716 Note:
20717 \series default
20718  Le nommage automatique de références ne peut être utilisé si vous avez
20719  choisi le style de référence 
20720 \family sans
20721 Référence
20722 \begin_inset space ~
20723 \end_inset
20724
20725 mise
20726 \begin_inset space ~
20727 \end_inset
20728
20729 en
20730 \begin_inset space ~
20731 \end_inset
20732
20733 forme
20734 \family default
20735  décrit dans la section
20736 \begin_inset space ~
20737 \end_inset
20738
20739
20740 \begin_inset CommandInset ref
20741 LatexCommand ref
20742 reference "sub:Formats-Références-Croisées"
20743
20744 \end_inset
20745
20746 .
20747 \end_layout
20748
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \begin_layout Subsection
20755 Positionnement des Références 
20756 \begin_inset CommandInset label
20757 LatexCommand label
20758 name "sub:Reference-Position"
20759
20760 \end_inset
20761
20762
20763 \begin_inset Index
20764 status collapsed
20765
20766 \begin_layout Plain Layout
20767 Références ! Positionnement
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 Si vous utilisez le paquetage 
20777 \series bold
20778 hyperref
20779 \series default
20780
20781 \begin_inset Index
20782 status collapsed
20783
20784 \begin_layout Plain Layout
20785 Paquetages LaTeX ! hyperref
20786 \end_layout
20787
20788 \end_inset
20789
20790  pour lier vos références croisées dans la sortie finale, vous verrez que
20791  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20792  l'image.
20793  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20794  pourrez voir l'image sans faire défiler le texte.
20795  Ce problème vient du fait que le point d'ancrage de la référence se situe
20796  à l'endroit de l'étiquette.
20797  En utilisant le paquetage LaTeX 
20798 \series bold
20799 hypcap
20800 \series default
20801
20802 \begin_inset Index
20803 status collapsed
20804
20805 \begin_layout Plain Layout
20806 Paquetages LaTeX ! hypcap
20807 \end_layout
20808
20809 \end_inset
20810
20811 , qui fait partie du paquetage LaTeX 
20812 \series bold
20813 oberdiek
20814 \series default
20815
20816 \begin_inset Index
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820 Paquetages LaTeX ! oberdiek
20821 \end_layout
20822
20823 \end_inset
20824
20825 , le point d'ancrage d'un lien est place en haut du flottant.
20826  Pour utiliser cette fonction avec les flottants de figure, chargez 
20827 \series bold
20828 hypcap
20829 \series default
20830  dans l'entête du document avec la ligne
20831 \end_layout
20832
20833 \begin_layout Standard
20834
20835 \series bold
20836
20837 \backslash
20838 usepackage[figure]{hypcap}
20839 \end_layout
20840
20841 \begin_layout Standard
20842 Vous pouvez aussi utiliser 
20843 \series bold
20844 hypcap
20845 \series default
20846  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20847  de stabilité.
20848  Pour plus d'information, jetez un coup d'œil au manuel d' 
20849 \series bold
20850 hypcap
20851 \series default
20852  
20853 \begin_inset CommandInset citation
20854 LatexCommand cite
20855 key "hypcap"
20856
20857 \end_inset
20858
20859 .
20860 \end_layout
20861
20862 \begin_layout Standard
20863 \begin_inset Note Greyedout
20864 status open
20865
20866 \begin_layout Plain Layout
20867
20868 \series bold
20869 Note:
20870 \series default
20871  
20872 \series bold
20873 hypcap
20874 \series default
20875  doit être chargé après 
20876 \series bold
20877 hyperref
20878 \series default
20879  dans le préambule du document.
20880 \end_layout
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Standard
20888 \begin_inset Note Greyedout
20889 status open
20890
20891 \begin_layout Plain Layout
20892
20893 \series bold
20894 Note:
20895 \series default
20896  
20897 \series bold
20898 hypcap
20899 \series default
20900  n'a aucun effet pour les références à des sous-figures.
20901 \end_layout
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Section
20909 Placement des flottants
20910 \begin_inset CommandInset label
20911 LatexCommand label
20912 name "sec:Placement-flottants"
20913
20914 \end_inset
20915
20916
20917 \begin_inset Index
20918 status collapsed
20919
20920 \begin_layout Plain Layout
20921 Flottants ! Placement
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \begin_layout Standard
20930 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20931  de dialogue 
20932 \family sans
20933 Paramètre
20934 \begin_inset space ~
20935 \end_inset
20936
20937 de
20938 \begin_inset space ~
20939 \end_inset
20940
20941 Flottant
20942 \family default
20943  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
20944  utilise pour déterminer où placer le flottant.
20945 \begin_inset Newline newline
20946 \end_inset
20947
20948 L'option 
20949 \family sans
20950 Plusieurs
20951 \begin_inset space ~
20952 \end_inset
20953
20954 colonnes
20955 \family default
20956  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
20957  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
20958  confiné sur une seule colonne.
20959 \begin_inset Newline newline
20960 \end_inset
20961
20962 L'option 
20963 \family sans
20964 Rotation
20965 \begin_inset space ~
20966 \end_inset
20967
20968 90°
20969 \family default
20970  est utilisée pour faire tourner les flottants, voyez la section
20971 \begin_inset space ~
20972 \end_inset
20973
20974
20975 \begin_inset CommandInset ref
20976 LatexCommand ref
20977 reference "sec:Flottants-renversés"
20978
20979 \end_inset
20980
20981 .
20982 \end_layout
20983
20984 \begin_layout Standard
20985 En désactivant l'option 
20986 \family sans
20987 Utilise
20988 \begin_inset space ~
20989 \end_inset
20990
20991 le
20992 \begin_inset space ~
20993 \end_inset
20994
20995 placement
20996 \begin_inset space ~
20997 \end_inset
20998
20999 par
21000 \begin_inset space ~
21001 \end_inset
21002
21003 défaut
21004 \family default
21005  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21006  le placement du flottant:
21007 \end_layout
21008
21009 \begin_layout Description
21010 Ici,
21011 \begin_inset space ~
21012 \end_inset
21013
21014 si
21015 \begin_inset space ~
21016 \end_inset
21017
21018 possible: essaie de placer le flottant à la position où il a été inséré
21019  dans LyX
21020 \end_layout
21021
21022 \begin_layout Description
21023 Haut
21024 \begin_inset space ~
21025 \end_inset
21026
21027 de
21028 \begin_inset space ~
21029 \end_inset
21030
21031 la
21032 \begin_inset space ~
21033 \end_inset
21034
21035 page: essaie de placer le flottant en haut de la page courante
21036 \end_layout
21037
21038 \begin_layout Description
21039 Bas
21040 \begin_inset space ~
21041 \end_inset
21042
21043 de
21044 \begin_inset space ~
21045 \end_inset
21046
21047 la
21048 \begin_inset space ~
21049 \end_inset
21050
21051 page: essaie de placer le flottant en bas de la page courante
21052 \end_layout
21053
21054 \begin_layout Description
21055 Page
21056 \begin_inset space ~
21057 \end_inset
21058
21059 de
21060 \begin_inset space ~
21061 \end_inset
21062
21063 flottants: essaie de placer le flottant sur une page à part, éventuellement
21064  avec d'autres flottants 
21065 \end_layout
21066
21067 \begin_layout Standard
21068 LaTeX utilise
21069 \emph on
21070  toujours 
21071 \emph default
21072 les options dans l'ordre donné ci-dessus.
21073  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21074  d'abord essayer 
21075 \family sans
21076 Ici
21077 \begin_inset space ~
21078 \end_inset
21079
21080 si
21081 \begin_inset space ~
21082 \end_inset
21083
21084 possible
21085 \family default
21086 , ensuite 
21087 \family sans
21088 Haut
21089 \begin_inset space ~
21090 \end_inset
21091
21092 de
21093 \begin_inset space ~
21094 \end_inset
21095
21096 la
21097 \begin_inset space ~
21098 \end_inset
21099
21100 page
21101 \family default
21102 , et ainsi de suite.
21103  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21104  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21105  Si aucune des quatre options de placement n'est possible, la procédure
21106  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21107 \end_layout
21108
21109 \begin_layout Standard
21110 Par défaut, chaque option a ses propres règles d'application:
21111 \end_layout
21112
21113 \begin_layout Standard
21114
21115 \family sans
21116 Haut
21117 \begin_inset space ~
21118 \end_inset
21119
21120 de
21121 \begin_inset space ~
21122 \end_inset
21123
21124 la
21125 \begin_inset space ~
21126 \end_inset
21127
21128 page
21129 \family default
21130  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21131  en haut de page (
21132 \series bold
21133
21134 \backslash
21135 topfraction
21136 \series default
21137 ).
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \family sans
21143 Bas
21144 \begin_inset space ~
21145 \end_inset
21146
21147 de
21148 \begin_inset space ~
21149 \end_inset
21150
21151 la
21152 \begin_inset space ~
21153 \end_inset
21154
21155 page
21156 \family default
21157  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21158  en bas de page (
21159 \series bold
21160
21161 \backslash
21162 bottomfraction
21163 \series default
21164 ).
21165 \end_layout
21166
21167 \begin_layout Standard
21168
21169 \family sans
21170 Page
21171 \begin_inset space ~
21172 \end_inset
21173
21174 de
21175 \begin_inset space ~
21176 \end_inset
21177
21178 flottants
21179 \family default
21180  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21181  si ils occupent plus de 50% de celle-ci (
21182 \series bold
21183
21184 \backslash
21185 floatpagefraction
21186 \series default
21187 ).
21188 \end_layout
21189
21190 \begin_layout Standard
21191 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21192  supplémentaire 
21193 \family sans
21194 Ignorer
21195 \begin_inset space ~
21196 \end_inset
21197
21198 les
21199 \begin_inset space ~
21200 \end_inset
21201
21202 règles
21203 \begin_inset space ~
21204 \end_inset
21205
21206 LaTeX
21207 \family default
21208 \lang english
21209 .
21210 \begin_inset Newline newline
21211 \end_inset
21212
21213
21214 \lang french
21215 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21216  données entre parenthèses après les descriptions des règles données ci-dessus.
21217  Par exemple, pour augmenter à 50
21218 \begin_inset space \thinspace{}
21219 \end_inset
21220
21221 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21222  trop petite, ajoutez cette ligne au préambule de votre document :
21223 \end_layout
21224
21225 \begin_layout Standard
21226
21227 \series bold
21228
21229 \backslash
21230 renewcommand{
21231 \backslash
21232 bottomfraction}{0.5}
21233 \end_layout
21234
21235 \begin_layout Standard
21236 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21237  exactement à l'endroit où vous l'avez inséré.
21238  dans ce cas utilisez l'option 
21239 \family sans
21240 Ici
21241 \begin_inset space ~
21242 \end_inset
21243
21244 à
21245 \begin_inset space ~
21246 \end_inset
21247
21248 tout
21249 \begin_inset space ~
21250 \end_inset
21251
21252 Prix
21253 \family default
21254 .
21255  Utilisez cette option le moins souvent possible et seulement quand le document
21256  est presque prêt à être imprimé.
21257  En effet, le flottant n'est plus capable de 
21258 \begin_inset Quotes eld
21259 \end_inset
21260
21261 flotter
21262 \begin_inset Quotes erd
21263 \end_inset
21264
21265 , ce qui peut perturber toutes les mises en page.
21266 \end_layout
21267
21268 \begin_layout Standard
21269 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21270  sont toujours entourés par le texte d'un paragraphe donné.
21271 \begin_inset VSpace bigskip
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \begin_layout Standard
21278 On peut parfois se trouver dans la situation où un flottant est placé en
21279  haut d'une page alors que la section concernée ne commence qu'au milieu
21280  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21281  la section précédente.
21282  On peut utiliser la commande LaTeX 
21283 \series bold
21284
21285 \backslash
21286 suppressfloats
21287 \series default
21288  pour éviter ce cas.
21289  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21290  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21291  soit placé avant que la section commence.
21292  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21293  votre document :
21294 \end_layout
21295
21296 \begin_layout Standard
21297
21298 \series bold
21299
21300 \backslash
21301 let
21302 \backslash
21303 mySection
21304 \backslash
21305 section
21306 \begin_inset Newline newline
21307 \end_inset
21308
21309
21310 \backslash
21311 renewcommand{
21312 \backslash
21313 section}{
21314 \backslash
21315 suppressfloats[t]
21316 \backslash
21317 mySection}
21318 \end_layout
21319
21320 \begin_layout Standard
21321 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21322  comme les chapitres et les sous-sections.
21323  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21324  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21325  ensuite avoir du mal à trouver un positionnement correct.
21326 \end_layout
21327
21328 \begin_layout Standard
21329 \begin_inset VSpace bigskip
21330 \end_inset
21331
21332 Dans certains cas il est demandé de placer toutes les figures et tous les
21333  tableaux à la fin du document.
21334  C'est pour de telles situations que le paquetage LaTeX 
21335 \series bold
21336 endfloat
21337 \series default
21338
21339 \begin_inset Index
21340 status collapsed
21341
21342 \begin_layout Plain Layout
21343 Paquetages LaTeX ! endfloat
21344 \end_layout
21345
21346 \end_inset
21347
21348  a été développé.
21349  Il met en effet tous les flottants de figures et de tableaux à la fin du
21350  document dans leurs propres sections.
21351  À la position d'origine du flottant, une indication textuelle du genre
21352  
21353 \begin_inset Quotes eld
21354 \end_inset
21355
21356
21357 \family sans
21358 [Figure
21359 \begin_inset space ~
21360 \end_inset
21361
21362 3.2 
21363 \lang english
21364 about here.
21365 \lang french
21366 ]
21367 \family default
21368
21369 \begin_inset Quotes erd
21370 \end_inset
21371
21372  est insérée.
21373  Le paquetage 
21374 \series bold
21375 endfloat
21376 \series default
21377  est chargé dans le préambule avec la ligne suivante 
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383
21384 \backslash
21385 usepackage[options]{endfloat}
21386 \end_layout
21387
21388 \begin_layout Standard
21389 Il y a aussi de nombreuses options de paquetage pour modifier le format
21390  des sections de figures ou de tableau qui sont créées.
21391  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21392  
21393 \series bold
21394 endfloa
21395 \series default
21396
21397 \begin_inset CommandInset citation
21398 LatexCommand cite
21399 key "endfloat"
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: endfloat
21415 \series default
21416  ne fournit pas de traduction automatique de l'indication textuelle, vous
21417  devez donc le faire manuellement, voyez la section
21418 \begin_inset space ~
21419 \end_inset
21420
21421 4 de 
21422 \begin_inset CommandInset citation
21423 LatexCommand cite
21424 key "endfloat"
21425
21426 \end_inset
21427
21428 .
21429 \end_layout
21430
21431 \end_inset
21432
21433
21434 \begin_inset Newline newline
21435 \end_inset
21436
21437
21438 \begin_inset Note Greyedout
21439 status open
21440
21441 \begin_layout Plain Layout
21442
21443 \series bold
21444 Note:
21445 \series default
21446  Il y a actuellement un bug dans le paquetage 
21447 \series bold
21448 endfloat
21449 \series default
21450  quand la légende contient un 
21451 \begin_inset Quotes eld
21452 \end_inset
21453
21454 ß
21455 \begin_inset Quotes erd
21456 \end_inset
21457
21458  allemand.
21459  Utilisez dans ce cas la commande 
21460 \begin_inset Quotes eld
21461 \end_inset
21462
21463
21464 \series bold
21465
21466 \backslash
21467 ss
21468 \series default
21469
21470 \begin_inset Quotes erd
21471 \end_inset
21472
21473  en code TeX à la place du 
21474 \begin_inset Quotes eld
21475 \end_inset
21476
21477 ß
21478 \begin_inset Quotes erd
21479 \end_inset
21480
21481 .
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset VSpace bigskip
21491 \end_inset
21492
21493 Pour plus d'information sur les manières de placer les flottants, jetez
21494  un coup d'œil aux livres sur LaTeX, 
21495 \begin_inset CommandInset citation
21496 LatexCommand cite
21497 key "latexcompanion,latexguide,latexbook"
21498
21499 \end_inset
21500
21501 .
21502 \end_layout
21503
21504 \begin_layout Section
21505 Flottants Renversés
21506 \begin_inset CommandInset label
21507 LatexCommand label
21508 name "sec:Flottants-renversés"
21509
21510 \end_inset
21511
21512
21513 \begin_inset Index
21514 status collapsed
21515
21516 \begin_layout Plain Layout
21517 Flottants ! Renversés
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \begin_layout Standard
21526 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21527  tableaux très larges.
21528  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21529  un clic droit sur la boîte du flottant et utilisez l'option 
21530 \family sans
21531 Rotation
21532 \begin_inset space ~
21533 \end_inset
21534
21535 90°
21536 \family default
21537 .
21538 \end_layout
21539
21540 \begin_layout Standard
21541 Les flottants renversés sont systématiquement placés sur leur propre page
21542  ( ou colonne, si vous avez un document sur deux colonnes ).
21543  Il sont pivotés de sorte que vous puissiez les lire en vous plaçant du
21544  côté de la marge externe.
21545  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21546  ajouter soit l'option 
21547 \series bold
21548 figuresleft
21549 \series default
21550  soit l'option 
21551 \series bold
21552 figuresright
21553 \series default
21554  aux options de la classe de document.
21555 \end_layout
21556
21557 \begin_layout Standard
21558 Faire référence à un flottant renversé se fait de la même manière que pour
21559  un flottant normal, la mise en forme de la légende est aussi identique
21560  : Le tableau
21561 \begin_inset space ~
21562 \end_inset
21563
21564
21565 \begin_inset CommandInset ref
21566 LatexCommand ref
21567 reference "tab:Tableau-pivoté"
21568
21569 \end_inset
21570
21571  est un exemple de flottant de tableau renversé.
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset Note Greyedout
21576 status open
21577
21578 \begin_layout Plain Layout
21579
21580 \series bold
21581 Note:
21582 \series default
21583  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21584  DVI.
21585 \end_layout
21586
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \begin_layout Standard
21593 \begin_inset Float table
21594 wide false
21595 sideways true
21596 status open
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Caption
21600
21601 \begin_layout Plain Layout
21602 \begin_inset CommandInset label
21603 LatexCommand label
21604 name "tab:Tableau-pivoté"
21605
21606 \end_inset
21607
21608  Tableau pivoté
21609 \end_layout
21610
21611 \end_inset
21612
21613
21614 \end_layout
21615
21616 \begin_layout Plain Layout
21617 \align center
21618 \begin_inset Tabular
21619 <lyxtabular version="3" rows="1" columns="5">
21620 <features>
21621 <column alignment="center" valignment="top" width="0">
21622 <column alignment="center" valignment="top" width="0">
21623 <column alignment="center" valignment="top" width="0">
21624 <column alignment="center" valignment="top" width="0">
21625 <column alignment="center" valignment="top" width="0">
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 test
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 b
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 c
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 d
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 e
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 </lyxtabular>
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \begin_layout Section
21686 Flottants côte-à-côte
21687 \begin_inset Index
21688 status collapsed
21689
21690 \begin_layout Plain Layout
21691 Flottants ! côte-à-côte
21692 \end_layout
21693
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \begin_layout Standard
21700 Pour placer des flottants côte-à-côte, comme pour la figure
21701 \begin_inset space ~
21702 \end_inset
21703
21704
21705 \begin_inset CommandInset ref
21706 LatexCommand ref
21707 reference "fig:Flottant-gauche"
21708
21709 \end_inset
21710
21711  et 
21712 \begin_inset CommandInset ref
21713 LatexCommand ref
21714 reference "fig:Flottant-droit"
21715
21716 \end_inset
21717
21718 , on n'utilise 
21719 \emph on
21720 qu'un seul 
21721 \emph default
21722 flottant.
21723  On y insère deux boîtes de minipages
21724 \begin_inset Foot
21725 status collapsed
21726
21727 \begin_layout Plain Layout
21728 Les minipages sont décrites dans la section
21729 \begin_inset space ~
21730 \end_inset
21731
21732
21733 \begin_inset CommandInset ref
21734 LatexCommand ref
21735 reference "sec:Minipages"
21736
21737 \end_inset
21738
21739 .
21740 \end_layout
21741
21742 \end_inset
21743
21744 .
21745  La largeur est mise à 45
21746 \begin_inset space \thinspace{}
21747 \end_inset
21748
21749 -50
21750 \begin_inset space \thinspace{}
21751 \end_inset
21752
21753 column% et l'alignement de la boîte à 
21754 \family sans
21755 Bas
21756 \family default
21757  pour chaque minipage.
21758  Les boîtes minipages contiennent l'image et la légende exactement comme
21759  avec un flottant.
21760  La seule différence est que l'unité de longueur 
21761 \family sans
21762 Largeur
21763 \begin_inset space ~
21764 \end_inset
21765
21766 colonne
21767 \begin_inset space ~
21768 \end_inset
21769
21770 %
21771 \family default
21772  utilisée pour l'image est maintenant définie par rapport à la largeur des
21773  boîtes minipages.
21774 \end_layout
21775
21776 \begin_layout Standard
21777 \begin_inset Float figure
21778 wide false
21779 sideways false
21780 status open
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Box Frameless
21784 position "b"
21785 hor_pos "c"
21786 has_inner_box 1
21787 inner_pos "t"
21788 use_parbox 0
21789 width "45col%"
21790 special "none"
21791 height "1in"
21792 height_special "totalheight"
21793 status open
21794
21795 \begin_layout Plain Layout
21796 \align center
21797 \begin_inset Graphics
21798         filename ../clipart/mobius.eps
21799         lyxscale 50
21800         width 100col%
21801         scaleBeforeRotation
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Caption
21810
21811 \begin_layout Plain Layout
21812 \begin_inset CommandInset label
21813 LatexCommand label
21814 name "fig:Flottant-gauche"
21815
21816 \end_inset
21817
21818 Flottant du côté gauche.
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \begin_inset space \hfill{}
21830 \end_inset
21831
21832
21833 \begin_inset Box Frameless
21834 position "b"
21835 hor_pos "c"
21836 has_inner_box 1
21837 inner_pos "t"
21838 use_parbox 0
21839 width "45col%"
21840 special "none"
21841 height "1in"
21842 height_special "totalheight"
21843 status open
21844
21845 \begin_layout Plain Layout
21846 \align center
21847 \begin_inset Graphics
21848         filename ../clipart/platypus.eps
21849         lyxscale 50
21850         width 100col%
21851         scaleBeforeRotation
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \begin_layout Plain Layout
21859 \begin_inset Caption
21860
21861 \begin_layout Plain Layout
21862 \begin_inset CommandInset label
21863 LatexCommand label
21864 name "fig:Flottant-droit"
21865
21866 \end_inset
21867
21868 Flottant du côté droit.
21869 \end_layout
21870
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Section
21887 Mise en Forme de la Légende
21888 \begin_inset Index
21889 status collapsed
21890
21891 \begin_layout Plain Layout
21892 Légende ! Mise en forme
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \begin_inset Index
21899 status collapsed
21900
21901 \begin_layout Plain Layout
21902 Flottants ! Mise en forme de la Légende
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \begin_inset Index
21909 status collapsed
21910
21911 \begin_layout Plain Layout
21912 Paquetages LaTeX ! caption
21913 \end_layout
21914
21915 \end_inset
21916
21917
21918 \begin_inset CommandInset label
21919 LatexCommand label
21920 name "sec:Formatage-légende"
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 L'environnement 
21929 \family sans
21930 Légende
21931 \family default
21932  est l'environnement de paragraphe par défaut pour les 
21933 \family sans
21934 flottants
21935 \family default
21936 .
21937  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21938  par exemple 
21939 \begin_inset Quotes eld
21940 \end_inset
21941
21942
21943 \family sans
21944 Figure #:
21945 \family default
21946
21947 \begin_inset Quotes erd
21948 \end_inset
21949
21950  suivi par le texte de la légende.
21951  Le 
21952 \begin_inset Quotes eld
21953 \end_inset
21954
21955 #
21956 \begin_inset Quotes erd
21957 \end_inset
21958
21959  étant remplacé par le numéro de référence réel.
21960  Par défaut l'étiquette et le numéro sont dans la même police de caractères
21961  que le texte de la légende et deux points suivent le numéro pour séparer
21962  l'étiquette du texte.
21963  Ce format de légende n'est pas forcément adapté à tous les types de documents.
21964 \end_layout
21965
21966 \begin_layout Standard
21967 Pour modifier le format par défaut des légendes, il faut charger le paquetage
21968  LaTeX 
21969 \series bold
21970 caption
21971 \series default
21972
21973 \begin_inset Index
21974 status collapsed
21975
21976 \begin_layout Plain Layout
21977 Paquetages LaTeX ! caption
21978 \end_layout
21979
21980 \end_inset
21981
21982  dans le préambule de votre document avec la ligne suivante :
21983 \end_layout
21984
21985 \begin_layout Standard
21986
21987 \series bold
21988
21989 \backslash
21990 usepackage[format definition]{caption}
21991 \end_layout
21992
21993 \begin_layout Standard
21994 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
21995  grasse et les légendes de tableau toujours au dessus des tableaux, comme
21996  dans ce document, utilisez les commandes suivantes :
21997 \end_layout
21998
21999 \begin_layout Standard
22000
22001 \series bold
22002
22003 \backslash
22004 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22005 \end_layout
22006
22007 \begin_layout Standard
22008 Vous pouvez aussi définir des formats de légendes différents pour les différents
22009  types de flottants.
22010  Dans ce cas chargez le paquetage 
22011 \series bold
22012 caption 
22013 \series default
22014 sans option de format spécifique et définissez les différents formats à
22015  l'aide de la commande 
22016 \end_layout
22017
22018 \begin_layout Standard
22019
22020 \series bold
22021
22022 \backslash
22023 captionsetup[type de flottant]{définition du format}
22024 \end_layout
22025
22026 \begin_layout Standard
22027 dans le préambule du document.
22028  Par exemple les formats de légende de la Figure
22029 \begin_inset space ~
22030 \end_inset
22031
22032
22033 \begin_inset CommandInset ref
22034 LatexCommand ref
22035 reference "fig:Legende-de-fig"
22036
22037 \end_inset
22038
22039  et du Tableau
22040 \begin_inset space ~
22041 \end_inset
22042
22043
22044 \begin_inset CommandInset ref
22045 LatexCommand ref
22046 reference "tab:Légende-de-tab"
22047
22048 \end_inset
22049
22050  peuvent être créés en utilisant les commandes suivantes dans le préambule
22051  :
22052 \end_layout
22053
22054 \begin_layout Standard
22055
22056 \series bold
22057
22058 \backslash
22059 usepackage[tableposition=top]{caption}
22060 \series default
22061
22062 \begin_inset Newline newline
22063 \end_inset
22064
22065
22066 \series bold
22067
22068 \backslash
22069 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22070 \begin_inset Newline newline
22071 \end_inset
22072
22073
22074 \begin_inset ERT
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078
22079
22080 \backslash
22081 hphantom{
22082 \backslash
22083
22084 \backslash
22085 captionsetup[figure]
22086 \backslash
22087 {}
22088 \end_layout
22089
22090 \end_inset
22091
22092  labelsep=period}
22093 \begin_inset Newline newline
22094 \end_inset
22095
22096
22097 \backslash
22098 captionsetup[table]{labelfont={bf,sf}}
22099 \end_layout
22100
22101 \begin_layout Standard
22102 \begin_inset Note Greyedout
22103 status open
22104
22105 \begin_layout Plain Layout
22106
22107 \series bold
22108 Note:
22109 \series default
22110  L'option 
22111 \series bold
22112 tableposition=top
22113 \series default
22114  n'a pas d'effet quand on utilise un document de classe 
22115 \series bold
22116 koma-script
22117 \series default
22118
22119 \begin_inset Index
22120 status collapsed
22121
22122 \begin_layout Plain Layout
22123 Paquetages LaTeX ! koma-script
22124 \end_layout
22125
22126 \end_inset
22127
22128 .
22129  Dans ce cas on doit utiliser l'option 
22130 \series bold
22131 tablecaptionabove
22132 \series default
22133  de la classe de document.
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Standard
22142 Pour plus d'information sur le paquetage 
22143 \series bold
22144 caption
22145 \series default
22146  nous vous renvoyons à sa documentation 
22147 \begin_inset CommandInset citation
22148 LatexCommand cite
22149 key "caption"
22150
22151 \end_inset
22152
22153 .
22154 \end_layout
22155
22156 \begin_layout Standard
22157 Pour changer le nom de l'étiquette, par exemple de 
22158 \begin_inset Quotes eld
22159 \end_inset
22160
22161 Figure
22162 \begin_inset Quotes erd
22163 \end_inset
22164
22165  à 
22166 \begin_inset Quotes eld
22167 \end_inset
22168
22169 Image
22170 \begin_inset Quotes erd
22171 \end_inset
22172
22173 , utilisez la commande suivante dans le préambule :
22174 \end_layout
22175
22176 \begin_layout Standard
22177
22178 \series bold
22179
22180 \backslash
22181 renewcommand{
22182 \backslash
22183 fnum@figure}{Image~
22184 \backslash
22185 thefigure}
22186 \end_layout
22187
22188 \begin_layout Standard
22189 où 
22190 \series bold
22191
22192 \backslash
22193 thefigure
22194 \series default
22195  insère le numéro de la figure et
22196 \series bold
22197  
22198 \begin_inset Quotes eld
22199 \end_inset
22200
22201 ~
22202 \series default
22203
22204 \begin_inset Quotes erd
22205 \end_inset
22206
22207  ajoute une espace insécable.
22208 \end_layout
22209
22210 \begin_layout Standard
22211 \begin_inset VSpace bigskip
22212 \end_inset
22213
22214 Si vous utilisez un document de classe 
22215 \series bold
22216 koma-script
22217 \series default
22218
22219 \begin_inset Index
22220 status collapsed
22221
22222 \begin_layout Plain Layout
22223 Paquetages LaTeX ! koma-script
22224 \end_layout
22225
22226 \end_inset
22227
22228  (
22229 \family sans
22230 article (koma-script)
22231 \family default
22232
22233 \family sans
22234 book (koma-script)
22235 \family default
22236
22237 \family sans
22238 letter (koma-script)
22239 \family default
22240 , ou 
22241 \family sans
22242 report (koma-script)
22243 \family default
22244
22245 \begin_inset space \thinspace{}
22246 \end_inset
22247
22248 ), Vous pouvez utiliser la commande incorporée 
22249 \series bold
22250
22251 \backslash
22252 setkomafont 
22253 \series default
22254 du paquetage
22255 \series bold
22256  koma-script 
22257 \series default
22258 à la place du paquetage
22259 \series bold
22260  caption.
22261  
22262 \series default
22263 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22264  suivante au préambule de votre document :
22265 \end_layout
22266
22267 \begin_layout Standard
22268
22269 \series bold
22270
22271 \backslash
22272 setkomafont{captionlabel}{
22273 \backslash
22274 bfseries}
22275 \end_layout
22276
22277 \begin_layout Standard
22278 Pour plus d'information au sujet de 
22279 \series bold
22280
22281 \backslash
22282 setkomafont
22283 \series default
22284  nous vous renvoyons à la documentation du paquetage 
22285 \series bold
22286 koma-script
22287 \series default
22288  
22289 \begin_inset CommandInset citation
22290 LatexCommand cite
22291 key "koma-script"
22292
22293 \end_inset
22294
22295 .
22296 \end_layout
22297
22298 \begin_layout Standard
22299 \begin_inset ERT
22300 status collapsed
22301
22302 \begin_layout Plain Layout
22303
22304
22305 \backslash
22306 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22307 }
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \begin_inset Note Note
22314 status open
22315
22316 \begin_layout Plain Layout
22317 Le format de la légende n'est modifié que pour cet exemple.
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \begin_layout Standard
22326 \begin_inset Float figure
22327 placement !p
22328 wide false
22329 sideways false
22330 status open
22331
22332 \begin_layout Plain Layout
22333 \align center
22334 \begin_inset Graphics
22335         filename ../clipart/mobius.eps
22336         lyxscale 50
22337         scale 50
22338         scaleBeforeRotation
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Caption
22347
22348 \begin_layout Plain Layout
22349 \begin_inset CommandInset label
22350 LatexCommand label
22351 name "fig:Legende-de-fig"
22352
22353 \end_inset
22354
22355 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22356  pour montrer les différents types de formats de légendes.
22357  Ici on a utilisé un format de légende personnalisé.
22358 \end_layout
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \begin_layout Standard
22371 \begin_inset ERT
22372 status collapsed
22373
22374 \begin_layout Plain Layout
22375
22376
22377 \backslash
22378 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22379 on}
22380 \end_layout
22381
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \begin_layout Standard
22388 \begin_inset Float table
22389 placement !p
22390 wide false
22391 sideways false
22392 status open
22393
22394 \begin_layout Plain Layout
22395 \begin_inset Caption
22396
22397 \begin_layout Plain Layout
22398 \begin_inset CommandInset label
22399 LatexCommand label
22400 name "tab:Légende-de-tab"
22401
22402 \end_inset
22403
22404 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22405  pour montrer les différents types de formats de légendes.
22406  Ici on a utilisé le format de légende par défaut.
22407 \end_layout
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Plain Layout
22415 \align center
22416 \begin_inset Tabular
22417 <lyxtabular version="3" rows="1" columns="5">
22418 <features>
22419 <column alignment="center" valignment="top" width="0">
22420 <column alignment="center" valignment="top" width="0">
22421 <column alignment="center" valignment="top" width="0">
22422 <column alignment="center" valignment="top" width="0">
22423 <column alignment="center" valignment="top" width="0">
22424 <row>
22425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 a
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 b
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 c
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 d
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 e
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 </lyxtabular>
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Section
22484 Positionnement de la Légende
22485 \begin_inset Index
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489 Légende ! Placement
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \begin_inset Index
22496 status collapsed
22497
22498 \begin_layout Plain Layout
22499 Flottants ! Placement de la légende
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \begin_inset CommandInset label
22506 LatexCommand label
22507 name "sec:Placement-légende"
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \begin_layout Standard
22515 La règle habituelle pour placer la légende est :
22516 \end_layout
22517
22518 \begin_layout Description
22519 Figure
22520 \begin_inset space ~
22521 \end_inset
22522
22523 : La légende est placée en dessous de la figure
22524 \end_layout
22525
22526 \begin_layout Description
22527 Tableau
22528 \begin_inset space ~
22529 \end_inset
22530
22531 : La légende est placée au dessus du tableau
22532 \end_layout
22533
22534 \begin_layout Standard
22535 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22536  au dessus des tableaux.
22537  Ce qui fait que si vous utilisez une des classes de document 
22538 \family sans
22539 article
22540 \family default
22541
22542 \family sans
22543 book
22544 \family default
22545
22546 \family sans
22547 letter
22548 \family default
22549 , ou 
22550 \family sans
22551 report
22552 \family default
22553  il n'y aura pas d'espace libre entre la légende et le tableau.
22554  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22555  de chargement du paquetage LaTeX 
22556 \series bold
22557 caption
22558 \series default
22559  dans le préambule de votre document
22560 \begin_inset Foot
22561 status open
22562
22563 \begin_layout Plain Layout
22564 Voir la section
22565 \begin_inset space ~
22566 \end_inset
22567
22568
22569 \begin_inset CommandInset ref
22570 LatexCommand ref
22571 reference "sec:Formatage-légende"
22572
22573 \end_inset
22574
22575  pour plus d'information sur le paquetage 
22576 \series bold
22577 caption
22578 \series default
22579 .
22580 \end_layout
22581
22582 \end_inset
22583
22584 :
22585 \end_layout
22586
22587 \begin_layout Standard
22588
22589 \series bold
22590 tableposition=top
22591 \end_layout
22592
22593 \begin_layout Standard
22594 Si vous utilisez une classe de document 
22595 \series bold
22596 koma-script
22597 \series default
22598
22599 \begin_inset Index
22600 status collapsed
22601
22602 \begin_layout Plain Layout
22603 Paquetages LaTeX ! koma-script
22604 \end_layout
22605
22606 \end_inset
22607
22608  (
22609 \family sans
22610 article (koma-script)
22611 \family default
22612
22613 \family sans
22614 book (koma-script)
22615 \family default
22616
22617 \family sans
22618 letter (koma-script)
22619 \family default
22620 , ou 
22621 \family sans
22622 report (koma-script)
22623 \family default
22624
22625 \begin_inset space \thinspace{}
22626 \end_inset
22627
22628 ), vous pouvez utiliser à la place du paquetage 
22629 \series bold
22630 caption
22631 \series default
22632  l'option 
22633 \series bold
22634 tablecaptionabove
22635 \series default
22636  de la classe de document.
22637 \end_layout
22638
22639 \begin_layout Standard
22640 \begin_inset VSpace bigskip
22641 \end_inset
22642
22643 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22644  Pour cela, vous devez charger le paquetage LaTeX 
22645 \series bold
22646 sidecap
22647 \series default
22648
22649 \begin_inset Index
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653 Paquetages LaTeX ! sidecap
22654 \end_layout
22655
22656 \end_inset
22657
22658  dans le préambule de votre document avec la ligne de commande suivante
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 usepackage[option]{sidecap}
22667 \end_layout
22668
22669 \begin_layout Standard
22670 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22671  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22672  paires.
22673  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22674  
22675 \series bold
22676 innercaption
22677 \series default
22678 .
22679  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22680  
22681 \series bold
22682 rightcaption
22683 \series default
22684  ou 
22685 \series bold
22686 leftcaption
22687 \series default
22688 .
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset ERT
22693 status collapsed
22694
22695 \begin_layout Plain Layout
22696
22697
22698 \backslash
22699 ifsidecap
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \begin_inset Note Note
22706 status open
22707
22708 \begin_layout Plain Layout
22709 La section suivante ne sera affichée que si le paquetage LaTeX 
22710 \series bold
22711 sidecap
22712 \series default
22713  a été installé.
22714 \end_layout
22715
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \begin_layout Standard
22722 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22723  ajouter ces commandes dans le préambule de votre document :
22724 \end_layout
22725
22726 \begin_layout Standard
22727
22728 \lyxline
22729
22730 \end_layout
22731
22732 \begin_layout Standard
22733
22734 \series bold
22735
22736 \backslash
22737 newcommand{
22738 \backslash
22739 TabBesBeg}{%
22740 \begin_inset Newline newline
22741 \end_inset
22742
22743
22744 \begin_inset ERT
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748
22749
22750 \backslash
22751 hphantom{ }
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \backslash
22758 let
22759 \backslash
22760 MyTable
22761 \backslash
22762 table
22763 \begin_inset Newline newline
22764 \end_inset
22765
22766
22767 \begin_inset ERT
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771
22772
22773 \backslash
22774 hphantom{ }
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \backslash
22781 let
22782 \backslash
22783 MyEndtable
22784 \backslash
22785 endtable
22786 \begin_inset Newline newline
22787 \end_inset
22788
22789
22790 \begin_inset ERT
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794
22795
22796 \backslash
22797 hphantom{ }
22798 \end_layout
22799
22800 \end_inset
22801
22802
22803 \backslash
22804 renewenvironment{table}{
22805 \backslash
22806 begin{SCtable}}{
22807 \backslash
22808 end{SCtable}}}
22809 \end_layout
22810
22811 \begin_layout Standard
22812
22813 \series bold
22814
22815 \backslash
22816 newcommand{
22817 \backslash
22818 TabBesEnd}{%
22819 \begin_inset Newline newline
22820 \end_inset
22821
22822
22823 \begin_inset ERT
22824 status collapsed
22825
22826 \begin_layout Plain Layout
22827
22828
22829 \backslash
22830 hphantom{ }
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \backslash
22837 let
22838 \backslash
22839 table
22840 \backslash
22841 MyTable
22842 \begin_inset Newline newline
22843 \end_inset
22844
22845
22846 \begin_inset ERT
22847 status collapsed
22848
22849 \begin_layout Plain Layout
22850
22851
22852 \backslash
22853 hphantom{ }
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \backslash
22860 let
22861 \backslash
22862 endtable
22863 \backslash
22864 MyEndtable
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 newcommand{
22873 \backslash
22874 FigBesBeg}{%
22875 \begin_inset Newline newline
22876 \end_inset
22877
22878
22879 \begin_inset ERT
22880 status collapsed
22881
22882 \begin_layout Plain Layout
22883
22884
22885 \backslash
22886 hphantom{ }
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \backslash
22893 let
22894 \backslash
22895 MyFigure
22896 \backslash
22897 figure
22898 \begin_inset Newline newline
22899 \end_inset
22900
22901
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 hphantom{ }
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \backslash
22916 let
22917 \backslash
22918 MyEndfigure
22919 \backslash
22920 endfigure
22921 \begin_inset Newline newline
22922 \end_inset
22923
22924
22925 \begin_inset ERT
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929
22930
22931 \backslash
22932 hphantom{ }
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \backslash
22939 renewenvironment{figure}{
22940 \backslash
22941 begin{SCfigure}}{
22942 \backslash
22943 end{SCfigure}}}
22944 \end_layout
22945
22946 \begin_layout Standard
22947
22948 \series bold
22949
22950 \backslash
22951 newcommand{
22952 \backslash
22953 FigBesEnd}{%
22954 \begin_inset Newline newline
22955 \end_inset
22956
22957
22958 \begin_inset ERT
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962
22963
22964 \backslash
22965 hphantom{ }
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \backslash
22972 let
22973 \backslash
22974 figure
22975 \backslash
22976 MyFigure
22977 \begin_inset Newline newline
22978 \end_inset
22979
22980
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 hphantom{ }
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \backslash
22995 let
22996 \backslash
22997 endfigure
22998 \backslash
22999 MyEndfigure}
23000 \end_layout
23001
23002 \begin_layout Standard
23003
23004 \lyxline
23005
23006 \end_layout
23007
23008 \begin_layout Standard
23009 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23010  la légende se place sur le côté.
23011  Pour les flottants de figure, utilisez la commande
23012 \end_layout
23013
23014 \begin_layout Standard
23015
23016 \series bold
23017
23018 \backslash
23019 FigBesBeg
23020 \end_layout
23021
23022 \begin_layout Standard
23023 en code TeX avant le flottant.
23024  Après le flottant, insérez la commande
23025 \end_layout
23026
23027 \begin_layout Standard
23028
23029 \series bold
23030
23031 \backslash
23032 FigBesEnd
23033 \end_layout
23034
23035 \begin_layout Standard
23036 en code TeX pour revenir à la définition originale du flottant.
23037 \end_layout
23038
23039 \begin_layout Standard
23040 Pour les flottants de tableau, utilisez les commandes correspondantes
23041 \end_layout
23042
23043 \begin_layout Standard
23044
23045 \series bold
23046
23047 \backslash
23048 TabBesBeg
23049 \series default
23050  et 
23051 \series bold
23052
23053 \backslash
23054 TabBesEnd
23055 \end_layout
23056
23057 \begin_layout Standard
23058 La figure
23059 \begin_inset space ~
23060 \end_inset
23061
23062
23063 \begin_inset CommandInset ref
23064 LatexCommand ref
23065 reference "fig:legende-a-coté-fig"
23066
23067 \end_inset
23068
23069  et le tableau
23070 \begin_inset space ~
23071 \end_inset
23072
23073
23074 \begin_inset CommandInset ref
23075 LatexCommand ref
23076 reference "tab:legende-à-coté-tableau"
23077
23078 \end_inset
23079
23080  sont des exemples où la légende a été mises sur le coté.
23081 \end_layout
23082
23083 \begin_layout Standard
23084 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23085  pour les flottants de tableau et vers le bas pour les flottants de figure.
23086  Pour changer ce comportement, vous pouvez utiliser les commandes
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092
23093 \backslash
23094 sidecaptionvpos{type flottant}{placement}
23095 \end_layout
23096
23097 \begin_layout Standard
23098 dans le préambule du document ou en code TeX juste avant le flottant visé.
23099  Le type du flottant est soit 
23100 \family sans
23101 figure
23102 \family default
23103  soit 
23104 \family sans
23105 table
23106 \family default
23107 , le placement peut être 
23108 \begin_inset Quotes eld
23109 \end_inset
23110
23111
23112 \family sans
23113 t
23114 \family default
23115
23116 \begin_inset Quotes erd
23117 \end_inset
23118
23119  pour haut (top), 
23120 \begin_inset Quotes eld
23121 \end_inset
23122
23123
23124 \family sans
23125 c
23126 \family default
23127
23128 \begin_inset Quotes erd
23129 \end_inset
23130
23131  pour centre (center), ou 
23132 \begin_inset Quotes eld
23133 \end_inset
23134
23135
23136 \family sans
23137 b
23138 \family default
23139
23140 \begin_inset Quotes erd
23141 \end_inset
23142
23143  pour bas (bottom).
23144  Pour que, par exemple, les légendes des flottants de figure soient centrés
23145  verticalement, utilisez la commande
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151
23152 \backslash
23153 sidecaptionvpos{figure}{c}
23154 \end_layout
23155
23156 \begin_layout Standard
23157 C'est ce qui a été utilisé pour la figure
23158 \begin_inset space ~
23159 \end_inset
23160
23161
23162 \begin_inset CommandInset ref
23163 LatexCommand ref
23164 reference "fig:legende-à-coté-fig-2"
23165
23166 \end_inset
23167
23168 .
23169 \end_layout
23170
23171 \begin_layout Standard
23172 \begin_inset VSpace medskip
23173 \end_inset
23174
23175 Pour plus d'information sur le paquetage 
23176 \series bold
23177 sidecap
23178 \series default
23179  nous vous renvoyons à sa documentation 
23180 \begin_inset CommandInset citation
23181 LatexCommand cite
23182 key "sidecap"
23183
23184 \end_inset
23185
23186 .
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \begin_inset Note Greyedout
23191 status open
23192
23193 \begin_layout Plain Layout
23194
23195 \series bold
23196 Note:
23197 \series default
23198  Le paquetage LaTeX 
23199 \series bold
23200 hypcap
23201 \series default
23202
23203 \begin_inset Index
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 Paquetages LaTeX ! hypcap
23208 \end_layout
23209
23210 \end_inset
23211
23212 , qui est décrit dans la section
23213 \begin_inset space ~
23214 \end_inset
23215
23216
23217 \begin_inset CommandInset ref
23218 LatexCommand ref
23219 reference "sub:Reference-Position"
23220
23221 \end_inset
23222
23223 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 FigBesBeg 
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248 \begin_inset Float figure
23249 wide false
23250 sideways false
23251 status open
23252
23253 \begin_layout Plain Layout
23254 \begin_inset Graphics
23255         filename ../clipart/escher-lsd.eps
23256         scale 75
23257         scaleBeforeRotation
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Caption
23266
23267 \begin_layout Plain Layout
23268 \begin_inset CommandInset label
23269 LatexCommand label
23270 name "fig:legende-a-coté-fig"
23271
23272 \end_inset
23273
23274 Une légende à côté d'une figure.
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 \begin_inset ERT
23289 status collapsed
23290
23291 \begin_layout Plain Layout
23292
23293
23294 \backslash
23295 TabBesBeg 
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Standard
23304 \begin_inset Float table
23305 wide false
23306 sideways false
23307 status open
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Caption
23311
23312 \begin_layout Plain Layout
23313 \begin_inset CommandInset label
23314 LatexCommand label
23315 name "tab:legende-à-coté-tableau"
23316
23317 \end_inset
23318
23319 Une légende à côté d'un tableau.
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Tabular
23329 <lyxtabular version="3" rows="4" columns="5">
23330 <features>
23331 <column alignment="center" valignment="top" width="0">
23332 <column alignment="center" valignment="top" width="0">
23333 <column alignment="center" valignment="top" width="0">
23334 <column alignment="center" valignment="top" width="0">
23335 <column alignment="center" valignment="top" width="0">
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 a
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 b
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 c
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 d
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 e
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 f
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 g
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 h
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 i
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 j
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 </lyxtabular>
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \begin_layout Standard
23537 \begin_inset ERT
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541
23542
23543 \backslash
23544 TabBesEnd
23545 \end_layout
23546
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \begin_layout Standard
23553 \begin_inset ERT
23554 status collapsed
23555
23556 \begin_layout Plain Layout
23557
23558
23559 \backslash
23560 sidecaptionvpos{figure}{c}
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \begin_inset Float figure
23567 wide false
23568 sideways false
23569 status open
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Graphics
23573         filename ../clipart/escher-lsd.eps
23574         scale 75
23575         scaleBeforeRotation
23576
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \begin_layout Plain Layout
23583 \begin_inset Caption
23584
23585 \begin_layout Plain Layout
23586 \begin_inset CommandInset label
23587 LatexCommand label
23588 name "fig:legende-à-coté-fig-2"
23589
23590 \end_inset
23591
23592 Une légende centrée verticalement à côté d'une figure.
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \begin_layout Standard
23606 \begin_inset ERT
23607 status collapsed
23608
23609 \begin_layout Plain Layout
23610
23611
23612 \backslash
23613 FigBesEnd
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \begin_layout Standard
23622 \begin_inset ERT
23623 status collapsed
23624
23625 \begin_layout Plain Layout
23626
23627
23628 \backslash
23629 else
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \begin_inset Note Note
23636 status open
23637
23638 \begin_layout Plain Layout
23639 Ce qui suit sera affiché si le paquetage LaTeX 
23640 \series bold
23641 sidecap
23642 \series default
23643  n'est pas installé :
23644 \end_layout
23645
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \begin_layout Standard
23652 Vous devez installer le paquetage LaTeX 
23653 \series bold
23654 sidecap
23655 \series default
23656  pour voir la suite de cette section dans la sortie imprimée.
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \begin_inset ERT
23661 status collapsed
23662
23663 \begin_layout Plain Layout
23664
23665
23666 \backslash
23667 fi
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Section
23676 Les Listes de Flottants
23677 \begin_inset CommandInset label
23678 LatexCommand label
23679 name "sec:Listes-de-flottants"
23680
23681 \end_inset
23682
23683
23684 \begin_inset Index
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688 Flottants ! Listes de Flottants
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \begin_layout Standard
23697 De la même façon que la table des matières fait la liste des sections du
23698  document, il y a des listes pour tous les types de flottants, comme par
23699  exemple pour les figures du document.
23700  Vous pouvez les insérer en utilisant le menu 
23701 \family sans
23702 Insérer\SpecialChar \menuseparator
23703 Listes
23704 \begin_inset space ~
23705 \end_inset
23706
23707 &
23708 \begin_inset space ~
23709 \end_inset
23710
23711 TdM
23712 \family default
23713 .
23714 \end_layout
23715
23716 \begin_layout Standard
23717 Les entrées de la liste sont la légende du flottant ou éventuellement le
23718  titre court, le numéro du flottant, et le numéro de la page où le flottant
23719  apparaît dans le document.
23720 \end_layout
23721
23722 \begin_layout Standard
23723 Vous trouverez à la fin de ce document une liste des figures et une liste
23724  des tableaux.
23725 \end_layout
23726
23727 \begin_layout Chapter
23728 Notes
23729 \end_layout
23730
23731 \begin_layout Section
23732 Les Notes de LyX
23733 \begin_inset CommandInset label
23734 LatexCommand label
23735 name "sec:LyX-Notes"
23736
23737 \end_inset
23738
23739
23740 \begin_inset Index
23741 status collapsed
23742
23743 \begin_layout Plain Layout
23744 Notes ! Notes LyX 
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \begin_layout Standard
23753 On peut insérer une note en utilisant le bouton 
23754 \begin_inset Graphics
23755         filename ../../images/note-insert.png
23756         scale 85
23757         scaleBeforeRotation
23758
23759 \end_inset
23760
23761  de la barre d'outils ou avec le menu 
23762 \family sans
23763 Insérer\SpecialChar \menuseparator
23764 Note
23765 \family default
23766 .
23767  Il y a cinq types de notes :
23768 \end_layout
23769
23770 \begin_layout Description
23771 Note
23772 \begin_inset space ~
23773 \end_inset
23774
23775 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23776  finale.
23777  La boîte de cette note ressemble à ceci :
23778 \begin_inset Newline newline
23779 \end_inset
23780
23781
23782 \begin_inset Newline newline
23783 \end_inset
23784
23785
23786 \begin_inset Graphics
23787         filename clipart/LyXNoteImageQt4.png
23788         scale 65
23789         scaleBeforeRotation
23790
23791 \end_inset
23792
23793  
23794 \begin_inset Note Note
23795 status open
23796
23797 \begin_layout Plain Layout
23798 Le texte de cette note n'apparaîtra pas à l'impression.
23799 \end_layout
23800
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \begin_layout Description
23807 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23808  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23809  vers un fichier au format LaTeX avec le menu 
23810 \family sans
23811 Fichier\SpecialChar \menuseparator
23812 Exporter\SpecialChar \menuseparator
23813 LaTeX (pdflatex) / (plain)
23814 \family default
23815 .
23816  La boîte de cette note ressemble à ceci :
23817 \begin_inset Newline newline
23818 \end_inset
23819
23820
23821 \begin_inset Newline newline
23822 \end_inset
23823
23824
23825 \begin_inset Graphics
23826         filename clipart/CommentNoteImageQt4.png
23827         scale 55
23828         scaleBeforeRotation
23829
23830 \end_inset
23831
23832
23833 \lang english
23834  
23835 \lang french
23836
23837 \begin_inset Note Comment
23838 status open
23839
23840 \begin_layout Plain Layout
23841 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23842  LaTeX.
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \begin_layout Description
23851 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23852  La boîte de cette note ressemble à ceci :
23853 \lang english
23854
23855 \begin_inset Newline newline
23856 \end_inset
23857
23858
23859 \lang french
23860
23861 \begin_inset Newline newline
23862 \end_inset
23863
23864
23865 \begin_inset Graphics
23866         filename clipart/GreyedOutNoteImageQt4.png
23867         scale 55
23868         scaleBeforeRotation
23869
23870 \end_inset
23871
23872
23873 \begin_inset Newline newline
23874 \end_inset
23875
23876
23877 \begin_inset ERT
23878 status collapsed
23879
23880 \begin_layout Plain Layout
23881
23882
23883 \backslash
23884 renewenvironment{lyxgreyedout}
23885 \end_layout
23886
23887 \begin_layout Plain Layout
23888
23889 {
23890 \backslash
23891 textcolor[gray]{0.8}
23892 \backslash
23893 bgroup}{
23894 \backslash
23895 egroup}
23896 \end_layout
23897
23898 \end_inset
23899
23900
23901 \begin_inset Note Greyedout
23902 status open
23903
23904 \begin_layout Plain Layout
23905 Le texte
23906 \begin_inset Foot
23907 status open
23908
23909 \begin_layout Plain Layout
23910 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23911  grisé.
23912  
23913 \end_layout
23914
23915 \end_inset
23916
23917  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \begin_inset ERT
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927
23928
23929 \backslash
23930 renewenvironment{lyxgreyedout}
23931 \end_layout
23932
23933 \begin_layout Plain Layout
23934
23935 {
23936 \backslash
23937 textcolor{blue}
23938 \backslash
23939 bgroup}{
23940 \backslash
23941 egroup}
23942 \end_layout
23943
23944 \end_inset
23945
23946
23947 \begin_inset Note Note
23948 status open
23949
23950 \begin_layout Plain Layout
23951 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
23952  originale qu'elle a dans LyX.
23953  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
23954  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \begin_inset Newline newline
23961 \end_inset
23962
23963
23964 \begin_inset Newline newline
23965 \end_inset
23966
23967 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
23968  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
23969 \end_layout
23970
23971 \begin_layout Description
23972 Encadrée Ce type de note apparaîtra sur la sortie finale sous la forme d'un
23973  texte encadré.
23974  La boîte de cette note ressemble à ceci :
23975 \begin_inset Newline newline
23976 \end_inset
23977
23978
23979 \begin_inset Newline newline
23980 \end_inset
23981
23982
23983 \begin_inset Graphics
23984         filename clipart/FramedNoteImageQt4.png
23985         scale 65
23986         scaleBeforeRotation
23987
23988 \end_inset
23989
23990
23991 \lang english
23992  
23993 \lang french
23994
23995 \begin_inset Box Framed
23996 position "t"
23997 hor_pos "c"
23998 has_inner_box 0
23999 inner_pos "t"
24000 use_parbox 0
24001 width "100col%"
24002 special "none"
24003 height "1in"
24004 height_special "totalheight"
24005 status open
24006
24007 \begin_layout Plain Layout
24008 Le texte de cette note apparaîtra encadré à l'impression.
24009 \end_layout
24010
24011 \end_inset
24012
24013 Contrairement aux boîtes encadrées
24014 \begin_inset Foot
24015 status collapsed
24016
24017 \begin_layout Plain Layout
24018 Les boîtes encadrées sont traitées dans la section
24019 \begin_inset space ~
24020 \end_inset
24021
24022
24023 \begin_inset CommandInset ref
24024 LatexCommand ref
24025 reference "sec:Boîtes-encadrées"
24026
24027 \end_inset
24028
24029 .
24030 \end_layout
24031
24032 \end_inset
24033
24034 , le cadre de la note utilise toute la largeur du texte et constitue un
24035  paragraphe à lui tout seul.
24036 \end_layout
24037
24038 \begin_layout Description
24039 Colorée Ce type de note apparaîtra sur la sortie finale avec un arrière-plan
24040  coloré en rouge.
24041  La boîte de cette note ressemble à ceci :
24042 \begin_inset Newline newline
24043 \end_inset
24044
24045
24046 \begin_inset Newline newline
24047 \end_inset
24048
24049
24050 \begin_inset Graphics
24051         filename clipart/ShadedNoteImageQt4.png
24052         scale 65
24053         scaleBeforeRotation
24054
24055 \end_inset
24056
24057
24058 \begin_inset Box Shaded
24059 position "t"
24060 hor_pos "c"
24061 has_inner_box 0
24062 inner_pos "t"
24063 use_parbox 0
24064 width "100col%"
24065 special "none"
24066 height "1in"
24067 height_special "totalheight"
24068 status open
24069
24070 \begin_layout Plain Layout
24071 Le texte de cette note apparaîtra sur fond rouge à l'impression.
24072 \end_layout
24073
24074 \end_inset
24075
24076 Contrairement aux boîtes colorées
24077 \begin_inset Foot
24078 status collapsed
24079
24080 \begin_layout Plain Layout
24081 Les boîtes colorées sont traitées dans la section
24082 \begin_inset space ~
24083 \end_inset
24084
24085
24086 \begin_inset CommandInset ref
24087 LatexCommand ref
24088 reference "sec:Boîtes-colorées"
24089
24090 \end_inset
24091
24092 .
24093 \end_layout
24094
24095 \end_inset
24096
24097  , la note utilise toute la largeur du texte et constitue un paragraphe
24098  à elle toute seule.
24099 \end_layout
24100
24101 \begin_layout Standard
24102 \begin_inset VSpace bigskip
24103 \end_inset
24104
24105 Quand vous utilisez le bouton 
24106 \begin_inset Graphics
24107         filename ../../images/note-insert.png
24108         scale 85
24109         scaleBeforeRotation
24110
24111 \end_inset
24112
24113  de la barre d'outils, vous insérez une 
24114 \family sans
24115 Note
24116 \begin_inset space ~
24117 \end_inset
24118
24119 LyX
24120 \family default
24121 .
24122  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24123 la et cliquez sur le bouton d'insertion de note.
24124  Pour retransformer une note en texte, appuyez sur la touche 
24125 \family sans
24126 backspace
24127 \family default
24128  quand le curseur est au tout début de la note ou appuyez sur la touche
24129  
24130 \family sans
24131 Suppr.
24132
24133 \family default
24134  quand le curseur se trouve à la fin de la note.
24135 \end_layout
24136
24137 \begin_layout Standard
24138 \begin_inset VSpace bigskip
24139 \end_inset
24140
24141 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24142  commandes suivantes dans le préambule :
24143 \end_layout
24144
24145 \begin_layout Standard
24146
24147 \series bold
24148
24149 \backslash
24150 renewenvironment{lyxgreyedout}
24151 \begin_inset Newline newline
24152 \end_inset
24153
24154
24155 \begin_inset ERT
24156 status collapsed
24157
24158 \begin_layout Plain Layout
24159
24160
24161 \backslash
24162 hphantom{ }
24163 \end_layout
24164
24165 \end_inset
24166
24167 {
24168 \backslash
24169 textcolor{color}
24170 \backslash
24171 bgroup}{
24172 \backslash
24173 egroup}
24174 \end_layout
24175
24176 \begin_layout Standard
24177 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24178  sont expliqués dans la section
24179 \begin_inset space ~
24180 \end_inset
24181
24182
24183 \begin_inset CommandInset ref
24184 LatexCommand ref
24185 reference "sec:Tableaux-Colorés"
24186
24187 \end_inset
24188
24189 .
24190 \end_layout
24191
24192 \begin_layout Standard
24193 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24194  grisées avec leur texte en bleu.
24195 \end_layout
24196
24197 \begin_layout Standard
24198 \begin_inset VSpace bigskip
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \begin_layout Standard
24205 Le style du texte des notes 
24206 \family sans
24207 Encadrées
24208 \family default
24209  et 
24210 \family sans
24211 Grisées
24212 \family default
24213  peut être modifié avec la fenêtre de dialogue 
24214 \family sans
24215 Style
24216 \begin_inset space ~
24217 \end_inset
24218
24219 du
24220 \begin_inset space ~
24221 \end_inset
24222
24223 texte
24224 \family default
24225 .
24226
24227 \family sans
24228  
24229 \end_layout
24230
24231 \begin_layout Standard
24232 L'épaisseur du trait de bordure pour les notes 
24233 \family sans
24234 Encadrées
24235 \family default
24236  est par défaut de 0.4
24237 \begin_inset space \thinspace{}
24238 \end_inset
24239
24240 pt ; elle peut être modifiée en changeant la valeur de 
24241 \series bold
24242
24243 \backslash
24244 FrameRule
24245 \series default
24246 .
24247  L'espace entre le contenu de la note et le cadre est par défaut de 9
24248 \begin_inset space \thinspace{}
24249 \end_inset
24250
24251 pt ; cette valeur peut aussi être modifiée en changeant la valeur de 
24252 \series bold
24253
24254 \backslash
24255 FrameSep
24256 \series default
24257 .
24258  Par exemple l'aspect de cette note 
24259 \family sans
24260 Encadrée
24261 \family default
24262  est obtenue avec les commandes en code TeX suivantes :
24263 \end_layout
24264
24265 \begin_layout Standard
24266
24267 \series bold
24268
24269 \backslash
24270 FrameRule 5pt 
24271 \backslash
24272 FrameSep 0.5cm
24273 \end_layout
24274
24275 \begin_layout Standard
24276 \begin_inset ERT
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280
24281
24282 \backslash
24283 FrameRule 5pt 
24284 \backslash
24285 FrameSep 0.5cm
24286 \end_layout
24287
24288 \end_inset
24289
24290
24291 \begin_inset Box Framed
24292 position "t"
24293 hor_pos "c"
24294 has_inner_box 0
24295 inner_pos "t"
24296 use_parbox 0
24297 width "100col%"
24298 special "none"
24299 height "1in"
24300 height_special "totalheight"
24301 status open
24302
24303 \begin_layout Plain Layout
24304 Ce texte est dans une note 
24305 \family sans
24306 Encadrée
24307 \family default
24308 .
24309 \end_layout
24310
24311 \end_inset
24312
24313
24314 \begin_inset ERT
24315 status collapsed
24316
24317 \begin_layout Plain Layout
24318
24319
24320 \backslash
24321 FrameRule 0.4pt 
24322 \backslash
24323 FrameSep 9pt
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset VSpace bigskip
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 Pour les notes 
24340 \family sans
24341 Grisées
24342 \family default
24343 , l'espace par défaut entre le texte de la note et le cadre est de 3
24344 \begin_inset space \thinspace{}
24345 \end_inset
24346
24347 pt ; ce qui peut être modifié en changeant la valeur de 
24348 \series bold
24349
24350 \backslash
24351 fboxsep
24352 \series default
24353 .
24354 \begin_inset Newline newline
24355 \end_inset
24356
24357 La couleur par défaut pour le fond est le rouge, ce qui peut être modifié
24358  en utilisant la commande 
24359 \series bold
24360
24361 \backslash
24362 definecolor{shadebox}
24363 \series default
24364 .
24365  Le fonctionnement de la commande 
24366 \series bold
24367
24368 \backslash
24369 definecolor
24370 \series default
24371  est expliqué dans la  section
24372 \begin_inset space ~
24373 \end_inset
24374
24375
24376 \begin_inset CommandInset ref
24377 LatexCommand ref
24378 reference "sec:Tableaux-Colorés"
24379
24380 \end_inset
24381
24382
24383 \begin_inset Foot
24384 status open
24385
24386 \begin_layout Plain Layout
24387 Notez qu'il faut charger le paquetage LaTeX 
24388 \series bold
24389 color
24390 \series default
24391  dans le préambule pour pouvoir utiliser la commande 
24392 \series bold
24393
24394 \backslash
24395 definecolor,
24396 \series default
24397  voir la section
24398 \begin_inset space ~
24399 \end_inset
24400
24401
24402 \begin_inset CommandInset ref
24403 LatexCommand ref
24404 reference "sec:Boîtes-colorées"
24405
24406 \end_inset
24407
24408 .
24409 \end_layout
24410
24411 \end_inset
24412
24413 .
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Par exemple l'aspect de cette note 
24418 \family sans
24419 Grisée
24420 \family default
24421  est obtenue avec les commandes en code TeX suivantes :
24422 \end_layout
24423
24424 \begin_layout Standard
24425
24426 \series bold
24427
24428 \backslash
24429 fboxsep 0.5cm
24430 \series default
24431
24432 \begin_inset Newline newline
24433 \end_inset
24434
24435
24436 \series bold
24437
24438 \backslash
24439 def\SpecialChar \textcompwordmark{}
24440 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24441 \end_layout
24442
24443 \begin_layout Standard
24444 \begin_inset ERT
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448
24449
24450 \backslash
24451 fboxsep 0.5cm
24452 \end_layout
24453
24454 \end_inset
24455
24456
24457 \begin_inset ERT
24458 status collapsed
24459
24460 \begin_layout Plain Layout
24461
24462
24463 \backslash
24464 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24465 \end_layout
24466
24467 \end_inset
24468
24469
24470 \begin_inset Box Shaded
24471 position "t"
24472 hor_pos "c"
24473 has_inner_box 0
24474 inner_pos "t"
24475 use_parbox 0
24476 width "100col%"
24477 special "none"
24478 height "1in"
24479 height_special "totalheight"
24480 status open
24481
24482 \begin_layout Plain Layout
24483
24484 \color yellow
24485 Ceci est un texte jaune dans une boîte grisée avec un fond vert foncé.
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \begin_inset ERT
24492 status collapsed
24493
24494 \begin_layout Plain Layout
24495
24496
24497 \backslash
24498 fboxsep 3pt
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \begin_inset ERT
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508
24509
24510 \backslash
24511 definecolor{shadecolor}{rgb}{1,0,0}
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \begin_layout Section
24520 Notes en Bas de Page
24521 \begin_inset CommandInset label
24522 LatexCommand label
24523 name "sec:Notes-bas-de-page"
24524
24525 \end_inset
24526
24527
24528 \begin_inset Index
24529 status collapsed
24530
24531 \begin_layout Plain Layout
24532 Notes ! Notes de bas de page
24533 \end_layout
24534
24535 \end_inset
24536
24537
24538 \begin_inset Index
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542 Notes de bas de page
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24552  
24553 \begin_inset Graphics
24554         filename ../../images/footnote-insert.png
24555         scale 85
24556         scaleBeforeRotation
24557
24558 \end_inset
24559
24560  de la barre d'outils, soit en utilisant le menu 
24561 \family sans
24562 Insérer\SpecialChar \menuseparator
24563 Note
24564 \begin_inset space ~
24565 \end_inset
24566
24567 en
24568 \begin_inset space ~
24569 \end_inset
24570
24571 Bas
24572 \begin_inset space ~
24573 \end_inset
24574
24575 de
24576 \begin_inset space ~
24577 \end_inset
24578
24579 Page
24580 \family default
24581 .
24582  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24583  rouge 
24584 \begin_inset Quotes fld
24585 \end_inset
24586
24587 bas
24588 \begin_inset Quotes frd
24589 \end_inset
24590
24591  qui ressemble à ceci : 
24592 \begin_inset Graphics
24593         filename clipart/footnoteQt4.png
24594         scale 80
24595         scaleBeforeRotation
24596
24597 \end_inset
24598
24599  Vous pouvez y entrer votre texte.
24600  Si vous voulez transformer du texte déjà existant en note en bas de page,
24601  sélectionnez-le et cliquez sur le bouton 
24602 \family sans
24603 Note
24604 \begin_inset space ~
24605 \end_inset
24606
24607 en
24608 \begin_inset space ~
24609 \end_inset
24610
24611 Bas
24612 \begin_inset space ~
24613 \end_inset
24614
24615 de
24616 \begin_inset space ~
24617 \end_inset
24618
24619 Page
24620 \family default
24621  de la barre d'outils.
24622  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24623  
24624 \family sans
24625 backspace
24626 \family default
24627  quand le curseur est au tout début de la note ou appuyez sur la touche
24628  
24629 \family sans
24630 Suppr.
24631
24632 \family default
24633  quand le curseur se trouve à la fin de la note.
24634 \end_layout
24635
24636 \begin_layout Standard
24637 Voici un exemple de note en bas de page:
24638 \begin_inset Foot
24639 status open
24640
24641 \begin_layout Plain Layout
24642 \begin_inset CommandInset label
24643 LatexCommand label
24644 name "fn:Note-en-bas"
24645
24646 \end_inset
24647
24648 Ceci est un exemple de note en bas de page.
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \begin_inset ERT
24655 status collapsed
24656
24657 \begin_layout Plain Layout
24658
24659
24660 \backslash
24661 newcounter{MyRepeatFoot}
24662 \end_layout
24663
24664 \begin_layout Plain Layout
24665
24666
24667 \backslash
24668 setcounter{MyRepeatFoot}{
24669 \backslash
24670 thefootnote}
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Standard
24679 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24680  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24681  de note.
24682  Le texte de la note est placé en bas de la page courante.
24683  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24684  Selon votre classe de document les numéros de notes pourront être réinitialisés
24685  à chaque nouveau chapitre.
24686 \end_layout
24687
24688 \begin_layout Standard
24689 On peut faire référence à une note en bas de page comme on le fait avec
24690  les flottants : Insérez une étiquette dans la note et faites une référence
24691  croisée vers cette étiquette comme c'est décrit dans la
24692 \begin_inset space ~
24693 \end_inset
24694
24695
24696 \begin_inset CommandInset ref
24697 LatexCommand ref
24698 reference "sec:Referencer-les-Flottants"
24699
24700 \end_inset
24701
24702 .
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706 Voici une référence à une note de bas de page :
24707 \begin_inset space ~
24708 \end_inset
24709
24710
24711 \begin_inset CommandInset ref
24712 LatexCommand ref
24713 reference "fn:Note-en-bas"
24714
24715 \end_inset
24716
24717 .
24718 \end_layout
24719
24720 \begin_layout Standard
24721 \begin_inset VSpace defskip
24722 \end_inset
24723
24724 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24725  des minipages, voyez la section
24726 \begin_inset space ~
24727 \end_inset
24728
24729
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "sec:Minipages"
24733
24734 \end_inset
24735
24736 .
24737  Les notes de bas de page dans des tableaux longs sont traitées dans la
24738  section
24739 \begin_inset space ~
24740 \end_inset
24741
24742
24743 \begin_inset CommandInset ref
24744 LatexCommand ref
24745 reference "sub:Notes-dans-tableau-long"
24746
24747 \end_inset
24748
24749 .
24750 \end_layout
24751
24752 \begin_layout Standard
24753 \begin_inset VSpace defskip
24754 \end_inset
24755
24756 Pour créer seulement la marque de note, utilisez la commande 
24757 \series bold
24758
24759 \backslash
24760 footnotemark[nombre]
24761 \series default
24762  en code TeX.
24763  On utilise cette possibilité quand on a plusieurs fois la même annotation
24764  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24765  bas de page à chaque fois.
24766 \begin_inset Newline newline
24767 \end_inset
24768
24769 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24770  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24771  part.
24772  Pour la marque de note qui suit, ces commandes ont été insérées en code
24773  TeX après la note
24774 \begin_inset space ~
24775 \end_inset
24776
24777
24778 \begin_inset CommandInset ref
24779 LatexCommand ref
24780 reference "fn:Note-en-bas"
24781
24782 \end_inset
24783
24784  pour enregistrer le numéro de note de bas de page :
24785 \end_layout
24786
24787 \begin_layout Standard
24788
24789 \series bold
24790
24791 \backslash
24792 newcounter{MyRepeatFoot}
24793 \begin_inset Newline newline
24794 \end_inset
24795
24796
24797 \backslash
24798 setcounter{MyRepeatFoot}{
24799 \backslash
24800 thefootnote}
24801 \end_layout
24802
24803 \begin_layout Standard
24804 La marque de note a été créée avec la commande suivante :
24805 \end_layout
24806
24807 \begin_layout Standard
24808
24809 \series bold
24810
24811 \backslash
24812 footnotemark[
24813 \backslash
24814 theMyRepeatFoot]
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Voici un exemple de marque de note de bas de page : 
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 footnotemark[
24827 \backslash
24828 theMyRepeatFoot]
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Subsection
24837 Numérotation de Notes de Bas de Page
24838 \begin_inset CommandInset label
24839 LatexCommand label
24840 name "sub:Numerotation-notes-bas-de-page"
24841
24842 \end_inset
24843
24844
24845 \begin_inset Index
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849 Notes de bas de page ! Numérotation
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24859  ajoutez cette commande dans le préambule de votre document :
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865
24866 \backslash
24867 @addtoreset{footnote}{section}
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \begin_inset VSpace bigskip
24872 \end_inset
24873
24874 La commande de préambule suivante change le style de numérotation des notes
24875  en petits chiffres romains :
24876 \end_layout
24877
24878 \begin_layout Standard
24879
24880 \series bold
24881
24882 \backslash
24883 renewcommand{
24884 \backslash
24885 thefootnote}{
24886 \backslash
24887 roman{footnote}}
24888 \end_layout
24889
24890 \begin_layout Standard
24891 \begin_inset ERT
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895
24896
24897 \backslash
24898 renewcommand{
24899 \backslash
24900 thefootnote}{
24901 \backslash
24902 roman{footnote}}
24903 \end_layout
24904
24905 \end_inset
24906
24907  Cette note de bas de page utilise une numérotation en chiffres romains
24908  :
24909 \begin_inset Foot
24910 status open
24911
24912 \begin_layout Plain Layout
24913 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24914  romains.
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24924  la commande précédente 
24925 \series bold
24926
24927 \backslash
24928 roman
24929 \series default
24930  par 
24931 \series bold
24932
24933 \backslash
24934 Roman
24935 \series default
24936 .
24937  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24938  utilisez respectivement soit 
24939 \series bold
24940
24941 \backslash
24942 Alph
24943 \series default
24944  soit 
24945 \series bold
24946
24947 \backslash
24948 alph
24949 \series default
24950 .
24951  Pour les 
24952 \begin_inset Quotes eld
24953 \end_inset
24954
24955 numéroter
24956 \begin_inset Quotes erd
24957 \end_inset
24958
24959  avec des symboles, utilisez 
24960 \series bold
24961
24962 \backslash
24963 fnsymbol
24964 \series default
24965 .
24966 \end_layout
24967
24968 \begin_layout Standard
24969 \begin_inset Note Greyedout
24970 status open
24971
24972 \begin_layout Plain Layout
24973
24974 \series bold
24975 Note:
24976 \series default
24977  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24978  puisque cette numérotation est limitée à des lettres seules.
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \begin_inset Newline newline
24985 \end_inset
24986
24987
24988 \begin_inset Note Greyedout
24989 status open
24990
24991 \begin_layout Plain Layout
24992
24993 \series bold
24994 Note:
24995 \series default
24996  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 Pour revenir au style de numérotation par défaut quand vous en avez changé,
25006  utilisez 
25007 \series bold
25008
25009 \backslash
25010 arabic
25011 \series default
25012  à la place de 
25013 \series bold
25014
25015 \backslash
25016 roman
25017 \series default
25018  dans la commande précédente.
25019 \begin_inset ERT
25020 status collapsed
25021
25022 \begin_layout Plain Layout
25023
25024
25025 \backslash
25026 renewcommand{
25027 \backslash
25028 thefootnote}{
25029 \backslash
25030 arabic{footnote}}
25031 \end_layout
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \begin_inset VSpace bigskip
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25047  le schéma 
25048 \begin_inset Quotes eld
25049 \end_inset
25050
25051 chapitre.note
25052 \begin_inset Quotes erd
25053 \end_inset
25054
25055 , ajoutez la commande suivante au préambule de votre document :
25056 \end_layout
25057
25058 \begin_layout Standard
25059
25060 \series bold
25061
25062 \backslash
25063 numberwithin{footnote}{chapter}
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Pour pouvoir utiliser la commande 
25068 \series bold
25069
25070 \backslash
25071 numberwithin
25072 \series default
25073 , activez dans la rubrique 
25074 \family sans
25075 Options
25076 \begin_inset space ~
25077 \end_inset
25078
25079 des
25080 \begin_inset space ~
25081 \end_inset
25082
25083 Maths
25084 \family default
25085  dans les paramètres du document, l'option 
25086 \family sans
25087 Utiliser
25088 \begin_inset space ~
25089 \end_inset
25090
25091 le
25092 \begin_inset space ~
25093 \end_inset
25094
25095 paquetage
25096 \begin_inset space ~
25097 \end_inset
25098
25099 maths
25100 \begin_inset space ~
25101 \end_inset
25102
25103 AMS
25104 \family default
25105 .
25106 \end_layout
25107
25108 \begin_layout Standard
25109 \begin_inset ERT
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113
25114
25115 \backslash
25116 numberwithin{footnote}{chapter}
25117 \end_layout
25118
25119 \end_inset
25120
25121 Ceci est un autre exemple de note de bas de page:
25122 \series bold
25123
25124 \begin_inset Foot
25125 status open
25126
25127 \begin_layout Plain Layout
25128 Cette note est numérotée en suivant le schéma 
25129 \begin_inset Quotes eld
25130 \end_inset
25131
25132 chapitre.note
25133 \begin_inset Quotes erd
25134 \end_inset
25135
25136 .
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \series default
25143
25144 \begin_inset ERT
25145 status collapsed
25146
25147 \begin_layout Plain Layout
25148
25149
25150 \backslash
25151 renewcommand{
25152 \backslash
25153 thefootnote}{
25154 \backslash
25155 arabic{footnote}}
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset Note Greyedout
25165 status open
25166
25167 \begin_layout Plain Layout
25168
25169 \series bold
25170 Note:
25171 \series default
25172  
25173 \series bold
25174
25175 \backslash
25176 numberwithin
25177 \series default
25178  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25179  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25180  prises en compte.
25181  
25182 \end_layout
25183
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \begin_layout Standard
25190 Donc pour avoir par exemple le schéma 
25191 \begin_inset Quotes eld
25192 \end_inset
25193
25194 chapitre.
25195 \backslash
25196 Roman{note}
25197 \begin_inset Quotes erd
25198 \end_inset
25199
25200 , utilisez la commande suivante plutôt que 
25201 \series bold
25202
25203 \backslash
25204 numberwithin
25205 \series default
25206  :
25207 \end_layout
25208
25209 \begin_layout Standard
25210
25211 \series bold
25212
25213 \backslash
25214 renewcommand{
25215 \backslash
25216 thefootnote}{
25217 \backslash
25218 thechapter.
25219 \backslash
25220 Roman{footnote}}
25221 \end_layout
25222
25223 \begin_layout Subsection
25224 Positionnement de notes de bas de page
25225 \begin_inset Index
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229 Notes de bas de page ! Positionnement
25230 \end_layout
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Standard
25238 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25239  vertical entre elles en bas de la page.
25240  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25241  de 1.5
25242 \begin_inset space \thinspace{}
25243 \end_inset
25244
25245 mm avec la commande suivante dans le préambule :
25246 \end_layout
25247
25248 \begin_layout Standard
25249
25250 \series bold
25251
25252 \backslash
25253 let
25254 \backslash
25255 myFoot
25256 \backslash
25257 footnote
25258 \begin_inset Newline newline
25259 \end_inset
25260
25261
25262 \backslash
25263 renewcommand{
25264 \backslash
25265 footnote}[1]{
25266 \backslash
25267 myFoot{#1
25268 \backslash
25269 vspace{1.5mm}}}
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset VSpace bigskip
25274 \end_inset
25275
25276 Dans un document à deux colonnes les notes de bas de page apparaissent en
25277  bas de chaque colonne, comme sur la Figure
25278 \begin_inset space ~
25279 \end_inset
25280
25281
25282 \begin_inset CommandInset ref
25283 LatexCommand ref
25284 reference "fig:Position-standard-note-bas-de-page"
25285
25286 \end_inset
25287
25288 .
25289  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25290  sur la Figure
25291 \begin_inset space ~
25292 \end_inset
25293
25294
25295 \begin_inset CommandInset ref
25296 LatexCommand ref
25297 reference "fig:Position-note-avec-ftnright"
25298
25299 \end_inset
25300
25301 , utilisez le paquetage LaTeX 
25302 \series bold
25303 ftnright
25304 \series default
25305
25306 \begin_inset Index
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 Paquetages LaTeX ! ftnright
25311 \end_layout
25312
25313 \end_inset
25314
25315  avec cette commande dans le préambule du document:
25316 \end_layout
25317
25318 \begin_layout Standard
25319
25320 \series bold
25321
25322 \backslash
25323 usepackage{ftnright}
25324 \end_layout
25325
25326 \begin_layout Standard
25327 \begin_inset Float figure
25328 placement !h
25329 wide false
25330 sideways false
25331 status open
25332
25333 \begin_layout Plain Layout
25334 \begin_inset ERT
25335 status collapsed
25336
25337 \begin_layout Plain Layout
25338
25339
25340 \backslash
25341 framebox{
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \begin_inset Graphics
25348         filename ../clipart/without_fntright.pdf
25349         width 100col%
25350         scaleBeforeRotation
25351
25352 \end_inset
25353
25354
25355 \begin_inset ERT
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359
25360 }
25361 \end_layout
25362
25363 \end_inset
25364
25365
25366 \end_layout
25367
25368 \begin_layout Plain Layout
25369 \begin_inset Caption
25370
25371 \begin_layout Plain Layout
25372 \begin_inset CommandInset label
25373 LatexCommand label
25374 name "fig:Position-standard-note-bas-de-page"
25375
25376 \end_inset
25377
25378 Positionnement standard des notes de bas de page dans un document à deux
25379  colonnes.
25380 \end_layout
25381
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Standard
25393 \begin_inset Float figure
25394 placement !h
25395 wide false
25396 sideways false
25397 status open
25398
25399 \begin_layout Plain Layout
25400 \begin_inset ERT
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404
25405
25406 \backslash
25407 framebox{
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \begin_inset Graphics
25414         filename ../clipart/with_fntright.pdf
25415         width 100col%
25416         scaleBeforeRotation
25417
25418 \end_inset
25419
25420
25421 \begin_inset ERT
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425
25426 }
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \begin_layout Plain Layout
25435 \begin_inset Caption
25436
25437 \begin_layout Plain Layout
25438 \begin_inset CommandInset label
25439 LatexCommand label
25440 name "fig:Position-note-avec-ftnright"
25441
25442 \end_inset
25443
25444 Positionnement de notes de bas de page dans un document à deux colonnes
25445  en utilisant le paquetage LaTeX 
25446 \series bold
25447 ftnright
25448 \series default
25449 .
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 \begin_inset VSpace bigskip
25464 \end_inset
25465
25466 Dans certaines publications scientifiques, il est courant de rassembler
25467  les notes de bas de page et de les imprimer dans un paragraphe particulier
25468  à la fin de la section, comme sur la Figure
25469 \begin_inset space ~
25470 \end_inset
25471
25472
25473 \begin_inset CommandInset ref
25474 LatexCommand ref
25475 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25476
25477 \end_inset
25478
25479 .
25480  On les appelle 
25481 \begin_inset Quotes eld
25482 \end_inset
25483
25484 notes de fin
25485 \begin_inset Quotes erd
25486 \end_inset
25487
25488 .
25489 \begin_inset Note Note
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 J'ai pas trouvé mieux pour endnotes (NdT)
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \begin_inset Index
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503 Notes de fin
25504 \end_layout
25505
25506 \end_inset
25507
25508  Pour utiliser des notes de fin à la place des notes de bas de page dans
25509  votre document, chargez le paquetage LaTeX 
25510 \series bold
25511 endnotes
25512 \series default
25513
25514 \begin_inset Index
25515 status collapsed
25516
25517 \begin_layout Plain Layout
25518 Paquetages LaTeX ! endnotes
25519 \end_layout
25520
25521 \end_inset
25522
25523  avec ces lignes dans le préambule du document
25524 \end_layout
25525
25526 \begin_layout Standard
25527
25528 \series bold
25529
25530 \backslash
25531 usepackage{endnotes}
25532 \begin_inset Newline newline
25533 \end_inset
25534
25535
25536 \backslash
25537 let
25538 \backslash
25539 footnote
25540 \backslash
25541 endnote
25542 \end_layout
25543
25544 \begin_layout Standard
25545 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25546 \end_layout
25547
25548 \begin_layout Standard
25549
25550 \series bold
25551
25552 \backslash
25553 theendnotes
25554 \end_layout
25555
25556 \begin_layout Standard
25557 en code TeX à la fin d'une section ou d'un chapitre.
25558 \end_layout
25559
25560 \begin_layout Standard
25561 \begin_inset Float figure
25562 wide false
25563 sideways false
25564 status open
25565
25566 \begin_layout Plain Layout
25567 \align center
25568 \begin_inset ERT
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572
25573
25574 \backslash
25575 framebox{
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \begin_inset Graphics
25582         filename ../clipart/endnotes.pdf
25583         scaleBeforeRotation
25584
25585 \end_inset
25586
25587
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593 }
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Caption
25603
25604 \begin_layout Plain Layout
25605 \begin_inset CommandInset label
25606 LatexCommand label
25607 name "fig:Notes-de-fin---notes-de-bas-de-page"
25608
25609 \end_inset
25610
25611 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25612  séparé à la fin des sections ou des chapitres.
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626 \begin_inset VSpace medskip
25627 \end_inset
25628
25629 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25630  dans la langue du document, cela doit être fait manuellement.
25631  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25632  
25633 \begin_inset Quotes eld
25634 \end_inset
25635
25636 Notes
25637 \begin_inset Quotes erd
25638 \end_inset
25639
25640  en sa traduction Allemande
25641 \begin_inset Foot
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645 En français, 
25646 \begin_inset Quotes eld
25647 \end_inset
25648
25649 Notes
25650 \begin_inset Quotes erd
25651 \end_inset
25652
25653  peut être conservé.
25654 \end_layout
25655
25656 \end_inset
25657
25658  
25659 \begin_inset Quotes eld
25660 \end_inset
25661
25662 Anmerkungen
25663 \begin_inset Quotes erd
25664 \end_inset
25665
25666  :
25667 \end_layout
25668
25669 \begin_layout Standard
25670
25671 \series bold
25672
25673 \backslash
25674 renewcommand{
25675 \backslash
25676 notesname}{Anmerkungen}
25677 \end_layout
25678
25679 \begin_layout Standard
25680 \begin_inset VSpace medskip
25681 \end_inset
25682
25683 La numérotation des notes de fin peut être modifiée comme celle des notes
25684  de bas de page comme c'est décrit dans la section
25685 \begin_inset space ~
25686 \end_inset
25687
25688
25689 \begin_inset CommandInset ref
25690 LatexCommand ref
25691 reference "sub:Numerotation-notes-bas-de-page"
25692
25693 \end_inset
25694
25695  ; remplacez juste la commande 
25696 \series bold
25697
25698 \backslash
25699 thefootnote
25700 \series default
25701  par 
25702 \series bold
25703
25704 \backslash
25705 theendnote
25706 \series default
25707 .
25708  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25709 \series bold
25710
25711 \backslash
25712 @addtoreset
25713 \series default
25714  comme c'est décrit dans la section
25715 \begin_inset space ~
25716 \end_inset
25717
25718
25719 \begin_inset CommandInset ref
25720 LatexCommand ref
25721 reference "sub:Numerotation-notes-bas-de-page"
25722
25723 \end_inset
25724
25725  et remplacez le paramètre de commande 
25726 \series bold
25727 footnote
25728 \series default
25729  par 
25730 \series bold
25731 endnote
25732 \series default
25733 .
25734 \end_layout
25735
25736 \begin_layout Standard
25737 Pour seulement créer une marque de note de fin, utilisez la commande 
25738 \series bold
25739
25740 \backslash
25741 endnotemark[numéro]
25742 \series default
25743  qui est semblable à 
25744 \series bold
25745
25746 \backslash
25747 footnotemark
25748 \series default
25749 , décrite dans la section
25750 \begin_inset space ~
25751 \end_inset
25752
25753
25754 \begin_inset CommandInset ref
25755 LatexCommand ref
25756 reference "sec:Notes-bas-de-page"
25757
25758 \end_inset
25759
25760 .
25761 \end_layout
25762
25763 \begin_layout Standard
25764 \begin_inset VSpace bigskip
25765 \end_inset
25766
25767 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25768 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25769 \series bold
25770 footmisc
25771 \series default
25772
25773 \begin_inset Index
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777 Paquetages LaTeX ! footmisc
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \begin_inset CommandInset citation
25784 LatexCommand cite
25785 key "footmisc"
25786
25787 \end_inset
25788
25789  pour plus d'information à ce sujet.
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25794  voyez les livres sur LaTeX, 
25795 \begin_inset CommandInset citation
25796 LatexCommand cite
25797 key "latexcompanion,latexguide,latexbook"
25798
25799 \end_inset
25800
25801 .
25802 \end_layout
25803
25804 \begin_layout Section
25805 Notes en Marge
25806 \begin_inset Index
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810 Notes ! Notes en Marge
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25820 t de la même façon.
25821  Quand vous insérez une note en marge avec 
25822 \family sans
25823 Insérer\SpecialChar \menuseparator
25824 Note
25825 \begin_inset space ~
25826 \end_inset
25827
25828 en
25829 \begin_inset space ~
25830 \end_inset
25831
25832 Marge
25833 \family default
25834  ou avec le bouton 
25835 \begin_inset Graphics
25836         filename ../../images/marginalnote-insert.png
25837         scale 85
25838         scaleBeforeRotation
25839
25840 \end_inset
25841
25842  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25843  grise avec une étiquette rouge 
25844 \begin_inset Quotes fld
25845 \end_inset
25846
25847 marge
25848 \begin_inset Quotes frd
25849 \end_inset
25850
25851 .
25852  
25853 \begin_inset Marginal
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857 C'est une note en marge.
25858 \end_layout
25859
25860 \end_inset
25861
25862  Cette boîte est la représentation de votre note dans LyX.
25863  Vous pouvez y entrer votre texte.
25864 \end_layout
25865
25866 \begin_layout Standard
25867 Les notes en marge apparaissent dans la marge de droite dans les documents
25868  imprimées sur une seule face.
25869  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25870  
25871 \begin_inset Quotes eld
25872 \end_inset
25873
25874 extérieure
25875 \begin_inset Quotes erd
25876 \end_inset
25877
25878  -- la gauche sur les pages paires et la droite sur les pages impaires.
25879  Le texte de la note en marge est aligné à l'opposé de la marge externe
25880  -- aligné à droite quand la note apparaît dans la marge de gauche.
25881  La première ligne de la note apparaît à la hauteur de la ligne de texte
25882  où la note a été insérée dans le document.
25883 \end_layout
25884
25885 \begin_layout Standard
25886 \begin_inset VSpace bigskip
25887 \end_inset
25888
25889 Pour placer une note dans la marge interne, ajoutez la commande suivante
25890  :
25891 \end_layout
25892
25893 \begin_layout Standard
25894
25895 \series bold
25896
25897 \backslash
25898 reversemarginpar
25899 \end_layout
25900
25901 \begin_layout Standard
25902 sous forme de code TeX avant votre note de marge.
25903  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25904  qui suivent 
25905 \begin_inset ERT
25906 status collapsed
25907
25908 \begin_layout Plain Layout
25909
25910
25911 \backslash
25912 reversemarginpar 
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \begin_inset Marginal
25919 status open
25920
25921 \begin_layout Plain Layout
25922 Cette note en marge est dans la marge interne.
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \series bold
25929
25930 \begin_inset Newline newline
25931 \end_inset
25932
25933
25934 \series default
25935
25936 \begin_inset Note Greyedout
25937 status open
25938
25939 \begin_layout Plain Layout
25940
25941 \series bold
25942 Note:
25943 \series default
25944  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25945  les notes sont souvent mal mises en formes dans la sortie imprimée.
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 Pour revenir au positionnement par défaut, ajoutez la commande :
25955 \end_layout
25956
25957 \begin_layout Standard
25958
25959 \series bold
25960
25961 \backslash
25962 normalmarginpar
25963 \end_layout
25964
25965 \begin_layout Standard
25966 sous forme de code TeX.
25967 \begin_inset ERT
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 normalmarginpar 
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \begin_inset Newline newline
25981 \end_inset
25982
25983  
25984 \begin_inset Note Greyedout
25985 status open
25986
25987 \begin_layout Plain Layout
25988
25989 \series bold
25990 Note:
25991 \series default
25992  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25993  
25994 \series bold
25995
25996 \backslash
25997 reversemarginpar
25998 \series default
25999  est aussi utilisée.
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \begin_layout Standard
26008 \begin_inset VSpace bigskip
26009 \end_inset
26010
26011
26012 \begin_inset Marginal
26013 status open
26014
26015 \begin_layout Plain Layout
26016 UnTrèsLongMotEnMarge sans césure.
26017 \end_layout
26018
26019 \end_inset
26020
26021  Comme dans le cas décrit dans la section
26022 \begin_inset space ~
26023 \end_inset
26024
26025
26026 \begin_inset CommandInset ref
26027 LatexCommand ref
26028 reference "sub:Lignes-multiple-dans-cellule"
26029
26030 \end_inset
26031
26032 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26033  mot d'une note en marge.
26034  Pour éviter ce problème, insérez un espacement horizontal de 0
26035 \begin_inset space \thinspace{}
26036 \end_inset
26037
26038 pt avant le mot en question: 
26039 \begin_inset Marginal
26040 status open
26041
26042 \begin_layout Plain Layout
26043 \begin_inset space \hspace{}
26044 \length 0pt
26045 \end_inset
26046
26047 UnMotTrèsLongEnMarge avec une césure.
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \begin_layout Standard
26056 \begin_inset VSpace bigskip
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset Note Greyedout
26064 status open
26065
26066 \begin_layout Plain Layout
26067
26068 \series bold
26069 Note:
26070 \series default
26071  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26072  tableaux, des flottants et des notes de bas de page.
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Standard
26081 \begin_inset VSpace bigskip
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 ifmarginnote
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \begin_inset Note Note
26102 status open
26103
26104 \begin_layout Plain Layout
26105 La section suivante ne sera affichée que si le paquetage LaTeX 
26106 \series bold
26107 marginnote
26108 \series default
26109  a été installé.
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \begin_layout Standard
26118 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26119 \series bold
26120 marginnote
26121 \series default
26122
26123 \begin_inset Index
26124 status collapsed
26125
26126 \begin_layout Plain Layout
26127 Paquetages LaTeX ! marginnote
26128 \end_layout
26129
26130 \end_inset
26131
26132 .
26133  En ajoutant les deux lignes suivantes au préambule de votre document, la
26134  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26135  la commande fournie par le paquetage 
26136 \series bold
26137 marginnote
26138 \series default
26139  :
26140 \end_layout
26141
26142 \begin_layout Standard
26143
26144 \series bold
26145
26146 \backslash
26147 usepackage{marginnote}
26148 \begin_inset Newline newline
26149 \end_inset
26150
26151
26152 \backslash
26153 let
26154 \backslash
26155 marginpar
26156 \backslash
26157 marginnote
26158 \end_layout
26159
26160 \begin_layout Standard
26161 Ce paquetage est aussi utilisé dans ce document parce que 
26162 \series bold
26163 marginnote
26164 \series default
26165  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26166  vertical pour une note.
26167  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26168  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26169  en page.
26170  Le décalage est inséré dans LyX sous forme de code TeX directement après
26171  la note sous la forme
26172 \end_layout
26173
26174 \begin_layout Standard
26175
26176 \series bold
26177 [offset]
26178 \end_layout
26179
26180 \begin_layout Standard
26181 où l'offset utilise l'une des unités listées dans le tableau
26182 \begin_inset space ~
26183 \end_inset
26184
26185
26186 \begin_inset CommandInset ref
26187 LatexCommand ref
26188 reference "cha:Unités-de-longueur"
26189
26190 \end_inset
26191
26192 .
26193  Une valeur négative déplace la note vers le haut, une valeur positive la
26194  déplace vers le bas.
26195  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26196  vers le haut de 1.5
26197 \begin_inset space \thinspace{}
26198 \end_inset
26199
26200 cm avec la commande en code TeX 
26201 \begin_inset Quotes eld
26202 \end_inset
26203
26204
26205 \series bold
26206 [-1.5cm]
26207 \series default
26208
26209 \begin_inset Quotes erd
26210 \end_inset
26211
26212
26213 \begin_inset Marginal
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217 Cette note en marge est décalée vers le haut de 1.5
26218 \begin_inset space \thinspace{}
26219 \end_inset
26220
26221 cm par rapport à sa position d'origine.
26222 \end_layout
26223
26224 \end_inset
26225
26226
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232 [-1.5cm]
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Standard
26241 \begin_inset VSpace medskip
26242 \end_inset
26243
26244 Avec le paquetage 
26245 \series bold
26246 marginnote
26247 \series default
26248  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26249  Par exemple les commandes 
26250 \end_layout
26251
26252 \begin_layout Standard
26253
26254 \series bold
26255
26256 \backslash
26257 renewcommand*{
26258 \backslash
26259 raggedleftmarginnote}{
26260 \backslash
26261 centering}
26262 \begin_inset Newline newline
26263 \end_inset
26264
26265
26266 \backslash
26267 renewcommand*{
26268 \backslash
26269 raggedrightmarginnote}{
26270 \backslash
26271 centering}
26272 \end_layout
26273
26274 \begin_layout Standard
26275 donnent un alignement centré.
26276  
26277 \series bold
26278
26279 \backslash
26280 raggedleftmarginnote
26281 \series default
26282  indique une note qui apparaît dans la marge de gauche.
26283 \begin_inset ERT
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287
26288
26289 \backslash
26290 renewcommand*{
26291 \backslash
26292 raggedleftmarginnote}{
26293 \backslash
26294 centering}
26295 \end_layout
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 renewcommand*{
26302 \backslash
26303 raggedrightmarginnote}{
26304 \backslash
26305 centering}
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \begin_inset Marginal
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 Le texte de cette note en marge est centré.
26316 \end_layout
26317
26318 \end_inset
26319
26320 .
26321  Le comportement par défaut est donné par
26322 \end_layout
26323
26324 \begin_layout Standard
26325
26326 \series bold
26327
26328 \backslash
26329 renewcommand*{
26330 \backslash
26331 raggedleftmarginnote}{
26332 \backslash
26333 raggedleft}
26334 \begin_inset Newline newline
26335 \end_inset
26336
26337
26338 \backslash
26339 renewcommand*{
26340 \backslash
26341 raggedrightmarginnote}{
26342 \backslash
26343 raggedright}
26344 \series default
26345
26346 \begin_inset ERT
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350
26351
26352 \backslash
26353 renewcommand*{
26354 \backslash
26355 raggedleftmarginnote}{
26356 \backslash
26357 raggedleft}
26358 \end_layout
26359
26360 \begin_layout Plain Layout
26361
26362
26363 \backslash
26364 renewcommand*{
26365 \backslash
26366 raggedrightmarginnote}{
26367 \backslash
26368 raggedright}
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset VSpace medskip
26378 \end_inset
26379
26380 Pour les autre fonctions du paquetage 
26381 \series bold
26382 marginnote
26383 \series default
26384  nous vous renvoyons à sa documentation 
26385 \begin_inset CommandInset citation
26386 LatexCommand cite
26387 key "marginnote"
26388
26389 \end_inset
26390
26391 .
26392 \end_layout
26393
26394 \begin_layout Standard
26395 \begin_inset VSpace bigskip
26396 \end_inset
26397
26398 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26399  définition.
26400  Pour créer par exemple une entête pour toutes les notes en marge avec le
26401  texte 
26402 \begin_inset Quotes eld
26403 \end_inset
26404
26405
26406 \family sans
26407 \series bold
26408 \bar under
26409 Attention!
26410 \family default
26411 \series default
26412 \bar default
26413
26414 \begin_inset Quotes erd
26415 \end_inset
26416
26417  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26418  de votre document :
26419 \end_layout
26420
26421 \begin_layout Standard
26422
26423 \series bold
26424
26425 \backslash
26426 let
26427 \backslash
26428 myMarginpar
26429 \backslash
26430 marginpar
26431 \begin_inset Newline newline
26432 \end_inset
26433
26434
26435 \backslash
26436 renewcommand{
26437 \backslash
26438 marginpar}[1]{
26439 \backslash
26440 myMarginpar{%
26441 \begin_inset Newline newline
26442 \end_inset
26443
26444
26445 \begin_inset ERT
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449
26450
26451 \backslash
26452 hphantom{ }
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \backslash
26459 hspace{0pt}
26460 \backslash
26461 textsf{
26462 \backslash
26463 textbf{
26464 \backslash
26465 underbar{Attention!}}}%
26466 \begin_inset Newline newline
26467 \end_inset
26468
26469
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474
26475
26476 \backslash
26477 hphantom{ }
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \backslash
26484 vspace{1.5mm}
26485 \backslash
26486
26487 \backslash
26488 #1}}
26489 \end_layout
26490
26491 \begin_layout Standard
26492 \begin_inset ERT
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496
26497
26498 \backslash
26499 let
26500 \backslash
26501 myMarginpar
26502 \backslash
26503 marginpar
26504 \end_layout
26505
26506 \begin_layout Plain Layout
26507
26508
26509 \backslash
26510 renewcommand{
26511 \backslash
26512 marginpar}[1]{
26513 \backslash
26514 myMarginpar{%
26515 \end_layout
26516
26517 \begin_layout Plain Layout
26518
26519    
26520 \backslash
26521 textsf{
26522 \backslash
26523 textbf{
26524 \backslash
26525 underbar{Attention!}}}%
26526 \end_layout
26527
26528 \begin_layout Plain Layout
26529
26530    
26531 \backslash
26532 vspace{1.5mm}
26533 \backslash
26534
26535 \backslash
26536 #1}}
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \begin_inset Marginal
26543 status open
26544
26545 \begin_layout Plain Layout
26546 Ceci est une note en marge avec une en-tête prédéfinie.
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557 [-1.5cm]
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567
26568
26569 \backslash
26570 renewcommand{
26571 \backslash
26572 marginpar}[1]{
26573 \backslash
26574 myMarginpar{#1}}
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \begin_inset Note Note
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585 \lang english
26586 The margin note format is changed only for this example.
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset ERT
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599
26600
26601 \backslash
26602 else
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \begin_inset Note Note
26609 status open
26610
26611 \begin_layout Plain Layout
26612 Ce qui suit sera affiché si le paquetage LaTeX 
26613 \series bold
26614 marginnote
26615 \series default
26616  n'est pas installé :
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Standard
26625 Vous devez installer le paquetage LaTeX 
26626 \series bold
26627 marginnote
26628 \series default
26629  pour voir la suite de cette section dans la sortie imprimée.
26630 \end_layout
26631
26632 \begin_layout Standard
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 fi
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \begin_layout Chapter
26649 Les Boîtes
26650 \end_layout
26651
26652 \begin_layout Section
26653 Introduction
26654 \begin_inset Index
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658 Boîtes ! Introduction
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Standard
26667 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26668  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26669  voir la section
26670 \begin_inset space ~
26671 \end_inset
26672
26673
26674 \begin_inset CommandInset ref
26675 LatexCommand ref
26676 reference "sec:Minipages"
26677
26678 \end_inset
26679
26680 , pour encadrer des portions de texte, voir la section
26681 \begin_inset space ~
26682 \end_inset
26683
26684
26685 \begin_inset CommandInset ref
26686 LatexCommand ref
26687 reference "sec:Boîtes-encadrées"
26688
26689 \end_inset
26690
26691 , pour empêcher que des mots subissent une césure, voir la section
26692 \begin_inset space ~
26693 \end_inset
26694
26695
26696 \begin_inset CommandInset ref
26697 LatexCommand ref
26698 reference "sec:Empêcher-césure"
26699
26700 \end_inset
26701
26702 , pour aligner du texte, voir la section
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "sub:Alignement-Vertical"
26710
26711 \end_inset
26712
26713 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26714 \begin_inset space ~
26715 \end_inset
26716
26717
26718 \begin_inset CommandInset ref
26719 LatexCommand ref
26720 reference "sec:Boîtes-colorées"
26721
26722 \end_inset
26723
26724 .
26725 \end_layout
26726
26727 \begin_layout Standard
26728 On peut insérer une boîte en utilisant le menu 
26729 \family sans
26730 Insérer\SpecialChar \menuseparator
26731 Boîte
26732 \family default
26733  ou avec le bouton 
26734 \begin_inset Graphics
26735         filename ../../images/box-insert.png
26736         scale 85
26737         scaleBeforeRotation
26738
26739 \end_inset
26740
26741  de la barre d'outils.
26742  Une boîte grise avec une étiquette 
26743 \family sans
26744 Boîte
26745 \begin_inset space ~
26746 \end_inset
26747
26748 (Minipage)
26749 \family default
26750
26751 \begin_inset Graphics
26752         filename clipart/BoxInsetDefaultQt4.png
26753         scale 65
26754         scaleBeforeRotation
26755
26756 \end_inset
26757
26758 , est alors insérée.
26759  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26760  La fenêtre de dialogue qui apparaît donne accès aux types de
26761 \family sans
26762  Boîte
26763 \begin_inset space ~
26764 \end_inset
26765
26766 Intérieure
26767 \family default
26768  
26769 \family sans
26770 Parbox
26771 \begin_inset Note Note
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775 En attendant un traduction plus correcte NdT
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \family default
26782  et 
26783 \family sans
26784 Minipage
26785 \family default
26786 .
26787  Le type 
26788 \family sans
26789 Minipage
26790 \family default
26791  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26792  dans la section
26793 \begin_inset space ~
26794 \end_inset
26795
26796
26797 \begin_inset CommandInset ref
26798 LatexCommand ref
26799 reference "sec:Minipages"
26800
26801 \end_inset
26802
26803 ; le type 
26804 \family sans
26805 Parbox
26806 \family default
26807  est décrit dans la section
26808 \begin_inset space ~
26809 \end_inset
26810
26811
26812 \begin_inset CommandInset ref
26813 LatexCommand ref
26814 reference "sec:Parboxes"
26815
26816 \end_inset
26817
26818 .
26819 \end_layout
26820
26821 \begin_layout Standard
26822 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26823  comme les flottants ou les notes de bas de page.
26824 \end_layout
26825
26826 \begin_layout Standard
26827 \begin_inset Note Greyedout
26828 status open
26829
26830 \begin_layout Plain Layout
26831
26832 \series bold
26833 Note:
26834 \series default
26835  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26836  de type 
26837 \family sans
26838 Liste
26839 \family default
26840  ou 
26841 \family sans
26842 Description
26843 \family default
26844 .
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \end_layout
26851
26852 \begin_layout Standard
26853 \begin_inset Note Greyedout
26854 status open
26855
26856 \begin_layout Plain Layout
26857
26858 \series bold
26859 Note:
26860 \series default
26861  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26862 \family sans
26863 Boîte
26864 \begin_inset space ~
26865 \end_inset
26866
26867 Intérieure
26868 \family default
26869  à 
26870 \family sans
26871 Aucune
26872 \family default
26873  que quand vous utilisez une boîte encadrée.
26874  Les boîtes sans 
26875 \family sans
26876 Boîte
26877 \begin_inset space ~
26878 \end_inset
26879
26880 Intérieure
26881 \family default
26882  et sans cadre sont expliquées dans la section
26883 \begin_inset space ~
26884 \end_inset
26885
26886
26887 \begin_inset CommandInset ref
26888 LatexCommand ref
26889 reference "sec:Empêcher-césure"
26890
26891 \end_inset
26892
26893 .
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Section
26902 La fenêtre de dialogue Boîte
26903 \begin_inset CommandInset label
26904 LatexCommand label
26905 name "sec:Boîte-Dialogue"
26906
26907 \end_inset
26908
26909
26910 \begin_inset Index
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 Boîtes ! Fenêtre de dialogue Boîte
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Subsection
26923 Taille
26924 \begin_inset Index
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928 Boîtes ! Taille
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \begin_layout Standard
26937 Dans la fenêtre de dialogue 
26938 \family sans
26939 Paramètres
26940 \begin_inset space ~
26941 \end_inset
26942
26943 de
26944 \begin_inset space ~
26945 \end_inset
26946
26947 Boîte
26948 \family default
26949  vous pouvez modifier la géométrie de la boîte avec les champs 
26950 \family sans
26951 Largeur
26952 \family default
26953  et 
26954 \family sans
26955 Hauteur
26956 \family default
26957 .
26958  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26959  dans le tableau
26960 \begin_inset space ~
26961 \end_inset
26962
26963
26964 \begin_inset CommandInset ref
26965 LatexCommand ref
26966 reference "tab:Unités"
26967
26968 \end_inset
26969
26970 .
26971  Le champ 
26972 \family sans
26973 Hauteur
26974 \family default
26975  offre en plus les spécifications de taille suivantes :
26976 \end_layout
26977
26978 \begin_layout Description
26979 Profondeur C'est simplement la 
26980 \begin_inset Quotes eld
26981 \end_inset
26982
26983 hauteur
26984 \begin_inset Quotes erd
26985 \end_inset
26986
26987  du texte.
26988  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26989  lignes de texte dans la boîte.
26990 \begin_inset Newline newline
26991 \end_inset
26992
26993
26994 \begin_inset Newline newline
26995 \end_inset
26996
26997
26998 \begin_inset Newline newline
26999 \end_inset
27000
27001
27002 \begin_inset Box Boxed
27003 position "c"
27004 hor_pos "c"
27005 has_inner_box 1
27006 inner_pos "c"
27007 use_parbox 0
27008 width "12col%"
27009 special "none"
27010 height "1in"
27011 height_special "depth"
27012 status open
27013
27014 \begin_layout Plain Layout
27015 \align center
27016 Boîte dont la hauteur est égale à 1
27017 \begin_inset space \thinspace{}
27018 \end_inset
27019
27020 Profondeur
27021 \end_layout
27022
27023 \end_inset
27024
27025
27026 \begin_inset Newline newline
27027 \end_inset
27028
27029
27030 \begin_inset Newline newline
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Description
27037 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27038  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27039  est deux fois plus haute que le texte : 
27040 \begin_inset Box Boxed
27041 position "c"
27042 hor_pos "c"
27043 has_inner_box 1
27044 inner_pos "c"
27045 use_parbox 0
27046 width "20col%"
27047 special "none"
27048 height "2in"
27049 height_special "height"
27050 status open
27051
27052 \begin_layout Plain Layout
27053 \align center
27054 Boîte dont la hauteur est 2
27055 \begin_inset space \thinspace{}
27056 \end_inset
27057
27058 Hauteur
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Description
27067 Hauteur
27068 \begin_inset space ~
27069 \end_inset
27070
27071 Totale C'est égal à Hauteur
27072 \begin_inset space \thinspace{}
27073 \end_inset
27074
27075 +
27076 \begin_inset space \thinspace{}
27077 \end_inset
27078
27079 Profondeur : 
27080 \begin_inset Box Boxed
27081 position "c"
27082 hor_pos "c"
27083 has_inner_box 1
27084 inner_pos "c"
27085 use_parbox 0
27086 width "20col%"
27087 special "none"
27088 height "1in"
27089 height_special "totalheight"
27090 status open
27091
27092 \begin_layout Plain Layout
27093 \align center
27094 Boîte dont la hauteur est 1
27095 \begin_inset space \thinspace{}
27096 \end_inset
27097
27098 Hauteur
27099 \begin_inset space ~
27100 \end_inset
27101
27102 Totale
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Description
27111 Largeur On prend la largeur de la boîte comme hauteur : 
27112 \begin_inset Box Boxed
27113 position "c"
27114 hor_pos "c"
27115 has_inner_box 1
27116 inner_pos "c"
27117 use_parbox 0
27118 width "12col%"
27119 special "none"
27120 height "1in"
27121 height_special "width"
27122 status open
27123
27124 \begin_layout Plain Layout
27125 \align center
27126 Boîte dont la hauteur est 1
27127 \begin_inset space \thinspace{}
27128 \end_inset
27129
27130 Largeur
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Subsection
27139 Alignement
27140 \begin_inset Index
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 Boîtes ! Alignement
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Quand vous avez choisi une 
27154 \family sans
27155 Boîte
27156 \begin_inset space ~
27157 \end_inset
27158
27159 Intérieure
27160 \family default
27161 , l'alignement vertical de la boîte peut être :
27162 \end_layout
27163
27164 \begin_layout Description
27165 Haut Ceci est un exemple de texte.
27166  
27167 \begin_inset Box Boxed
27168 position "t"
27169 hor_pos "c"
27170 has_inner_box 1
27171 inner_pos "c"
27172 use_parbox 0
27173 width "12col%"
27174 special "none"
27175 height "1in"
27176 height_special "totalheight"
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180 \align center
27181 Cette boîte est alignée sur le haut.
27182 \end_layout
27183
27184 \end_inset
27185
27186  Ceci est un exemple de texte.
27187 \end_layout
27188
27189 \begin_layout Description
27190 Milieu Ceci est un exemple de texte.
27191  
27192 \begin_inset Box Boxed
27193 position "c"
27194 hor_pos "c"
27195 has_inner_box 1
27196 inner_pos "c"
27197 use_parbox 0
27198 width "12col%"
27199 special "none"
27200 height "1in"
27201 height_special "totalheight"
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 \align center
27206 Cette boîte est alignée au centre.
27207 \end_layout
27208
27209 \end_inset
27210
27211  Ceci est un exemple de texte.
27212 \end_layout
27213
27214 \begin_layout Description
27215 Bas Ceci est un exemple de texte.
27216  
27217 \begin_inset Box Boxed
27218 position "b"
27219 hor_pos "c"
27220 has_inner_box 1
27221 inner_pos "c"
27222 use_parbox 0
27223 width "12col%"
27224 special "none"
27225 height "1in"
27226 height_special "totalheight"
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230 \align center
27231 Cette boîte est alignée sur le bas.
27232 \end_layout
27233
27234 \end_inset
27235
27236  Ceci est un exemple de texte.
27237 \end_layout
27238
27239 \begin_layout Standard
27240 \begin_inset Note Greyedout
27241 status open
27242
27243 \begin_layout Plain Layout
27244
27245 \series bold
27246 Note:
27247 \series default
27248  L'alignement vertical peut être perturbé dans la sortie finale quand vous
27249  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
27250  l'autre non.
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Standard
27259 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27260  paragraphe grâce à la fenêtre de dialogue 
27261 \family sans
27262 Paramètres
27263 \begin_inset space ~
27264 \end_inset
27265
27266 de
27267 \begin_inset space ~
27268 \end_inset
27269
27270 Boîte
27271 \family default
27272 .
27273 \end_layout
27274
27275 \begin_layout Standard
27276 \begin_inset VSpace bigskip
27277 \end_inset
27278
27279 Quand vous avez choisi une 
27280 \family sans
27281 Boîte
27282 \begin_inset space ~
27283 \end_inset
27284
27285 Intérieure
27286 \family default
27287 , l'alignement vertical du contenu de la boîte peut être :
27288 \end_layout
27289
27290 \begin_layout Description
27291 haut Ceci est un exemple de texte.
27292 \begin_inset Box Boxed
27293 position "c"
27294 hor_pos "c"
27295 has_inner_box 1
27296 inner_pos "t"
27297 use_parbox 0
27298 width "12col%"
27299 special "none"
27300 height "1.5in"
27301 height_special "totalheight"
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305 \align center
27306 Le texte de cette boîte est aligné sur le haut.
27307 \end_layout
27308
27309 \end_inset
27310
27311  Ceci est un exemple de texte.
27312 \end_layout
27313
27314 \begin_layout Description
27315 milieu Ceci est un exemple de texte.
27316  
27317 \begin_inset Box Boxed
27318 position "c"
27319 hor_pos "c"
27320 has_inner_box 1
27321 inner_pos "c"
27322 use_parbox 0
27323 width "12col%"
27324 special "none"
27325 height "1.5in"
27326 height_special "totalheight"
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330 \align center
27331 Le texte de cette boîte est aligné au centre
27332 \end_layout
27333
27334 \end_inset
27335
27336  Ceci est un exemple de texte.
27337 \end_layout
27338
27339 \begin_layout Description
27340 bas Ceci est un exemple de texte.
27341  
27342 \begin_inset Box Boxed
27343 position "c"
27344 hor_pos "c"
27345 has_inner_box 1
27346 inner_pos "b"
27347 use_parbox 0
27348 width "12col%"
27349 special "none"
27350 height "1.5in"
27351 height_special "totalheight"
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355 \align center
27356 Le texte de cette boîte est aligné en bas.
27357 \end_layout
27358
27359 \end_inset
27360
27361  Ceci est un exemple de texte.
27362 \end_layout
27363
27364 \begin_layout Description
27365 élongation Ceci est un exemple de texte.
27366  
27367 \begin_inset Box Boxed
27368 position "c"
27369 hor_pos "c"
27370 has_inner_box 1
27371 inner_pos "s"
27372 use_parbox 0
27373 width "12col%"
27374 special "none"
27375 height "1.5in"
27376 height_special "totalheight"
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380 \align center
27381 Le texte 
27382 \end_layout
27383
27384 \begin_layout Plain Layout
27385 \align center
27386 de cette
27387 \end_layout
27388
27389 \begin_layout Plain Layout
27390 \align center
27391 boîte est
27392 \end_layout
27393
27394 \begin_layout Plain Layout
27395 \align center
27396 allongé.
27397 \end_layout
27398
27399 \end_inset
27400
27401  Ceci est un exemple de texte.
27402 \end_layout
27403
27404 \begin_layout Standard
27405 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27406  paragraphe.
27407  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27408 \end_layout
27409
27410 \begin_layout Standard
27411 \begin_inset VSpace bigskip
27412 \end_inset
27413
27414 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27415  la fenêtre de dialogue 
27416 \family sans
27417 Paramètres
27418 \begin_inset space ~
27419 \end_inset
27420
27421 de
27422 \begin_inset space ~
27423 \end_inset
27424
27425 paragraphe
27426 \family default
27427  quand vous avez choisi une 
27428 \family sans
27429 Boîte
27430 \begin_inset space ~
27431 \end_inset
27432
27433 Intérieure
27434 \family default
27435 .
27436 \end_layout
27437
27438 \begin_layout Standard
27439 \align center
27440 \begin_inset Box Boxed
27441 position "c"
27442 hor_pos "c"
27443 has_inner_box 1
27444 inner_pos "s"
27445 use_parbox 0
27446 width "15col%"
27447 special "none"
27448 height "1.25in"
27449 height_special "totalheight"
27450 status open
27451
27452 \begin_layout Plain Layout
27453 \align left
27454 Le texte de 
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458 \align left
27459 cette boîte
27460 \end_layout
27461
27462 \begin_layout Plain Layout
27463 \align right
27464 est allongé.
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Standard
27473 Si vous n'avez pas choisi une 
27474 \family sans
27475 Boîte
27476 \begin_inset space ~
27477 \end_inset
27478
27479 Intérieure
27480 \family default
27481 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27482  de dialogue de boîte.
27483 \end_layout
27484
27485 \begin_layout Standard
27486 \align center
27487 \begin_inset Box Boxed
27488 position "c"
27489 hor_pos "s"
27490 has_inner_box 0
27491 inner_pos "s"
27492 use_parbox 0
27493 width "90col%"
27494 special "none"
27495 height "1.25in"
27496 height_special "totalheight"
27497 status open
27498
27499 \begin_layout Plain Layout
27500 \align left
27501 Le texte de cette boîte est allongé horizontalement.
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Section
27510 Les Boîtes Encadrées
27511 \begin_inset CommandInset label
27512 LatexCommand label
27513 name "sec:Boîtes-encadrées"
27514
27515 \end_inset
27516
27517
27518 \begin_inset Index
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 Boîtes ! Cadres
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27532  
27533 \family sans
27534 Décoration
27535 \family default
27536  dans la boîte de dialogue 
27537 \family sans
27538 Paramètres
27539 \begin_inset space ~
27540 \end_inset
27541
27542 de
27543 \begin_inset space ~
27544 \end_inset
27545
27546 Boîte
27547 \family default
27548 .
27549  Les possibilités sont les suivantes :
27550 \end_layout
27551
27552 \begin_layout Description
27553 Boîte
27554 \begin_inset space ~
27555 \end_inset
27556
27557 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27558  L'épaisseur du trait de ce cadre est donnée par la variable  
27559 \series bold
27560
27561 \backslash
27562 fboxrule
27563 \series default
27564 .
27565  
27566 \begin_inset Box Boxed
27567 position "c"
27568 hor_pos "c"
27569 has_inner_box 1
27570 inner_pos "c"
27571 use_parbox 0
27572 width "20col%"
27573 special "none"
27574 height "1in"
27575 height_special "totalheight"
27576 status open
27577
27578 \begin_layout Plain Layout
27579 \align center
27580 Boîte rectangulaire
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Description
27589 Boîte
27590 \begin_inset space ~
27591 \end_inset
27592
27593 ovale,
27594 \begin_inset space ~
27595 \end_inset
27596
27597 fine Ceci dessine un cadre ovalisée autour de la boîte.
27598  L'épaisseur du trait de ce cadre est de  0.4
27599 \begin_inset space \thinspace{}
27600 \end_inset
27601
27602 pt.
27603  
27604 \begin_inset Box ovalbox
27605 position "c"
27606 hor_pos "c"
27607 has_inner_box 1
27608 inner_pos "c"
27609 use_parbox 0
27610 width "20col%"
27611 special "none"
27612 height "1in"
27613 height_special "totalheight"
27614 status open
27615
27616 \begin_layout Plain Layout
27617 \align center
27618 Boîte ovalisée, fine
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \begin_layout Description
27627 Boîte
27628 \begin_inset space ~
27629 \end_inset
27630
27631 ovale,
27632 \begin_inset space ~
27633 \end_inset
27634
27635 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27636  L'épaisseur du trait de ce cadre est de   0.8
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640 pt.
27641  
27642 \begin_inset Box Ovalbox
27643 position "c"
27644 hor_pos "c"
27645 has_inner_box 1
27646 inner_pos "c"
27647 use_parbox 0
27648 width "20col%"
27649 special "none"
27650 height "1in"
27651 height_special "totalheight"
27652 status open
27653
27654 \begin_layout Plain Layout
27655 \align center
27656 Boîte ovalisée, épaisse
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Description
27665 Boîte
27666 \begin_inset space ~
27667 \end_inset
27668
27669 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27670  L'épaisseur du trait de ce cadre est donnée par la variable  
27671 \series bold
27672
27673 \backslash
27674 fboxrule
27675 \series default
27676 , l'ombre a une épaisseur de  4
27677 \begin_inset space \thinspace{}
27678 \end_inset
27679
27680 pt.
27681  
27682 \begin_inset Box Shadowbox
27683 position "c"
27684 hor_pos "c"
27685 has_inner_box 1
27686 inner_pos "c"
27687 use_parbox 0
27688 width "20col%"
27689 special "none"
27690 height "1in"
27691 height_special "totalheight"
27692 status open
27693
27694 \begin_layout Plain Layout
27695 \align center
27696 Boîte ombrée
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Description
27705 Boîte
27706 \begin_inset space ~
27707 \end_inset
27708
27709 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27710  L'épaisseur du trait du cadre interne est de 0.75
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714
27715 \series bold
27716
27717 \backslash
27718 fboxrule
27719 \series default
27720 , l'épaisseur du trait du cadre externe est de 1.5
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724
27725 \series bold
27726
27727 \backslash
27728 fboxrule
27729 \series default
27730 .
27731  La distance entre les deux cadres est de  1.5
27732 \begin_inset space \thinspace{}
27733 \end_inset
27734
27735
27736 \series bold
27737
27738 \backslash
27739 fboxrule
27740 \series default
27741
27742 \begin_inset space \thinspace{}
27743 \end_inset
27744
27745 +
27746 \begin_inset space \thinspace{}
27747 \end_inset
27748
27749 0.5
27750 \begin_inset space \thinspace{}
27751 \end_inset
27752
27753 pt.
27754  
27755 \begin_inset Box Doublebox
27756 position "c"
27757 hor_pos "c"
27758 has_inner_box 1
27759 inner_pos "c"
27760 use_parbox 0
27761 width "20col%"
27762 special "none"
27763 height "1in"
27764 height_special "totalheight"
27765 status open
27766
27767 \begin_layout Plain Layout
27768 \align center
27769 Boîte double
27770 \end_layout
27771
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \begin_layout Standard
27778 \begin_inset VSpace bigskip
27779 \end_inset
27780
27781 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27782  style de boîte utilisé.
27783  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27784  le paquetage LaTeX 
27785 \series bold
27786 fancybox
27787 \series default
27788 .
27789 \end_layout
27790
27791 \begin_layout Standard
27792 \begin_inset VSpace bigskip
27793 \end_inset
27794
27795 La valeur par défaut pour la variable 
27796 \series bold
27797
27798 \backslash
27799 fboxrule
27800 \series default
27801  est 0.4
27802 \begin_inset space \thinspace{}
27803 \end_inset
27804
27805 pt.
27806  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27807  pour avoir 2
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811 pt :
27812 \end_layout
27813
27814 \begin_layout Standard
27815
27816 \series bold
27817
27818 \backslash
27819 setlength{
27820 \backslash
27821 fboxrule}{2pt}
27822 \end_layout
27823
27824 \begin_layout Standard
27825 \begin_inset ERT
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829
27830
27831 \backslash
27832 setlength{
27833 \backslash
27834 fboxrule}{2pt}
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset Box Boxed
27841 position "c"
27842 hor_pos "c"
27843 has_inner_box 1
27844 inner_pos "c"
27845 use_parbox 0
27846 width "25col%"
27847 special "none"
27848 height "1in"
27849 height_special "totalheight"
27850 status open
27851
27852 \begin_layout Plain Layout
27853 \align center
27854 Boîte rectangulaire avec 
27855 \series bold
27856
27857 \backslash
27858 fboxrule
27859 \series default
27860
27861 \begin_inset space \thinspace{}
27862 \end_inset
27863
27864 =
27865 \begin_inset space \thinspace{}
27866 \end_inset
27867
27868 2
27869 \begin_inset space \thinspace{}
27870 \end_inset
27871
27872 pt
27873 \end_layout
27874
27875 \end_inset
27876
27877
27878 \begin_inset ERT
27879 status collapsed
27880
27881 \begin_layout Plain Layout
27882
27883
27884 \backslash
27885 setlength{
27886 \backslash
27887 fboxrule}{0.4pt}
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Standard
27896 \begin_inset VSpace bigskip
27897 \end_inset
27898
27899 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27900  les types de cadres, par défaut il est de 3
27901 \begin_inset space \thinspace{}
27902 \end_inset
27903
27904 pt.
27905  Vous pouvez le modifier en donnant une autre valeur à la variable 
27906 \series bold
27907
27908 \backslash
27909 fboxsep
27910 \series default
27911 .
27912  Par exemple la commande
27913 \end_layout
27914
27915 \begin_layout Standard
27916
27917 \series bold
27918
27919 \backslash
27920 setlength{
27921 \backslash
27922 fboxsep}{10pt}
27923 \end_layout
27924
27925 \begin_layout Standard
27926 met une valeur de 10
27927 \begin_inset space \thinspace{}
27928 \end_inset
27929
27930 pt, comme celle utilisée pour cette boîte :
27931 \end_layout
27932
27933 \begin_layout Standard
27934 \begin_inset ERT
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938
27939
27940 \backslash
27941 setlength{
27942 \backslash
27943 fboxsep}{10pt}
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \begin_inset Box Boxed
27950 position "c"
27951 hor_pos "c"
27952 has_inner_box 1
27953 inner_pos "c"
27954 use_parbox 0
27955 width "25col%"
27956 special "none"
27957 height "1in"
27958 height_special "totalheight"
27959 status open
27960
27961 \begin_layout Plain Layout
27962 \align center
27963 Boîte rectangulaire avec 
27964 \series bold
27965
27966 \backslash
27967 fboxsep
27968 \series default
27969
27970 \begin_inset space \thinspace{}
27971 \end_inset
27972
27973 =
27974 \begin_inset space \thinspace{}
27975 \end_inset
27976
27977 10
27978 \begin_inset space \thinspace{}
27979 \end_inset
27980
27981 pt
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \begin_inset ERT
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991
27992
27993 \backslash
27994 setlength{
27995 \backslash
27996 fboxsep}{3pt}
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 \begin_inset VSpace bigskip
28006 \end_inset
28007
28008 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
28009  la commande 
28010 \series bold
28011
28012 \backslash
28013 cornersize
28014 \series default
28015 .
28016  Par exemple, la commande
28017 \end_layout
28018
28019 \begin_layout Standard
28020
28021 \series bold
28022
28023 \backslash
28024 cornersize*{1cm}
28025 \end_layout
28026
28027 \begin_layout Standard
28028 donne un diamètre de 1
28029 \begin_inset space \thinspace{}
28030 \end_inset
28031
28032 cm.
28033  La commande
28034 \end_layout
28035
28036 \begin_layout Standard
28037
28038 \series bold
28039
28040 \backslash
28041 cornersize{num}
28042 \end_layout
28043
28044 \begin_layout Standard
28045 fixe le diamètre à 
28046 \family sans
28047 num
28048 \begin_inset space \thinspace{}
28049 \end_inset
28050
28051 ×
28052 \begin_inset space \thinspace{}
28053 \end_inset
28054
28055 minimum(largeur et hauteur de la boîte)
28056 \family default
28057 .
28058  La valeur par défaut est 
28059 \series bold
28060
28061 \backslash
28062 cornersize{0.5}
28063 \series default
28064 .
28065 \end_layout
28066
28067 \begin_layout Standard
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 cornersize*{1.5cm}
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \begin_inset Box Ovalbox
28082 position "c"
28083 hor_pos "c"
28084 has_inner_box 1
28085 inner_pos "c"
28086 use_parbox 0
28087 width "25col%"
28088 special "none"
28089 height "1in"
28090 height_special "totalheight"
28091 status open
28092
28093 \begin_layout Plain Layout
28094 \align center
28095 Boîte ovale avec 
28096 \series bold
28097
28098 \backslash
28099 cornersize
28100 \series default
28101
28102 \begin_inset space \thinspace{}
28103 \end_inset
28104
28105 =
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109 1.5
28110 \begin_inset space \thinspace{}
28111 \end_inset
28112
28113 cm
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \begin_inset ERT
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 cornersize{0.5}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 \begin_inset VSpace bigskip
28136 \end_inset
28137
28138 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28139  
28140 \series bold
28141
28142 \backslash
28143 shadowsize
28144 \series default
28145 .
28146  Elle est fixée à 2
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 pt pour la boîte suivante par la commande :
28151 \end_layout
28152
28153 \begin_layout Standard
28154
28155 \series bold
28156
28157 \backslash
28158 setlength{
28159 \backslash
28160 shadowsize}{2pt}
28161 \end_layout
28162
28163 \begin_layout Standard
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 setlength{
28172 \backslash
28173 shadowsize}{2pt}
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \begin_inset Box Shadowbox
28180 position "c"
28181 hor_pos "c"
28182 has_inner_box 1
28183 inner_pos "c"
28184 use_parbox 0
28185 width "25col%"
28186 special "none"
28187 height "1in"
28188 height_special "totalheight"
28189 status open
28190
28191 \begin_layout Plain Layout
28192 \align center
28193 Boîte ombrée avec 
28194 \series bold
28195
28196 \backslash
28197 shadowsize
28198 \series default
28199
28200 \begin_inset space \thinspace{}
28201 \end_inset
28202
28203 =
28204 \begin_inset space \thinspace{}
28205 \end_inset
28206
28207 2
28208 \begin_inset space \thinspace{}
28209 \end_inset
28210
28211 pt
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222
28223 \backslash
28224 setlength{
28225 \backslash
28226 shadowsize}{4pt}
28227 \end_layout
28228
28229 \end_inset
28230
28231
28232 \end_layout
28233
28234 \begin_layout Standard
28235 \begin_inset VSpace bigskip
28236 \end_inset
28237
28238 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28239  les boîtes qui suivent la commandes qui les a changées.
28240 \end_layout
28241
28242 \begin_layout Section
28243 Minipages
28244 \begin_inset CommandInset label
28245 LatexCommand label
28246 name "sec:Minipages"
28247
28248 \end_inset
28249
28250
28251 \begin_inset Index
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255 Boîtes ! Minipages
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28265 ur d'une page.
28266  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28267  règles d'indentation, de saut de ligne, etc.
28268  s'appliquent.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28273  langues.
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28278  Leur largeur est fixée à 45
28279 \begin_inset space \thinspace{}
28280 \end_inset
28281
28282 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28283  via le menu 
28284 \family sans
28285 Insérer\SpecialChar \menuseparator
28286 Formats\SpecialChar \menuseparator
28287 Ressort
28288 \begin_inset space ~
28289 \end_inset
28290
28291 Horizontal
28292 \family default
28293 .
28294 \end_layout
28295
28296 \begin_layout Standard
28297
28298 \lang english
28299 \begin_inset Box Frameless
28300 position "t"
28301 hor_pos "c"
28302 has_inner_box 1
28303 inner_pos "c"
28304 use_parbox 0
28305 width "45col%"
28306 special "none"
28307 height "1in"
28308 height_special "totalheight"
28309 status open
28310
28311 \begin_layout Plain Layout
28312
28313 \lang german
28314 Dies ist ein deutscher Text.
28315  Dies ist ein deutscher Text.
28316  Dies ist ein deutscher Text.
28317  Dies ist ein deutscher Text.
28318  Dies ist ein deutscher Text.
28319  Dies ist ein deutscher Text.
28320  Dies ist ein deutscher Text.
28321  Dies ist ein deutscher Text.
28322  Dies ist ein deutscher Text.
28323  Dies ist ein deutscher Text.
28324  Dies ist ein deutscher Text.
28325  Dies ist ein deutscher Text.
28326  Dies ist ein deutscher Text
28327 \begin_inset Foot
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331
28332 \lang german
28333 Dies ist eine deutsche Fußnote.
28334 \end_layout
28335
28336 \end_inset
28337
28338 .
28339  Dies ist ein deutscher Text.
28340  Dies ist ein deutscher Text.
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \begin_inset space \hfill{}
28347 \end_inset
28348
28349
28350 \begin_inset Box Frameless
28351 position "t"
28352 hor_pos "c"
28353 has_inner_box 1
28354 inner_pos "c"
28355 use_parbox 0
28356 width "45col%"
28357 special "none"
28358 height "1in"
28359 height_special "totalheight"
28360 status open
28361
28362 \begin_layout Plain Layout
28363
28364 \lang english
28365 This is an English Text.
28366  This is an English Text.
28367  This is an English Text.
28368  This is an English Text.
28369  This is an English Text.
28370  This is an English Text.
28371  This is an English Text.
28372  This is an English Text.
28373  This is an English Text.
28374  This is an English Text.
28375  This is an English Text.
28376  This is an English Text.
28377  This is an English Text.
28378  This is an English Text.
28379  This is an English Text.
28380  This is an English Text.
28381 \begin_inset Foot
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386 \lang english
28387 This is an English footnote.
28388 \end_layout
28389
28390 \end_inset
28391
28392  This is an English Text.
28393  
28394 \end_layout
28395
28396 \end_inset
28397
28398
28399 \end_layout
28400
28401 \begin_layout Standard
28402 \begin_inset VSpace bigskip
28403 \end_inset
28404
28405 Une autre application des minipages est l'ajout de notes de bas de page
28406  à l'intérieur d'un tableau.
28407  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28408  dans un tableau n'apparaissent pas en bas de la page courante.
28409  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28410  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28411  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28412  dehors des minipages.
28413 \end_layout
28414
28415 \begin_layout Standard
28416 Les notes de bas de page de ce tableau n'apparaissent pas : 
28417 \begin_inset Tabular
28418 <lyxtabular version="3" rows="3" columns="4">
28419 <features>
28420 <column alignment="center" valignment="top" width="0pt">
28421 <column alignment="center" valignment="top" width="0pt">
28422 <column alignment="center" valignment="top" width="0pt">
28423 <column alignment="center" valignment="top" width="0pt">
28424 <row>
28425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28426 \begin_inset Text
28427
28428 \begin_layout Plain Layout
28429 1
28430 \end_layout
28431
28432 \end_inset
28433 </cell>
28434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28435 \begin_inset Text
28436
28437 \begin_layout Plain Layout
28438 2
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Plain Layout
28447 3
28448 \begin_inset Foot
28449 status open
28450
28451 \begin_layout Plain Layout
28452 Ceci est une note de bas de page à l'intérieur d'un tableau.
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 4
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 </row>
28472 <row>
28473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28474 \begin_inset Text
28475
28476 \begin_layout Plain Layout
28477 a
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28483 \begin_inset Text
28484
28485 \begin_layout Plain Layout
28486 b
28487 \end_layout
28488
28489 \end_inset
28490 </cell>
28491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28492 \begin_inset Text
28493
28494 \begin_layout Plain Layout
28495 c
28496 \end_layout
28497
28498 \end_inset
28499 </cell>
28500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28501 \begin_inset Text
28502
28503 \begin_layout Plain Layout
28504 d
28505 \end_layout
28506
28507 \end_inset
28508 </cell>
28509 </row>
28510 <row>
28511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 e
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524 f
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28530 \begin_inset Text
28531
28532 \begin_layout Plain Layout
28533 g
28534 \end_layout
28535
28536 \end_inset
28537 </cell>
28538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28539 \begin_inset Text
28540
28541 \begin_layout Plain Layout
28542 h
28543 \end_layout
28544
28545 \end_inset
28546 </cell>
28547 </row>
28548 </lyxtabular>
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \begin_layout Standard
28556 \align center
28557 \begin_inset Box Frameless
28558 position "t"
28559 hor_pos "c"
28560 has_inner_box 1
28561 inner_pos "c"
28562 use_parbox 0
28563 width "30col%"
28564 special "none"
28565 height "1in"
28566 height_special "totalheight"
28567 status open
28568
28569 \begin_layout Plain Layout
28570 \align center
28571 \begin_inset Tabular
28572 <lyxtabular version="3" rows="3" columns="4">
28573 <features>
28574 <column alignment="center" valignment="top" width="0pt">
28575 <column alignment="center" valignment="top" width="0pt">
28576 <column alignment="center" valignment="top" width="0pt">
28577 <column alignment="center" valignment="top" width="0pt">
28578 <row>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 1
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592 2
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 3
28602 \begin_inset Foot
28603 status open
28604
28605 \begin_layout Plain Layout
28606 Ceci est une note de bas de page à l'intérieur d'un tableau.
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 4
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 </row>
28626 <row>
28627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631 a
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640 b
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28646 \begin_inset Text
28647
28648 \begin_layout Plain Layout
28649 c
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28655 \begin_inset Text
28656
28657 \begin_layout Plain Layout
28658 d
28659 \end_layout
28660
28661 \end_inset
28662 </cell>
28663 </row>
28664 <row>
28665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28666 \begin_inset Text
28667
28668 \begin_layout Plain Layout
28669 e
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Plain Layout
28678 f
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28684 \begin_inset Text
28685
28686 \begin_layout Plain Layout
28687 g
28688 \end_layout
28689
28690 \end_inset
28691 </cell>
28692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28693 \begin_inset Text
28694
28695 \begin_layout Plain Layout
28696 h
28697 \end_layout
28698
28699 \end_inset
28700 </cell>
28701 </row>
28702 </lyxtabular>
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset VSpace bigskip
28716 \end_inset
28717
28718 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28719  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28720  minipages, même si vous les avez mis par exemple à 
28721 \family sans
28722 Moyen
28723 \family default
28724  dans les paramètres du document.
28725 \end_layout
28726
28727 \begin_layout Standard
28728 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28729  portion de texte, voyez la section
28730 \begin_inset space ~
28731 \end_inset
28732
28733
28734 \begin_inset CommandInset ref
28735 LatexCommand ref
28736 reference "sub:Couleur-pour-les-Paragraphes"
28737
28738 \end_inset
28739
28740 .
28741 \end_layout
28742
28743 \begin_layout Standard
28744 \begin_inset Note Greyedout
28745 status open
28746
28747 \begin_layout Plain Layout
28748
28749 \series bold
28750 Note:
28751 \series default
28752  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28753  mais les minipages peuvent être utilisées dans un tableau, un flottant
28754  ou une autre boîte.
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Section
28763 Les Parboxes
28764 \begin_inset CommandInset label
28765 LatexCommand label
28766 name "sec:Parboxes"
28767
28768 \end_inset
28769
28770
28771 \begin_inset Index
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775 Boîtes ! Parboxes
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 \begin_inset Note Note
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788
28789 \lang english
28790 En attendant une traduction de parbox (NdT)
28791 \end_layout
28792
28793 \end_inset
28794
28795 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28796  ne peuvent avoir de note de bas de page.
28797  La principale différence avec les minipages, c'est que les minipages au
28798  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28799  LaTeX.
28800 \end_layout
28801
28802 \begin_layout Standard
28803 \align center
28804 \begin_inset Box Frameless
28805 position "t"
28806 hor_pos "c"
28807 has_inner_box 1
28808 inner_pos "t"
28809 use_parbox 1
28810 width "33col%"
28811 special "none"
28812 height "1in"
28813 height_special "totalheight"
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Ceci est un texte à l'intérieur d'une parbox.
28818  Ceci est un texte à l'intérieur d'une parbox.
28819 \end_layout
28820
28821 \begin_layout Plain Layout
28822 Cette note de bas de page ne devrait pas apparaître :
28823 \begin_inset Foot
28824 status open
28825
28826 \begin_layout Plain Layout
28827 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28828  pas.
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \begin_layout Section
28842 Des Boîtes pour les Mots et les Caractères
28843 \begin_inset Index
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847 Boîtes ! Pour les caractères
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \end_layout
28854
28855 \begin_layout Subsection
28856 Empêcher la Césure
28857 \begin_inset CommandInset label
28858 LatexCommand label
28859 name "sec:Empêcher-césure"
28860
28861 \end_inset
28862
28863
28864 \begin_inset Index
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 Boîtes ! Pour empêcher la césure
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28878  un texte ne soit coupé par une césure.
28879 \begin_inset Newline newline
28880 \end_inset
28881
28882 Voici un exemple de texte :
28883 \end_layout
28884
28885 \begin_layout Standard
28886 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28887  césure dans un 
28888 \begin_inset Quotes eld
28889 \end_inset
28890
28891 motTrèsTrèsLong
28892 \begin_inset Quotes erd
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 Pour empêcher que le mot 
28900 \begin_inset Quotes eld
28901 \end_inset
28902
28903 motTrèsTrèsLong
28904 \begin_inset Quotes erd
28905 \end_inset
28906
28907  soit coupé, ajoutez la commande
28908 \end_layout
28909
28910 \begin_layout Standard
28911
28912 \series bold
28913
28914 \backslash
28915 mbox{
28916 \end_layout
28917
28918 \begin_layout Standard
28919 en code TeX avant le mot.
28920  Après le mot, insérez l'accolade fermante 
28921 \begin_inset Quotes eld
28922 \end_inset
28923
28924
28925 \series bold
28926 }
28927 \series default
28928
28929 \begin_inset Quotes erd
28930 \end_inset
28931
28932  en code TeX.
28933 \end_layout
28934
28935 \begin_layout Standard
28936 Voici le résultat :
28937 \end_layout
28938
28939 \begin_layout Standard
28940 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28941  césure dans un
28942 \begin_inset ERT
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946
28947
28948 \backslash
28949 mbox{
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \begin_inset Quotes eld
28956 \end_inset
28957
28958 motTrèsTrèsLong
28959 \begin_inset Quotes erd
28960 \end_inset
28961
28962 .
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968 }
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Standard
28977 Une autre méthode consiste à mettre la commande 
28978 \begin_inset Quotes eld
28979 \end_inset
28980
28981
28982 \series bold
28983
28984 \backslash
28985 -
28986 \series default
28987
28988 \begin_inset Quotes grd
28989 \end_inset
28990
28991  en code TeX, juste avant le mot :
28992 \end_layout
28993
28994 \begin_layout Standard
28995 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28996  césure dans un 
28997 \begin_inset Quotes eld
28998 \end_inset
28999
29000
29001 \begin_inset ERT
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005
29006
29007 \backslash
29008 -
29009 \end_layout
29010
29011 \end_inset
29012
29013 motTrèsTrèsLong
29014 \begin_inset Quotes erd
29015 \end_inset
29016
29017 .
29018 \end_layout
29019
29020 \begin_layout Standard
29021 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29022  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29023 \family sans
29024 Insérer\SpecialChar \menuseparator
29025 Formats\SpecialChar \menuseparator
29026 Passage
29027 \begin_inset space ~
29028 \end_inset
29029
29030 à
29031 \begin_inset space ~
29032 \end_inset
29033
29034 la
29035 \begin_inset space ~
29036 \end_inset
29037
29038 Ligne
29039 \family default
29040  (raccourci 
29041 \series bold
29042 Ctrl-Entrée
29043 \series default
29044 ) :
29045 \end_layout
29046
29047 \begin_layout Standard
29048 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29049  césure dans un
29050 \begin_inset Newline newline
29051 \end_inset
29052
29053
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059
29060 \backslash
29061 mbox{
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset Quotes eld
29068 \end_inset
29069
29070 motTrèsTrèsLong
29071 \begin_inset Quotes erd
29072 \end_inset
29073
29074 .
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080 }
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Subsection
29089 Alignement Vertical
29090 \begin_inset CommandInset label
29091 LatexCommand label
29092 name "sub:Alignement-Vertical"
29093
29094 \end_inset
29095
29096
29097 \begin_inset Index
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101 Boîtes ! Pour l'alignement vertical
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \begin_inset Index
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 Boîtes ! Boîtes élévatrices
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \begin_inset Index
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121 Raisebox|see
29122 \begin_inset ERT
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126
29127 {
29128 \end_layout
29129
29130 \end_inset
29131
29132 Boîtes élévatrices
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138 }
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Standard
29152 Avec la commande 
29153 \series bold
29154
29155 \backslash
29156 raisebox
29157 \series default
29158  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29159  par rapport au texte qui l'entoure.
29160  La commande
29161 \series bold
29162  
29163 \backslash
29164 raisebox
29165 \series default
29166  s'utilise en suivant la syntaxe suivante :
29167 \end_layout
29168
29169 \begin_layout Standard
29170
29171 \series bold
29172
29173 \backslash
29174 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29175 \end_layout
29176
29177 \begin_layout Standard
29178 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29179  pour l'abaisser.
29180 \end_layout
29181
29182 \begin_layout Standard
29183 Pour aligner le mot 
29184 \begin_inset Quotes eld
29185 \end_inset
29186
29187 empêcher
29188 \begin_inset Quotes erd
29189 \end_inset
29190
29191  de façon à ce que le point le plus bas du caractère le plus 
29192 \begin_inset Quotes eld
29193 \end_inset
29194
29195 profond
29196 \begin_inset Quotes erd
29197 \end_inset
29198
29199 , le 
29200 \begin_inset Quotes eld
29201 \end_inset
29202
29203 p
29204 \begin_inset Quotes erd
29205 \end_inset
29206
29207 , soit au niveau de la ligne de base, insérez la commande 
29208 \end_layout
29209
29210 \begin_layout Standard
29211
29212 \series bold
29213
29214 \backslash
29215 raisebox{
29216 \backslash
29217 depth}{
29218 \end_layout
29219
29220 \begin_layout Standard
29221 en code TeX avant le mot.
29222  Insérez après le mot l'accolade fermante 
29223 \begin_inset Quotes eld
29224 \end_inset
29225
29226
29227 \series bold
29228 }
29229 \series default
29230
29231 \begin_inset Quotes erd
29232 \end_inset
29233
29234  en code TeX.
29235 \begin_inset Newline newline
29236 \end_inset
29237
29238 Voici le résultat :
29239 \end_layout
29240
29241 \begin_layout Standard
29242 Cette ligne de texte contient le mot 
29243 \begin_inset ERT
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247
29248
29249 \backslash
29250 raisebox{
29251 \backslash
29252 depth}{
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \begin_inset Quotes eld
29259 \end_inset
29260
29261 empêcher
29262 \begin_inset Quotes erd
29263 \end_inset
29264
29265
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271 }
29272 \end_layout
29273
29274 \end_inset
29275
29276  comme mot élevé.
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset VSpace bigskip
29281 \end_inset
29282
29283 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29284  entre les lignes va être agrandie :
29285 \end_layout
29286
29287 \begin_layout Standard
29288 Cette ligne de texte contient le mot
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294
29295 \backslash
29296 raisebox{-
29297 \backslash
29298 depth}{
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \begin_inset Quotes eld
29305 \end_inset
29306
29307 empêcher
29308 \begin_inset Quotes erd
29309 \end_inset
29310
29311
29312 \begin_inset ERT
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316
29317 }
29318 \end_layout
29319
29320 \end_inset
29321
29322  comme mot abaissé.
29323 \begin_inset Newline newline
29324 \end_inset
29325
29326 Cette ligne de texte contient le mot 
29327 \begin_inset ERT
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331
29332
29333 \backslash
29334 raisebox{0.5cm}{
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \begin_inset Quotes eld
29341 \end_inset
29342
29343 tester
29344 \begin_inset Quotes erd
29345 \end_inset
29346
29347
29348 \begin_inset ERT
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352
29353 }
29354 \end_layout
29355
29356 \end_inset
29357
29358  comme mot élevé.
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29363  mettez la hauteur de la boîte à zéro.
29364  Par exemple utilisez
29365 \end_layout
29366
29367 \begin_layout Standard
29368
29369 \series bold
29370
29371 \backslash
29372 raisebox{-
29373 \backslash
29374 depth}[0pt]{
29375 \end_layout
29376
29377 \begin_layout Standard
29378 Cette ligne de texte contient le mot
29379 \begin_inset ERT
29380 status collapsed
29381
29382 \begin_layout Plain Layout
29383
29384
29385 \backslash
29386 raisebox{-
29387 \backslash
29388 depth}[0pt]{
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Quotes eld
29395 \end_inset
29396
29397 empêcher
29398 \begin_inset Quotes erd
29399 \end_inset
29400
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407 }
29408 \end_layout
29409
29410 \end_inset
29411
29412  comme mot abaissé.
29413 \begin_inset Newline newline
29414 \end_inset
29415
29416 Cette ligne de texte contient le mot 
29417 \begin_inset ERT
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422
29423 \backslash
29424 raisebox{0.5cm}[0pt]{
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \begin_inset Quotes eld
29431 \end_inset
29432
29433 tester
29434 \begin_inset Quotes erd
29435 \end_inset
29436
29437
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443 }
29444 \end_layout
29445
29446 \end_inset
29447
29448  comme mot élevé.
29449 \end_layout
29450
29451 \begin_layout Section
29452 Boîtes Colorées
29453 \begin_inset CommandInset label
29454 LatexCommand label
29455 name "sec:Boîtes-colorées"
29456
29457 \end_inset
29458
29459
29460 \begin_inset Index
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 Boîtes ! Couleur
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Subsection
29473 De la couleur pour le texte
29474 \begin_inset Index
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Couleur ! Pour le texte
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29488  une boîte appelée 
29489 \begin_inset Quotes eld
29490 \end_inset
29491
29492 colorbox
29493 \begin_inset Quotes erd
29494 \end_inset
29495
29496 .
29497  Cela demande que le paquetage LaTeX 
29498 \series bold
29499 color
29500 \series default
29501
29502 \begin_inset Index
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Paquetages LaTeX ! color
29507 \end_layout
29508
29509 \end_inset
29510
29511  soit chargé dans le préambule du document avec la commande
29512 \end_layout
29513
29514 \begin_layout Standard
29515
29516 \series bold
29517
29518 \backslash
29519 @ifundefined{textcolor}
29520 \begin_inset Newline newline
29521 \end_inset
29522
29523
29524 \begin_inset ERT
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528
29529
29530 \backslash
29531 hphantom{ }
29532 \end_layout
29533
29534 \end_inset
29535
29536 {
29537 \backslash
29538 usepackage{color}}{}
29539 \end_layout
29540
29541 \begin_layout Standard
29542 Le paquetage 
29543 \series bold
29544 color
29545 \series default
29546  sera chargé automatiquement par LyX dès que vous colorez du texte
29547 \begin_inset Foot
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29552  
29553 \series bold
29554
29555 \backslash
29556 @ifundefined
29557 \series default
29558 .
29559 \end_layout
29560
29561 \end_inset
29562
29563 .
29564 \end_layout
29565
29566 \begin_layout Standard
29567 \begin_inset VSpace medskip
29568 \end_inset
29569
29570 Les boîtes colorées sont créées par la commande 
29571 \series bold
29572
29573 \backslash
29574 colorbox
29575 \series default
29576 .
29577  Elle est utilisée avec la syntaxe suivante :
29578 \end_layout
29579
29580 \begin_layout Standard
29581
29582 \series bold
29583
29584 \backslash
29585 colorbox{couleur}{contenu de la boîte}
29586 \end_layout
29587
29588 \begin_layout Standard
29589 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29590  peuvent être placées à l'intérieur d'autres boîtes.
29591 \end_layout
29592
29593 \begin_layout Standard
29594 Les couleurs suivantes sont prédéfinies ::
29595 \begin_inset Newline newline
29596 \end_inset
29597
29598
29599 \family sans
29600 black
29601 \family default
29602  (noir), 
29603 \family sans
29604 blue
29605 \family default
29606  (bleu), 
29607 \family sans
29608 cyan
29609 \family default
29610 \series bold
29611 ,
29612 \series default
29613  
29614 \family sans
29615 green
29616 \family default
29617  (vert), 
29618 \family sans
29619 magenta
29620 \family default
29621
29622 \family sans
29623 red
29624 \family default
29625  (rouge), 
29626 \family sans
29627 white
29628 \family default
29629  (blanc), and 
29630 \family sans
29631 yellow
29632 \family default
29633  (jaune).
29634 \begin_inset Newline newline
29635 \end_inset
29636
29637 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29638  section
29639 \begin_inset space ~
29640 \end_inset
29641
29642
29643 \begin_inset CommandInset ref
29644 LatexCommand ref
29645 reference "sec:Tableaux-Colorés"
29646
29647 \end_inset
29648
29649 .
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29654 \end_layout
29655
29656 \begin_layout Standard
29657
29658 \series bold
29659
29660 \backslash
29661 colorbox{red}{
29662 \end_layout
29663
29664 \begin_layout Standard
29665 avant le mot en code TeX.
29666  Insérez l'accolade fermante 
29667 \begin_inset Quotes eld
29668 \end_inset
29669
29670 }
29671 \begin_inset Quotes erd
29672 \end_inset
29673
29674  après le mot, en code TeX.
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678 Voici le résultat :
29679 \end_layout
29680
29681 \begin_layout Standard
29682 Cette ligne de texte contient le mot
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688
29689 \backslash
29690 colorbox{red}{
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \begin_inset Quotes eld
29697 \end_inset
29698
29699 Attention!
29700 \begin_inset Quotes erd
29701 \end_inset
29702
29703
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709 }
29710 \end_layout
29711
29712 \end_inset
29713
29714  sur fond rouge.
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset VSpace bigskip
29719 \end_inset
29720
29721 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29722  vous pouvez utiliser la commande 
29723 \series bold
29724
29725 \backslash
29726 fcolorbox
29727 \series default
29728  avec la syntaxe suivante :
29729 \end_layout
29730
29731 \begin_layout Standard
29732
29733 \series bold
29734
29735 \backslash
29736 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29737 \end_layout
29738
29739 \begin_layout Standard
29740
29741 \series bold
29742
29743 \backslash
29744 fcolorbox
29745 \series default
29746  est une extension de 
29747 \series bold
29748
29749 \backslash
29750 colorbox
29751 \series default
29752 .
29753  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29754  peuvent être modifiés avec les variables 
29755 \series bold
29756
29757 \backslash
29758 fboxrule
29759 \series default
29760  et 
29761 \series bold
29762
29763 \backslash
29764 fboxsep
29765 \series default
29766 , comme c'est décrit dans la section
29767 \begin_inset space ~
29768 \end_inset
29769
29770
29771 \begin_inset CommandInset ref
29772 LatexCommand ref
29773 reference "sec:Boîtes-encadrées"
29774
29775 \end_inset
29776
29777 .
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Pour l'exemple suivant, on a utilisé la commande
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 fcolorbox{cyan}{magenta}{
29790 \end_layout
29791
29792 \begin_layout Standard
29793 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29794 \begin_inset space \thinspace{}
29795 \end_inset
29796
29797 mm:
29798 \begin_inset Newline newline
29799 \end_inset
29800
29801
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 fboxrule 1mm 
29810 \backslash
29811 fboxsep 1mm
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822
29823 \backslash
29824 fcolorbox{cyan}{magenta}{
29825 \end_layout
29826
29827 \end_inset
29828
29829 Ce texte est dans une boîte encadrée et colorée.
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835 }
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \end_layout
29842
29843 \begin_layout Standard
29844 \begin_inset VSpace bigskip
29845 \end_inset
29846
29847 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29848  les yeux ! - NdT) :
29849 \begin_inset Newline newline
29850 \end_inset
29851
29852
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858
29859 \backslash
29860 fcolorbox{cyan}{magenta}{
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \color yellow
29867 Ce texte est coloré dans une boîte colorée et encadrée.
29868 \color inherit
29869
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875 }
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 fboxrule 0.4pt 
29889 \backslash
29890 fboxsep 3pt
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Standard
29899
29900 \series bold
29901 \begin_inset VSpace medskip
29902 \end_inset
29903
29904
29905 \end_layout
29906
29907 \begin_layout Standard
29908 \begin_inset Note Greyedout
29909 status open
29910
29911 \begin_layout Plain Layout
29912
29913 \series bold
29914 Note:
29915 \series default
29916  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29917  de ligne.
29918  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29919  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \end_layout
29926
29927 \begin_layout Subsection
29928 De la couleur pour les paragraphes
29929 \begin_inset CommandInset label
29930 LatexCommand label
29931 name "sub:Couleur-pour-les-Paragraphes"
29932
29933 \end_inset
29934
29935
29936 \begin_inset Index
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940 Couleur ! Pour les  paragraphes
29941 \end_layout
29942
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
29950  texte dans une minipage.
29951  Avant la minipage, insérez la commande 
29952 \series bold
29953
29954 \backslash
29955 colorbox
29956 \series default
29957  
29958 \end_layout
29959
29960 \begin_layout Standard
29961
29962 \series bold
29963
29964 \backslash
29965 colorbox{color}{
29966 \end_layout
29967
29968 \begin_layout Standard
29969 en code TeX.
29970  Après la minipage, insérez l'accolade fermante 
29971 \begin_inset Quotes eld
29972 \end_inset
29973
29974 }
29975 \begin_inset Quotes erd
29976 \end_inset
29977
29978  en code TeX.
29979 \end_layout
29980
29981 \begin_layout Standard
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987
29988 \backslash
29989 colorbox{lightgrey}{
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \begin_inset Box Frameless
29996 position "t"
29997 hor_pos "c"
29998 has_inner_box 1
29999 inner_pos "t"
30000 use_parbox 0
30001 width "100col%"
30002 special "none"
30003 height "1in"
30004 height_special "totalheight"
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Ce texte a un fond coloré.
30009  Ce texte a un fond coloré.
30010 \end_layout
30011
30012 \begin_layout Plain Layout
30013 \begin_inset VSpace defskip
30014 \end_inset
30015
30016 Le texte peut avoir des notes de bas de page
30017 \begin_inset Foot
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021 Un autre exemple de note de bas de page
30022 \end_layout
30023
30024 \end_inset
30025
30026  et contenir des figures et des tableaux.
30027 \end_layout
30028
30029 \begin_layout Plain Layout
30030 \align center
30031 \begin_inset Tabular
30032 <lyxtabular version="3" rows="3" columns="3">
30033 <features>
30034 <column alignment="center" valignment="top" width="0">
30035 <column alignment="center" valignment="top" width="0">
30036 <column alignment="center" valignment="top" width="0">
30037 <row>
30038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30039 \begin_inset Text
30040
30041 \begin_layout Plain Layout
30042 a
30043 \end_layout
30044
30045 \end_inset
30046 </cell>
30047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30048 \begin_inset Text
30049
30050 \begin_layout Plain Layout
30051 !
30052 \end_layout
30053
30054 \end_inset
30055 </cell>
30056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30057 \begin_inset Text
30058
30059 \begin_layout Plain Layout
30060 3
30061 \end_layout
30062
30063 \end_inset
30064 </cell>
30065 </row>
30066 <row>
30067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30068 \begin_inset Text
30069
30070 \begin_layout Plain Layout
30071 <
30072 \end_layout
30073
30074 \end_inset
30075 </cell>
30076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30077 \begin_inset Text
30078
30079 \begin_layout Plain Layout
30080 b2
30081 \begin_inset Quotes erd
30082 \end_inset
30083
30084 |
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Plain Layout
30093 >
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 </row>
30099 <row>
30100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104 1
30105 \end_layout
30106
30107 \end_inset
30108 </cell>
30109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30110 \begin_inset Text
30111
30112 \begin_layout Plain Layout
30113 §
30114 \end_layout
30115
30116 \end_inset
30117 </cell>
30118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30119 \begin_inset Text
30120
30121 \begin_layout Plain Layout
30122 c
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 </row>
30128 </lyxtabular>
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143 }
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \end_layout
30150
30151 \begin_layout Section
30152 Les boîtes pivotées et redimensionnées
30153 \end_layout
30154
30155 \begin_layout Standard
30156 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30157  charger le paquetage LaTeX 
30158 \series bold
30159 graphicx
30160 \series default
30161
30162 \begin_inset Index
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Paquetages LaTeX ! graphicx
30167 \end_layout
30168
30169 \end_inset
30170
30171  dans le préambule de votre document avec la commande
30172 \end_layout
30173
30174 \begin_layout Standard
30175
30176 \series bold
30177
30178 \backslash
30179 @ifundefined{rotatebox}
30180 \begin_inset Newline newline
30181 \end_inset
30182
30183
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189
30190 \backslash
30191 hphantom{ }
30192 \end_layout
30193
30194 \end_inset
30195
30196 {
30197 \backslash
30198 usepackage{graphicx}}{}
30199 \end_layout
30200
30201 \begin_layout Standard
30202 \begin_inset Note Greyedout
30203 status open
30204
30205 \begin_layout Plain Layout
30206
30207 \series bold
30208 Note:
30209 \series default
30210  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30211  redimensionnés.
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \begin_layout Standard
30220 \begin_inset Note Greyedout
30221 status open
30222
30223 \begin_layout Plain Layout
30224
30225 \series bold
30226 Note:
30227 \series default
30228  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30229  redimensionnée.
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Subsection
30238 Les Boîtes pivotées
30239 \begin_inset Index
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 Boîtes ! pivotées
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Index
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 Pivoter des objets
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \begin_inset Index
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 Figures ! Pivotées
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \begin_inset Index
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273 Tableau ! Pivoter
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30283  (rotated).
30284  Une telle boîte est créée avec la commande 
30285 \series bold
30286
30287 \backslash
30288 rotatebox
30289 \series default
30290  en code TeX avec la syntaxe
30291 \end_layout
30292
30293 \begin_layout Standard
30294
30295 \series bold
30296
30297 \backslash
30298 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30299 \end_layout
30300
30301 \begin_layout Standard
30302 La position du pivot est donnée par l'origine de rotation spécifiée sous
30303  la forme 
30304 \series bold
30305 origin=position
30306 \series default
30307 .
30308  Les valeurs suivantes sont possibles pour la position: 
30309 \emph on
30310 c
30311 \emph default
30312  (centre), 
30313 \emph on
30314 l
30315 \emph default
30316  (gauche/
30317 \lang english
30318 left
30319 \lang french
30320 ), 
30321 \emph on
30322 r
30323 \emph default
30324  (droite/
30325 \lang english
30326 right
30327 \lang french
30328 ), 
30329 \emph on
30330 b
30331 \emph default
30332  (bas/
30333 \lang english
30334 bottom
30335 \lang french
30336 ), 
30337 \emph on
30338 t
30339 \emph default
30340  (haut/
30341 \lang english
30342 top
30343 \lang french
30344 ), et aussi des combinaisons des quatre positions de base.
30345  Par exemple 
30346 \emph on
30347 lt
30348 \emph default
30349  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30350  Quand on ne donne pas d'origine, la position 
30351 \emph on
30352 l
30353 \emph default
30354  est utilisée.
30355  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30356  ou négatif.
30357  Le sens positif de rotation est anti-horaire.
30358 \end_layout
30359
30360 \begin_layout Standard
30361 Dans l'exemple qui suit, la commande 
30362 \series bold
30363
30364 \backslash
30365 rotatebox[origin=c]{60}{
30366 \series default
30367  a été insérée en code TeX juste avant le texte 
30368 \begin_inset Quotes eld
30369 \end_inset
30370
30371 pivoté de 90°
30372 \begin_inset Quotes erd
30373 \end_inset
30374
30375  ; la boîte est refermée juste après le texte par une accolade fermante
30376  
30377 \begin_inset Quotes eld
30378 \end_inset
30379
30380 }
30381 \begin_inset Quotes erd
30382 \end_inset
30383
30384  en code TeX.
30385 \end_layout
30386
30387 \begin_layout Standard
30388 Voici une ligne avec du texte 
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 rotatebox[origin=c]{60}{
30397 \end_layout
30398
30399 \end_inset
30400
30401 pivoté de 60°
30402 \begin_inset ERT
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406
30407 }
30408 \end_layout
30409
30410 \end_inset
30411
30412 .
30413 \end_layout
30414
30415 \begin_layout Standard
30416 La boîte peut contenir une autre boîte ou une formule en ligne :
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Voici une ligne avec du texte 
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 rotatebox[origin=r]{-60}{
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \begin_inset Box Doublebox
30435 position "c"
30436 hor_pos "c"
30437 has_inner_box 0
30438 inner_pos "c"
30439 use_parbox 0
30440 width "1in"
30441 special "width"
30442 height "1in"
30443 height_special "totalheight"
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447 pivoté de -60°
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \begin_inset ERT
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457
30458 }
30459 \end_layout
30460
30461 \end_inset
30462
30463  et encadré 
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 rotatebox[origin=lb]{60}{
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30478 \end_inset
30479
30480
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486 }
30487 \end_layout
30488
30489 \end_inset
30490
30491  et une formule.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 ou encore une figure ou un tableau :
30496 \end_layout
30497
30498 \begin_layout Standard
30499 Voici une ligne
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 rotatebox[origin=lb]{90}{
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \begin_inset Graphics
30514         filename ../clipart/platypus.eps
30515         lyxscale 50
30516         width 25col%
30517
30518 \end_inset
30519
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526 }
30527 \end_layout
30528
30529 \end_inset
30530
30531  avec une image pivotée de 90° 
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 rotatebox[origin=l]{-90}{
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \begin_inset Tabular
30546 <lyxtabular version="3" rows="2" columns="2">
30547 <features>
30548 <column alignment="center" valignment="top" width="0">
30549 <column alignment="center" valignment="top" width="0">
30550 <row>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 q
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 w
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 </row>
30570 <row>
30571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575 e
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30581 \begin_inset Text
30582
30583 \begin_layout Plain Layout
30584 r
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 </row>
30590 </lyxtabular>
30591
30592 \end_inset
30593
30594
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600 }
30601 \end_layout
30602
30603 \end_inset
30604
30605  et un tableau.
30606 \end_layout
30607
30608 \begin_layout Subsection
30609 Les boîtes redimensionnées
30610 \begin_inset Index
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614 Boîtes ! Redimensionnées
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \begin_inset Index
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Redimensionner des objets
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \begin_inset Index
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634 Figures ! Redimensionnées
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \begin_inset Index
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 Tableau ! Redimensionner
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 Pour redimensionner des objets on peut utiliser les commandes 
30654 \series bold
30655
30656 \backslash
30657 scalebox
30658 \series default
30659  et 
30660 \series bold
30661
30662 \backslash
30663 resizebox
30664 \series default
30665  insérées sous forme de code TeX.
30666 \end_layout
30667
30668 \begin_layout Standard
30669
30670 \series bold
30671
30672 \backslash
30673 scalebox
30674 \series default
30675  est utilisée avec la syntaxe suivante :
30676 \end_layout
30677
30678 \begin_layout Standard
30679
30680 \series bold
30681
30682 \backslash
30683 scalebox{horizontal}[vertical]{contenu de la boîte}
30684 \end_layout
30685
30686 \begin_layout Standard
30687 Horizontal et vertical sont les facteurs d'échelle correspondants.
30688  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30689  utilisé comme facteur vertical.
30690 \end_layout
30691
30692 \begin_layout Standard
30693 Par exemple, la commande 
30694 \series bold
30695
30696 \backslash
30697 scalebox{2}{Bonjour}
30698 \series default
30699  crée un 
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705
30706 \backslash
30707 scalebox{2}{
30708 \end_layout
30709
30710 \end_inset
30711
30712 Bonjour
30713 \begin_inset ERT
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717
30718 }
30719 \end_layout
30720
30721 \end_inset
30722
30723  de taille double par rapport à la taille du texte du document.
30724 \end_layout
30725
30726 \begin_layout Standard
30727
30728 \series bold
30729
30730 \backslash
30731 scalebox{2}[1]{Hello}
30732 \series default
30733  au contraire va déformer le 
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739
30740 \backslash
30741 scalebox{2}[1]{
30742 \end_layout
30743
30744 \end_inset
30745
30746 Bonjour
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752 }
30753 \end_layout
30754
30755 \end_inset
30756
30757 .
30758 \end_layout
30759
30760 \begin_layout Standard
30761 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30762  La commande 
30763 \series bold
30764
30765 \backslash
30766 scalebox{-1}[1]{Hello}
30767 \series default
30768  peut donc être utilisée pour créer du texte en miroir : 
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774
30775 \backslash
30776 scalebox{-1}[1]{
30777 \end_layout
30778
30779 \end_inset
30780
30781 Bonjour
30782 \begin_inset ERT
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786
30787 }
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796
30797 \series bold
30798
30799 \backslash
30800 scalebox{1}[-1]{Bonjour}
30801 \series default
30802  effectue une réflexion du 
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 scalebox{1}[-1]{
30811 \end_layout
30812
30813 \end_inset
30814
30815 Bonjour
30816 \begin_inset ERT
30817 status collapsed
30818
30819 \begin_layout Plain Layout
30820
30821 }
30822 \end_layout
30823
30824 \end_inset
30825
30826  par rapport à la ligne de base.
30827 \end_layout
30828
30829 \begin_layout Standard
30830 La commande 
30831 \series bold
30832
30833 \backslash
30834 reflectbox{contenu de la boîte} 
30835 \series default
30836 existe aussi et est équivalente à
30837 \series bold
30838  
30839 \backslash
30840 scalebox{-1}[1]{contenu de la boîte}.
30841
30842 \series default
30843  
30844 \begin_inset Newline newline
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset VSpace bigskip
30852 \end_inset
30853
30854 La commande 
30855 \series bold
30856
30857 \backslash
30858 resizebox
30859 \series default
30860  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30861  données.
30862  La syntaxe de la commande est :
30863 \end_layout
30864
30865 \begin_layout Standard
30866
30867 \series bold
30868
30869 \backslash
30870 resizebox{largeur}{hauteur}{contenu de la boîte}
30871 \end_layout
30872
30873 \begin_layout Standard
30874 Si un des deux paramètres est remplacé par un point d'exclamation 
30875 \series bold
30876 !
30877 \series default
30878 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30879 \end_layout
30880
30881 \begin_layout Standard
30882 La commande 
30883 \series bold
30884
30885 \backslash
30886 resizebox{2cm}{1cm}{Bonjour}
30887 \series default
30888  produit : 
30889 \begin_inset ERT
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893
30894
30895 \backslash
30896 resizebox{2cm}{1cm}{
30897 \end_layout
30898
30899 \end_inset
30900
30901 Bonjour
30902 \begin_inset ERT
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906
30907 }
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \begin_inset Newline newline
30914 \end_inset
30915
30916 La commande 
30917 \series bold
30918
30919 \backslash
30920 resizebox{2cm}{!}{Bonjour}
30921 \series default
30922  produit : 
30923 \begin_inset ERT
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927
30928
30929 \backslash
30930 resizebox{2cm}{!}{
30931 \end_layout
30932
30933 \end_inset
30934
30935 Bonjour
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941 }
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \begin_inset VSpace bigskip
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 \begin_inset Note Greyedout
30958 status open
30959
30960 \begin_layout Plain Layout
30961
30962 \series bold
30963 Note:
30964 \series default
30965  Quand les paramètres des commandes 
30966 \series bold
30967
30968 \backslash
30969 scalebox
30970 \series default
30971  ou 
30972 \series bold
30973
30974 \backslash
30975 resizebox
30976 \series default
30977  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
30978  document, mais le document exporté peut ne pas s'afficher ou s'afficher
30979  partiellement.
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \end_layout
30986
30987 \begin_layout Standard
30988 \begin_inset VSpace bigskip
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 Les boîtes peuvent être combinée dans n'importe quel ordre.
30996  Par exemple, la commande 
30997 \begin_inset Newline newline
30998 \end_inset
30999
31000
31001 \series bold
31002
31003 \backslash
31004 rotatebox[origin=c]{-45}{
31005 \backslash
31006 resizebox{2cm}{!}{
31007 \backslash
31008 reflectbox{Bonjour}}}
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012
31013 \series default
31014 produit :
31015 \end_layout
31016
31017 \begin_layout Standard
31018 \align center
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024
31025 \backslash
31026 rotatebox[origin=c]{-45}{
31027 \backslash
31028 resizebox{2cm}{!}{
31029 \backslash
31030 reflectbox{
31031 \end_layout
31032
31033 \end_inset
31034
31035 Bonjour
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041 }}}
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \noindent
31051 Les images, les tableaux et les formules sont autorisées comme contenu de
31052  boîte :
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \align center
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062
31063 \backslash
31064 rotatebox[origin=c]{-30}{
31065 \backslash
31066 resizebox{2cm}{!}{
31067 \backslash
31068 reflectbox{
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \begin_inset Graphics
31075         filename ../clipart/platypus.eps
31076         lyxscale 50
31077         width 25col%
31078
31079 \end_inset
31080
31081
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087 }}}
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \begin_inset ERT
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097
31098
31099 \backslash
31100 rotatebox[origin=c]{-45}{
31101 \backslash
31102 resizebox{2cm}{!}{
31103 \backslash
31104 reflectbox{
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \begin_inset Tabular
31111 <lyxtabular version="3" rows="2" columns="2">
31112 <features>
31113 <column alignment="center" valignment="top" width="0">
31114 <column alignment="center" valignment="top" width="0">
31115 <row>
31116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31117 \begin_inset Text
31118
31119 \begin_layout Plain Layout
31120 q
31121 \end_layout
31122
31123 \end_inset
31124 </cell>
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Plain Layout
31129 w
31130 \end_layout
31131
31132 \end_inset
31133 </cell>
31134 </row>
31135 <row>
31136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31137 \begin_inset Text
31138
31139 \begin_layout Plain Layout
31140 e
31141 \end_layout
31142
31143 \end_inset
31144 </cell>
31145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31146 \begin_inset Text
31147
31148 \begin_layout Plain Layout
31149 r
31150 \end_layout
31151
31152 \end_inset
31153 </cell>
31154 </row>
31155 </lyxtabular>
31156
31157 \end_inset
31158
31159
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165 }}}
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176
31177 \backslash
31178 rotatebox[origin=c]{-45}{
31179 \backslash
31180 resizebox{2cm}{!}{
31181 \backslash
31182 reflectbox{
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31189 \end_inset
31190
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197 }}}
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Quand on utilise le style global de formule 
31207 \series bold
31208 fleqn
31209 \series default
31210  dans le document
31211 \begin_inset Foot
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 Quand 
31216 \begin_inset Quotes eld
31217 \end_inset
31218
31219 fleqn
31220 \begin_inset Quotes erd
31221 \end_inset
31222
31223  est ajouté aux options de la classe de document.
31224 \end_layout
31225
31226 \end_inset
31227
31228 , les formules hors texte peuvent aussi être redimensionnées.
31229 \end_layout
31230
31231 \begin_layout Chapter
31232 Trucs Externes
31233 \begin_inset Index
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237 Trucs externes
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Avec le menu 
31247 \family sans
31248 Insérer\SpecialChar \menuseparator
31249 Fichier
31250 \family default
31251  vous pouvez insérer un contenu externe à votre document.
31252  Ce contenu peut être :
31253 \end_layout
31254
31255 \begin_layout Description
31256 Document
31257 \begin_inset space ~
31258 \end_inset
31259
31260 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31261  document.
31262 \end_layout
31263
31264 \begin_layout Description
31265 Texte
31266 \begin_inset space ~
31267 \end_inset
31268
31269 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31270 e.
31271 \end_layout
31272
31273 \begin_layout Description
31274 Texte
31275 \begin_inset space ~
31276 \end_inset
31277
31278 Brut
31279 \begin_inset space ~
31280 \end_inset
31281
31282 par
31283 \begin_inset space ~
31284 \end_inset
31285
31286 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31287  Les lignes vides créent un nouveau paragraphe dans votre document.
31288 \end_layout
31289
31290 \begin_layout Description
31291 Objet
31292 \begin_inset space ~
31293 \end_inset
31294
31295 Externe Fichiers de formats variés.
31296 \end_layout
31297
31298 \begin_layout Description
31299 Sous-document Documents LyX ou LaTeX.
31300 \end_layout
31301
31302 \begin_layout Section
31303 Objets Externes 
31304 \begin_inset Index
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 Trucs externes ! Objets Externes
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \begin_layout Standard
31317 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31318  de fichiers dans votre document sans avoir à convertir ces derniers en
31319  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31320  qui va s'occuper des conversions.
31321  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31322  LyX des images dans des formats divers.
31323 \end_layout
31324
31325 \begin_layout Standard
31326 On insère des objets externes en utilisant la fenêtre de dialogue 
31327 \family sans
31328 Objet
31329 \begin_inset space ~
31330 \end_inset
31331
31332 Externe
31333 \family default
31334  qui est accessible via le menu 
31335 \family sans
31336 Insérer\SpecialChar \menuseparator
31337 Fichiers\SpecialChar \menuseparator
31338 Objet
31339 \begin_inset space ~
31340 \end_inset
31341
31342 Externe
31343 \family default
31344 .
31345  Actuellement les types de fichiers (
31346 \family sans
31347 Modèles
31348 \family default
31349 ) suivants sont autorisés :
31350 \end_layout
31351
31352 \begin_layout Description
31353 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31354  par le programme 
31355 \series bold
31356
31357 \begin_inset CommandInset href
31358 LatexCommand href
31359 name "XBoard"
31360 target "http://en.wikipedia.org/wiki/XBoard"
31361
31362 \end_inset
31363
31364
31365 \series default
31366 .
31367 \end_layout
31368
31369 \begin_layout Description
31370 Date Ce modèle insère la date sous la forme 
31371 \emph on
31372 Jour-Mois-Année
31373 \emph default
31374 .
31375  Voici un exemple de date insérée comme objet externe :: 
31376 \begin_inset External
31377         template Date
31378         filename .
31379
31380 \end_inset
31381
31382
31383 \lang english
31384
31385 \begin_inset space ~
31386 \end_inset
31387
31388
31389 \begin_inset Note Note
31390 status open
31391
31392 \begin_layout Plain Layout
31393
31394 \lang english
31395 Remove the protected space when bug 4398 is fixed!
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \lang french
31402
31403 \begin_inset Newline newline
31404 \end_inset
31405
31406 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31407  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31408 \family sans
31409 Insérer\SpecialChar \menuseparator
31410 Date
31411 \family default
31412  et avec la commande LaTeX 
31413 \series bold
31414
31415 \backslash
31416 today
31417 \series default
31418  entrée comme code TeX.
31419  Ces différentes méthodes sont comparée dans le tableau
31420 \begin_inset space ~
31421 \end_inset
31422
31423
31424 \begin_inset CommandInset ref
31425 LatexCommand ref
31426 reference "tab:Comparaison-des-dates"
31427
31428 \end_inset
31429
31430 .
31431 \end_layout
31432
31433 \begin_layout Description
31434 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31435  par le programme 
31436 \series bold
31437
31438 \begin_inset CommandInset href
31439 LatexCommand href
31440 name "LilyPond"
31441 target "http://en.wikipedia.org/wiki/LilyPond"
31442
31443 \end_inset
31444
31445
31446 \series default
31447 .
31448 \end_layout
31449
31450 \begin_layout Description
31451 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31452  À peu près tous les formats d'images populaires sont acceptés.
31453  Les images peuvent être traitées dans la fenêtre de dialogue 
31454 \family sans
31455 Objet
31456 \begin_inset space ~
31457 \end_inset
31458
31459 Externe
31460 \family default
31461  comme les images qui sont habituellement incorporées en utilisant le menu
31462  
31463 \family sans
31464 Insérer\SpecialChar \menuseparator
31465 Graphique
31466 \family default
31467 , comme c'est décrit dans la section
31468 \begin_inset space ~
31469 \end_inset
31470
31471
31472 \begin_inset CommandInset ref
31473 LatexCommand ref
31474 reference "sec:Graphics-Dialog"
31475
31476 \end_inset
31477
31478 .
31479  La différence est que seules les images matricielles sont autorisées, ce
31480  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31481 \end_layout
31482
31483 \begin_layout Description
31484 XFig Ce modèle accepte les images créées avec le programme 
31485 \series bold
31486
31487 \begin_inset CommandInset href
31488 LatexCommand href
31489 name "Xfig"
31490 target "http://en.wikipedia.org/wiki/Xfig"
31491
31492 \end_inset
31493
31494
31495 \series default
31496 .
31497 \end_layout
31498
31499 \begin_layout Standard
31500 \begin_inset Float table
31501 placement h
31502 wide false
31503 sideways false
31504 status open
31505
31506 \begin_layout Plain Layout
31507 \begin_inset Caption
31508
31509 \begin_layout Plain Layout
31510 \begin_inset CommandInset label
31511 LatexCommand label
31512 name "tab:Comparaison-des-dates"
31513
31514 \end_inset
31515
31516 Comparaison des méthodes d'insertion de la date.
31517 \end_layout
31518
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \begin_layout Plain Layout
31525 \align center
31526 \begin_inset Tabular
31527 <lyxtabular version="3" rows="4" columns="4">
31528 <features>
31529 <column alignment="center" valignment="top" width="0">
31530 <column alignment="center" valignment="top" width="0">
31531 <column alignment="center" valignment="top" width="0">
31532 <column alignment="center" valignment="top" width="0">
31533 <row>
31534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31535 \begin_inset Text
31536
31537 \begin_layout Plain Layout
31538 Format du document
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 Objet
31550 \begin_inset space ~
31551 \end_inset
31552
31553 Externe\SpecialChar \menuseparator
31554 Date
31555 \end_layout
31556
31557 \end_inset
31558 </cell>
31559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31560 \begin_inset Text
31561
31562 \begin_layout Plain Layout
31563
31564 \family sans
31565 Insérer\SpecialChar \menuseparator
31566 Date
31567 \end_layout
31568
31569 \end_inset
31570 </cell>
31571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575 commande 
31576 \series bold
31577
31578 \backslash
31579 today
31580 \end_layout
31581
31582 \end_inset
31583 </cell>
31584 </row>
31585 <row>
31586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31587 \begin_inset Text
31588
31589 \begin_layout Plain Layout
31590 LyX
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599 comme boîte d'insert
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 comme date
31609 \end_layout
31610
31611 \end_inset
31612 </cell>
31613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617 comme boîte de code TeX
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 </row>
31623 <row>
31624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 LaTeX
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 comme date
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 comme date
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31652 \begin_inset Text
31653
31654 \begin_layout Plain Layout
31655 comme commande
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 </row>
31661 <row>
31662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 DVI, PDF, PS
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675 comme date
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 comme date
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31690 \begin_inset Text
31691
31692 \begin_layout Plain Layout
31693 comme date date
31694 \end_layout
31695
31696 \end_inset
31697 </cell>
31698 </row>
31699 </lyxtabular>
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Standard
31712 Quand vous activez l'option 
31713 \family sans
31714 Brouillon
31715 \family default
31716  de l'onglet 
31717 \family sans
31718 Fichier
31719 \family default
31720  de la fenêtre de dialogue 
31721 \family sans
31722 Objet
31723 \begin_inset space ~
31724 \end_inset
31725
31726 Externe
31727 \family default
31728 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31729 \begin_inset Newline newline
31730 \end_inset
31731
31732 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31733  : 
31734 \begin_inset Graphics
31735         filename ../clipart/ExternalMaterialQt4.png
31736         scale 85
31737         scaleBeforeRotation
31738
31739 \end_inset
31740
31741  soit comme une image, selon que vous avez ou non activé l'option 
31742 \family sans
31743 Afficher
31744 \begin_inset space ~
31745 \end_inset
31746
31747 dans
31748 \begin_inset space ~
31749 \end_inset
31750
31751 LyX
31752 \family default
31753  de l'onglet 
31754 \family sans
31755 Vue
31756 \begin_inset space ~
31757 \end_inset
31758
31759 LyX
31760 \family default
31761  de la fenêtre de dialogue 
31762 \family sans
31763 Objet
31764 \begin_inset space ~
31765 \end_inset
31766
31767 Externe
31768 \family default
31769 .
31770 \end_layout
31771
31772 \begin_layout Standard
31773 Le manuel 
31774 \family sans
31775 \emph on
31776 Personnalisation
31777 \family default
31778 \emph default
31779  explique comment vous pouvez créer vos propres modèles.
31780 \end_layout
31781
31782 \begin_layout Section
31783 Sous-documents
31784 \begin_inset CommandInset label
31785 LatexCommand label
31786 name "sec:Sous-documents"
31787
31788 \end_inset
31789
31790
31791 \begin_inset Index
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795 Trucs externes ! Sous-documents
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \begin_inset Index
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 Fichiers ! Insérer
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \end_layout
31812
31813 \begin_layout Standard
31814 Les sous-documents sont utilisés quand on a un document très long qui peut
31815  être décomposé en plusieurs parties ou sections plus petites.
31816  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31817  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31818  Les différents documents sont ce que l'on appelle les sous-documents et
31819  un document maître les relie pour imprimer le document complet ou seulement
31820  une partie de celui-ci.
31821 \end_layout
31822
31823 \begin_layout Standard
31824 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31825  comme celle-ci : 
31826 \begin_inset Graphics
31827         filename clipart/ChildDocumentQt4.png
31828         scale 60
31829         scaleBeforeRotation
31830
31831 \end_inset
31832
31833  Pour inclure des sous-documents dans un document maître , on utilise le
31834  menu 
31835 \family sans
31836 Insérer\SpecialChar \menuseparator
31837 Fichier\SpecialChar \menuseparator
31838 Sous-document
31839 \family default
31840 .
31841  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31842  des quatre méthodes d'inclusion :
31843 \end_layout
31844
31845 \begin_layout Description
31846 Inclus
31847 \begin_inset space ~
31848 \end_inset
31849
31850 (include) Vous pouvez inclure des documents LyX et LaTeX.
31851  Quand vous cliquez sur le bouton 
31852 \family sans
31853 Charger
31854 \family default
31855  dans la fenêtre de dialogue 
31856 \family sans
31857 Sous-document
31858 \family default
31859 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31860  vous puissiez le modifier.
31861 \begin_inset Newline newline
31862 \end_inset
31863
31864
31865 \end_layout
31866
31867 \begin_layout Standard
31868 Voici un sous-document inséré avec la méthode 
31869 \family sans
31870 Inclus
31871 \family default
31872  : 
31873 \begin_inset CommandInset include
31874 LatexCommand include
31875 filename "DocumentBidon1.lyx"
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 La numérotation des sections va prendre en compte les sections des fichiers
31884  incorporés dans l'ordre où ils sont insérés dans le document maître.
31885  Le document qui est inclus comme exemple possède une sous-section qui sera
31886  numérotée comme sous-section de la section actuelle.
31887  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31888  : la sous-section
31889 \begin_inset space ~
31890 \end_inset
31891
31892
31893 \begin_inset CommandInset ref
31894 LatexCommand ref
31895 reference "sub:Sous-section-externe-1"
31896
31897 \end_inset
31898
31899  est dans le fichier inclus.
31900 \end_layout
31901
31902 \begin_layout Standard
31903 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31904  du document maître est utilisé.
31905  Les documents inclus sont insérés en commençant une nouvelle page et sont
31906  suivis par un saut de page.
31907 \end_layout
31908
31909 \begin_layout Standard
31910 Avec la commande LaTeX 
31911 \series bold
31912
31913 \backslash
31914 includeonly 
31915 \series default
31916 vous pouvez préciser quels sous-documents seront traités pour générer la
31917  sortie imprimée.
31918  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31919  important puisque cela vous fait économiser du temps de compilation.
31920  La commande 
31921 \series bold
31922
31923 \backslash
31924 includeonly
31925 \series default
31926  est insérée dans le préambule du document maître.
31927  Elle prend comme arguments une liste de noms de fichiers séparés par des
31928  virgules, par exemple :
31929 \end_layout
31930
31931 \begin_layout Standard
31932
31933 \series bold
31934
31935 \backslash
31936 includeonly{chapitre1,chapitre5}
31937 \end_layout
31938
31939 \begin_layout Standard
31940 fera que seuls les fichiers nommés 
31941 \begin_inset Quotes eld
31942 \end_inset
31943
31944 chapitre1.lyx
31945 \begin_inset Quotes erd
31946 \end_inset
31947
31948  (ou 
31949 \begin_inset Quotes eld
31950 \end_inset
31951
31952 chapitre1.tex
31953 \begin_inset Quotes erd
31954 \end_inset
31955
31956 ) et 
31957 \begin_inset Quotes eld
31958 \end_inset
31959
31960 chapitre5.lyx
31961 \begin_inset Quotes erd
31962 \end_inset
31963
31964  seront traités lors de la compilation.
31965 \end_layout
31966
31967 \begin_layout Standard
31968 \begin_inset Note Greyedout
31969 status open
31970
31971 \begin_layout Plain Layout
31972
31973 \series bold
31974 Note:
31975 \series default
31976  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
31977  une classe de document différente de celle du document maître, vous recevez
31978  un avertissement quand vous tentez une visualisation ou une exportation,
31979  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \begin_layout Description
31988 Incorporé
31989 \begin_inset space ~
31990 \end_inset
31991
31992 (input) Cette méthode est très semblable à la méthode Inclus, les différences
31993  sont :
31994 \end_layout
31995
31996 \begin_deeper
31997 \begin_layout Itemize
31998 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
31999  par un saut de page.
32000 \end_layout
32001
32002 \begin_layout Itemize
32003 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32004  
32005 \family sans
32006 Aperçu
32007 \begin_inset space ~
32008 \end_inset
32009
32010 sur
32011 \begin_inset space ~
32012 \end_inset
32013
32014 le
32015 \begin_inset space ~
32016 \end_inset
32017
32018 vif
32019 \family default
32020  est activée dans les préférences dans la rubrique 
32021 \family sans
32022 Apparence\SpecialChar \menuseparator
32023 Graphique
32024 \family default
32025 .
32026 \end_layout
32027
32028 \begin_layout Itemize
32029 La commande LaTeX 
32030 \series bold
32031
32032 \backslash
32033 includeonly
32034 \series default
32035  ne peut pas être utilisée.
32036 \end_layout
32037
32038 \end_deeper
32039 \begin_layout Standard
32040 Voici un sous document inséré en utilisant la méthode 
32041 \family sans
32042 Incorporé
32043 \family default
32044  : 
32045 \begin_inset CommandInset include
32046 LatexCommand input
32047 preview true
32048 filename "DocumentBidon2.lyx"
32049
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \begin_layout Description
32056 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32057  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32058  sous forme de code source et aucune des commandes éventuellement présentes
32059  ne sera exécutée.
32060  Vous pouvez utiliser l'option 
32061 \family sans
32062 Marquer
32063 \begin_inset space ~
32064 \end_inset
32065
32066 les
32067 \begin_inset space ~
32068 \end_inset
32069
32070 espaces
32071 \family default
32072  qui matérialise chaque espace présente dans le code source par un caractère
32073  
32074 \begin_inset Quotes eld
32075 \end_inset
32076
32077
32078 \begin_inset ERT
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082
32083
32084 \backslash
32085 textvisiblespace 
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \begin_inset Quotes erd
32092 \end_inset
32093
32094  .
32095  La différence avec la méthode qui consiste à utiliser le menu 
32096 \family sans
32097 Insérer\SpecialChar \menuseparator
32098 Fichier\SpecialChar \menuseparator
32099 Texte
32100 \begin_inset space ~
32101 \end_inset
32102
32103 brut
32104 \family default
32105  est que le contenu du document n'apparaît pas dans LyX.
32106 \end_layout
32107
32108 \begin_layout Standard
32109 Voici un sous-document inclus en utilisant la méthode 
32110 \family sans
32111 verbatim
32112 \family default
32113  : 
32114 \begin_inset CommandInset include
32115 LatexCommand verbatiminput
32116 filename "DocumentTexteBidon.txt"
32117
32118 \end_inset
32119
32120
32121 \begin_inset VSpace bigskip
32122 \end_inset
32123
32124 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32125  l'option 
32126 \family sans
32127 Marquer
32128 \begin_inset space ~
32129 \end_inset
32130
32131 les
32132 \begin_inset space ~
32133 \end_inset
32134
32135 espaces :
32136 \family default
32137  
32138 \begin_inset CommandInset include
32139 LatexCommand verbatiminput*
32140 filename "DocumentTexteBidon.txt"
32141
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Standard
32148 \begin_inset VSpace bigskip
32149 \end_inset
32150
32151
32152 \end_layout
32153
32154 \begin_layout Standard
32155 \begin_inset Note Greyedout
32156 status open
32157
32158 \begin_layout Plain Layout
32159
32160 \series bold
32161 Note:
32162 \series default
32163  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32164  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Description
32173 Listings Ce type d'inclusion est décrit dans le chapitre
32174 \begin_inset space ~
32175 \end_inset
32176
32177
32178 \begin_inset CommandInset ref
32179 LatexCommand ref
32180 reference "cha:Program-Code-Listings"
32181
32182 \end_inset
32183
32184 .
32185 \end_layout
32186
32187 \begin_layout Standard
32188 \begin_inset Note Greyedout
32189 status open
32190
32191 \begin_layout Plain Layout
32192
32193 \series bold
32194 Note:
32195 \series default
32196  Inclure le même document deux fois dans un même document peut poser des
32197  problèmes avec LaTeX.
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Chapter
32206 Listings de Code Source
32207 \begin_inset CommandInset label
32208 LatexCommand label
32209 name "cha:Program-Code-Listings"
32210
32211 \end_inset
32212
32213
32214 \begin_inset Index
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218 Listings
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \begin_inset Index
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 Code Source
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \begin_inset Index
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238 Flottants ! Listings
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32248  un insert 
32249 \family sans
32250 Listings
32251 \family default
32252  qui peut être créé grâce au menu 
32253 \family sans
32254 Insérer
32255 \family default
32256 \SpecialChar \menuseparator
32257
32258 \family sans
32259 Listing
32260 \begin_inset space ~
32261 \end_inset
32262
32263 de
32264 \begin_inset space ~
32265 \end_inset
32266
32267 Code
32268 \begin_inset space ~
32269 \end_inset
32270
32271 Source
32272 \family default
32273 .
32274  Le paquetage LaTeX 
32275 \series bold
32276 listings
32277 \series default
32278
32279 \begin_inset Index
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283 Paquetages LaTeX ! listings
32284 \end_layout
32285
32286 \end_inset
32287
32288  fournit un moyen puissant et flexible d'insérer des listings de code source
32289  dans votre document.
32290  
32291 \end_layout
32292
32293 \begin_layout Standard
32294 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32295  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32296 \end_layout
32297
32298 \begin_layout Standard
32299 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32300  L'option d'emplacement 
32301 \family sans
32302 Listing
32303 \begin_inset space ~
32304 \end_inset
32305
32306 en
32307 \begin_inset space ~
32308 \end_inset
32309
32310 Ligne
32311 \family default
32312  imprime le listing dans la ligne comme ceci : 
32313 \begin_inset listings
32314 lstparams "language={C++}"
32315 inline true
32316 status open
32317
32318 \begin_layout Plain Layout
32319
32320 int a=5;
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \begin_inset Newline newline
32327 \end_inset
32328
32329 L'option 
32330 \family sans
32331 Flottant
32332 \family default
32333  crée un flottant de listing pour lequel vous pouvez préciser les options
32334  classiques d'emplacement : 
32335 \begin_inset Quotes eld
32336 \end_inset
32337
32338
32339 \family sans
32340 h
32341 \family default
32342
32343 \begin_inset Quotes erd
32344 \end_inset
32345
32346
32347 \begin_inset Quotes eld
32348 \end_inset
32349
32350
32351 \family sans
32352 t
32353 \family default
32354
32355 \begin_inset Quotes erd
32356 \end_inset
32357
32358
32359 \begin_inset Quotes eld
32360 \end_inset
32361
32362
32363 \family sans
32364 b
32365 \family default
32366
32367 \begin_inset Quotes erd
32368 \end_inset
32369
32370 , et 
32371 \begin_inset Quotes eld
32372 \end_inset
32373
32374
32375 \family sans
32376 p
32377 \family default
32378
32379 \begin_inset Quotes erd
32380 \end_inset
32381
32382  correspondant aux emplacement décrits dans la section
32383 \begin_inset space ~
32384 \end_inset
32385
32386
32387 \begin_inset CommandInset ref
32388 LatexCommand ref
32389 reference "sec:Placement-flottants"
32390
32391 \end_inset
32392
32393 .
32394  Les options de positionnement peuvent être mélangées et doivent être saisies
32395  sans séparation, par exemple, on peut taper 
32396 \begin_inset Quotes eld
32397 \end_inset
32398
32399
32400 \family sans
32401 htbp
32402 \family default
32403
32404 \begin_inset Quotes erd
32405 \end_inset
32406
32407 .
32408  L' option 
32409 \begin_inset Quotes eld
32410 \end_inset
32411
32412 h
32413 \begin_inset Quotes erd
32414 \end_inset
32415
32416  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32417  
32418 \family sans
32419 Flottant
32420 \family default
32421  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32422  légende et être référencés.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Vous pouvez ajouter une légende à un listing avec le menu 
32427 \family sans
32428 Insérer\SpecialChar \menuseparator
32429 Légende
32430 \family default
32431 .
32432  On peut référencer les listings de la même façon que les flottants :Voir
32433  le listing
32434 \begin_inset space ~
32435 \end_inset
32436
32437
32438 \begin_inset CommandInset ref
32439 LatexCommand ref
32440 reference "lst:Listing-exemple"
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 \begin_inset listings
32449 lstparams "language=Python"
32450 inline false
32451 status open
32452
32453 \begin_layout Plain Layout
32454
32455 \begin_inset Caption
32456
32457 \begin_layout Plain Layout
32458 \begin_inset CommandInset label
32459 LatexCommand label
32460 name "lst:Listing-exemple"
32461
32462 \end_inset
32463
32464 Exemple de listing flottant
32465 \end_layout
32466
32467 \end_inset
32468
32469 # Exemple de listing flottant
32470 \end_layout
32471
32472 \begin_layout Plain Layout
32473
32474 def func(param):
32475 \end_layout
32476
32477 \begin_layout Plain Layout
32478
32479     'ceci est une fonction python'
32480 \end_layout
32481
32482 \begin_layout Plain Layout
32483
32484     pass
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Standard
32493 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32494  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32495  de manière particulière dans la sortie imprimée.
32496  Dans l'exemple de listing, le mot clé Python 
32497 \begin_inset Quotes eld
32498 \end_inset
32499
32500 def
32501 \begin_inset Quotes erd
32502 \end_inset
32503
32504  est reconnu et imprimé en caractères gras dans la sortie.
32505 \end_layout
32506
32507 \begin_layout Standard
32508 \begin_inset Note Greyedout
32509 status open
32510
32511 \begin_layout Plain Layout
32512
32513 \series bold
32514 Note:
32515 \series default
32516  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32517  une police de caractères à chasse fixe, c'est que votre police ne contient
32518  probablement pas de série grasse.
32519  Dans ce cas choisissez une police différente dans le menu 
32520 \family sans
32521 Document\SpecialChar \menuseparator
32522 Paramètres\SpecialChar \menuseparator
32523 Polices
32524 \family default
32525 .
32526  (Les polices 
32527 \emph on
32528 LuxiMono, BeraMono
32529 \emph default
32530  et 
32531 \emph on
32532 Courier
32533 \emph default
32534  contiennent une série grasse.)
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Standard
32543 Dans la rubrique 
32544 \family sans
32545 Numérotation
32546 \begin_inset space ~
32547 \end_inset
32548
32549 des
32550 \begin_inset space ~
32551 \end_inset
32552
32553 Lignes
32554 \family default
32555  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32556 n des lignes.
32557  Vous pouvez mettre un nombre dans le champ 
32558 \family sans
32559 Pas
32560 \family default
32561  pour désigner les lignes qui seront numérotées.
32562  Par exemple, si vous mettez 
32563 \begin_inset Quotes eld
32564 \end_inset
32565
32566 3
32567 \begin_inset Quotes erd
32568 \end_inset
32569
32570 , seule une ligne sur trois sera numérotée.
32571 \end_layout
32572
32573 \begin_layout Standard
32574 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32575  apparaîtront dans la sortie.
32576  Vous devez utiliser l'option 
32577 \family sans
32578 Table
32579 \begin_inset space ~
32580 \end_inset
32581
32582 de
32583 \begin_inset space ~
32584 \end_inset
32585
32586 Caractères
32587 \begin_inset space ~
32588 \end_inset
32589
32590 Étendue
32591 \family default
32592  quand vous employez des caractères spécifiques à une langue donnée comme
32593  les umlauts Allemands dans votre listing.
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597 Voici un exemple de listing avec la numérotation des lignes à gauche par
32598  pas de 3, en langage Python, avec les options 
32599 \begin_inset Quotes eld
32600 \end_inset
32601
32602 Table
32603 \begin_inset space ~
32604 \end_inset
32605
32606 de
32607 \begin_inset space ~
32608 \end_inset
32609
32610 caractères
32611 \begin_inset space ~
32612 \end_inset
32613
32614 étendue
32615 \begin_inset Quotes erd
32616 \end_inset
32617
32618  et 
32619 \begin_inset Quotes eld
32620 \end_inset
32621
32622 Espace
32623 \begin_inset space ~
32624 \end_inset
32625
32626 représenté
32627 \begin_inset space ~
32628 \end_inset
32629
32630 par
32631 \begin_inset space ~
32632 \end_inset
32633
32634 un
32635 \begin_inset space ~
32636 \end_inset
32637
32638 symbole
32639 \begin_inset Quotes erd
32640 \end_inset
32641
32642 , l'intervalle de ligne étant 3
32643 \begin_inset space \thinspace{}
32644 \end_inset
32645
32646 -
32647 \begin_inset space \thinspace{}
32648 \end_inset
32649
32650 8:
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \begin_inset listings
32655 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32656 inline false
32657 status open
32658
32659 \begin_layout Plain Layout
32660
32661 def func(param):
32662 \end_layout
32663
32664 \begin_layout Plain Layout
32665
32666     'ceci est une fonction Python'
32667 \end_layout
32668
32669 \begin_layout Plain Layout
32670
32671     pass
32672 \end_layout
32673
32674 \begin_layout Plain Layout
32675
32676 def func(param):
32677 \end_layout
32678
32679 \begin_layout Plain Layout
32680
32681 'Ça, c'est un mot Allemand : Tschüß'
32682 \end_layout
32683
32684 \begin_layout Plain Layout
32685
32686 pass
32687 \end_layout
32688
32689 \begin_layout Plain Layout
32690
32691 def func(param):
32692 \end_layout
32693
32694 \begin_layout Plain Layout
32695
32696 'ceci est une fonction Python'
32697 \end_layout
32698
32699 \begin_layout Plain Layout
32700
32701 pass
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 \begin_inset Note Greyedout
32711 status open
32712
32713 \begin_layout Plain Layout
32714
32715 \series bold
32716 Note:
32717 \series default
32718  À cause d'un bug dans le paquetage 
32719 \series bold
32720 listings
32721 \series default
32722  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32723  listing.
32724  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32725  les lignes 3 et 6.
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Standard
32734 \begin_inset VSpace bigskip
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Standard
32741 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32742  listing.
32743  Pour le faire, il suffit d'utiliser le menu 
32744 \family sans
32745 Insérer\SpecialChar \menuseparator
32746 Fichier\SpecialChar \menuseparator
32747 Sous-document
32748 \family default
32749  et de choisir le type 
32750 \family sans
32751 Listing
32752 \family default
32753
32754 \begin_inset space ~
32755 \end_inset
32756
32757
32758 \family sans
32759 de
32760 \begin_inset space ~
32761 \end_inset
32762
32763 Code
32764 \begin_inset space ~
32765 \end_inset
32766
32767 source
32768 \family default
32769 .
32770 \begin_inset Foot
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 Les autres types de sous-documents sont décrits dans la section
32775 \begin_inset space ~
32776 \end_inset
32777
32778
32779 \begin_inset CommandInset ref
32780 LatexCommand ref
32781 reference "sec:Sous-documents"
32782
32783 \end_inset
32784
32785 .
32786 \end_layout
32787
32788 \end_inset
32789
32790  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32791  à utiliser pour le listing dans une zone de texte.
32792  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32793  
32794 \begin_inset Quotes eld
32795 \end_inset
32796
32797 ?
32798 \begin_inset Quotes erd
32799 \end_inset
32800
32801  dans la zone de texte.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 Pour faire référence à un sous-document de type listing, tapez une étiquette
32806  dans le champ correspondant de la fenêtre de dialogue.
32807  On peut alors faire référence à cette étiquette en utilisant le menu 
32808 \family sans
32809 Insérer\SpecialChar \menuseparator
32810 Référence
32811 \begin_inset space ~
32812 \end_inset
32813
32814 Croisée
32815 \family default
32816 .
32817 \end_layout
32818
32819 \begin_layout Standard
32820 Le listing
32821 \begin_inset space ~
32822 \end_inset
32823
32824
32825 \begin_inset CommandInset ref
32826 LatexCommand ref
32827 reference "lst:listing-fichier"
32828
32829 \end_inset
32830
32831  est une exemple de listing issu d'un fichier ; ici les lignes 10
32832 \begin_inset space \thinspace{}
32833 \end_inset
32834
32835 -
32836 \begin_inset space \thinspace{}
32837 \end_inset
32838
32839 15 de ce fichier LyX sont listées.
32840 \end_layout
32841
32842 \begin_layout Standard
32843 \begin_inset CommandInset include
32844 LatexCommand lstinputlisting
32845 filename "EmbeddedObjects.lyx"
32846 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 \begin_inset VSpace bigskip
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32862  de dialogue 
32863 \family sans
32864 Document\SpecialChar \menuseparator
32865 Paramètres\SpecialChar \menuseparator
32866 Format
32867 \begin_inset space ~
32868 \end_inset
32869
32870 du
32871 \begin_inset space ~
32872 \end_inset
32873
32874 Texte
32875 \family default
32876 .
32877  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32878  
32879 \begin_inset Quotes eld
32880 \end_inset
32881
32882 ?
32883 \begin_inset Quotes erd
32884 \end_inset
32885
32886  dans le champ 
32887 \family sans
32888 Paramètres
32889 \begin_inset space ~
32890 \end_inset
32891
32892 du
32893 \begin_inset space ~
32894 \end_inset
32895
32896 Listing
32897 \family default
32898 .
32899 \end_layout
32900
32901 \begin_layout Standard
32902 Pour plus d'information sur le paquetage 
32903 \series bold
32904 listings
32905 \series default
32906 , nous vous renvoyons à sa documentation 
32907 \begin_inset CommandInset citation
32908 LatexCommand cite
32909 key "listings"
32910
32911 \end_inset
32912
32913 .
32914 \end_layout
32915
32916 \begin_layout Standard
32917 \begin_inset Newpage newpage
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Chapter
32924 \start_of_appendix
32925 Unités de longueur utilisables avec LyX
32926 \begin_inset OptArg
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930 Unités de longueur
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \begin_inset Index
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 Unités
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \begin_inset CommandInset label
32947 LatexCommand label
32948 name "cha:Unités-de-longueur"
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Standard
32956 Pour comprendre les unités de longueur utilisées dans cette documentation,
32957  le tableau
32958 \begin_inset space ~
32959 \end_inset
32960
32961
32962 \begin_inset CommandInset ref
32963 LatexCommand ref
32964 reference "tab:Unités"
32965
32966 \end_inset
32967
32968 décrit les unités utilisées par LyX.
32969 \begin_inset Float table
32970 placement h
32971 wide false
32972 sideways false
32973 status open
32974
32975 \begin_layout Plain Layout
32976 \begin_inset Caption
32977
32978 \begin_layout Plain Layout
32979 \begin_inset CommandInset label
32980 LatexCommand label
32981 name "tab:Unités"
32982
32983 \end_inset
32984
32985 Unités de longueur
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Plain Layout
32994 \begin_inset VSpace medskip
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Plain Layout
33001 \align center
33002 \begin_inset Tabular
33003 <lyxtabular version="3" rows="20" columns="2">
33004 <features>
33005 <column alignment="center" valignment="top" width="0">
33006 <column alignment="center" valignment="top" width="0">
33007 <row>
33008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012 unité
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 nom/description
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 </row>
33027 <row>
33028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 mm
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041 millimètre
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 </row>
33047 <row>
33048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 cm
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 centimètre
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 in
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 pouce (inch)
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 </row>
33087 <row>
33088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 pt
33093 \end_layout
33094
33095 \end_inset
33096 </cell>
33097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 point (72.27
33102 \begin_inset space \thinspace{}
33103 \end_inset
33104
33105 pt = 1
33106 \begin_inset space \thinspace{}
33107 \end_inset
33108
33109 in)
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 </row>
33115 <row>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 pc
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129 pica (1
33130 \begin_inset space \thinspace{}
33131 \end_inset
33132
33133 pc = 12
33134 \begin_inset space \thinspace{}
33135 \end_inset
33136
33137 pt)
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 </row>
33143 <row>
33144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148 sp
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 scaled point (65536
33158 \begin_inset space \thinspace{}
33159 \end_inset
33160
33161 sp = 1
33162 \begin_inset space \thinspace{}
33163 \end_inset
33164
33165 pt)
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 </row>
33171 <row>
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 bp
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185 gros point (72
33186 \begin_inset space \thinspace{}
33187 \end_inset
33188
33189 bp = 1
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193 in)
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 <row>
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 dd
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213 didot (72
33214 \begin_inset space \thinspace{}
33215 \end_inset
33216
33217 dd 
33218 \begin_inset Formula $\approx$
33219 \end_inset
33220
33221  37.6
33222 \begin_inset space \thinspace{}
33223 \end_inset
33224
33225 mm)
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 </row>
33231 <row>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 cc
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 cicero (1
33246 \begin_inset space \thinspace{}
33247 \end_inset
33248
33249 cc = 12
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 dd)
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 </row>
33259 <row>
33260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264 Scale%
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 % de la largeur originale de l'image
33274 \end_layout
33275
33276 \end_inset
33277 </cell>
33278 </row>
33279 <row>
33280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 text%
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293 % de la largeur du texte
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 </row>
33299 <row>
33300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304 col%
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313 % de la largeur de la colonne
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 </row>
33319 <row>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 page%
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 % de la largeur du papier
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 </row>
33339 <row>
33340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33341 \begin_inset Text
33342
33343 \begin_layout Plain Layout
33344 line%
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353 % de la largeur de la ligne
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 </row>
33359 <row>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364 theight%
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 % la hauteur du texte
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 </row>
33379 <row>
33380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384 pheight%
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 % hauteur du papier
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 </row>
33399 <row>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 ex
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33410 \begin_inset Text
33411
33412 \begin_layout Plain Layout
33413 hauteur de la lettre 
33414 \emph on
33415 x
33416 \emph default
33417  dans la police courante
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 </row>
33423 <row>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 em
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Plain Layout
33437 largeur de la lettre
33438 \emph on
33439  M
33440 \emph default
33441  dans la police courante
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 </row>
33447 <row>
33448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 mu
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33458 \begin_inset Text
33459
33460 \begin_layout Plain Layout
33461 unité mathématique (1
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 mu = 1/18
33466 \begin_inset space \thinspace{}
33467 \end_inset
33468
33469 em)
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 </row>
33475 </lyxtabular>
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Chapter
33488 Formats des fichiers de sortie graphiques
33489 \begin_inset CommandInset label
33490 LatexCommand label
33491 name "cha:Formats-fichiers-graphiques"
33492
33493 \end_inset
33494
33495
33496 \end_layout
33497
33498 \begin_layout Section
33499 DVI
33500 \begin_inset Index
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504 Formats de Fichiers! DVI
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \begin_inset Index
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 DVI|see
33515 \begin_inset ERT
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519
33520 {
33521 \end_layout
33522
33523 \end_inset
33524
33525 Formats de Fichiers
33526 \begin_inset ERT
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530
33531 }
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Standard
33545 Ce type de fichiers a l'extension 
33546 \begin_inset Quotes fld
33547 \end_inset
33548
33549
33550 \family typewriter
33551 .dvi
33552 \family default
33553
33554 \begin_inset Quotes frd
33555 \end_inset
33556
33557 .
33558  Il est appelé 
33559 \emph on
33560 indépendant de l'appareil
33561 \emph default
33562  ou 
33563 \begin_inset Quotes fld
33564 \end_inset
33565
33566 device independent (DVI)
33567 \begin_inset Quotes frd
33568 \end_inset
33569
33570 , car il est complètement portable ; vous pouvez les recopier d'une machine
33571  à l'autre sans avoir à faire de conversion.
33572  À l'époque où ce format a été développé, c'était loin d'être évident.
33573  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33574  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \begin_inset Note Greyedout
33579 status open
33580
33581 \begin_layout Plain Layout
33582
33583 \series bold
33584 Note:
33585 \series default
33586  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33587  au fichier.
33588  
33589 \end_layout
33590
33591 \end_inset
33592
33593  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33594  
33595 \family typewriter
33596 .dvi
33597 \family default
33598 .
33599  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33600 z le DVI puisque le programme de visualisation doit convertir les images
33601  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33602  document.
33603  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33604  avec de nombreuses images.
33605 \end_layout
33606
33607 \begin_layout Standard
33608 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33609  menu 
33610 \family sans
33611 Fichier\SpecialChar \menuseparator
33612 Exporter\SpecialChar \menuseparator
33613 DVI.
33614
33615 \family default
33616  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33617 \family sans
33618 Visualiser
33619 \family default
33620  ou en utilisant le bouton
33621 \begin_inset Graphics
33622         filename ../../images/buffer-view_dvi.png
33623         scale 85
33624         scaleBeforeRotation
33625
33626 \end_inset
33627
33628  de la barre d'outils.
33629 \end_layout
33630
33631 \begin_layout Section
33632 PostScript
33633 \begin_inset CommandInset label
33634 LatexCommand label
33635 name "sec:PostScript"
33636
33637 \end_inset
33638
33639
33640 \begin_inset Index
33641 status collapsed
33642
33643 \begin_layout Plain Layout
33644 Formats de Fichiers ! PostScript
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \begin_inset Index
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654 PostScript|see
33655 \begin_inset ERT
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659
33660 {
33661 \end_layout
33662
33663 \end_inset
33664
33665 Formats de Fichiers
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671 }
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Ce type de fichiers a l'extension 
33686 \begin_inset Quotes fld
33687 \end_inset
33688
33689
33690 \family typewriter
33691 .ps
33692 \family default
33693
33694 \begin_inset Quotes frd
33695 \end_inset
33696
33697 .
33698  PostScript a été développé par la société 
33699 \series bold
33700 Adobe
33701 \series default
33702  comme un langage pour les imprimantes.
33703  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33704  pour imprimer le document.
33705  PostScript peut être considéré comme un 
33706 \begin_inset Quotes fld
33707 \end_inset
33708
33709 langage de programmation
33710 \begin_inset Quotes frd
33711 \end_inset
33712
33713  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33714  images
33715 \begin_inset Foot
33716 status open
33717
33718 \begin_layout Plain Layout
33719 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33720  LaTeX 
33721 \series bold
33722 pstricks
33723 \series default
33724
33725 \begin_inset CommandInset citation
33726 LatexCommand cite
33727 key "pstricks"
33728
33729 \end_inset
33730
33731 .
33732 \end_layout
33733
33734 \end_inset
33735
33736 .
33737  En partie à cause de toutes ces possibilités un fichier PostScript est
33738  souvent plus gros qu'un PDF.
33739 \end_layout
33740
33741 \begin_layout Standard
33742 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33743  plus gros qu'un PDF.
33744 \end_layout
33745
33746 \begin_layout Standard
33747 PostScript ne peut contenir que des images au format 
33748 \begin_inset Quotes fld
33749 \end_inset
33750
33751 PostScript Encapsulé
33752 \begin_inset Quotes frd
33753 \end_inset
33754
33755  (encapsulated PostScript ou EPS, d'extension 
33756 \family typewriter
33757 .eps
33758 \family default
33759 ).
33760  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33761  il doit les convertir en interne en EPS.
33762  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33763  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33764  document.
33765  Cela risque de ralentir de façon importante votre rythme de travail.
33766  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33767  vos images directement en EPS pour éviter ce problème.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33772  le menu 
33773 \family sans
33774 Fichier\SpecialChar \menuseparator
33775 Exporter\SpecialChar \menuseparator
33776 PostScript.
33777
33778 \family default
33779  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33780  
33781 \family sans
33782 Visualiser
33783 \family default
33784  ou en utilisant le bouton 
33785 \begin_inset Graphics
33786         filename ../../images/buffer-view_ps.png
33787         scale 85
33788         scaleBeforeRotation
33789
33790 \end_inset
33791
33792  de la barre d'outils.
33793 \end_layout
33794
33795 \begin_layout Section
33796 PDF
33797 \begin_inset CommandInset label
33798 LatexCommand label
33799 name "sec:PDF"
33800
33801 \end_inset
33802
33803
33804 \begin_inset Index
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808 Formats de Fichiers ! PDF
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \begin_inset Index
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 PDF
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Standard
33827 Ce type de fichiers a l'extension 
33828 \begin_inset Quotes fld
33829 \end_inset
33830
33831
33832 \family typewriter
33833 .pdf
33834 \family default
33835
33836 \begin_inset Quotes frd
33837 \end_inset
33838
33839 .
33840  Ce 
33841 \begin_inset Quotes fld
33842 \end_inset
33843
33844 format de document portable
33845 \begin_inset Quotes frd
33846 \end_inset
33847
33848  (portable document format ou PDF) est développé par 
33849 \family typewriter
33850 Adobe
33851 \family default
33852  comme une évolution de PostScript.
33853  Il est plus comprimé et utilise moins de commandes que PostScript.
33854  Comme son nom l'indique, il est 
33855 \begin_inset Quotes fld
33856 \end_inset
33857
33858 portable
33859 \begin_inset Quotes frd
33860 \end_inset
33861
33862  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33863  aura exactement le même aspect.
33864 \end_layout
33865
33866 \begin_layout Standard
33867 PDF peut contenir des images dans son propre format PDF et dans les formats
33868  JPG (format du 
33869 \begin_inset Quotes fld
33870 \end_inset
33871
33872 Joint Photographic Expert Group
33873 \begin_inset Quotes frd
33874 \end_inset
33875
33876  avec comme extension 
33877 \family typewriter
33878 .jpg
33879 \family default
33880  ou 
33881 \family typewriter
33882 .jpeg
33883 \family default
33884 ) et PNG (
33885 \begin_inset Quotes fld
33886 \end_inset
33887
33888 Portable Network Graphics
33889 \begin_inset Quotes frd
33890 \end_inset
33891
33892  avec l'extension 
33893 \family typewriter
33894 .png
33895 \family default
33896 ).
33897  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33898  dans un de ces formats.
33899  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33900  vont ralentir votre travail.
33901  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33902 \end_layout
33903
33904 \begin_layout Standard
33905 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33906  menu 
33907 \family sans
33908 Fichier\SpecialChar \menuseparator
33909 Exporter 
33910 \family default
33911 de trois façons différentes:
33912 \end_layout
33913
33914 \begin_layout Description
33915 PDF
33916 \begin_inset space ~
33917 \end_inset
33918
33919 (ps2pdf) Ceci utilise le programme 
33920 \family typewriter
33921 ps2pdf
33922 \family default
33923  qui créé un PDF à partir de la version PostScript de votre fichier.
33924  Cette dernière est produite par le programme 
33925 \family typewriter
33926 dvips
33927 \family default
33928  qui utilise une version DVI comme étape intermédiaire.
33929  Cette variante consiste donc en trois conversions.
33930 \end_layout
33931
33932 \begin_layout Description
33933 PDF
33934 \begin_inset space ~
33935 \end_inset
33936
33937 (dvipdfm) Ceci utilise le programme 
33938 \family typewriter
33939 dvipdfm
33940 \family default
33941  qui convertit votre fichier en DVI avant de le convertir en PDF.
33942 \end_layout
33943
33944 \begin_layout Description
33945 PDF
33946 \begin_inset space ~
33947 \end_inset
33948
33949 (pdflatex) Ceci utilise le programme 
33950 \family typewriter
33951 pdftex
33952 \family default
33953  qui convertit directement votre fichier en PDF.
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Nous recommandons d'utiliser l'option 
33958 \family sans
33959 PDF
33960 \begin_inset space ~
33961 \end_inset
33962
33963 (pdflatex)
33964 \family default
33965  car 
33966 \family typewriter
33967 pdftex
33968 \family default
33969  accepte toutes les fonctionnalités des versions actuelles de PDF.
33970  Il est en plus rapide et stable.
33971  Le programme 
33972 \family typewriter
33973 dvipdfm
33974 \family default
33975  n'est plus développé est est donc un peu dépassé.
33976 \end_layout
33977
33978 \begin_layout Standard
33979
33980 \end_layout
33981
33982 \begin_layout Standard
33983 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
33984 \family sans
33985 Visualiser
33986 \family default
33987  ou en utilisant le bouton 
33988 \begin_inset Graphics
33989         filename ../../images/buffer-view_pdf2.png
33990         scale 85
33991         scaleBeforeRotation
33992
33993 \end_inset
33994
33995  de la barre d'outils
33996 \family sans
33997  (
33998 \family default
33999 qui utilise 
34000 \family sans
34001 PDF
34002 \begin_inset space ~
34003 \end_inset
34004
34005 (pdflatex)
34006 \family default
34007 ).
34008 \end_layout
34009
34010 \begin_layout Chapter
34011 Explication de l' Équation
34012 \begin_inset space ~
34013 \end_inset
34014
34015
34016 \begin_inset CommandInset ref
34017 LatexCommand eqref
34018 reference "eq:Wgn"
34019
34020 \end_inset
34021
34022
34023 \begin_inset CommandInset label
34024 LatexCommand label
34025 name "cha:Explication-de-l'Equation"
34026
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Standard
34033 La largeur totale de 
34034 \emph on
34035 n
34036 \emph default
34037  cellules de tableau 
34038 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34039 \end_inset
34040
34041  peut être calculée avec
34042 \end_layout
34043
34044 \begin_layout Standard
34045 \begin_inset Formula \begin{equation}
34046 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}
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Standard
34054 Où 
34055 \begin_inset Formula $W_{g\, n}$
34056 \end_inset
34057
34058  est la largeur fixe de toutes les cellules.
34059  
34060 \series bold
34061
34062 \backslash
34063 tabcolsep
34064 \series default
34065  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34066  sa valeur par défaut est 6
34067 \begin_inset space \thinspace{}
34068 \end_inset
34069
34070 pt.
34071  
34072 \series bold
34073
34074 \backslash
34075 arrayrulewidth
34076 \series default
34077  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34078 \begin_inset space \thinspace{}
34079 \end_inset
34080
34081 pt.
34082 \end_layout
34083
34084 \begin_layout Standard
34085 D'après l'équation
34086 \begin_inset space ~
34087 \end_inset
34088
34089
34090 \begin_inset CommandInset ref
34091 LatexCommand eqref
34092 reference "eq:Wtot_n"
34093
34094 \end_inset
34095
34096 , la largeur totale d'une multicolonne, 
34097 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34098 \end_inset
34099
34100  est
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset Formula \begin{equation}
34105 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Standard
34113 En posant que les équations 
34114 \begin_inset space ~
34115 \end_inset
34116
34117
34118 \begin_inset CommandInset ref
34119 LatexCommand eqref
34120 reference "eq:Wtot_n"
34121
34122 \end_inset
34123
34124  et 
34125 \begin_inset CommandInset ref
34126 LatexCommand eqref
34127 reference "eq:Wtot_mult"
34128
34129 \end_inset
34130
34131  sont égales, on peut calculer la largeur nécessaire 
34132 \begin_inset Formula $W_{g\, n}$
34133 \end_inset
34134
34135  quand 
34136 \emph on
34137 n
34138 \emph default
34139  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34140  de 
34141 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34142 \end_inset
34143
34144 :
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \begin_inset Formula \begin{equation}
34149 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \begin_layout Bibliography
34157 \begin_inset CommandInset bibitem
34158 LatexCommand bibitem
34159 key "latexcompanion"
34160
34161 \end_inset
34162
34163 Frank Mittelbach and Michel Goossens: 
34164 \emph on
34165 The LaTeX Companion Second Edition.
34166
34167 \emph default
34168  Addison-Wesley, 2004
34169 \end_layout
34170
34171 \begin_layout Bibliography
34172 \begin_inset CommandInset bibitem
34173 LatexCommand bibitem
34174 key "latexguide"
34175
34176 \end_inset
34177
34178 Helmut Kopka and Patrick W.
34179  Daly: 
34180 \emph on
34181 A Guide to LaTeX Fourth Edition.
34182
34183 \emph default
34184  Addison-Wesley, 2003
34185 \end_layout
34186
34187 \begin_layout Bibliography
34188 \begin_inset CommandInset bibitem
34189 LatexCommand bibitem
34190 key "latexbook"
34191
34192 \end_inset
34193
34194 Leslie Lamport: 
34195 \emph on
34196 LaTeX: A Document Preparation System.
34197
34198 \emph default
34199  Addison-Wesley, second edition, 1994
34200 \end_layout
34201
34202 \begin_layout Bibliography
34203 \begin_inset CommandInset bibitem
34204 LatexCommand bibitem
34205 key "booktabs"
34206
34207 \end_inset
34208
34209 Documentation du paquetage LaTeX 
34210 \series bold
34211
34212 \begin_inset CommandInset href
34213 LatexCommand href
34214 name "booktabs"
34215 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34216
34217 \end_inset
34218
34219
34220 \series default
34221
34222 \begin_inset Index
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 Paquetages LaTeX ! booktabs
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Bibliography
34235 \begin_inset CommandInset bibitem
34236 LatexCommand bibitem
34237 key "caption"
34238
34239 \end_inset
34240
34241 Documentation du paquetage LaTeX 
34242 \series bold
34243
34244 \begin_inset CommandInset href
34245 LatexCommand href
34246 name "caption"
34247 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34248
34249 \end_inset
34250
34251
34252 \series default
34253
34254 \begin_inset Index
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258 Paquetages LaTeX ! caption
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Bibliography
34267 \begin_inset CommandInset bibitem
34268 LatexCommand bibitem
34269 key "endfloat"
34270
34271 \end_inset
34272
34273 Documentation du paquetage LaTeX 
34274 \series bold
34275
34276 \begin_inset CommandInset href
34277 LatexCommand href
34278 name "endfloat"
34279 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34280
34281 \end_inset
34282
34283
34284 \series default
34285
34286 \begin_inset Index
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Paquetages LaTeX ! endfloat
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Bibliography
34299 \begin_inset CommandInset bibitem
34300 LatexCommand bibitem
34301 key "wrapfig"
34302
34303 \end_inset
34304
34305 Documentation du paquetage LaTeX 
34306 \series bold
34307
34308 \begin_inset CommandInset href
34309 LatexCommand href
34310 name "wrapfig"
34311 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34312
34313 \end_inset
34314
34315
34316 \series default
34317
34318 \begin_inset Index
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 Paquetages LaTeX ! wrapfig
34323 \begin_inset ERT
34324 status collapsed
34325
34326 \begin_layout Plain Layout
34327
34328
34329 \backslash
34330 vspace{4mm}
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \begin_layout Bibliography
34344 \begin_inset CommandInset bibitem
34345 LatexCommand bibitem
34346 key "footmisc"
34347
34348 \end_inset
34349
34350 Documentation du paquetage LaTeX 
34351 \series bold
34352
34353 \begin_inset CommandInset href
34354 LatexCommand href
34355 name "footmisc"
34356 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34357
34358 \end_inset
34359
34360
34361 \series default
34362
34363 \begin_inset Index
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367 Paquetages LaTeX ! footmisc
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Bibliography
34376 \begin_inset CommandInset bibitem
34377 LatexCommand bibitem
34378 key "hypcap"
34379
34380 \end_inset
34381
34382 Documentation du paquetage LaTeX 
34383 \series bold
34384
34385 \begin_inset CommandInset href
34386 LatexCommand href
34387 name "hypcap"
34388 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34389
34390 \end_inset
34391
34392
34393 \series default
34394
34395 \begin_inset Index
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399 Paquetages LaTeX ! hyperref
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Bibliography
34408 \begin_inset CommandInset bibitem
34409 LatexCommand bibitem
34410 key "hyperref"
34411
34412 \end_inset
34413
34414 Documentation du paquetage LaTeX 
34415 \series bold
34416
34417 \begin_inset CommandInset href
34418 LatexCommand href
34419 name "hyperref"
34420 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34421
34422 \end_inset
34423
34424
34425 \series default
34426
34427 \begin_inset Index
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431 Paquetages LaTeX ! hyperref
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Bibliography
34440 \begin_inset CommandInset bibitem
34441 LatexCommand bibitem
34442 key "koma-script"
34443
34444 \end_inset
34445
34446 Documentation du paquetage LaTeX 
34447 \series bold
34448
34449 \begin_inset CommandInset href
34450 LatexCommand href
34451 name "koma-script"
34452 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34453
34454 \end_inset
34455
34456
34457 \series default
34458
34459 \begin_inset Index
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Paquetages LaTeX ! koma-script
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Bibliography
34472 \begin_inset CommandInset bibitem
34473 LatexCommand bibitem
34474 key "listings"
34475
34476 \end_inset
34477
34478 Documentation du paquetage LaTeX 
34479 \series bold
34480
34481 \begin_inset CommandInset href
34482 LatexCommand href
34483 name "listings"
34484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34485
34486 \end_inset
34487
34488
34489 \series default
34490
34491 \begin_inset Index
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Paquetages LaTeX ! listings
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Bibliography
34504 \begin_inset CommandInset bibitem
34505 LatexCommand bibitem
34506 key "marginnote"
34507
34508 \end_inset
34509
34510 Documentation du paquetage LaTeX 
34511 \series bold
34512
34513 \begin_inset CommandInset href
34514 LatexCommand href
34515 name "marginnote"
34516 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34517
34518 \end_inset
34519
34520
34521 \series default
34522
34523 \begin_inset Index
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527 Paquetages LaTeX ! marginnote
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Bibliography
34536 \begin_inset CommandInset bibitem
34537 LatexCommand bibitem
34538 key "pstricks"
34539
34540 \end_inset
34541
34542 Page Web du paquetage LaTeX 
34543 \series bold
34544
34545 \begin_inset CommandInset href
34546 LatexCommand href
34547 name "PSTricks"
34548 target "http://tug.org/PSTricks/"
34549
34550 \end_inset
34551
34552
34553 \series default
34554
34555 \begin_inset Index
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559 Paquetages LaTeX ! PSTricks
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \begin_layout Bibliography
34568 \begin_inset CommandInset bibitem
34569 LatexCommand bibitem
34570 key "sidecap"
34571
34572 \end_inset
34573
34574 Documentation du paquetage LaTeX 
34575 \series bold
34576
34577 \begin_inset CommandInset href
34578 LatexCommand href
34579 name "sidecap"
34580 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34581
34582 \end_inset
34583
34584
34585 \series default
34586
34587 \begin_inset Index
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591 Paquetages LaTeX ! sidecap
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \begin_layout Bibliography
34600 \begin_inset CommandInset bibitem
34601 LatexCommand bibitem
34602 key "NewInLyX16"
34603
34604 \end_inset
34605
34606
34607 \begin_inset CommandInset href
34608 LatexCommand href
34609 name "Page Wiki"
34610 target "http://wiki.lyx.org/LyX/NewInLyX16"
34611
34612 \end_inset
34613
34614  au sujet des nouveautés de 
34615 \family sans
34616 LyX 1.6.0
34617 \family default
34618 .
34619 \end_layout
34620
34621 \begin_layout Standard
34622 \begin_inset CommandInset index_print
34623 LatexCommand printindex
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Standard
34631 \begin_inset FloatList figure
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 \begin_inset FloatList table
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Standard
34647 \begin_inset ERT
34648 status open
34649
34650 \begin_layout Plain Layout
34651
34652
34653 \backslash
34654 listof{algorithm}{Liste des Algorithmes}
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \begin_inset Note Note
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 voir la section
34665 \begin_inset space ~
34666 \end_inset
34667
34668
34669 \begin_inset CommandInset ref
34670 LatexCommand ref
34671 reference "sub:Flottant-d'Algorithme"
34672
34673 \end_inset
34674
34675  pour une description
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \end_body
34684 \end_document