]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
UserGuide.lyx: describe the new support for \dotfill, etc.
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \language french
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pagebackref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
223  les Boîtes et les Objets Externes de LyX
224 \end_layout
225
226 \begin_layout Author
227 par l'Équipe LyX
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
234  de la documentation de LyX: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 auteur original : Uwe Stöhr
254 \end_layout
255
256 \begin_layout Plain Layout
257 Traduction française : Siegfried Meunier-Guttin-Cluzel
258 \end_layout
259
260 \begin_layout Plain Layout
261 version 1.5.2 - novembre 2007
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \family sans
276 Version 1.6svn
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
294  
295 \series bold
296 arydshln
297 \series default
298
299 \series bold
300 colortbl
301 \series default
302
303 \series bold
304 marginnote
305 \series default
306 , et 
307 \series bold
308 sidecap
309 \series default
310  doivent être installés.
311  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
312  les sections qui nécessitent les paquetages en question n'apparaîtront
313  pas sur la sortie.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series default
329 (version anglaise)
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Figures
339 \begin_inset CommandInset label
340 LatexCommand label
341 name "cha:Figures"
342
343 \end_inset
344
345
346 \begin_inset Index
347 status collapsed
348
349 \begin_layout Plain Layout
350 Figures
351 \end_layout
352
353 \end_inset
354
355
356 \begin_inset Index
357 status collapsed
358
359 \begin_layout Plain Layout
360 Graphiques|see
361 \begin_inset ERT
362 status collapsed
363
364 \begin_layout Plain Layout
365
366 {
367 \end_layout
368
369 \end_inset
370
371 Figures
372 \begin_inset ERT
373 status collapsed
374
375 \begin_layout Plain Layout
376
377 }
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 La fenêtre de dialogue Graphique
392 \begin_inset Index
393 status collapsed
394
395 \begin_layout Plain Layout
396 Figures ! Fenêtre de dialogue Graphique
397 \end_layout
398
399 \end_inset
400
401
402 \begin_inset CommandInset label
403 LatexCommand label
404 name "sec:Graphics-Dialog"
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 Pour placer une figure dans votre document, cliquez sur le bouton
413 \begin_inset Graphics
414         filename ../../images/dialog-show-new-inset_graphics.png
415         scale 85
416         scaleBeforeRotation
417
418 \end_inset
419
420  dans la barre d'outils, ou faites 
421 \family sans
422 Insérer\SpecialChar \menuseparator
423 Graphique
424 \family default
425 .
426  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
427  à charger.
428  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
429  dans le texte.
430 \end_layout
431
432 \begin_layout Standard
433 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
434  avec le bouton droit sur une image
435 \begin_inset Note Note
436 status collapsed
437
438 \begin_layout Plain Layout
439 Ça marche aussi avec le bouton gauche ! (NdT)
440 \end_layout
441
442 \end_inset
443
444 .
445  Cette fenêtre de dialogue possède trois onglets:
446 \end_layout
447
448 \begin_layout Description
449 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
450  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
451  Les unités de longueurs utilisées sont décrites dans l'appendice
452 \begin_inset space ~
453 \end_inset
454
455
456 \begin_inset CommandInset ref
457 LatexCommand ref
458 reference "cha:Unités-de-longueur"
459
460 \end_inset
461
462 .
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figures ! Pivotées
472 \end_layout
473
474 \end_inset
475
476 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
477  d'une montre, en donnant l'angle de rotation et la position du pivot.
478  L'image apparaîtra pivotée dans LyX.
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Figures ! Redimensionnées
488 \end_layout
489
490 \end_inset
491
492 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
493  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
494  sa largeur.
495  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
496  déterminée automatiquement.
497  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
498  éventuellement une distorsion.
499  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
500  
501 \family sans
502 Conserver
503 \begin_inset space ~
504 \end_inset
505
506 les
507 \begin_inset space ~
508 \end_inset
509
510 proportions
511 \family default
512 .
513  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
514  pas les valeurs fixées.
515  
516 \begin_inset Newline newline
517 \end_inset
518
519 Les images peuvent être modifiée en utilisant le programme de votre choix
520  en cliquant sur le bouton Éditer.
521  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
522  
523 \family sans
524 Formats
525 \begin_inset space ~
526 \end_inset
527
528 de
529 \begin_inset space ~
530 \end_inset
531
532 fichiers
533 \family default
534  dans la fenêtre de dialogue de 
535 \family sans
536 Préférences
537 \family default
538  de LyX.
539 \end_layout
540
541 \begin_layout Description
542 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
543  la sortie finale est de modifier les coordonnées de la zone de l'image
544  qui est affichée.
545  Cette zone peut être calculée automatiquement à partir des données présentes
546  dans le fichier en appuyant sur le bouton 
547 \family sans
548 Valeurs
549 \begin_inset space ~
550 \end_inset
551
552 du
553 \begin_inset space ~
554 \end_inset
555
556 Fichier
557 \family default
558 .
559  Avec l'option 
560 \family sans
561 Couper
562 \begin_inset space ~
563 \end_inset
564
565 à
566 \begin_inset space ~
567 \end_inset
568
569 la
570 \begin_inset space ~
571 \end_inset
572
573 boîte
574 \begin_inset space ~
575 \end_inset
576
577 de
578 \begin_inset space ~
579 \end_inset
580
581 délimitation, 
582 \family default
583 seule la portion de l'image qui est dans la zone définie sera imprimée.
584  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
585  donc vous pouvez ignorer l'onglet 
586 \family sans
587 Rogner
588 \family default
589 .
590 \end_layout
591
592 \begin_layout Description
593
594 \family sans
595 Options
596 \begin_inset space ~
597 \end_inset
598
599 LaTeX
600 \begin_inset space ~
601 \end_inset
602
603 et
604 \begin_inset space ~
605 \end_inset
606
607 LyX
608 \family default
609  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
610  en faire une sous-figure avec sa propre légende si elle incorporée dans
611  un flottant de figure.
612  Les sous-figures sont décrites dans la section
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "sec:Figure-Floats"
620
621 \end_inset
622
623 .
624 \begin_inset Newline newline
625 \end_inset
626
627 Les experts ès-LaTeX pourront fournir dans cet onglet des options supplémentaire
628 s pour LaTeX
629 \begin_inset Newline newline
630 \end_inset
631
632 L'option Mode brouillon fait que l'image apparaîtra sur la sortie sous la
633  forme d'un cadre vide avec la taille de l'image.
634 \begin_inset Newline newline
635 \end_inset
636
637 L'option 
638 \family sans
639 ne
640 \begin_inset space ~
641 \end_inset
642
643 pas
644 \begin_inset space ~
645 \end_inset
646
647 décompresser
648 \begin_inset space ~
649 \end_inset
650
651 à
652 \begin_inset space ~
653 \end_inset
654
655 l'exportation
656 \family default
657  n'affectera que les graphiques EPS zippés, par exemple 
658 \family typewriter
659 x.eps.gz
660 \family default
661 .
662  Quand cette option est activée, les images ne sont pas décompressées à
663  l'exportation, vu que LaTeX peut les traiter telles-quelles
664 \begin_inset Newline newline
665 \end_inset
666
667 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
668  disques quand on utilise PostScript comme format de sortie, voir l'appendice
669 \begin_inset space ~
670 \end_inset
671
672
673 \begin_inset CommandInset ref
674 LatexCommand ref
675 reference "sec:PostScript"
676
677 \end_inset
678
679 .
680  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
681  terminal UNIX ou une console Windows:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \series default
689
690 \begin_inset Newline newline
691 \end_inset
692
693
694 \series bold
695 zgrep %%Bounding x.eps.gz > x.eps.bb
696 \series default
697
698 \begin_inset Newline newline
699 \end_inset
700
701 La seconde commande va créer le fichier contenant la description de la boîte
702  de délimitation 
703 \begin_inset Quotes eld
704 \end_inset
705
706
707 \family typewriter
708 x.eps.bb
709 \family default
710
711 \begin_inset Quotes erd
712 \end_inset
713
714  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset VSpace bigskip
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 Voici un exemple d'image au format EPS
726 \begin_inset Foot
727 status collapsed
728
729 \begin_layout Plain Layout
730 Les format d'images sont décrits dans la section
731 \begin_inset space ~
732 \end_inset
733
734
735 \begin_inset CommandInset ref
736 LatexCommand ref
737 reference "sec:Image-Formats"
738
739 \end_inset
740
741 .
742 \end_layout
743
744 \end_inset
745
746  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
747 nt:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename ../clipart/mobius.eps
754         scale 70
755         scaleBeforeRotation
756         rotateOrigin center
757
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Standard
764 Et voici la même image mais en mode brouillon:
765 \end_layout
766
767 \begin_layout Standard
768 \align center
769 \begin_inset Graphics
770         filename ../clipart/mobius.eps
771         scale 70
772         draft
773         scaleBeforeRotation
774         rotateOrigin center
775
776 \end_inset
777
778
779 \end_layout
780
781 \begin_layout Section
782 Figures Flottantes
783 \begin_inset CommandInset label
784 LatexCommand label
785 name "sec:Figure-Floats"
786
787 \end_inset
788
789
790 \begin_inset Index
791 status collapsed
792
793 \begin_layout Plain Layout
794 Flottants ! Figures
795 \end_layout
796
797 \end_inset
798
799
800 \begin_inset Index
801 status collapsed
802
803 \begin_layout Plain Layout
804 Figures ! Flottants
805 \end_layout
806
807 \end_inset
808
809
810 \end_layout
811
812 \begin_layout Standard
813 Pour des explications d'ordre général concernant les flottants, jetez un
814  coup d'œil à la section
815 \begin_inset space ~
816 \end_inset
817
818
819 \begin_inset CommandInset ref
820 LatexCommand ref
821 reference "sec:Flottants-Introduction"
822
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 Le bouton 
830 \begin_inset Graphics
831         filename ../../images/float-insert_figure.png
832         scale 85
833         scaleBeforeRotation
834
835 \end_inset
836
837  de la barre d'outils et le menu 
838 \family sans
839 Insérer\SpecialChar \menuseparator
840 Flottant\SpecialChar \menuseparator
841 Figure
842 \family default
843  insèrent un flottant avec l'étiquette 
844 \begin_inset Quotes eld
845 \end_inset
846
847
848 \series bold
849 Figure
850 \begin_inset space ~
851 \end_inset
852
853 #:
854 \series default
855
856 \begin_inset Quotes erd
857 \end_inset
858
859  (# est le numéro réel de l'image).
860  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
861 \begin_inset space ~
862 \end_inset
863
864
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "fig:kill-plat"
868
869 \end_inset
870
871  ou en dessous de la légende comme pour la Figure
872 \begin_inset space ~
873 \end_inset
874
875
876 \begin_inset CommandInset ref
877 LatexCommand ref
878 reference "fig:escher"
879
880 \end_inset
881
882 .
883  Vous trouverez plus d'information sur le positionnement des légendes dans
884  la section
885 \begin_inset space ~
886 \end_inset
887
888
889 \begin_inset CommandInset ref
890 LatexCommand ref
891 reference "sec:Placement-légende"
892
893 \end_inset
894
895 .
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \align center
906 \begin_inset Graphics
907         filename ../clipart/platypus.eps
908         width 50col%
909         scaleBeforeRotation
910         rotateOrigin center
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Plain Layout
918 \begin_inset Caption
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "fig:kill-plat"
924
925 \end_inset
926
927 Un ornithorynque sévèrement déformé dans un flottant de figure.
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Float figure
942 wide false
943 sideways false
944 status open
945
946 \begin_layout Plain Layout
947 \begin_inset Caption
948
949 \begin_layout Plain Layout
950 \begin_inset CommandInset label
951 LatexCommand label
952 name "fig:escher"
953
954 \end_inset
955
956 M.C.
957  Escher sous LSD.
958 \end_layout
959
960 \end_inset
961
962
963 \end_layout
964
965 \begin_layout Plain Layout
966 \align center
967 \begin_inset Graphics
968         filename ../clipart/escher-lsd.eps
969         scale 80
970         scaleBeforeRotation
971         rotateOrigin center
972
973 \end_inset
974
975
976 \end_layout
977
978 \end_inset
979
980
981 \end_layout
982
983 \begin_layout Standard
984 \begin_inset Index
985 status collapsed
986
987 \begin_layout Plain Layout
988 Références ! à des Figures
989 \end_layout
990
991 \end_inset
992
993 Les figure
994 \begin_inset space ~
995 \end_inset
996
997
998 \begin_inset CommandInset ref
999 LatexCommand ref
1000 reference "fig:kill-plat"
1001
1002 \end_inset
1003
1004  et 
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:escher"
1008
1009 \end_inset
1010
1011  sont des exemples de figures référencées.
1012  Dans le texte, on fait référence à une figure en faisant référence à sa
1013  légende.
1014  On insère donc une étiquette dans la légende en utilisant le menu 
1015 \family sans
1016 Insérer
1017 \family default
1018 \SpecialChar \menuseparator
1019
1020 \family sans
1021 Étiquette
1022 \family default
1023  ou le bouton 
1024 \begin_inset Graphics
1025         filename ../../images/label-insert.png
1026         scale 85
1027         scaleBeforeRotation
1028
1029 \end_inset
1030
1031  de la barre d'outils.
1032  On peut alors faire référence à cette étiquette en utilisant le menu 
1033 \family sans
1034 Insérer\SpecialChar \menuseparator
1035 Référence
1036 \begin_inset space ~
1037 \end_inset
1038
1039 croisée
1040 \family default
1041  ou le bouton 
1042 \begin_inset Graphics
1043         filename ../../images/dialog-show-new-inset_ref.png
1044         scale 85
1045         scaleBeforeRotation
1046
1047 \end_inset
1048
1049  de la barre d'outils.
1050  Il est important d'utiliser des références pour les flottants de figures
1051  plutôt que des locutions vagues du genre 
1052 \begin_inset Quotes eld
1053 \end_inset
1054
1055 la figure ci-dessous
1056 \begin_inset Quotes erd
1057 \end_inset
1058
1059 , puisque LaTeX va repositionner la figure dans le document final.
1060  Votre figure risque de ne plus être ci-dessous du tout !
1061 \begin_inset Newline newline
1062 \end_inset
1063
1064 Le référencement est expliqué plus en détail dans la section
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "sec:Referencer-les-Flottants"
1072
1073 \end_inset
1074
1075 .
1076 \end_layout
1077
1078 \begin_layout Standard
1079 En principe on met une seule figure dans un flottant, mais parfois vous
1080  pouvez vouloir deux figures avec chacune sa sous-légende.
1081  C'est possible en insérant des flottants d'image dans des flottants d'image
1082  existants.
1083  Notez que seule la légende principale des flottants est reprise dans la
1084  liste des figures.
1085  La figure
1086 \begin_inset space ~
1087 \end_inset
1088
1089
1090 \begin_inset CommandInset ref
1091 LatexCommand ref
1092 reference "fig:Deux-images-déformées"
1093
1094 \end_inset
1095
1096  est un exemple de flottant de figure avec deux images mises l'une à côté
1097  de l'autre.
1098  Vous pouvez aussi mettre les images les unes sous les autres.
1099  Les figures
1100 \begin_inset space ~
1101 \end_inset
1102
1103
1104 \begin_inset CommandInset ref
1105 LatexCommand ref
1106 reference "fig:Structure-indéfinissable"
1107
1108 \end_inset
1109
1110  et 
1111 \begin_inset CommandInset ref
1112 LatexCommand ref
1113 reference "fig:Un-ornithorynque"
1114
1115 \end_inset
1116
1117  sont des sous-figures.
1118 \end_layout
1119
1120 \begin_layout Standard
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status open
1125
1126 \begin_layout Plain Layout
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \begin_inset Float figure
1132 wide false
1133 sideways false
1134 status open
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:Structure-indéfinissable"
1143
1144 \end_inset
1145
1146 Structure indéfinissable
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Graphics
1156         filename ../clipart/escher-lsd.eps
1157         width 45col%
1158         scaleBeforeRotation
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \begin_inset space \hfill{}
1169 \end_inset
1170
1171
1172 \begin_inset Float figure
1173 wide false
1174 sideways false
1175 status open
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Caption
1179
1180 \begin_layout Plain Layout
1181 \begin_inset CommandInset label
1182 LatexCommand label
1183 name "fig:Un-ornithorynque"
1184
1185 \end_inset
1186
1187 Un ornithorynque
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \end_layout
1194
1195 \begin_layout Plain Layout
1196 \begin_inset Graphics
1197         filename ../clipart/platypus.eps
1198         lyxscale 60
1199         width 45col%
1200         scaleBeforeRotation
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \begin_inset space \hfill{}
1211 \end_inset
1212
1213
1214 \end_layout
1215
1216 \begin_layout Plain Layout
1217 \begin_inset Caption
1218
1219 \begin_layout Plain Layout
1220 \begin_inset CommandInset label
1221 LatexCommand label
1222 name "fig:Deux-images-déformées"
1223
1224 \end_inset
1225
1226 Deux images déformées.
1227 \end_layout
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Section
1240 Les Formats d'images
1241 \begin_inset CommandInset label
1242 LatexCommand label
1243 name "sec:Image-Formats"
1244
1245 \end_inset
1246
1247
1248 \begin_inset Index
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 Formats d' images
1253 \end_layout
1254
1255 \end_inset
1256
1257
1258 \begin_inset Index
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262 Figures ! Formats d'images
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Standard
1271 Vous pouvez insérer des images dans n'importe quel format connu.
1272  Mais, comme nous l'avons expliqué dans l'appendice
1273 \begin_inset space ~
1274 \end_inset
1275
1276
1277 \begin_inset CommandInset ref
1278 LatexCommand ref
1279 reference "cha:Formats-fichiers-graphiques"
1280
1281 \end_inset
1282
1283 ,
1284 \lang english
1285  
1286 \lang french
1287 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1288  de formats d'images.
1289  Pour s'en sortir LyX utilise le programme 
1290 \family typewriter
1291 Imagemagick
1292 \family default
1293  en arrière plan pour convertir les formats que vous utilisez dans un des
1294  formats acceptés par le format de sortie.
1295  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1296 ons en n'utilisant que les formats listés dans les sous sections de
1297 \lang english
1298  
1299 \lang french
1300 l'appendice
1301 \begin_inset space ~
1302 \end_inset
1303
1304
1305 \begin_inset CommandInset ref
1306 LatexCommand ref
1307 reference "cha:Formats-fichiers-graphiques"
1308
1309 \end_inset
1310
1311 .
1312 \end_layout
1313
1314 \begin_layout Standard
1315 Comme pour les polices de caractères, il y a deux grands types de formats
1316  d'images:
1317 \end_layout
1318
1319 \begin_layout Description
1320 Les
1321 \begin_inset space ~
1322 \end_inset
1323
1324 images
1325 \begin_inset space ~
1326 \end_inset
1327
1328 Matricielles
1329 \begin_inset space ~
1330 \end_inset
1331
1332 (ou
1333 \begin_inset space ~
1334 \end_inset
1335
1336 bitmap) l'image est décomposée en une mosaïque des points (ou pixels), souvent
1337  enregistrés sous un format compressé.
1338  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1339  petits carrés quand on utilise des agrandissements trop importants (aspect
1340  
1341 \begin_inset Quotes eld
1342 \end_inset
1343
1344 pixellisé
1345 \begin_inset Quotes erd
1346 \end_inset
1347
1348 ).
1349  Les formats matriciels les plus connus sont le GIF (
1350 \begin_inset Quotes eld
1351 \end_inset
1352
1353 Graphics Interchange Format
1354 \begin_inset Quotes erd
1355 \end_inset
1356
1357 , avec comme extension de fichier 
1358 \begin_inset Quotes eld
1359 \end_inset
1360
1361
1362 \family typewriter
1363 .gif
1364 \family default
1365
1366 \begin_inset Quotes erd
1367 \end_inset
1368
1369 )
1370 \begin_inset Index
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 GIF|see
1375 \begin_inset ERT
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379
1380 {
1381 \end_layout
1382
1383 \end_inset
1384
1385 Format d'image
1386 \begin_inset ERT
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390
1391 }
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401 , le PNG (
1402 \begin_inset Quotes eld
1403 \end_inset
1404
1405 Portable Network Graphics, extension 
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409
1410 \family typewriter
1411 .gif
1412 \family default
1413
1414 \begin_inset Quotes erd
1415 \end_inset
1416
1417 )
1418 \begin_inset Index
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 PNG|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Formats d'image
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449  et le JPG (
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453 Joint Photographic Expert Group, extension 
1454 \begin_inset Quotes eld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .jpg
1460 \family default
1461
1462 \begin_inset Quotes erd
1463 \end_inset
1464
1465  ou 
1466 \begin_inset Quotes eld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .jpeg
1472 \family default
1473
1474 \begin_inset Quotes erd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 JPG|see
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 {
1489 \end_layout
1490
1491 \end_inset
1492
1493 Formats d'image
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 }
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508
1509 .
1510 \end_layout
1511
1512 \begin_layout Description
1513 Les
1514 \begin_inset space ~
1515 \end_inset
1516
1517 images
1518 \begin_inset space ~
1519 \end_inset
1520
1521 Vectorielles
1522 \begin_inset space ~
1523 \end_inset
1524
1525 (ou
1526 \begin_inset space ~
1527 \end_inset
1528
1529 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1530  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1531 nnée comme on le veut sans perte de précision.
1532  La possibilité de redimensionner les images est très utilisé pour les présentat
1533 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1534 nnement.
1535  Le redimensionnement permet aussi de présenter des documents en ligne où
1536  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1537  étudier les détails.
1538 \begin_inset Newline newline
1539 \end_inset
1540
1541 Les principaux formats vectoriels sont le SVG (
1542 \begin_inset Quotes eld
1543 \end_inset
1544
1545 Scalable Vector Graphics
1546 \begin_inset Quotes erd
1547 \end_inset
1548
1549 , extension
1550 \begin_inset Quotes eld
1551 \end_inset
1552
1553
1554 \family typewriter
1555 .svg
1556 \family default
1557
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561 )
1562 \begin_inset Index
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 SVG|see
1567 \begin_inset ERT
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 {
1573 \end_layout
1574
1575 \end_inset
1576
1577 Format d'image
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 }
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592
1593 , l'EPS ( 
1594 \begin_inset Quotes eld
1595 \end_inset
1596
1597 encapsulated PostScript
1598 \begin_inset Quotes erd
1599 \end_inset
1600
1601 , extension
1602 \begin_inset Quotes eld
1603 \end_inset
1604
1605
1606 \family typewriter
1607 .eps
1608 \family default
1609
1610 \begin_inset Quotes erd
1611 \end_inset
1612
1613 )
1614 \begin_inset Index
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 EPS|see
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 {
1625 \end_layout
1626
1627 \end_inset
1628
1629 Format d'image
1630 \begin_inset ERT
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634
1635 }
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644
1645 , le PDF (
1646 \begin_inset Quotes eld
1647 \end_inset
1648
1649 Portable Document Format
1650 \begin_inset Quotes erd
1651 \end_inset
1652
1653 , extension
1654 \begin_inset Quotes eld
1655 \end_inset
1656
1657
1658 \family typewriter
1659 .pdf
1660 \family default
1661
1662 \begin_inset Quotes erd
1663 \end_inset
1664
1665 )
1666 \begin_inset Index
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 PDF|see
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 {
1677 \end_layout
1678
1679 \end_inset
1680
1681 Format d'image
1682 \begin_inset ERT
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 }
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \end_inset
1696
1697  et le WMF (
1698 \begin_inset Quotes eld
1699 \end_inset
1700
1701 Windows Metafile
1702 \begin_inset Quotes erd
1703 \end_inset
1704
1705 , extension 
1706 \begin_inset Quotes eld
1707 \end_inset
1708
1709
1710 \family typewriter
1711 .wfm
1712 \family default
1713
1714 \begin_inset Quotes erd
1715 \end_inset
1716
1717  ou 
1718 \begin_inset Quotes eld
1719 \end_inset
1720
1721
1722 \family typewriter
1723 .emf
1724 \family default
1725
1726 \begin_inset Quotes erd
1727 \end_inset
1728
1729 )
1730 \begin_inset Index
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 WMF|see
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 {
1741 \end_layout
1742
1743 \end_inset
1744
1745 Formats d'images
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 }
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761 .
1762  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1763  en EPS, mais le résultat ne sera pas redimensionnable.
1764  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1765 \begin_inset Foot
1766 status open
1767
1768 \begin_layout Plain Layout
1769 Dans le cas du PDF l'image initiale est aussi compressée.
1770 \end_layout
1771
1772 \end_inset
1773
1774 .
1775 \end_layout
1776
1777 \begin_layout Standard
1778 Les fichiers PDF générés par 
1779 \family typewriter
1780 Adobe Photoshop
1781 \family default
1782 , par exemple, sont des images matricielles.
1783 \end_layout
1784
1785 \begin_layout Standard
1786 En principe il est quasiment impossible de convertir une image matricielle
1787  en graphique vectoriel, seul le contraire est possible.
1788
1789 \lang english
1790  
1791 \lang french
1792 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1793  dans respectivement un fichier de sortie PDF ou PostScript.
1794  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1795  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1796  WMF/SVG
1797 \begin_inset Formula $\to$
1798 \end_inset
1799
1800 PDF/EPS convenables.
1801 \end_layout
1802
1803 \begin_layout Chapter
1804 Tableaux
1805 \begin_inset CommandInset label
1806 LatexCommand label
1807 name "cha:Tableaux"
1808
1809 \end_inset
1810
1811
1812 \begin_inset Index
1813 status collapsed
1814
1815 \begin_layout Plain Layout
1816 Tableau
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \begin_layout Section
1825 Introduction
1826 \begin_inset Index
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830 Tableau ! Introduction
1831 \end_layout
1832
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \begin_layout Standard
1839 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1840 \begin_inset Graphics
1841         filename ../../images/tabular-insert.png
1842         scale 85
1843         scaleBeforeRotation
1844
1845 \end_inset
1846
1847  soit 
1848 \family sans
1849 Insérer\SpecialChar \menuseparator
1850 Tableau
1851 \family default
1852 .
1853  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1854  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1855  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1856  sur un bouton de la souris pour valider votre choix.
1857  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1858  vous demandant le nombre de lignes et de colonnes.
1859 \begin_inset Newline newline
1860 \end_inset
1861
1862 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1863  une à droite de la colonne la plus à droite et une en bas de la rangée
1864  du bas, qui forment une boîte autour du tableau.
1865  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1866  apparaît séparée du reste du tableau.
1867  Voici un exemple :
1868 \end_layout
1869
1870 \begin_layout Standard
1871 \align center
1872 \begin_inset Tabular
1873 <lyxtabular version="3" rows="4" columns="4">
1874 <features>
1875 <column alignment="center" valignment="top" width="0">
1876 <column alignment="center" valignment="top" width="0">
1877 <column alignment="center" valignment="top" width="0">
1878 <column alignment="center" valignment="top" width="0">
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 1
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 2
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 A
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960 B
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 </row>
1993 <row>
1994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Plain Layout
1998 C
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Plain Layout
2007
2008 \end_layout
2009
2010 \end_inset
2011 </cell>
2012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 </row>
2031 </lyxtabular>
2032
2033 \end_inset
2034
2035
2036 \end_layout
2037
2038 \begin_layout Section
2039 La fenêtre 
2040 \family sans
2041 Tableau
2042 \family default
2043
2044 \begin_inset Index
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048 Tableau ! Fenêtre de dialogue
2049 \end_layout
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2058  de la souris, ce qui fait apparaître une fenêtre avec des options.
2059  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2060  la colonne et la ligne dans laquelle le curseur se trouve.
2061  La plupart des options peuvent s'appliquer à des sélections.
2062  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2063  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2064  votre sélection.
2065  Notez qu'il y a une différence entre sélectionner le 
2066 \emph on
2067 contenu 
2068 \emph default
2069 d'une cellule et sélectionner la cellule elle-même.
2070  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2071  tableaux :
2072 \end_layout
2073
2074 \begin_layout Description
2075 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2076  la largeur de la colonne courante.
2077  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2078  vertical de la ligne courante.
2079  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2080  et donc, plusieurs paragraphes de texte, voir la section
2081 \begin_inset space ~
2082 \end_inset
2083
2084
2085 \begin_inset CommandInset ref
2086 LatexCommand ref
2087 reference "sub:Lignes-multiple-dans-cellule"
2088
2089 \end_inset
2090
2091 .
2092  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2093  pour accommoder le contenu de cellule le plus large.
2094 \begin_inset Newline newline
2095 \end_inset
2096
2097 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2098  un multicolonne, voir la section
2099 \begin_inset space ~
2100 \end_inset
2101
2102
2103 \begin_inset CommandInset ref
2104 LatexCommand ref
2105 reference "sub:Multicolonnes"
2106
2107 \end_inset
2108
2109 .
2110 \begin_inset Newline newline
2111 \end_inset
2112
2113 L'option 
2114 \family sans
2115 Tourner
2116 \begin_inset space ~
2117 \end_inset
2118
2119 la
2120 \begin_inset space ~
2121 \end_inset
2122
2123 case
2124 \begin_inset space ~
2125 \end_inset
2126
2127 de
2128 \begin_inset space ~
2129 \end_inset
2130
2131 90°
2132 \family default
2133  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2134  L'option 
2135 \family sans
2136 Tourner
2137 \begin_inset space ~
2138 \end_inset
2139
2140 le
2141 \begin_inset space ~
2142 \end_inset
2143
2144 tableau
2145 \begin_inset space ~
2146 \end_inset
2147
2148 de
2149 \begin_inset space ~
2150 \end_inset
2151
2152 90°
2153 \family default
2154  fait pivoter tout le tableau.
2155  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2156  la sortie finale.
2157 \begin_inset Newline newline
2158 \end_inset
2159
2160
2161 \begin_inset Note Greyedout
2162 status open
2163
2164 \begin_layout Plain Layout
2165
2166 \series bold
2167 Note:
2168 \series default
2169  La plupart des visualiseurs DVI ne sont 
2170 \emph on
2171 pas
2172 \emph default
2173  capables d'afficher ces rotations.
2174 \end_layout
2175
2176 \end_inset
2177
2178
2179 \lang english
2180
2181 \begin_inset Newline newline
2182 \end_inset
2183
2184
2185 \lang french
2186 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2187  spéciales pour le tableau, voir les sections
2188 \begin_inset space ~
2189 \end_inset
2190
2191
2192 \begin_inset CommandInset ref
2193 LatexCommand ref
2194 reference "sub:Calculs-multicolonnes"
2195
2196 \end_inset
2197
2198  et 
2199 \begin_inset CommandInset ref
2200 LatexCommand ref
2201 reference "sec:Tableaux-Colorés"
2202
2203 \end_inset
2204
2205 .
2206 \end_layout
2207
2208 \begin_layout Description
2209
2210 \family sans
2211 Bordures
2212 \family default
2213  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2214  ou la colonne courante.
2215  
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219 En utilisant le style 
2220 \family sans
2221 Formel
2222 \family default
2223  à la place du style par 
2224 \family sans
2225 Défaut
2226 \family default
2227  va convertir le tableau en tableau formel comme on le décrit dans la section
2228 \begin_inset space ~
2229 \end_inset
2230
2231
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "sec:Tableaux-Formels"
2235
2236 \end_inset
2237
2238 .
2239 \begin_inset Newline newline
2240 \end_inset
2241
2242 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2243  dans les lignes du tableau comme c'est décrit dans la section
2244 \begin_inset space ~
2245 \end_inset
2246
2247
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Espacement-lignes"
2251
2252 \end_inset
2253
2254 .
2255 \end_layout
2256
2257 \begin_layout Description
2258 Tableau
2259 \begin_inset space ~
2260 \end_inset
2261
2262 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2263  un 
2264 \begin_inset Quotes eld
2265 \end_inset
2266
2267
2268 \emph on
2269 tableau long
2270 \emph default
2271
2272 \begin_inset Quotes erd
2273 \end_inset
2274
2275  qui peut continuer sur plusieurs pages.
2276  Les sections
2277 \begin_inset space ~
2278 \end_inset
2279
2280
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "sec:Tableaux-longs"
2284
2285 \end_inset
2286
2287  et 
2288 \begin_inset CommandInset ref
2289 LatexCommand ref
2290 reference "sec:Questions-sur-tableaux-longs"
2291
2292 \end_inset
2293
2294  décrivent ces tableaux longs plus en détail.
2295 \end_layout
2296
2297 \begin_layout Standard
2298 Quand la barre d'outils tableau est activée
2299 \begin_inset Note Note
2300 status open
2301
2302 \begin_layout Plain Layout
2303 ou la fenêtre ?
2304 \end_layout
2305
2306 \end_inset
2307
2308 , vous pouvez déplacer le curseur de cellule en cellule avec les touches
2309  de déplacement et voir s'afficher les propriétés de la cellule courante
2310  dans la fenêtre de dialogue.
2311 \end_layout
2312
2313 \begin_layout Section
2314 La barre d'outils tableau
2315 \begin_inset Index
2316 status collapsed
2317
2318 \begin_layout Plain Layout
2319 Tableau ! Barre d'outils
2320 \end_layout
2321
2322 \end_inset
2323
2324
2325 \end_layout
2326
2327 \begin_layout Standard
2328 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2329  permet de modifier plus rapidement les tableaux.
2330  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2331  le curseur se trouve à l'intérieur d'un tableau.
2332  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2333  au menu 
2334 \family sans
2335 Visualiser\SpecialChar \menuseparator
2336 Barres
2337 \begin_inset space ~
2338 \end_inset
2339
2340 d'outils\SpecialChar \menuseparator
2341 Tableau
2342 \family default
2343 .
2344 \end_layout
2345
2346 \begin_layout Standard
2347 La barre d'outils contient les icônes suivantes :
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../../images/tabular-feature_append-row.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  ajoute une ligne sous la cellule ou la sélection courante
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../../images/tabular-feature_append-column.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  ajoute une colonne à la droite de la cellule ou de la sélection courante
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../../images/tabular-feature_delete-row.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  supprime la ligne ou la sélection courante
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_delete-column.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  supprime la colonne ou la sélection courante
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../../images/tabular-feature_toggle-line-top.png
2398         scaleBeforeRotation
2399
2400 \end_inset
2401
2402  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2403  courante
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_toggle-line-bottom.png
2410         scaleBeforeRotation
2411
2412 \end_inset
2413
2414  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2415 \end_layout
2416
2417 \begin_layout Labeling
2418 \labelwidthstring 00.00.0000
2419 \begin_inset Graphics
2420         filename ../../images/tabular-feature_toggle-line-left.png
2421         scaleBeforeRotation
2422
2423 \end_inset
2424
2425  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2426 \begin_inset Note Note
2427 status collapsed
2428
2429 \begin_layout Plain Layout
2430 ou colonne ?
2431 \end_layout
2432
2433 \end_inset
2434
2435  ou de la sélection courante
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440 \begin_inset Graphics
2441         filename ../../images/tabular-feature_toggle-line-right.png
2442         scaleBeforeRotation
2443
2444 \end_inset
2445
2446  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2447 \begin_inset Note Note
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451 ou colonne ?
2452 \end_layout
2453
2454 \end_inset
2455
2456  ou de la sélection courante
2457 \end_layout
2458
2459 \begin_layout Labeling
2460 \labelwidthstring 00.00.0000
2461 \begin_inset Graphics
2462         filename ../../images/tabular-feature_set-all-lines.png
2463         scaleBeforeRotation
2464
2465 \end_inset
2466
2467  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2468  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2469  colonne et la ligne courante
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Graphics
2475         filename ../../images/tabular-feature_unset-all-lines.png
2476         scaleBeforeRotation
2477
2478 \end_inset
2479
2480  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2481  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2482  aussi la colonne et la ligne courante
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Graphics
2488         filename ../../images/tabular-feature_align-left.png
2489         scaleBeforeRotation
2490
2491 \end_inset
2492
2493  aligne à gauche le contenu de la cellule ou de la colonne courante
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498 \begin_inset Graphics
2499         filename ../../images/tabular-feature_align-center.png
2500         scaleBeforeRotation
2501
2502 \end_inset
2503
2504  centre horizontalement le contenu de la cellule ou de la colonne courante
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Graphics
2510         filename ../../images/tabular-feature_align-right.png
2511         scaleBeforeRotation
2512
2513 \end_inset
2514
2515  aligne à droite le contenu de la cellule ou de la colonne courante
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Graphics
2521         filename ../../images/tabular-feature_valign-top.png
2522         scaleBeforeRotation
2523
2524 \end_inset
2525
2526  aligne le contenu de la cellule courante verticalement vers le haut
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Graphics
2532         filename ../../images/tabular-feature_valign-middle.png
2533         scaleBeforeRotation
2534
2535 \end_inset
2536
2537  centre verticalement le contenu de la cellule courante
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Graphics
2543         filename ../../images/tabular-feature_valign-bottom.png
2544         scaleBeforeRotation
2545
2546 \end_inset
2547
2548  aligne le contenu de la cellule courante verticalement vers le bas
2549 \end_layout
2550
2551 \begin_layout Labeling
2552 \labelwidthstring 00.00.0000
2553 \begin_inset Graphics
2554         filename ../../images/tabular-feature_set-rotate-cell.png
2555         scaleBeforeRotation
2556
2557 \end_inset
2558
2559  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2560 re
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Graphics
2566         filename ../../images/tabular-feature_set-rotate-tabular.png
2567         scaleBeforeRotation
2568
2569 \end_inset
2570
2571  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Graphics
2577         filename ../../images/tabular-feature_multicolumn.png
2578         scaleBeforeRotation
2579
2580 \end_inset
2581
2582  transforme en multi-colonne la cellule ou la sélection courante
2583 \end_layout
2584
2585 \begin_layout Standard
2586 \begin_inset Note Greyedout
2587 status open
2588
2589 \begin_layout Plain Layout
2590
2591 \series bold
2592 Note :
2593 \series default
2594  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2595  est utilisé pour toutes les autres cellules de la ligne.
2596 \end_layout
2597
2598 \end_inset
2599
2600
2601 \end_layout
2602
2603 \begin_layout Section
2604 Le Menu Éditer Tableau
2605 \begin_inset Index
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Tableau ! Menu Éditer
2610 \end_layout
2611
2612 \end_inset
2613
2614
2615 \end_layout
2616
2617 \begin_layout Standard
2618 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2619  
2620 \family sans
2621 Éditer\SpecialChar \menuseparator
2622 Tableau
2623 \family default
2624  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2625  ou de la ligne courante et aussi de transformer la sélection courante en
2626  multi-colonne.
2627  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2628 \end_layout
2629
2630 \begin_layout Section
2631 Flottant de Tableau
2632 \begin_inset CommandInset label
2633 LatexCommand label
2634 name "sec:Table-Floats"
2635
2636 \end_inset
2637
2638
2639 \begin_inset Index
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Flottants ! Tableaux
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \begin_inset Index
2650 status collapsed
2651
2652 \begin_layout Plain Layout
2653 Tableau ! Flottants
2654 \end_layout
2655
2656 \end_inset
2657
2658
2659 \end_layout
2660
2661 \begin_layout Standard
2662 Pour des explications générales sur les flottants, jetez un œil à la section
2663 \begin_inset space ~
2664 \end_inset
2665
2666
2667 \begin_inset CommandInset ref
2668 LatexCommand ref
2669 reference "sec:Flottants-Introduction"
2670
2671 \end_inset
2672
2673 .
2674 \end_layout
2675
2676 \begin_layout Standard
2677 \begin_inset Float table
2678 placement h
2679 wide false
2680 sideways false
2681 status open
2682
2683 \begin_layout Plain Layout
2684 \begin_inset Caption
2685
2686 \begin_layout Plain Layout
2687 \begin_inset CommandInset label
2688 LatexCommand label
2689 name "tab:Flottant-de-tableau"
2690
2691 \end_inset
2692
2693 Un flottant de tableau.
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Plain Layout
2702 \align center
2703 \begin_inset Tabular
2704 <lyxtabular version="3" rows="3" columns="3">
2705 <features>
2706 <column alignment="center" valignment="top" width="0pt">
2707 <column alignment="center" valignment="top" width="0pt">
2708 <column alignment="center" valignment="top" width="0pt">
2709 <row>
2710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2711 \begin_inset Text
2712
2713 \begin_layout Plain Layout
2714 1
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723 2
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732 3
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 </row>
2738 <row>
2739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743 Jules
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 Marie
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761 Jean
2762 \end_layout
2763
2764 \end_inset
2765 </cell>
2766 </row>
2767 <row>
2768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\int x^{2}dx$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784 \begin_inset Formula $\left[\begin{array}{cc}
2785 a & b\\
2786 c & d\end{array}\right]$
2787 \end_inset
2788
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798 \begin_inset Formula $1+1=2$
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 </row>
2807 </lyxtabular>
2808
2809 \end_inset
2810
2811
2812 \end_layout
2813
2814 \end_inset
2815
2816
2817 \end_layout
2818
2819 \begin_layout Standard
2820 Les flottants de tableau sont insérés en utilisant le menu 
2821 \family sans
2822 Insérer\SpecialChar \menuseparator
2823 Flottant\SpecialChar \menuseparator
2824 Tableau
2825 \family default
2826  ou le bouton 
2827 \begin_inset Graphics
2828         filename ../../images/float-insert_table.png
2829         scale 85
2830         scaleBeforeRotation
2831
2832 \end_inset
2833
2834  de la barre d'outils.
2835 \end_layout
2836
2837 \begin_layout Standard
2838 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2839  qui a comme étiquette 
2840 \begin_inset Quotes eld
2841 \end_inset
2842
2843 Tableau
2844 \begin_inset space ~
2845 \end_inset
2846
2847 #:
2848 \begin_inset Quotes erd
2849 \end_inset
2850
2851  (où # est le numéro du tableau).
2852  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2853 \end_layout
2854
2855 \begin_layout Standard
2856 Le tableau
2857 \begin_inset space ~
2858 \end_inset
2859
2860
2861 \begin_inset CommandInset ref
2862 LatexCommand ref
2863 reference "tab:Flottant-de-tableau"
2864
2865 \end_inset
2866
2867  est un exemple de tableau dans un flottant de tableau.
2868 \end_layout
2869
2870 \begin_layout Standard
2871 On met habituellement la légende au dessus des tableaux, mais cette règle
2872  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2873  Cela signifie que si vous utilisez un document appartenant aux classes
2874  
2875 \family sans
2876 article
2877 \family default
2878
2879 \family sans
2880 book
2881 \family default
2882
2883 \family sans
2884 letter
2885 \family default
2886 , ou
2887 \family sans
2888  report
2889 \family default
2890  il n'y aura pas d'espace entre la légende et le tableau.
2891  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2892  la commande de chargement du paquetage LaTeX 
2893 \series bold
2894 caption
2895 \series default
2896
2897 \begin_inset Index
2898 status collapsed
2899
2900 \begin_layout Plain Layout
2901 Paquetages LaTeX ! caption
2902 \end_layout
2903
2904 \end_inset
2905
2906  dans le préambule de votre document.
2907 \begin_inset Foot
2908 status open
2909
2910 \begin_layout Plain Layout
2911 Pour plus d'information voyez la section
2912 \begin_inset space ~
2913 \end_inset
2914
2915
2916 \begin_inset CommandInset ref
2917 LatexCommand ref
2918 reference "sec:Placement-légende"
2919
2920 \end_inset
2921
2922 .
2923 \end_layout
2924
2925 \end_inset
2926
2927 :
2928 \end_layout
2929
2930 \begin_layout Standard
2931
2932 \series bold
2933 tableposition=top
2934 \end_layout
2935
2936 \begin_layout Standard
2937 Le paquetage 
2938 \series bold
2939 caption
2940 \series default
2941 , qui est décrit dans la section
2942 \begin_inset space ~
2943 \end_inset
2944
2945
2946 \begin_inset CommandInset ref
2947 LatexCommand ref
2948 reference "sec:Formatage-légende"
2949
2950 \end_inset
2951
2952 , est utilisé pour ajuster le format des légendes.
2953 \end_layout
2954
2955 \begin_layout Standard
2956 Dans le texte, on fait référence à un tableau
2957 \begin_inset Index
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961 Références ! à un Tableau
2962 \end_layout
2963
2964 \end_inset
2965
2966  en faisant référence à sa légende.
2967  On insère donc une étiquette dans la légende en utilisant le menu 
2968 \family sans
2969 Insérer
2970 \family default
2971 \SpecialChar \menuseparator
2972
2973 \family sans
2974 Étiquette
2975 \family default
2976  ou le bouton 
2977 \begin_inset Graphics
2978         filename ../../images/label-insert.png
2979         scale 85
2980         scaleBeforeRotation
2981
2982 \end_inset
2983
2984  de la barre d'outils.
2985  On peut alors faire référence à cette étiquette en utilisant le menu 
2986 \family sans
2987 Insérer\SpecialChar \menuseparator
2988 Référence
2989 \begin_inset space ~
2990 \end_inset
2991
2992 croisée
2993 \family default
2994  ou le bouton 
2995 \begin_inset Graphics
2996         filename ../../images/dialog-show-new-inset_ref.png
2997         scale 85
2998         scaleBeforeRotation
2999
3000 \end_inset
3001
3002  de la barre d'outils.
3003 \begin_inset Newline newline
3004 \end_inset
3005
3006 Les références croisées sont expliquées en détail dans la section
3007 \begin_inset space ~
3008 \end_inset
3009
3010
3011 \begin_inset CommandInset ref
3012 LatexCommand ref
3013 reference "sec:Referencer-les-Flottants"
3014
3015 \end_inset
3016
3017 .
3018 \end_layout
3019
3020 \begin_layout Section
3021 Tableaux Longs
3022 \begin_inset CommandInset label
3023 LatexCommand label
3024 name "sec:Tableaux-longs"
3025
3026 \end_inset
3027
3028
3029 \begin_inset Index
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 Tableaux longs
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \begin_inset Index
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Tableau ! Tableaux longs
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3053  l'option 
3054 \family sans
3055 Utiliser
3056 \begin_inset space ~
3057 \end_inset
3058
3059 les
3060 \begin_inset space ~
3061 \end_inset
3062
3063 tableaux
3064 \begin_inset space ~
3065 \end_inset
3066
3067 longs
3068 \family default
3069  de l'onglet 
3070 \family sans
3071 Tableau
3072 \begin_inset space ~
3073 \end_inset
3074
3075 long
3076 \family default
3077  de la fenêtre 
3078 \family sans
3079 Paramètres
3080 \begin_inset space ~
3081 \end_inset
3082
3083 du
3084 \begin_inset space ~
3085 \end_inset
3086
3087 tableau
3088 \family default
3089  pour le répartir automatiquement sur plusieurs pages.
3090  En cochant cette option, vous activez un certain nombre de cases d'option
3091  et vous pouvez alors définir:
3092 \end_layout
3093
3094 \begin_layout Description
3095 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3096  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3097  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3098  première page, si 
3099 \family sans
3100 Premier
3101 \begin_inset space ~
3102 \end_inset
3103
3104 en-tête
3105 \family default
3106  est défini.
3107  Ces lignes forment l'en-tête principal.
3108 \end_layout
3109
3110 \begin_layout Description
3111 Premier
3112 \begin_inset space ~
3113 \end_inset
3114
3115 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3116  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3117  d'en-tête utilisées pour la première page du tableau long.
3118 \end_layout
3119
3120 \begin_layout Description
3121 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3122  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3123  constituant les pieds de toutes les pages du tableau long ; sauf de la
3124  dernière page si 
3125 \family sans
3126 Dernier
3127 \begin_inset space ~
3128 \end_inset
3129
3130 pied
3131 \family default
3132  est défini.
3133 \end_layout
3134
3135 \begin_layout Description
3136 Dernier
3137 \begin_inset space ~
3138 \end_inset
3139
3140 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3141  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3142  constituant le pied de la dernière page du tableau long
3143 \end_layout
3144
3145 \begin_layout Standard
3146 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3147  Si vous activez plusieurs options pour une même ligne, vous devez être
3148  conscients que seule la première sera prise en compte.
3149  
3150 \begin_inset Note Note
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 Il y a quelque chose que je n'ai pas compris : la deuxième option serait
3155  mise automatiquement à 
3156 \begin_inset Quotes eld
3157 \end_inset
3158
3159 est vide
3160 \begin_inset Quotes erd
3161 \end_inset
3162
3163 ...(NdT)
3164 \end_layout
3165
3166 \end_inset
3167
3168 Dans ce contexte, première veut dire première en suivant l'ordre 
3169 \family sans
3170 Pied, Dernier
3171 \begin_inset space ~
3172 \end_inset
3173
3174 Pied, 
3175 \family default
3176 et
3177 \family sans
3178  En-tête, Premier
3179 \begin_inset space ~
3180 \end_inset
3181
3182 En-tête
3183 \family default
3184 .
3185  Voyez le tableau long qui suit pour voir comment ça marche :
3186 \end_layout
3187
3188 \begin_layout Standard
3189 \align center
3190 \begin_inset Tabular
3191 <lyxtabular version="3" rows="69" columns="3">
3192 <features islongtable="true">
3193 <column alignment="left" valignment="top" width="0cm">
3194 <column alignment="left" valignment="top" width="0pt">
3195 <column alignment="right" valignment="top" width="0pt">
3196 <row endfirsthead="true">
3197 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \series bold
3203 Exemple d'annuaire téléphonique (ignorez les noms)
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row endfirsthead="true">
3228 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 NOM
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 TEL.
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row endhead="true">
3261 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \series bold
3267 Exemple d'annuaire téléphonique
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row endhead="true">
3292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \series bold
3298 NOM
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 TEL.
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row endfoot="true">
3325 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329  continue page suivante
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row>
3354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 Annovi
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 Silvia
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 111
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 Bertoli
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 Stefano
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 111
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 Bozzi
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 Walter
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 111
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Cachia
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Maria
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Cachia
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Maurizio
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Cinquemani
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Giusi
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Colin
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Bernard
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Concli
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Gianfranco
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Dal Bosco
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Carolina
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Dalpiaz
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Annamaria
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Feliciello
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Domenico
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Focarelli
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Paola
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Galletti
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Oreste
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Gasparini
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Franca
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Rizzardi
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Paola
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Lassini
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Giancarlo
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Malfatti
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Luciano
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Malfatti
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Valeriano
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Meneguzzo
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Roberto
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Mezzadra
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Roberto
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Pirpamer
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Erich
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Pochiesa
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Paolo
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111, 222
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Radina
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Claudio
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \series bold
4073 Stuffer
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 Oskar
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 111
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 <row>
4098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \series bold
4104 Tacchelli
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 Ugo
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 111
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 </row>
4128 <row>
4129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133
4134 \series bold
4135 Tezzele
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Margit
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 111
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \series bold
4166 Unterkalmsteiner
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Frieda
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 111
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Vieider
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Hilde
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 111
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Vigna
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Jürgen
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 111
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Weber
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Maurizio
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 111
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Winkler
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Franz
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 111
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319  
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Annovi
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Silvia
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 555
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Bertoli
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Stefano
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 555
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Bozzi
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Walter
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 555
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Cachia
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Maria
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Cachia
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Maurizio
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Cinquemani
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Giusi
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Colin
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Bernard
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Concli
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Gianfranco
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Dal Bosco
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Carolina
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Dalpiaz
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Annamaria
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Feliciello
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Domenico
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Focarelli
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Paola
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Galletti
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Oreste
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Gasparini
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Franca
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Rizzardi
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Paola
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Lassini
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Giancarlo
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Malfatti
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Luciano
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Malfatti
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Valeriano
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Meneguzzo
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Roberto
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Mezzadra
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Roberto
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Pirpamer
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Erich
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 555
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Pochiesa
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Paolo
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555, 222
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Radina
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Claudio
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row>
5057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061
5062 \series bold
5063 Stuffer
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 Oskar
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 555
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \series bold
5094 Tacchelli
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 Ugo
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 555
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 </row>
5118 <row>
5119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123
5124 \series bold
5125 Tezzele
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 Margit
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 555
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \series bold
5156 Unterkalmsteiner
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Frieda
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 555
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \series bold
5187 Vieider
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Hilde
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 555
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \series bold
5218 Vigna
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 Jürgen
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 999
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \series bold
5249 Weber
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 Maurizio
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 555
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
5274 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \series bold
5280 Winkler
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 Franz
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 555
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row endlastfoot="true">
5305 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 Fin
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 </lyxtabular>
5334
5335 \end_inset
5336
5337
5338 \begin_inset ERT
5339 status open
5340
5341 \begin_layout Plain Layout
5342
5343
5344 \backslash
5345 addtocounter{table}{-1}
5346 \end_layout
5347
5348 \end_inset
5349
5350
5351 \begin_inset Note Note
5352 status open
5353
5354 \begin_layout Plain Layout
5355 Voyez la note grisée de la section
5356 \begin_inset space ~
5357 \end_inset
5358
5359
5360 \begin_inset CommandInset ref
5361 LatexCommand ref
5362 reference "sub:Tableaux-longs-légende"
5363
5364 \end_inset
5365
5366  pour une explication de cette commande.
5367 \end_layout
5368
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \begin_layout Subsection
5375 Notes de Bas de Page dans les Tableaux Longs
5376 \begin_inset CommandInset label
5377 LatexCommand label
5378 name "sub:Notes-dans-tableau-long"
5379
5380 \end_inset
5381
5382
5383 \begin_inset Index
5384 status collapsed
5385
5386 \begin_layout Plain Layout
5387 Tableaux longs ! Notes de bas de page
5388 \end_layout
5389
5390 \end_inset
5391
5392
5393 \end_layout
5394
5395 \begin_layout Standard
5396 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5397  long.
5398  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5399  contenant la note.
5400  Par exemple le tableau
5401 \begin_inset space ~
5402 \end_inset
5403
5404
5405 \begin_inset CommandInset ref
5406 LatexCommand ref
5407 reference "tab:Légendes-tableau-différentes"
5408
5409 \end_inset
5410
5411  a une note de bas de page.
5412 \end_layout
5413
5414 \begin_layout Subsection
5415 Alignement des Tableaux Longs
5416 \begin_inset Index
5417 status collapsed
5418
5419 \begin_layout Plain Layout
5420 Tableaux longs ! Alignement
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 Par défaut les Tableaux Longs sont centrés.
5430  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5431  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5432  de dialogue.
5433  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5434  des longueurs 
5435 \series bold
5436
5437 \backslash
5438 LTleft 
5439 \series default
5440 et 
5441 \series bold
5442
5443 \backslash
5444 LTright
5445 \series default
5446  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5447  concerné :
5448 \end_layout
5449
5450 \begin_layout Standard
5451
5452 \series bold
5453
5454 \backslash
5455 setlength{
5456 \backslash
5457 LTleft}{valeur}
5458 \end_layout
5459
5460 \begin_layout Standard
5461 Où 
5462 \series bold
5463 valeur
5464 \series default
5465  peut avoir n'importe laquelle des unités listées dans le tableau
5466 \begin_inset space ~
5467 \end_inset
5468
5469
5470 \begin_inset CommandInset ref
5471 LatexCommand ref
5472 reference "cha:Unités-de-longueur"
5473
5474 \end_inset
5475
5476 .
5477  
5478 \series bold
5479
5480 \backslash
5481 LTleft
5482 \series default
5483  contrôle la distance horizontale entre le bord gauche de la page et le
5484  tableau, et
5485 \series bold
5486  
5487 \backslash
5488 LTright
5489 \series default
5490  la distance au bord droit.
5491  La valeur par défaut des ces deux distances est 
5492 \series bold
5493
5494 \backslash
5495 fill
5496 \series default
5497 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5498 \end_layout
5499
5500 \begin_layout Standard
5501 Le tableau long suivant a été aligné à gauche en mettant 
5502 \series bold
5503
5504 \backslash
5505 LTleft
5506 \series default
5507  à 0
5508 \begin_inset space \thinspace{}
5509 \end_inset
5510
5511 pt.
5512 \begin_inset ERT
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516
5517
5518 \backslash
5519 setlength{
5520 \backslash
5521 LTleft}{0pt}
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 \begin_inset Tabular
5531 <lyxtabular version="3" rows="5" columns="5">
5532 <features islongtable="true">
5533 <column alignment="center" valignment="top" width="0">
5534 <column alignment="center" valignment="top" width="0">
5535 <column alignment="center" valignment="top" width="0">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 1
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 2
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 3
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 4
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 5
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 <row>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 s
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 s
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 s
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 s
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 s
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 asd
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 s
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 s
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 asd
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 asd
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 </lyxtabular>
5774
5775 \end_inset
5776
5777
5778 \begin_inset ERT
5779 status collapsed
5780
5781 \begin_layout Plain Layout
5782
5783
5784 \backslash
5785 setlength{
5786 \backslash
5787 LTleft}{
5788 \backslash
5789 fill}
5790 \end_layout
5791
5792 \end_inset
5793
5794
5795 \end_layout
5796
5797 \begin_layout Subsection
5798 Légendes et Tableaux longs
5799 \begin_inset Index
5800 status collapsed
5801
5802 \begin_layout Plain Layout
5803 Tableaux longs ! Légendes
5804 \end_layout
5805
5806 \end_inset
5807
5808
5809 \begin_inset CommandInset label
5810 LatexCommand label
5811 name "sub:Tableaux-longs-légende"
5812
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \begin_layout Standard
5819 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5820  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5821  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5822  Longs.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 Comme LyX ne gère pas complètement les légendes dans les Tableaux Longs,
5827  on doit bricoler un peu pour les créer :
5828 \end_layout
5829
5830 \begin_layout Enumerate
5831 Créez
5832 \family sans
5833  
5834 \family default
5835 un Tableau long.
5836 \end_layout
5837
5838 \begin_layout Enumerate
5839 Sélectionnez sa première ligne et désactivez sa ligne de bordure du haut.
5840 \end_layout
5841
5842 \begin_layout Enumerate
5843 Insérez la légende dans la première cellule du tableau en utilisant le menu
5844 \family sans
5845  Insérer\SpecialChar \menuseparator
5846 Légende
5847 \family default
5848  .
5849 \begin_inset Newline newline
5850 \end_inset
5851
5852 Vous pouvez aussi ajouter un titre court pour la légende qui apparaîtra
5853  dans la Liste des Figures à la place de la légende complète.
5854 \end_layout
5855
5856 \begin_layout Enumerate
5857 Insérez 
5858 \begin_inset Quotes eld
5859 \end_inset
5860
5861
5862 \series bold
5863
5864 \backslash
5865
5866 \backslash
5867 %
5868 \series default
5869
5870 \begin_inset Quotes erd
5871 \end_inset
5872
5873  en tant que code LaTeX après la légende.
5874 \end_layout
5875
5876 \begin_layout Standard
5877 Le 
5878 \series bold
5879
5880 \backslash
5881
5882 \backslash
5883 %
5884 \series default
5885  placé après le texte de la légende supprime les lignes verticales entre
5886  les cellules suivantes de cette ligne.
5887  La première ligne de notre tableau est une fausse ligne qui sert à mettre
5888  la légende, le tableau commence réellement à la deuxième ligne.
5889 \end_layout
5890
5891 \begin_layout Standard
5892 Voici un petit Tableau long pour voir comment ça marche :
5893 \end_layout
5894
5895 \begin_layout Standard
5896 \begin_inset Tabular
5897 <lyxtabular version="3" rows="6" columns="5">
5898 <features islongtable="true">
5899 <column alignment="center" valignment="top" width="0">
5900 <column alignment="center" valignment="top" width="0">
5901 <column alignment="center" valignment="top" width="0">
5902 <column alignment="center" valignment="top" width="0">
5903 <column alignment="center" valignment="top" width="0">
5904 <row caption="true">
5905 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 \begin_inset Caption
5910
5911 \begin_layout Plain Layout
5912 Tableau long avec une légende
5913 \begin_inset OptArg
5914 status open
5915
5916 \begin_layout Plain Layout
5917 Tableau long
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 1
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 2
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 3
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 4
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 5
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 </row>
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 asd
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 s
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 s
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 s
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 asd
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 </row>
6063 <row>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 asd
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 s
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 s
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 s
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 asd
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 s
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 s
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 s
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 asd
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 asd
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 asd
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 asd
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 </lyxtabular>
6205
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \begin_layout Standard
6212 \begin_inset VSpace medskip
6213 \end_inset
6214
6215
6216 \begin_inset Note Greyedout
6217 status open
6218
6219 \begin_layout Plain Layout
6220
6221 \series bold
6222 Note:
6223 \series default
6224  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6225  n'avez pas prévu de légende.
6226  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6227 \begin_inset space ~
6228 \end_inset
6229
6230 2.4 suit le tableau
6231 \begin_inset space ~
6232 \end_inset
6233
6234 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6235  sans légende.
6236  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6237  après chaque tableau long sans légende :
6238 \end_layout
6239
6240 \begin_layout Plain Layout
6241
6242 \series bold
6243
6244 \backslash
6245 addtocounter{table}{-1}
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \begin_layout Standard
6254 \begin_inset Note Greyedout
6255 status open
6256
6257 \begin_layout Plain Layout
6258
6259 \series bold
6260 Note:
6261 \series default
6262  Si vous utilisez le paquetage LaTeX 
6263 \series bold
6264 hyperref
6265 \series default
6266
6267 \begin_inset Index
6268 status collapsed
6269
6270 \begin_layout Plain Layout
6271 Paquetages LaTeX ! hyperref
6272 \end_layout
6273
6274 \end_inset
6275
6276  pour transformer vos références croisées en liens, le lien vers un tableau
6277  long pointera toujours sur le début du document.
6278 \end_layout
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset Newpage newpage
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \begin_layout Subsubsection
6293 Références à des tableaux longs
6294 \begin_inset Index
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298 Tableaux longs ! Références
6299 \end_layout
6300
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Standard
6307 \begin_inset Tabular
6308 <lyxtabular version="3" rows="6" columns="5">
6309 <features islongtable="true">
6310 <column alignment="center" valignment="top" width="0">
6311 <column alignment="center" valignment="top" width="0">
6312 <column alignment="center" valignment="top" width="0">
6313 <column alignment="center" valignment="top" width="0">
6314 <column alignment="center" valignment="top" width="0">
6315 <row caption="true">
6316 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 \begin_inset Caption
6321
6322 \begin_layout Plain Layout
6323 Tableau long référencé
6324 \begin_inset CommandInset label
6325 LatexCommand label
6326 name "tab:RefExemple"
6327
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 </row>
6377 <row>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 1
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 2
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 3
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 4
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 5
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 <row>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 asd
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 s
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 s
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 s
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 asd
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 s
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 s
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 s
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 asd
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 asd
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 s
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 s
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 asd
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 sad
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 asd
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 </lyxtabular>
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \begin_layout Standard
6620 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6621  dans sa légende.
6622  Notez qu'il faut ajouter le préfixe 
6623 \begin_inset Quotes eld
6624 \end_inset
6625
6626
6627 \emph on
6628 tab:
6629 \emph default
6630
6631 \begin_inset Quotes erd
6632 \end_inset
6633
6634  manuellement dans le champ de l'étiquette.
6635 \end_layout
6636
6637 \begin_layout Standard
6638 Ceci est une référence au tableau
6639 \begin_inset space ~
6640 \end_inset
6641
6642
6643 \begin_inset CommandInset ref
6644 LatexCommand ref
6645 reference "tab:RefExemple"
6646
6647 \end_inset
6648
6649 .
6650 \end_layout
6651
6652 \begin_layout Standard
6653 La mise en forme de la légende peut être ajustée avec celle de toutes les
6654  autres légendes de votre document en utilisant le paquetage LaTeX 
6655 \series bold
6656 caption
6657 \series default
6658
6659 \begin_inset Index
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663 Paquetages LaTeX ! caption
6664 \end_layout
6665
6666 \end_inset
6667
6668 , voir la section
6669 \begin_inset space ~
6670 \end_inset
6671
6672
6673 \begin_inset CommandInset ref
6674 LatexCommand ref
6675 reference "sec:Formatage-légende"
6676
6677 \end_inset
6678
6679 .
6680 \end_layout
6681
6682 \begin_layout Subsubsection
6683 Largeur de la légende
6684 \begin_inset Index
6685 status collapsed
6686
6687 \begin_layout Plain Layout
6688 Tableaux longs ! Largeur de la légende
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \begin_layout Standard
6697 La largeur maximale des lignes de légende est définie par la longueur 
6698 \series bold
6699
6700 \backslash
6701 LTcapwidth
6702 \series default
6703 .
6704  Sa valeur par défaut est 4
6705 \begin_inset space \thinspace{}
6706 \end_inset
6707
6708 in.
6709  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6710  de votre document ou en tant que code TeX directement dans votre document
6711  avant le tableau qui doit être affectée.
6712 \end_layout
6713
6714 \begin_layout Standard
6715
6716 \series bold
6717
6718 \backslash
6719 setlength{
6720 \backslash
6721 LTcapwidth}{largeur}
6722 \end_layout
6723
6724 \begin_layout Standard
6725 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6726 ce
6727 \begin_inset space ~
6728 \end_inset
6729
6730
6731 \begin_inset CommandInset ref
6732 LatexCommand ref
6733 reference "cha:Unités-de-longueur"
6734
6735 \end_inset
6736
6737 .
6738 \end_layout
6739
6740 \begin_layout Standard
6741 Les tableaux suivants montrent la différence :
6742 \end_layout
6743
6744 \begin_layout Standard
6745 \begin_inset Tabular
6746 <lyxtabular version="3" rows="6" columns="5">
6747 <features islongtable="true">
6748 <column alignment="center" valignment="top" width="0">
6749 <column alignment="center" valignment="top" width="0">
6750 <column alignment="center" valignment="top" width="0">
6751 <column alignment="center" valignment="top" width="0">
6752 <column alignment="center" valignment="top" width="0">
6753 <row caption="true">
6754 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 \begin_inset Caption
6759
6760 \begin_layout Plain Layout
6761 long titre complet avec la largeur par défaut long titre complet avec la
6762  largeur par défaut long titre complet avec la largeur par défaut
6763 \begin_inset OptArg
6764 status open
6765
6766 \begin_layout Plain Layout
6767 Légende avec largeur par défaut
6768 \end_layout
6769
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 </row>
6819 <row>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 1
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 2
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 3
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 4
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 5
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 </row>
6866 <row>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 asd
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 s
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 s
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 s
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 <row>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 asd
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 s
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 s
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 asd
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 s
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 s
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 asd
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 sad
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 </lyxtabular>
7055
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \begin_layout Standard
7062 \begin_inset ERT
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067
7068 \backslash
7069 setlength{
7070 \backslash
7071 LTcapwidth}{5cm}
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \begin_inset Tabular
7078 <lyxtabular version="3" rows="6" columns="5">
7079 <features islongtable="true">
7080 <column alignment="center" valignment="top" width="0">
7081 <column alignment="center" valignment="top" width="0">
7082 <column alignment="center" valignment="top" width="0">
7083 <column alignment="center" valignment="top" width="0">
7084 <column alignment="center" valignment="top" width="0">
7085 <row caption="true">
7086 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 \begin_inset Caption
7091
7092 \begin_layout Plain Layout
7093 long titre complet avec la largeur réglée à 5
7094 \begin_inset space \thinspace{}
7095 \end_inset
7096
7097 cm long titre complet avec la largeur réglée à 5
7098 \begin_inset space \thinspace{}
7099 \end_inset
7100
7101 cm long titre complet avec la largeur réglée à 5
7102 \begin_inset space \thinspace{}
7103 \end_inset
7104
7105 cm
7106 \begin_inset OptArg
7107 status open
7108
7109 \begin_layout Plain Layout
7110 Légende avec largeur à
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 =
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 5
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 cm
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 1
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 2
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 3
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 4
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 5
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 asd
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 s
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 s
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 s
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 <row>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 s
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 s
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 asd
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 sad
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 asd
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 asd
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 </lyxtabular>
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \begin_layout Standard
7417 \begin_inset ERT
7418 status collapsed
7419
7420 \begin_layout Plain Layout
7421
7422
7423 \backslash
7424 setlength{
7425 \backslash
7426 LTcapwidth}{4in}
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \begin_layout Standard
7435 \begin_inset Note Greyedout
7436 status open
7437
7438 \begin_layout Plain Layout
7439
7440 \series bold
7441 Note:
7442 \series default
7443  Quand on utilise la paquetage LaTeX 
7444 \series bold
7445 caption
7446 \series default
7447
7448 \begin_inset Index
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 Paquetages LaTeX ! caption
7453 \end_layout
7454
7455 \end_inset
7456
7457  , comme c'est les cas dans ce document, la légende prend toute la largeur
7458  de la page quand on utilise la largeur par défaut de 4
7459 \begin_inset space \thinspace{}
7460 \end_inset
7461
7462 in pour 
7463 \series bold
7464
7465 \backslash
7466 LTcapwidth
7467 \series default
7468 .
7469  Pour avoir dans ce cas une légende qui fasse exactement 4
7470 \begin_inset space \thinspace{}
7471 \end_inset
7472
7473 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7474  comme par exemple 3.99
7475 \begin_inset space \thinspace{}
7476 \end_inset
7477
7478 in, soit utiliser la commande LaTeX 
7479 \series bold
7480
7481 \backslash
7482 captionsetup{width=valeur}
7483 \series default
7484  qui est disponible dans le paquetage 
7485 \series bold
7486 caption
7487 \series default
7488 .
7489 \end_layout
7490
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \begin_layout Subsubsection
7497 Des Légendes différentes sur chaque page d'un tableau
7498 \begin_inset OptArg
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 Légendes différentes
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \begin_inset Index
7509 status collapsed
7510
7511 \begin_layout Plain Layout
7512 Tableaux longs ! Légendes différentes par page
7513 \end_layout
7514
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \begin_layout Standard
7521 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7522  de celle de la première page, insérez une légende avec un titre court non
7523  vide dans une fausse première ligne qui sera marquée comme étant le premier
7524  en-tête.
7525  La légende utilisée pour les autres pages est insérée comme une légende
7526  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7527  principal.
7528  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7529  suivante à la place de la boîte de légende de LyX :
7530 \end_layout
7531
7532 \begin_layout Standard
7533
7534 \series bold
7535
7536 \backslash
7537 caption*{caption text}
7538 \end_layout
7539
7540 \begin_layout Standard
7541 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7542  la légende du premier en-tête.
7543  Le tableau
7544 \begin_inset space ~
7545 \end_inset
7546
7547
7548 \begin_inset CommandInset ref
7549 LatexCommand ref
7550 reference "tab:Légendes-tableau-différentes"
7551
7552 \end_inset
7553
7554  est un exemple de tableau long avec des légendes différentes et où la seconde
7555  légende ne contient pas le numéro du tableau.
7556 \end_layout
7557
7558 \begin_layout Standard
7559 \align center
7560 \begin_inset Tabular
7561 <lyxtabular version="3" rows="60" columns="3">
7562 <features islongtable="true">
7563 <column alignment="left" valignment="top" width="0cm">
7564 <column alignment="left" valignment="top" width="0pt">
7565 <column alignment="right" valignment="top" width="0pt">
7566 <row endfirsthead="true" caption="true">
7567 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 \begin_inset Caption
7572
7573 \begin_layout Plain Layout
7574 Exemple d'annuaire téléphonique
7575 \begin_inset CommandInset label
7576 LatexCommand label
7577 name "tab:Légendes-tableau-différentes"
7578
7579 \end_inset
7580
7581
7582 \begin_inset OptArg
7583 status open
7584
7585 \begin_layout Plain Layout
7586 Exemple Annuaire 
7587 \end_layout
7588
7589 \end_inset
7590
7591
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row endfirsthead="true">
7621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \series bold
7627 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row endfirsthead="true">
7652 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 NOM
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 TÉL.
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row endhead="true" caption="true">
7685 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset ERT
7690 status open
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 caption*{Suite de l'exemple d'annuaire téléphonique}
7697 \backslash
7698
7699 \backslash
7700 %
7701 \end_layout
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row endhead="true">
7730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Exemple d'annuaire téléphonique
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row endhead="true">
7761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 NOM
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \series bold
7787 TÉL.
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endfoot="true">
7794 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 suite page suivante\SpecialChar \ldots{}
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 Annovi
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 Silvia
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 111
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \series bold
7861 Bertoli
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 Stefano
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 111
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Bozzi
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Walter
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Cachia
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Maria
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Cachia
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 Maurizio
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 111
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Cinquemani
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Giusi
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Colin
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Bernard
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Concli
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Gianfranco
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Dal Bosco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Carolina
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Dalpiaz
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Annamaria
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Feliciello
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Domenico
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Focarelli
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Paola
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Galletti
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Oreste
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Gasparini
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Franca
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Rizzardi
8265 \series default
8266
8267 \begin_inset Foot
8268 status open
8269
8270 \begin_layout Plain Layout
8271 Exemple de note de bas de page
8272 \end_layout
8273
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Paola
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Lassini
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Giancarlo
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Malfatti
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Luciano
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Malfatti
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Valeriano
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Meneguzzo
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Roberto
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Mezzadra
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Roberto
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Pirpamer
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Erich
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Pochiesa
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Paolo
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111, 222
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Radina
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Claudio
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Stuffer
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Oskar
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Tacchelli
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Ugo
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Tezzele
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Margit
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Unterkalmsteiner
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Frieda
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Vieider
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Hilde
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Vigna
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Jürgen
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Weber
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Maurizio
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Winkler
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Franz
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801  
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Annovi
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Silvia
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 555
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Bertoli
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Stefano
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 555
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Bozzi
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Walter
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Cachia
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Maria
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Cachia
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Maurizio
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Cinquemani
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Giusi
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Colin
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Bernard
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Concli
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Gianfranco
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Dal Bosco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Carolina
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Dalpiaz
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Annamaria
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Feliciello
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Domenico
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Focarelli
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Paola
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Galletti
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Oreste
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Gasparini
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Franca
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Rizzardi
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Paola
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Lassini
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Giancarlo
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Malfatti
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Luciano
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Malfatti
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Valeriano
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Meneguzzo
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Roberto
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Mezzadra
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Roberto
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row endlastfoot="true">
9446 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 </lyxtabular>
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Section
9482 Questions particulières concernant les tableaux longs
9483 \begin_inset OptArg
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487 Questions sur les tableaux longs
9488 \end_layout
9489
9490 \end_inset
9491
9492
9493 \begin_inset CommandInset label
9494 LatexCommand label
9495 name "sec:Questions-sur-tableaux-longs"
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Subsection
9503 Calculs des pages des tableaux longs
9504 \begin_inset Index
9505 status collapsed
9506
9507 \begin_layout Plain Layout
9508 Tableaux longs ! Calculs
9509 \end_layout
9510
9511 \end_inset
9512
9513
9514 \end_layout
9515
9516 \begin_layout Standard
9517 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9518  en utilisant des blocs (chunks).
9519  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9520  mémoire de LaTeX.
9521  La valeur par défaut est fixée pour des raisons historiques à seulement
9522  20 lignes de tableau.
9523  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9524  peut ralentir la création de votre document.
9525  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9526  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9527  préambule de votre document :
9528 \end_layout
9529
9530 \begin_layout Standard
9531
9532 \series bold
9533
9534 \backslash
9535 setcounter{LTchunksize}{100}
9536 \end_layout
9537
9538 \begin_layout Subsection
9539 Les Flottants et les Tableaux Longs
9540 \begin_inset Index
9541 status collapsed
9542
9543 \begin_layout Plain Layout
9544 Tableaux longs ! Flottants
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9554  commence un tableau long.
9555  Pour éviter une telle situation, ajoutez la commande 
9556 \series bold
9557
9558 \backslash
9559 clearpage
9560 \series default
9561  en tant que code TeX juste avant votre tableau long.
9562 \end_layout
9563
9564 \begin_layout Subsection
9565 Sauts de pages forcés
9566 \begin_inset Index
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tableaux longs ! Sauts de pages forcés
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9580  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9581  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9582  de saut de ligne 
9583 \begin_inset Quotes eld
9584 \end_inset
9585
9586
9587 \backslash
9588
9589 \backslash
9590
9591 \begin_inset Quotes erd
9592 \end_inset
9593
9594  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9595  Avant la commande 
9596 \begin_inset Quotes eld
9597 \end_inset
9598
9599
9600 \backslash
9601
9602 \backslash
9603
9604 \begin_inset Quotes erd
9605 \end_inset
9606
9607 , vous devez insérer en code TeX, autant de caractères 
9608 \begin_inset Quotes eld
9609 \end_inset
9610
9611 &
9612 \begin_inset Quotes erd
9613 \end_inset
9614
9615  qu'il y a de colonnes après la cellule concernée.
9616  Le caractère 
9617 \begin_inset Quotes eld
9618 \end_inset
9619
9620 &
9621 \begin_inset Quotes erd
9622 \end_inset
9623
9624  sert à séparer les colonnes d'un tableau.
9625  Écrivez en code-TeX, après chaque 
9626 \begin_inset Quotes eld
9627 \end_inset
9628
9629 &
9630 \begin_inset Quotes erd
9631 \end_inset
9632
9633  le contenu des cellules correspondantes et en même temps supprimez le contenu
9634  de ces cellules dans le texte normal.
9635  
9636 \begin_inset Newline newline
9637 \end_inset
9638
9639 Après la commande 
9640 \backslash
9641
9642 \backslash
9643 , insérez autant de caractères 
9644 \begin_inset Quotes eld
9645 \end_inset
9646
9647 &
9648 \begin_inset Quotes erd
9649 \end_inset
9650
9651  qu'il y a de colonnes avant la colonne traitée.
9652  Dans le tableau
9653 \begin_inset space ~
9654 \end_inset
9655
9656
9657 \begin_inset CommandInset ref
9658 LatexCommand ref
9659 reference "tab:Tableau-saut-de-page"
9660
9661 \end_inset
9662
9663  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9664  suivie par une autre colonne.
9665  La commande suivante a donc été insérée en code TeX dans la cellule après
9666  le mot 
9667 \begin_inset Quotes eld
9668 \end_inset
9669
9670
9671 \emph on
9672 Castelchiodato,
9673 \emph default
9674
9675 \begin_inset Quotes erd
9676 \end_inset
9677
9678 :
9679 \end_layout
9680
9681 \begin_layout Standard
9682
9683 \series bold
9684 & 111
9685 \backslash
9686
9687 \backslash
9688
9689 \begin_inset Newline newline
9690 \end_inset
9691
9692 &
9693 \end_layout
9694
9695 \begin_layout Standard
9696 Le 
9697 \begin_inset Quotes eld
9698 \end_inset
9699
9700 111
9701 \begin_inset Quotes erd
9702 \end_inset
9703
9704  dans la troisième colonne de la ligne a été supprimé.
9705  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9706  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9707  est coupée, utilisez cette commande à la place de la précédente :
9708 \end_layout
9709
9710 \begin_layout Standard
9711
9712 \series bold
9713 & 111
9714 \backslash
9715
9716 \backslash
9717
9718 \begin_inset Newline newline
9719 \end_inset
9720
9721
9722 \backslash
9723 hline &
9724 \end_layout
9725
9726 \begin_layout Standard
9727 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9728  insérer la commande
9729 \end_layout
9730
9731 \begin_layout Standard
9732
9733 \series bold
9734
9735 \backslash
9736 setlength{
9737 \backslash
9738 parfillskip}{0pt}
9739 \end_layout
9740
9741 \begin_layout Standard
9742 au début de la cellule.
9743  Cela assure que la portion de la cellule qui va se trouver affichée sur
9744  la page suivante le sera avec toute la largeur de la cellule.
9745 \end_layout
9746
9747 \begin_layout Standard
9748 \align center
9749 \begin_inset Tabular
9750 <lyxtabular version="3" rows="39" columns="3">
9751 <features islongtable="true">
9752 <column alignment="left" valignment="top" width="0cm">
9753 <column alignment="left" valignment="top" width="3cm">
9754 <column alignment="right" valignment="top" width="0pt">
9755 <row endfirsthead="true" caption="true">
9756 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 \begin_inset Caption
9761
9762 \begin_layout Plain Layout
9763 Tableau avec un saut de page forcé dans une cellule
9764 \begin_inset CommandInset label
9765 LatexCommand label
9766 name "tab:Tableau-saut-de-page"
9767
9768 \end_inset
9769
9770
9771 \begin_inset OptArg
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775 Tableau avec un saut de page forcé dans une cellule
9776 \end_layout
9777
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784
9785
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row endfirsthead="true">
9810 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \series bold
9816 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row endfirsthead="true">
9841 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \series bold
9847 NOM
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 TÉL.
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row endhead="true" caption="true">
9874 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9886 \backslash
9887
9888 \backslash
9889 %
9890 \end_layout
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row endhead="true">
9919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923  
9924 \series bold
9925 Exemple d'annuaire téléphonique
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row endhead="true">
9950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 NOM
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 TÉL.
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row endfoot="true">
9983 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 suite page suivante\SpecialChar \ldots{}
9988
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 </row>
10012 <row>
10013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \series bold
10019 Annovi
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 Silvia
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 111
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 Bertoli
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 Stefano
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 111
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \series bold
10081 Bozzi
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 Walter
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 111
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row>
10106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 Cachia
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 Maria
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 111
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row>
10137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \series bold
10143 Cachia
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 Maurizio
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 111
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Cinquemani
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Giusi
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Colin
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Bernard
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Concli
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Gianfranco
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Dal Bosco
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Carolina
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Dalpiaz
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Annamaria
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Feliciello
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 Domenico
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Focarelli
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Paola
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Galletti
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Oreste
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \series bold
10422 Gasparini
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Franca
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Lassini
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Giancarlo
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Malfatti
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Luciano
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Malfatti
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Valeriano
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Meneguzzo
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Roberto
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Mezzadra
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Roberto
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Pirpamer
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 Erich
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 111
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 <row>
10633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637
10638 \series bold
10639 Pochiesa
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 Paolo
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 111, 222
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \series bold
10670 Radina
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 Claudio
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 111
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 </row>
10694 <row>
10695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699
10700 \series bold
10701 Rizzardi
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 Fürst von Rossano, 5.
10711  Herzog von Canemorte, 11.
10712  Herzog von Palombara, 5.
10713  Herzog von Castelchiodato,
10714 \begin_inset ERT
10715 status open
10716
10717 \begin_layout Plain Layout
10718
10719 & 111
10720 \backslash
10721
10722 \backslash
10723
10724 \end_layout
10725
10726 \begin_layout Plain Layout
10727
10728 &
10729 \end_layout
10730
10731 \end_inset
10732
10733  11.
10734  Herzog von Poggionativo, 11.
10735  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10736  Graf von Valinfreda, 11.
10737  Baron von Cropalati, 11.
10738  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760 Stuffer
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 Oskar
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 111
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \series bold
10791 Tacchelli
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Ugo
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 111
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Tezzele
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Margit
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Unterkalmsteiner
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Frieda
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Vieider
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Hilde
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Vigna
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Jürgen
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Weber
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Maurizio
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Winkler
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Franz
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row endlastfoot="true">
11002 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 </lyxtabular>
11031
11032 \end_inset
11033
11034
11035 \end_layout
11036
11037 \begin_layout Standard
11038 \begin_inset Note Note
11039 status open
11040
11041 \begin_layout Plain Layout
11042 il semble qu'il y ait un problème avec cet exemple ...
11043  le saut de page ne se fait pas à l'endroit voulu ! 
11044 \end_layout
11045
11046 \begin_layout Plain Layout
11047 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11048  ! (NdT)
11049 \end_layout
11050
11051 \end_inset
11052
11053
11054 \begin_inset Newpage newpage
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Section
11061 Colonnes et lignes à lignes multiples
11062 \end_layout
11063
11064 \begin_layout Subsection
11065 Lignes multiples dans une cellule de tableau
11066 \begin_inset CommandInset label
11067 LatexCommand label
11068 name "sub:Lignes-multiple-dans-cellule"
11069
11070 \end_inset
11071
11072
11073 \begin_inset Index
11074 status collapsed
11075
11076 \begin_layout Plain Layout
11077 Plusieurs lignes dans une case de tableau
11078 \end_layout
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Tableau ! Saut de ligne
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \begin_layout Standard
11096 \align center
11097 \begin_inset Float table
11098 placement H
11099 wide false
11100 sideways false
11101 status open
11102
11103 \begin_layout Plain Layout
11104 \begin_inset Caption
11105
11106 \begin_layout Plain Layout
11107 \begin_inset CommandInset label
11108 LatexCommand label
11109 name "tab:Tableau-avec-plusieurs-lignes"
11110
11111 \end_inset
11112
11113 Tableau avec des lignes multiples dans une cellule
11114 \end_layout
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Plain Layout
11122 \align center
11123 \begin_inset Tabular
11124 <lyxtabular version="3" rows="3" columns="3">
11125 <features>
11126 <column alignment="center" valignment="middle" width="2.5cm">
11127 <column alignment="center" valignment="middle" width="0">
11128 <column alignment="center" valignment="middle" width="0">
11129 <row>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 Lignes
11135 \begin_inset Newline linebreak
11136 \end_inset
11137
11138 multiples
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 b
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 c
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 d
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 e
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 f
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 g
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 h
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 i
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 </lyxtabular>
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228
11229
11230 \end_layout
11231
11232 \begin_layout Standard
11233 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11234  d'un paragraphe avec des sauts de lignes et des césures.
11235 \end_layout
11236
11237 \begin_layout Standard
11238 Pour obtenir le tableau
11239 \begin_inset space ~
11240 \end_inset
11241
11242
11243 \begin_inset CommandInset ref
11244 LatexCommand ref
11245 reference "tab:Tableau-avec-plusieurs-lignes"
11246
11247 \end_inset
11248
11249 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11250  droit dessus.
11251  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11252  2.5
11253 \begin_inset space \thinspace{}
11254 \end_inset
11255
11256 cm et choisissez les alignements vertical et horizontal centrés.
11257  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11258  Comme notre texte est plus petit que 2.5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 cm, une seule ligne va apparaître.
11263  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11264  
11265 \family sans
11266 Ctrl-Shift-Entrée
11267 \family default
11268 ).
11269  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11270 ement découpé en plusieurs lignes.
11271 \end_layout
11272
11273 \begin_layout Standard
11274 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11275  pas effectuer de césure si c'est le premier élément de la cellule.
11276  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11277  premier élément : Ajoutez un espace horizontal de 0
11278 \begin_inset space \thinspace{}
11279 \end_inset
11280
11281 pt juste avant votre mot.
11282  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11283  Le tableau 
11284 \begin_inset space ~
11285 \end_inset
11286
11287
11288 \begin_inset CommandInset ref
11289 LatexCommand ref
11290 reference "tab:Tableau-césure"
11291
11292 \end_inset
11293
11294  montre l'effet de cette insertion.
11295 \end_layout
11296
11297 \begin_layout Standard
11298 \begin_inset Float table
11299 placement h
11300 wide false
11301 sideways false
11302 status open
11303
11304 \begin_layout Plain Layout
11305 \begin_inset Caption
11306
11307 \begin_layout Plain Layout
11308 \begin_inset CommandInset label
11309 LatexCommand label
11310 name "tab:Tableau-césure"
11311
11312 \end_inset
11313
11314 Tableau avec et sans césure.
11315 \end_layout
11316
11317 \end_inset
11318
11319
11320 \end_layout
11321
11322 \begin_layout Plain Layout
11323 \begin_inset space \hfill{}
11324 \end_inset
11325
11326
11327 \begin_inset Tabular
11328 <lyxtabular version="3" rows="3" columns="3">
11329 <features>
11330 <column alignment="center" valignment="middle" width="2.5cm">
11331 <column alignment="center" valignment="middle" width="0">
11332 <column alignment="center" valignment="middle" width="0">
11333 <row>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 mottrèslongdansunecellule
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \begin_inset space \hfill{}
11426 \end_inset
11427
11428
11429 \begin_inset Tabular
11430 <lyxtabular version="3" rows="3" columns="3">
11431 <features>
11432 <column alignment="center" valignment="middle" width="2.5cm">
11433 <column alignment="center" valignment="middle" width="0">
11434 <column alignment="center" valignment="middle" width="0">
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset space \hspace{}
11441 \length 0pt
11442 \end_inset
11443
11444 mottrèslongdansunecellule
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 b
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 c
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 d
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 e
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 f
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 g
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 h
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 i
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 </lyxtabular>
11527
11528 \end_inset
11529
11530
11531 \begin_inset space \hfill{}
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Standard
11543 \begin_inset Newpage newpage
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Subsection
11550 Multi-colonnes
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "sub:Multicolonnes"
11554
11555 \end_inset
11556
11557
11558 \begin_inset Index
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Multi-colonnes
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \begin_inset Index
11569 status collapsed
11570
11571 \begin_layout Plain Layout
11572 Tableau ! Multi-colonnes
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Subsubsection
11581 Les Bases des Multicolonnes
11582 \end_layout
11583
11584 \begin_layout Standard
11585 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11586  qu'elle doit couvrir et utilisez soit le bouton
11587 \begin_inset Graphics
11588         filename ../../images/tabular-feature_multicolumn.png
11589         scale 85
11590         scaleBeforeRotation
11591
11592 \end_inset
11593
11594  de la barre d'outils tableau, ou le menu 
11595 \family sans
11596 Éditer\SpecialChar \menuseparator
11597 Tableau\SpecialChar \menuseparator
11598 Multi-colonnes
11599 \family default
11600 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11601  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11602  
11603 \family sans
11604 Tableau
11605 \family default
11606 .
11607 \end_layout
11608
11609 \begin_layout Standard
11610 Les multi-colonnes ont leurs propres paramètres de cellule.
11611  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11612  de la cellule, cela n'affecte que la cellule multi-colonne.
11613  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11614  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11615 \end_layout
11616
11617 \begin_layout Standard
11618 \align center
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="3" columns="4">
11621 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11622 <column alignment="center" valignment="top" width="0pt">
11623 <column alignment="center" valignment="middle" width="0">
11624 <column alignment="center" valignment="top" width="0in">
11625 <column alignment="center" valignment="top" width="0pt">
11626 <row>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 abc
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 def ghi
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 jkl
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 <row>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 A
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 B
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 C
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 D
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 <row>
11703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 1
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 2
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 3
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 4
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 </lyxtabular>
11741
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Subsubsection
11748 Calculs avec les multi-colonnes
11749 \begin_inset CommandInset label
11750 LatexCommand label
11751 name "sub:Calculs-multicolonnes"
11752
11753 \end_inset
11754
11755
11756 \begin_inset Index
11757 status collapsed
11758
11759 \begin_layout Plain Layout
11760 Multi-colonnes ! Calculs
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Standard
11769 LyX gère directement les multi-colonnes, mais nous devons faire attention
11770  à la largeur des cellules couvertes par la cellule multicolonne.
11771 \end_layout
11772
11773 \begin_layout Standard
11774 \begin_inset Float table
11775 placement h
11776 wide false
11777 sideways false
11778 status open
11779
11780 \begin_layout Plain Layout
11781 \begin_inset Caption
11782
11783 \begin_layout Plain Layout
11784 \begin_inset CommandInset label
11785 LatexCommand label
11786 name "tab:Tableau-multicolonne-parfaite"
11787
11788 \end_inset
11789
11790 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11791  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11792 \begin_inset OptArg
11793 status open
11794
11795 \begin_layout Plain Layout
11796 Tableau avec multicolonne parfaite
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Plain Layout
11810 \align center
11811 \begin_inset Tabular
11812 <lyxtabular version="3" rows="3" columns="3">
11813 <features>
11814 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11815 <column alignment="center" valignment="middle" width="0">
11816 <column alignment="center" valignment="top" width="0">
11817 <row>
11818 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 multicolonne sur plusieurs lignes
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 c
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 d
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 e
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 f
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 g
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 h
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 i
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 </lyxtabular>
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \begin_layout Standard
11917 Par exemple, pour créer le tableau
11918 \begin_inset space ~
11919 \end_inset
11920
11921
11922 \begin_inset CommandInset ref
11923 LatexCommand ref
11924 reference "tab:Tableau-multicolonne-parfaite"
11925
11926 \end_inset
11927
11928 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11929  3×3 et faites un clic droit dessus.
11930  Ensuite choisissez pour cette cellule
11931 \emph on
11932 ,
11933 \emph default
11934  dans la fenêtre de dialogue de tableau, 
11935 \emph on
11936 multicolonne
11937 \emph default
11938
11939 \emph on
11940 alignement
11941 \begin_inset space ~
11942 \end_inset
11943
11944 horizontal
11945 \begin_inset space ~
11946 \end_inset
11947
11948 centré
11949 \emph default
11950  et une largeur de 2.5
11951 \begin_inset space \thinspace{}
11952 \end_inset
11953
11954 cm.
11955  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11956  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11957 \begin_inset space \thinspace{}
11958 \end_inset
11959
11960 cm pour la première colonne.
11961  La deuxième colonne aura alors automatiquement une largeur de 1.25
11962 \begin_inset space \thinspace{}
11963 \end_inset
11964
11965 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11966  C'est ce qui a été fait pour le tableau
11967 \begin_inset space ~
11968 \end_inset
11969
11970
11971 \begin_inset CommandInset ref
11972 LatexCommand ref
11973 reference "tab:Tableau-multicolonne-imparfait"
11974
11975 \end_inset
11976
11977 .
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \begin_inset Float table
11982 wide false
11983 sideways false
11984 status open
11985
11986 \begin_layout Plain Layout
11987 \begin_inset Caption
11988
11989 \begin_layout Plain Layout
11990 \begin_inset CommandInset label
11991 LatexCommand label
11992 name "tab:Tableau-multicolonne-imparfait"
11993
11994 \end_inset
11995
11996 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
11997  de la largeur de la cellule multicolonne.
11998 \begin_inset OptArg
11999 status open
12000
12001 \begin_layout Plain Layout
12002 Tableau avec multicolonne pas parfaite
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Plain Layout
12016 \align center
12017 \begin_inset Tabular
12018 <lyxtabular version="3" rows="3" columns="3">
12019 <features>
12020 <column alignment="center" valignment="top" width="1.25cm">
12021 <column alignment="center" valignment="top" width="0">
12022 <column alignment="center" valignment="top" width="0">
12023 <row>
12024 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12025 \begin_inset Text
12026
12027 \begin_layout Plain Layout
12028 multicolonne sur plusieurs lignes
12029 \end_layout
12030
12031 \end_inset
12032 </cell>
12033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 c
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 </row>
12052 <row>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 d
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 e
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 f
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 </row>
12081 <row>
12082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 g
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 h
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 i
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 </lyxtabular>
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Standard
12123 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12124  de la cellule multicolonne, elle est un peu plus large.
12125  La raison est que la taille que l'on donne à une cellule, 
12126 \begin_inset Formula $W_{g}$
12127 \end_inset
12128
12129  n'est pas sa taille totale, 
12130 \begin_inset Formula $W_{\mathrm{tot}}$
12131 \end_inset
12132
12133  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12134  lui donne.
12135  L'appendice
12136 \begin_inset space ~
12137 \end_inset
12138
12139
12140 \begin_inset CommandInset ref
12141 LatexCommand eqref
12142 reference "cha:Explication-de-l'Equation"
12143
12144 \end_inset
12145
12146  explique pourquoi en détail.
12147 \end_layout
12148
12149 \begin_layout Standard
12150 La largeur nécessaire 
12151 \begin_inset Formula $W_{g\, n}$
12152 \end_inset
12153
12154  quand 
12155 \emph on
12156 n
12157 \emph default
12158  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12159  ait une largeur totale de 
12160 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12161 \end_inset
12162
12163 :
12164 \begin_inset Formula \begin{equation}
12165 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 Dans notre cas nous avons 
12174 \begin_inset Formula $n=2$
12175 \end_inset
12176
12177
12178 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12179 \end_inset
12180
12181 cm et les valeurs par défaut pour les autres longueurs, l'équation
12182 \begin_inset space ~
12183 \end_inset
12184
12185
12186 \begin_inset CommandInset ref
12187 LatexCommand ref
12188 reference "eq:Wgn"
12189
12190 \end_inset
12191
12192  devient
12193 \begin_inset Formula \begin{equation}
12194 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12203  
12204 \series bold
12205 calc
12206 \series default
12207  avec la ligne suivante dans le préambule du document
12208 \begin_inset Index
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212 Paquetages LaTeX ! calc
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Standard
12221
12222 \series bold
12223
12224 \backslash
12225 usepackage{calc}
12226 \end_layout
12227
12228 \begin_layout Standard
12229 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12230  de dialogue.
12231  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12232  la fenêtre de dialogue.
12233  Voici un aperçu de ces paramètres :
12234 \end_layout
12235
12236 \begin_layout Itemize
12237
12238 \series bold
12239 p{largeur}
12240 \series default
12241  crée une cellule de taille donnée, le texte est aligné verticalement en
12242  haut.
12243 \end_layout
12244
12245 \begin_layout Itemize
12246
12247 \series bold
12248 m{largeur}
12249 \series default
12250  crée une cellule de taille donnée, le texte est aligné verticalement au
12251  centre
12252 \end_layout
12253
12254 \begin_layout Itemize
12255
12256 \series bold
12257 b{largeur}
12258 \series default
12259  crée une cellule de taille donnée, le texte est aligné verticalement en
12260  bas
12261 \end_layout
12262
12263 \begin_layout Standard
12264 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12265  la fenêtre de dialogue sont ignorés.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 \begin_inset Note Greyedout
12270 status open
12271
12272 \begin_layout Plain Layout
12273
12274 \series bold
12275 Note:
12276 \series default
12277  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12278  en compte.
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Comme le texte doit être centré horizontalement, on ajoute la commande 
12288 \series bold
12289
12290 \backslash
12291 centering
12292 \series default
12293 .
12294  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12295  des colonnes recouvertes :
12296 \end_layout
12297
12298 \begin_layout Standard
12299
12300 \series bold
12301 >{
12302 \backslash
12303 centering}m{1.25cm-6.2pt}
12304 \end_layout
12305
12306 \begin_layout Standard
12307 La commande 
12308 \series bold
12309 >{ }
12310 \series default
12311  signifie que les commandes qui se trouvent entre les accolades doivent
12312  être appliquées avant que la cellule ne soit créée.
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12317  multicolonne, il est toujours aligné à gauche.
12318  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12319  isolées.
12320  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12321 \end_layout
12322
12323 \begin_layout Standard
12324
12325 \series bold
12326 >{
12327 \backslash
12328 centering}m{2.5cm}
12329 \end_layout
12330
12331 \begin_layout Subsection
12332 Multi-lignes
12333 \begin_inset Index
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337 Multi-lignes
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \begin_inset Index
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 Tableau ! Multi-ligne
12348 \end_layout
12349
12350 \end_inset
12351
12352
12353 \begin_inset Index
12354 status collapsed
12355
12356 \begin_layout Plain Layout
12357 Paquetages LaTeX ! multirow
12358 \end_layout
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12367  par LyX, il faut donc utiliser un peu de code TeX.
12368  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12369 \series bold
12370 multirow 
12371 \series default
12372 dans le préambule de votre document avec la commande 
12373 \end_layout
12374
12375 \begin_layout Standard
12376
12377 \series bold
12378
12379 \backslash
12380 usepackage{multirow}
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Les cellules multilignes sont créées avec la commande
12385 \end_layout
12386
12387 \begin_layout Standard
12388
12389 \series bold
12390
12391 \backslash
12392 multirow{number of rows}{cell width}{cell entry}
12393 \end_layout
12394
12395 \begin_layout Standard
12396 Pour créer le tableau suivant :
12397 \end_layout
12398
12399 \begin_layout Standard
12400 \align center
12401 \begin_inset ERT
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405
12406
12407 \backslash
12408 renewcommand{
12409 \backslash
12410 multirowsetup}{
12411 \backslash
12412 centering}
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \begin_inset Tabular
12419 <lyxtabular version="3" rows="3" columns="3">
12420 <features>
12421 <column alignment="center" valignment="top" width="0">
12422 <column alignment="center" valignment="top" width="0">
12423 <column alignment="center" valignment="top" width="0">
12424 <row>
12425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 a
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 b
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 c
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 \begin_inset ERT
12459 status open
12460
12461 \begin_layout Plain Layout
12462
12463
12464 \backslash
12465 multirow{2}{2.5cm}{
12466 \end_layout
12467
12468 \end_inset
12469
12470 cellule multi-lignes
12471 \begin_inset ERT
12472 status collapsed
12473
12474 \begin_layout Plain Layout
12475
12476 }
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 e
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 f
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row>
12506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 h
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 i
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 </lyxtabular>
12535
12536 \end_inset
12537
12538
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544
12545 \backslash
12546 renewcommand{
12547 \backslash
12548 multirowsetup}{
12549 \backslash
12550 raggedright}
12551 \end_layout
12552
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \begin_layout Standard
12559 créez un tableau 3×3.
12560  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12561  première colonne, la cellule est marquée comme étant une multicolonne et
12562  la bordure supérieure est désactivée.
12563  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12564  première colonne en y insérant la commande
12565 \end_layout
12566
12567 \begin_layout Standard
12568
12569 \series bold
12570
12571 \backslash
12572 multirow{2}{2.5cm}{
12573 \end_layout
12574
12575 \begin_layout Standard
12576 comme du code TeX.
12577  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12578  deux lignes et a une largeur de 2.5
12579 \begin_inset space \thinspace{}
12580 \end_inset
12581
12582 cm.
12583  Le contenu de la cellule suit le code TeX et on termine la commande en
12584  ajoutant l'accolade fermante 
12585 \series bold
12586 }
12587 \series default
12588  dans une nouvelle boîte de code TeX, juste après le texte.
12589 \end_layout
12590
12591 \begin_layout Standard
12592
12593 \series bold
12594
12595 \backslash
12596 multirow
12597 \series default
12598  aligne par défaut son contenu à gauche.
12599  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12600  
12601 \series bold
12602
12603 \backslash
12604 multirowsetup
12605 \series default
12606  avec la commande
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612
12613 \backslash
12614 renewcommand{
12615 \backslash
12616 multirowsetup}{
12617 \backslash
12618 centering}
12619 \end_layout
12620
12621 \begin_layout Standard
12622 dans le préambule du document.
12623  Après ça, tous les contenus de cellules multi-lignes du document seront
12624  centrés.
12625  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12626  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12627  juste avant le tableau concerné, plutôt que dans le préambule.
12628  Si le texte doit être aligné à droite, remplacez 
12629 \series bold
12630
12631 \backslash
12632 centering
12633 \series default
12634  par 
12635 \series bold
12636
12637 \backslash
12638 raggedleft
12639 \series default
12640 .
12641  Pour revenir à l'alignement à gauche utilisez 
12642 \series bold
12643
12644 \backslash
12645 raggedright
12646 \series default
12647 .
12648 \end_layout
12649
12650 \begin_layout Section
12651 Les Tableaux Formels
12652 \begin_inset CommandInset label
12653 LatexCommand label
12654 name "sec:Tableaux-Formels"
12655
12656 \end_inset
12657
12658
12659 \begin_inset Index
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663 Tableau ! Formel
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \begin_layout Standard
12672 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12673  à celle du tableau
12674 \begin_inset space ~
12675 \end_inset
12676
12677
12678 \begin_inset CommandInset ref
12679 LatexCommand ref
12680 reference "tab:Exemple-tableau-booktabs"
12681
12682 \end_inset
12683
12684 .
12685  Ce genre de tableau est appelé 
12686 \begin_inset Quotes eld
12687 \end_inset
12688
12689
12690 \emph on
12691 formel
12692 \emph default
12693
12694 \begin_inset Quotes erd
12695 \end_inset
12696
12697 .
12698  Pour transformer un tableau en tableau formel, utilisez l'option 
12699 \family sans
12700 Formel
12701 \family default
12702  de l'onglet 
12703 \family sans
12704 Bordures
12705 \family default
12706  de la fenêtre de dialogue 
12707 \family sans
12708 Paramètres
12709 \begin_inset space ~
12710 \end_inset
12711
12712 du
12713 \begin_inset space ~
12714 \end_inset
12715
12716 tableau
12717 \family default
12718 .
12719 \end_layout
12720
12721 \begin_layout Standard
12722 \begin_inset Float table
12723 placement h
12724 wide false
12725 sideways false
12726 status open
12727
12728 \begin_layout Plain Layout
12729 \begin_inset Caption
12730
12731 \begin_layout Plain Layout
12732 \begin_inset CommandInset label
12733 LatexCommand label
12734 name "tab:Exemple-tableau-booktabs"
12735
12736 \end_inset
12737
12738 Exemple de tableau formel
12739 \end_layout
12740
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \begin_layout Plain Layout
12747 \align center
12748 \begin_inset Tabular
12749 <lyxtabular version="3" rows="8" columns="4">
12750 <features booktabs="true">
12751 <column alignment="center" valignment="top" width="0">
12752 <column alignment="center" valignment="top" width="0">
12753 <column alignment="center" valignment="top" width="0">
12754 <column alignment="center" valignment="top" width="0">
12755 <row>
12756 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 Système
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 Medipix
12770 \begin_inset Formula $\,$
12771 \end_inset
12772
12773 1
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 Medipix
12783 \begin_inset Formula $\,$
12784 \end_inset
12785
12786 2
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 \begin_inset ERT
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810
12811
12812 \backslash
12813 cmidrule(r){2-2}
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \begin_inset ERT
12820 status collapsed
12821
12822 \begin_layout Plain Layout
12823
12824
12825 \backslash
12826 cmidrule(l){3-4}
12827 \end_layout
12828
12829 \end_inset
12830
12831 Épaisseur du capteur [µm]
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 300
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 300
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 700
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row>
12865 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 Angle du biseau [°]
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 3.55
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 2.71
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 7.99
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 <row topspace="default">
12903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 Résolution spatiale [µm]
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 4.26
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 10.17
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 <cell alignment="center" valignment="top" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 10.56
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 </row>
12940 <row topspace="default">
12941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 MTF à 
12946 \begin_inset Formula $f_{\mathrm{max}}$
12947 \end_inset
12948
12949
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 0.53
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 0.37
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 0.39
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row topspace="default">
12983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset ERT
12988 status collapsed
12989
12990 \begin_layout Plain Layout
12991
12992
12993 \backslash
12994 cmidrule(l{10pt}){1-1}
12995 \end_layout
12996
12997 \end_inset
12998
12999 résolution spatiale LSF
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row>
13033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 en µm
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 129.7
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 52.75
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 50.78
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row>
13071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 en % de la taille des pixels
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 76.3
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 95.9
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 92.3
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 </row>
13108 </lyxtabular>
13109
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Standard
13121 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13122  
13123 \family sans
13124 Bordures
13125 \family default
13126  de la fenêtre de dialogue 
13127 \family sans
13128 Paramètres
13129 \begin_inset space ~
13130 \end_inset
13131
13132 du
13133 \begin_inset space ~
13134 \end_inset
13135
13136 tableau
13137 \family default
13138  comme c'est décrit dans la section
13139 \begin_inset space ~
13140 \end_inset
13141
13142
13143 \begin_inset CommandInset ref
13144 LatexCommand ref
13145 reference "sub:Espacement-lignes"
13146
13147 \end_inset
13148
13149 .
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13154  verticales.
13155  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13156  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13157  sortie imprimée :
13158 \begin_inset Newline newline
13159 \end_inset
13160
13161 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13162 \begin_inset space \thinspace{}
13163 \end_inset
13164
13165 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13166 \begin_inset space \thinspace{}
13167 \end_inset
13168
13169 em.
13170 \end_layout
13171
13172 \begin_layout Standard
13173 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13174  lignes de préambule suivantes :
13175 \end_layout
13176
13177 \begin_layout Standard
13178
13179 \series bold
13180
13181 \backslash
13182 let
13183 \backslash
13184 mytoprule
13185 \backslash
13186 toprule
13187 \begin_inset Newline newline
13188 \end_inset
13189
13190
13191 \backslash
13192 renewcommand{
13193 \backslash
13194 toprule}{
13195 \backslash
13196 mytoprule[width]}
13197 \end_layout
13198
13199 \begin_layout Standard
13200 Cet exemple concerne la première ligne, appelée 
13201 \series bold
13202 toprule
13203 \series default
13204 .
13205  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13206 \series bold
13207 toprule
13208 \series default
13209  par 
13210 \series bold
13211 bottomrule
13212 \series default
13213 .
13214  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13215  
13216 \series bold
13217 toprule
13218 \series default
13219  par 
13220 \series bold
13221 midrule
13222 \series default
13223 .
13224  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13225 \begin_inset space ~
13226 \end_inset
13227
13228
13229 \begin_inset CommandInset ref
13230 LatexCommand ref
13231 reference "cha:Unités-de-longueur"
13232
13233 \end_inset
13234
13235  pour préciser l'épaisseur voulue.
13236 \end_layout
13237
13238 \begin_layout Standard
13239 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13240  en mettant une ligne pour une cellule multi colonne.
13241  LyX va utiliser en interne la commande 
13242 \series bold
13243
13244 \backslash
13245 cmidrule
13246 \series default
13247  pour créer cette ligne.
13248  Sa syntaxe complète est :
13249 \end_layout
13250
13251 \begin_layout Standard
13252
13253 \series bold
13254
13255 \backslash
13256 cmidrule[largeur](rognage){colDépart-colFin}
13257 \end_layout
13258
13259 \begin_layout Standard
13260 Les options de la commande 
13261 \series bold
13262
13263 \backslash
13264 cmidrule
13265 \series default
13266  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13267  TeX pour pouvoir les utiliser.
13268  On peut créer manuellement des lignes 
13269 \series bold
13270
13271 \backslash
13272 mitrales
13273 \series default
13274  en insérant la commande en code TeX comme le premier élément de la première
13275  cellule de la ligne.
13276  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13277  en question.
13278 \end_layout
13279
13280 \begin_layout Standard
13281 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 em.
13286  
13287 \series bold
13288 colDépart
13289 \series default
13290  est le numéro de la colonne dans laquelle la ligne commence et 
13291 \series bold
13292 colFin
13293 \series default
13294  est le numéro de la colonne dans laquelle elle se termine.
13295  La valeur de 
13296 \series bold
13297 colFin
13298 \series default
13299  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13300  Le paramètre optionnel 
13301 \series bold
13302 rognage
13303 \series default
13304  peut être soit 
13305 \emph on
13306 l{largeurRognage}
13307 \emph default
13308 , ou 
13309 \emph on
13310 r{largeurRognage}
13311 \emph default
13312  où les valeurs de
13313 \emph on
13314  largeurRognage
13315 \emph default
13316  sont aussi optionnelles.
13317  En utilisant par exemple la valeur 
13318 \emph on
13319 l{2pt}
13320 \emph default
13321  pour ce paramètre, la ligne va être rognée de 2
13322 \begin_inset space \thinspace{}
13323 \end_inset
13324
13325 pt à son extrémité gauche.
13326  Si vous ne spécifiez pas de valeur pour 
13327 \emph on
13328 largeurRognage
13329 \emph default
13330  les lignes sont par défaut rognées de 0.5
13331 \begin_inset space \thinspace{}
13332 \end_inset
13333
13334 em.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 \begin_inset VSpace bigskip
13339 \end_inset
13340
13341 Le tableau
13342 \begin_inset space ~
13343 \end_inset
13344
13345
13346 \begin_inset CommandInset ref
13347 LatexCommand ref
13348 reference "tab:Exemple-tableau-booktabs"
13349
13350 \end_inset
13351
13352  a été créé en utilisant les commandes
13353 \end_layout
13354
13355 \begin_layout Standard
13356
13357 \series bold
13358
13359 \backslash
13360 cmidrule(r){2-2}
13361 \backslash
13362 cmidrule(l){3-4}
13363 \end_layout
13364
13365 \begin_layout Standard
13366 au début de la deuxième ligne et
13367 \end_layout
13368
13369 \begin_layout Standard
13370
13371 \series bold
13372
13373 \backslash
13374 cmidrule(l{10pt}){1-1}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 au début de la sixième ligne.
13379 \end_layout
13380
13381 \begin_layout Standard
13382 \begin_inset VSpace bigskip
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \begin_layout Standard
13389 Vous pouvez vouloir des commandes 
13390 \series bold
13391
13392 \backslash
13393 cmidrule
13394 \series default
13395 s qui se recouvrent comme pour le tableau
13396 \begin_inset space ~
13397 \end_inset
13398
13399
13400 \begin_inset CommandInset ref
13401 LatexCommand ref
13402 reference "tab:Tableau-booktabs-special"
13403
13404 \end_inset
13405
13406 .
13407  On obtient ce résultat en utilisant la commande suivante en code TeX
13408 \end_layout
13409
13410 \begin_layout Standard
13411
13412 \series bold
13413
13414 \backslash
13415 morecmidrules
13416 \end_layout
13417
13418 \begin_layout Standard
13419 La commande qui a été utilisée pour la deuxième ligne du tableau
13420 \begin_inset space ~
13421 \end_inset
13422
13423
13424 \begin_inset CommandInset ref
13425 LatexCommand ref
13426 reference "tab:Tableau-booktabs-special"
13427
13428 \end_inset
13429
13430  est
13431 \end_layout
13432
13433 \begin_layout Standard
13434
13435 \series bold
13436
13437 \backslash
13438 cmidrule(r){2-2}
13439 \backslash
13440 cmidrule(l){3-4}
13441 \backslash
13442 morecmidrules
13443 \backslash
13444 cmidrule{2-4}
13445 \end_layout
13446
13447 \begin_layout Standard
13448 La commande pour la sixième ligne est
13449 \end_layout
13450
13451 \begin_layout Standard
13452
13453 \series bold
13454
13455 \backslash
13456 midrule
13457 \backslash
13458 morecmidrules
13459 \backslash
13460 cmidrule{3-4}
13461 \end_layout
13462
13463 \begin_layout Standard
13464 \begin_inset VSpace bigskip
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \begin_layout Standard
13471 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13472 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13473  font toute la largeur du tableau :
13474 \end_layout
13475
13476 \begin_layout Standard
13477
13478 \series bold
13479
13480 \backslash
13481 specialrule{largeur}{espace au dessus}{espace en dessous}
13482 \end_layout
13483
13484 \begin_layout Standard
13485 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13486  du paquetage LaTeX 
13487 \series bold
13488 booktabs
13489 \series default
13490  
13491 \begin_inset CommandInset citation
13492 LatexCommand cite
13493 key "booktabs"
13494
13495 \end_inset
13496
13497 .
13498 \begin_inset Index
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502 Paquetages LaTeX ! booktabs
13503 \end_layout
13504
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \begin_layout Standard
13511 \begin_inset Float table
13512 placement h
13513 wide false
13514 sideways false
13515 status open
13516
13517 \begin_layout Plain Layout
13518 \begin_inset Caption
13519
13520 \begin_layout Plain Layout
13521 \begin_inset CommandInset label
13522 LatexCommand label
13523 name "tab:Tableau-booktabs-special"
13524
13525 \end_inset
13526
13527 Tableau formel spécial
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Plain Layout
13536 \align center
13537 \begin_inset Tabular
13538 <lyxtabular version="3" rows="8" columns="4">
13539 <features booktabs="true">
13540 <column alignment="center" valignment="top" width="0">
13541 <column alignment="center" valignment="top" width="0">
13542 <column alignment="center" valignment="top" width="0">
13543 <column alignment="center" valignment="top" width="0">
13544 <row>
13545 <cell alignment="center" valignment="top" topline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Système
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Medipix
13559 \begin_inset space \thinspace{}
13560 \end_inset
13561
13562 1
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 Medipix
13572 \begin_inset space \thinspace{}
13573 \end_inset
13574
13575 2
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 \begin_inset ERT
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599
13600
13601 \backslash
13602 cmidrule(r){2-2}
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613
13614 \backslash
13615 cmidrule(l){3-4}
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \begin_inset ERT
13622 status collapsed
13623
13624 \begin_layout Plain Layout
13625
13626
13627 \backslash
13628 morecmidrules 
13629 \end_layout
13630
13631 \end_inset
13632
13633
13634 \begin_inset ERT
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638
13639
13640 \backslash
13641 cmidrule{2-4}
13642 \end_layout
13643
13644 \end_inset
13645
13646 Epaisseur du capteur [µm]
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 300
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 300
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 700
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 </row>
13679 <row>
13680 <cell alignment="center" valignment="top" topline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 Angle biseau [°]
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 3.55
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 2.71
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 7.99
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 <row topspace="default">
13718 <cell alignment="center" valignment="top" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 Résolution spatiale [µm]
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 4.26
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 10.17
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 10.56
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 </row>
13755 <row topspace="default">
13756 <cell alignment="center" valignment="top" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 MTF à 
13761 \begin_inset Formula $f_{\mathrm{max}}$
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 0.53
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 0.37
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 0.39
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 morecmidrules 
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820
13821 \backslash
13822 cmidrule{3-4}
13823 \end_layout
13824
13825 \end_inset
13826
13827 résolution spatiale LSF
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 en µm
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 129.7
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 52.75
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 50.78
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 <row>
13899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 en % de la taille des pixels
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 76.3
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 95.9
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 92.3
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 </row>
13936 </lyxtabular>
13937
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \begin_layout Section
13949 Alignement Vertical des Tableaux
13950 \begin_inset Index
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 Tableau ! Alignement
13955 \end_layout
13956
13957 \end_inset
13958
13959
13960 \end_layout
13961
13962 \begin_layout Standard
13963 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13964  doit être à l'intérieur d'une boîte.
13965  La boîte peut alors être alignée comme c'est décrit dans la 
13966 \begin_inset space ~
13967 \end_inset
13968
13969
13970 \begin_inset CommandInset ref
13971 LatexCommand ref
13972 reference "sec:Boîte-Dialogue"
13973
13974 \end_inset
13975
13976 .
13977 \end_layout
13978
13979 \begin_layout Standard
13980 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13981  minipage
13982 \begin_inset Foot
13983 status open
13984
13985 \begin_layout Plain Layout
13986 Les minipages son décrites dans la section
13987 \begin_inset space ~
13988 \end_inset
13989
13990
13991 \begin_inset CommandInset ref
13992 LatexCommand ref
13993 reference "sec:Minipages"
13994
13995 \end_inset
13996
13997 .
13998 \end_layout
13999
14000 \end_inset
14001
14002  dont la largeur est de 15
14003 \begin_inset space \thinspace{}
14004 \end_inset
14005
14006 col% :
14007 \end_layout
14008
14009 \begin_layout Itemize
14010 test 
14011 \begin_inset Box Frameless
14012 position "t"
14013 hor_pos "c"
14014 has_inner_box 1
14015 inner_pos "c"
14016 use_parbox 0
14017 width "15col%"
14018 special "none"
14019 height "1in"
14020 height_special "totalheight"
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024 \begin_inset Tabular
14025 <lyxtabular version="3" rows="3" columns="3">
14026 <features>
14027 <column alignment="center" valignment="top" width="0">
14028 <column alignment="center" valignment="top" width="0">
14029 <column alignment="center" valignment="top" width="0">
14030 <row>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 a
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 d
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 g
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 </row>
14059 <row>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 b
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 e
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 h
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 <row>
14089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 c
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 f
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 i
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 </lyxtabular>
14118
14119 \end_inset
14120
14121
14122 \end_layout
14123
14124 \end_inset
14125
14126  test 
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132
14133 \backslash
14134 raisebox{0.85
14135 \backslash
14136 baselineskip}{
14137 \end_layout
14138
14139 \end_inset
14140
14141
14142 \begin_inset Box Frameless
14143 position "t"
14144 hor_pos "c"
14145 has_inner_box 1
14146 inner_pos "c"
14147 use_parbox 0
14148 width "15col%"
14149 special "none"
14150 height "1in"
14151 height_special "totalheight"
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155 \begin_inset Tabular
14156 <lyxtabular version="3" rows="3" columns="3">
14157 <features>
14158 <column alignment="center" valignment="top" width="0">
14159 <column alignment="center" valignment="top" width="0">
14160 <column alignment="center" valignment="top" width="0">
14161 <row>
14162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 a
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 d
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 g
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 <row>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 b
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 e
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 h
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 </row>
14219 <row>
14220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 c
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 f
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 i
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 </row>
14248 </lyxtabular>
14249
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \end_inset
14256
14257
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Itemize
14272 test 
14273 \begin_inset Box Frameless
14274 position "c"
14275 hor_pos "c"
14276 has_inner_box 1
14277 inner_pos "c"
14278 use_parbox 0
14279 width "15col%"
14280 special "none"
14281 height "1in"
14282 height_special "totalheight"
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286 \begin_inset Tabular
14287 <lyxtabular version="3" rows="3" columns="3">
14288 <features>
14289 <column alignment="center" valignment="top" width="0">
14290 <column alignment="center" valignment="top" width="0">
14291 <column alignment="center" valignment="top" width="0">
14292 <row>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 a
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 d
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 g
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 </row>
14321 <row>
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 b
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 e
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 h
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row>
14351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 c
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 f
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 i
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 </lyxtabular>
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Itemize
14392 test 
14393 \begin_inset Box Frameless
14394 position "b"
14395 hor_pos "c"
14396 has_inner_box 1
14397 inner_pos "c"
14398 use_parbox 0
14399 width "15col%"
14400 special "none"
14401 height "1in"
14402 height_special "totalheight"
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406 \begin_inset Tabular
14407 <lyxtabular version="3" rows="3" columns="3">
14408 <features>
14409 <column alignment="center" valignment="top" width="0">
14410 <column alignment="center" valignment="top" width="0">
14411 <column alignment="center" valignment="top" width="0">
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 a
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 d
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 g
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 <row>
14442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 b
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 e
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 h
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 c
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 f
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 i
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 </row>
14499 </lyxtabular>
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \end_inset
14507
14508  test 
14509 \begin_inset ERT
14510 status collapsed
14511
14512 \begin_layout Plain Layout
14513
14514
14515 \backslash
14516 raisebox{-0.32
14517 \backslash
14518 baselineskip}{
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \begin_inset Box Frameless
14525 position "b"
14526 hor_pos "c"
14527 has_inner_box 1
14528 inner_pos "c"
14529 use_parbox 0
14530 width "15col%"
14531 special "none"
14532 height "1in"
14533 height_special "totalheight"
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537 \begin_inset Tabular
14538 <lyxtabular version="3" rows="3" columns="3">
14539 <features>
14540 <column alignment="center" valignment="top" width="0">
14541 <column alignment="center" valignment="top" width="0">
14542 <column alignment="center" valignment="top" width="0">
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 a
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 d
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 g
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577 b
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 e
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 h
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 <row>
14602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 c
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 f
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 i
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 </lyxtabular>
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645 }
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \begin_layout Standard
14654 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14655  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14656  la ligne dans laquelle le tableau est inséré.
14657  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14658  boîte élévatrice (raisebox)
14659 \begin_inset Foot
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14664 \begin_inset space ~
14665 \end_inset
14666
14667
14668 \begin_inset CommandInset ref
14669 LatexCommand ref
14670 reference "sub:Alignement-Vertical"
14671
14672 \end_inset
14673
14674 .
14675 \end_layout
14676
14677 \end_inset
14678
14679 .
14680  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14681  aligné en utilisant la commande en code TeX suivante 
14682 \end_layout
14683
14684 \begin_layout Standard
14685
14686 \series bold
14687
14688 \backslash
14689 raisebox{0.85
14690 \backslash
14691 baselineskip}{
14692 \end_layout
14693
14694 \begin_layout Standard
14695 placée juste avant la boîte minipage.
14696  Après la boîte on insère l'accolade fermante en code TeX.
14697  Pour le deuxième tableau de la dernière ligne, la commande 
14698 \end_layout
14699
14700 \begin_layout Standard
14701
14702 \series bold
14703
14704 \backslash
14705 raisebox{-0.32
14706 \backslash
14707 baselineskip}{
14708 \end_layout
14709
14710 \begin_layout Standard
14711 est utilisée.
14712 \end_layout
14713
14714 \begin_layout Standard
14715 \begin_inset Note Greyedout
14716 status open
14717
14718 \begin_layout Plain Layout
14719
14720 \series bold
14721 Note:
14722 \series default
14723  L'alignement entre le contenu de la ligne du tableau et le texte de la
14724  ligne qui l'entoure ne peut pas être parfait.
14725  Le facteur utilisé dans la commande 
14726 \series bold
14727
14728 \backslash
14729 raisebox
14730 \series default
14731  pour obtenir cet alignement dépend de la police de caractères du document,
14732  de la taille de la police et de l'épaisseur des lignes du tableau.
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \end_layout
14739
14740 \begin_layout Section
14741 Tableaux Colorés
14742 \begin_inset CommandInset label
14743 LatexCommand label
14744 name "sec:Tableaux-Colorés"
14745
14746 \end_inset
14747
14748
14749 \begin_inset Index
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753 Tableau ! Coloré
14754 \end_layout
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \begin_layout Subsection
14762 Cellules Colorées
14763 \begin_inset Index
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767 Couleur des tableaux ! Pour les cellules
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \begin_inset Index
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777 Couleur ! Pour les cellules de tableau
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset Float table
14787 placement h
14788 wide false
14789 sideways false
14790 status open
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Caption
14794
14795 \begin_layout Plain Layout
14796 \begin_inset CommandInset label
14797 LatexCommand label
14798 name "tab:Tableau-coloré-sans-colortbl"
14799
14800 \end_inset
14801
14802 Tableau coloré sans utiliser le paquetage  
14803 \series bold
14804 colortbl
14805 \series default
14806
14807 \begin_inset OptArg
14808 status open
14809
14810 \begin_layout Plain Layout
14811 Tableau sans colortbl
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \begin_layout Plain Layout
14825 \align center
14826 \begin_inset Tabular
14827 <lyxtabular version="3" rows="3" columns="3">
14828 <features>
14829 <column alignment="center" valignment="top" width="0">
14830 <column alignment="center" valignment="top" width="0">
14831 <column alignment="center" valignment="top" width="0">
14832 <row>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837
14838 \color green
14839 a
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848
14849 \color red
14850 b
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859
14860 \color red
14861 c
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \color green
14874 d
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883
14884 \color blue
14885 e
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \color blue
14896 f
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 <row>
14903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \color green
14909 g
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \color blue
14920 h
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929
14930 \color blue
14931 i
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 </lyxtabular>
14938
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Standard
14950 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14951  et choisissez une couleur dans le menu 
14952 \family sans
14953 Éditer\SpecialChar \menuseparator
14954 Style
14955 \begin_inset space ~
14956 \end_inset
14957
14958 de
14959 \begin_inset space ~
14960 \end_inset
14961
14962 Texte
14963 \family default
14964 .
14965  C'est ce qui a été utilisé pour créer le tableau
14966 \begin_inset space ~
14967 \end_inset
14968
14969
14970 \begin_inset CommandInset ref
14971 LatexCommand ref
14972 reference "tab:Tableau-coloré-sans-colortbl"
14973
14974 \end_inset
14975
14976 .
14977  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14978 \series bold
14979 colortbl
14980 \series default
14981 .
14982 \begin_inset Index
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986 Paquetages LaTeX ! colortbl
14987 \end_layout
14988
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \begin_layout Standard
14995 \begin_inset ERT
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999
15000
15001 \backslash
15002 ifcolortbl
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \begin_inset Note Note
15009 status open
15010
15011 \begin_layout Plain Layout
15012 La section qui suit ne sera affichée que si vous avez installé le paquetage
15013  LaTeX 
15014 \series bold
15015 colortbl
15016 \series default
15017 .
15018 \end_layout
15019
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \begin_layout Standard
15026 Pour créer des tableaux colorés, vous devez charger le paquetage
15027 \series bold
15028  colortbl
15029 \series default
15030  dans le préambule avec la ligne
15031 \end_layout
15032
15033 \begin_layout Standard
15034
15035 \series bold
15036
15037 \backslash
15038 usepackage{colortbl}
15039 \end_layout
15040
15041 \begin_layout Standard
15042 On choisit la couleur d'une colonne avec la commande 
15043 \end_layout
15044
15045 \begin_layout Standard
15046
15047 \series bold
15048
15049 \backslash
15050 columncolor{nom de couleur}
15051 \end_layout
15052
15053 \begin_layout Standard
15054 à l'intérieur d'une commande 
15055 \series bold
15056 >{ }
15057 \series default
15058 .
15059  Vous trouverez plus d'information sur la commande 
15060 \series bold
15061 >{}
15062 \series default
15063  dans la section
15064 \begin_inset space ~
15065 \end_inset
15066
15067
15068 \begin_inset CommandInset ref
15069 LatexCommand ref
15070 reference "sub:Calculs-multicolonnes"
15071
15072 \end_inset
15073
15074 .
15075 \end_layout
15076
15077 \begin_layout Standard
15078 Les noms de couleurs suivants sont prédéfinis :
15079 \end_layout
15080
15081 \begin_layout Standard
15082
15083 \family sans
15084 red
15085 \family default
15086  (rouge), 
15087 \family sans
15088 green
15089 \family default
15090  (vert), 
15091 \family sans
15092 yellow
15093 \family default
15094  (jaune), 
15095 \family sans
15096 blue
15097 \family default
15098  (bleu), 
15099 \family sans
15100 cyan
15101 \family default
15102
15103 \family sans
15104 magenta
15105 \family default
15106
15107 \family sans
15108 black 
15109 \family default
15110 (noir) et 
15111 \family sans
15112 white 
15113 \family default
15114 (blanc).
15115 \end_layout
15116
15117 \begin_layout Standard
15118 \begin_inset VSpace medskip
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \begin_layout Standard
15125 Vous pouvez aussi définir votre propre couleur avec la commande
15126 \end_layout
15127
15128 \begin_layout Standard
15129
15130 \series bold
15131
15132 \backslash
15133 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15134 \end_layout
15135
15136 \begin_layout Standard
15137 Le modèle de couleur peut être
15138 \end_layout
15139
15140 \begin_layout Labeling
15141 \labelwidthstring 00.00.0000
15142 cmyk: cyan, magenta, jaune (yellow), noir (black)
15143 \end_layout
15144
15145 \begin_layout Labeling
15146 \labelwidthstring 00.00.0000
15147 rgb: red, vert (green), bleu (blue)
15148 \end_layout
15149
15150 \begin_layout Labeling
15151 \labelwidthstring 00.00.0000
15152 gray dégradé de gris (gray)
15153 \end_layout
15154
15155 \begin_layout Standard
15156 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15157  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Vous pouvez par exemple définir la couleur 
15162 \begin_inset Quotes eld
15163 \end_inset
15164
15165
15166 \emph on
15167 vertfonce
15168 \begin_inset Quotes erd
15169 \end_inset
15170
15171  dans le préambule avec la ligne
15172 \end_layout
15173
15174 \begin_layout Standard
15175
15176 \series bold
15177
15178 \backslash
15179 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15180 \end_layout
15181
15182 \begin_layout Standard
15183 et la couleur "
15184 \emph on
15185 grisclair
15186 \emph default
15187 " avec
15188 \end_layout
15189
15190 \begin_layout Standard
15191
15192 \series bold
15193
15194 \backslash
15195 definecolor{grisclair}{gray}{0.8}
15196 \end_layout
15197
15198 \begin_layout Standard
15199 \begin_inset VSpace medskip
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Les lignes sont colorées avec la commande
15207 \end_layout
15208
15209 \begin_layout Standard
15210
15211 \series bold
15212
15213 \backslash
15214 rowcolor{nom de la couleur}
15215 \end_layout
15216
15217 \begin_layout Standard
15218 et les cellules sont colorées avec la commande
15219 \end_layout
15220
15221 \begin_layout Standard
15222
15223 \series bold
15224
15225 \backslash
15226 cellcolor{nom de la couleur}
15227 \end_layout
15228
15229 \begin_layout Standard
15230 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15231 \end_layout
15232
15233 \begin_layout Standard
15234 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15235  choisissez une couleur dans le menu 
15236 \family sans
15237 Éditer\SpecialChar \menuseparator
15238 Style
15239 \begin_inset space ~
15240 \end_inset
15241
15242 de
15243 \begin_inset space ~
15244 \end_inset
15245
15246 Texte
15247 \family default
15248 .
15249  Si une cellule contient du code TeX, faites bien attention à ne colorer
15250  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15251 \end_layout
15252
15253 \begin_layout Standard
15254 \begin_inset Note Greyedout
15255 status open
15256
15257 \begin_layout Plain Layout
15258
15259 \series bold
15260 Note:
15261 \series default
15262  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15263  définies par l'utilisateur.
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \begin_layout Standard
15272 \begin_inset VSpace bigskip
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Pour créer le tableau
15280 \begin_inset space ~
15281 \end_inset
15282
15283
15284 \begin_inset CommandInset ref
15285 LatexCommand ref
15286 reference "tab:Tableau-coloré-avec-colortbl"
15287
15288 \end_inset
15289
15290  faites ce qui suit : La couleur de la première colonne doit être 
15291 \emph on
15292 vertfonce
15293 \emph default
15294 .
15295  On insère donc la commande
15296 \end_layout
15297
15298 \begin_layout Standard
15299
15300 \series bold
15301 >{
15302 \backslash
15303 columncolor{vertfonce}
15304 \backslash
15305 centering}c
15306 \end_layout
15307
15308 \begin_layout Standard
15309 en code TeX pour cette colonne.
15310  La première ligne doit être bleue
15311 \begin_inset Note Note
15312 status open
15313
15314 \begin_layout Plain Layout
15315 cyan ? (NdT)
15316 \end_layout
15317
15318 \end_inset
15319
15320 , d'où la commande en code TeX
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 rowcolow{cyan}
15329 \end_layout
15330
15331 \begin_layout Standard
15332 qui est insérée dans la première cellule de cette ligne.
15333  Notez que cela annule la couleur de colonne pour la première cellule.
15334  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15335  en code TeX la commande
15336 \end_layout
15337
15338 \begin_layout Standard
15339
15340 \series bold
15341
15342 \backslash
15343 cellcolor{magenta}
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Les caractères peuvent maintenant être colorés en utilisant le menu 
15348 \family sans
15349 Éditer\SpecialChar \menuseparator
15350 Style
15351 \begin_inset space ~
15352 \end_inset
15353
15354 de
15355 \begin_inset space ~
15356 \end_inset
15357
15358 Texte
15359 \family default
15360 .
15361 \end_layout
15362
15363 \begin_layout Standard
15364 \begin_inset Float table
15365 placement h
15366 wide false
15367 sideways false
15368 status open
15369
15370 \begin_layout Plain Layout
15371 \begin_inset Caption
15372
15373 \begin_layout Plain Layout
15374 \begin_inset CommandInset label
15375 LatexCommand label
15376 name "tab:Tableau-coloré-avec-colortbl"
15377
15378 \end_inset
15379
15380 Tableau coloré en utilisant le paquetage 
15381 \series bold
15382 colortbl
15383 \series default
15384
15385 \begin_inset OptArg
15386 status collapsed
15387
15388 \begin_layout Plain Layout
15389 Tableau avec colortbl
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Plain Layout
15403 \align center
15404 \begin_inset Tabular
15405 <lyxtabular version="3" rows="3" columns="3">
15406 <features>
15407 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15408 <column alignment="center" valignment="top" width="0">
15409 <column alignment="center" valignment="top" width="0">
15410 <row>
15411 <cell alignment="center" valignment="top" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset ERT
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419
15420
15421 \backslash
15422 rowcolor{cyan}
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \color magenta
15429 a
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \color red
15440 b
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \color red
15451 c
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \color yellow
15464 d
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \color blue
15475 e
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \color blue
15486 f
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \color yellow
15499 g
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \color blue
15510 h
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519 \begin_inset ERT
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523
15524
15525 \backslash
15526 cellcolor{magenta}
15527 \end_layout
15528
15529 \end_inset
15530
15531
15532 \color green
15533 i
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 </lyxtabular>
15540
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Standard
15552 \begin_inset ERT
15553 status collapsed
15554
15555 \begin_layout Plain Layout
15556
15557
15558 \backslash
15559 else
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \begin_inset Note Note
15566 status open
15567
15568 \begin_layout Plain Layout
15569 Ce qui suit sera affiché si le paquetage 
15570 \series bold
15571 colortbl
15572 \series default
15573  n'est pas installé :
15574 \end_layout
15575
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 Vous devez installer le paquetage 
15583 \series bold
15584 colortbl
15585 \series default
15586  pour voir le contenu des cette section dans la sortie imprimée.
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset ERT
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594
15595
15596 \backslash
15597 fi
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \begin_layout Subsection
15606 Les filets colorées
15607 \begin_inset Index
15608 status collapsed
15609
15610 \begin_layout Plain Layout
15611 Tableau Coloré ! Pour les filets
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \begin_inset Index
15618 status collapsed
15619
15620 \begin_layout Plain Layout
15621 Couleur ! Pour les filets des tableaux
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \begin_inset Note Note
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631 on parle de filets plutôt que de lignes pour les tableaux
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Standard
15640 Comme c'est décrit dans la section
15641 \begin_inset space ~
15642 \end_inset
15643
15644
15645 \begin_inset CommandInset ref
15646 LatexCommand ref
15647 reference "sub:Epaisseur-filets"
15648
15649 \end_inset
15650
15651 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15652  variable 
15653 \series bold
15654
15655 \backslash
15656 arrayrulewidth
15657 \series default
15658 .
15659  Elle est mise à 1.5
15660 \begin_inset space \thinspace{}
15661 \end_inset
15662
15663 pt pour tous les tableaux de cette section.
15664 \begin_inset ERT
15665 status collapsed
15666
15667 \begin_layout Plain Layout
15668
15669
15670 \backslash
15671 setlength{
15672 \backslash
15673 arrayrulewidth}{1.5pt}
15674 \end_layout
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \begin_layout Standard
15682 Pour colorer les filets verticaux, par exemple en vert, créez le format
15683  de colonne suivant dans le préambule du document, en suivant la description
15684  de la section
15685 \begin_inset space ~
15686 \end_inset
15687
15688
15689 \begin_inset CommandInset ref
15690 LatexCommand ref
15691 reference "sub:Formats-personnalisés"
15692
15693 \end_inset
15694
15695 :
15696 \end_layout
15697
15698 \begin_layout Standard
15699
15700 \series bold
15701
15702 \backslash
15703 newcolumntype{W}{!{
15704 \backslash
15705 color{green}
15706 \backslash
15707 vline}}
15708 \end_layout
15709
15710 \begin_layout Standard
15711 Pour le tableau
15712 \begin_inset space ~
15713 \end_inset
15714
15715
15716 \begin_inset CommandInset ref
15717 LatexCommand ref
15718 reference "tab:Tableau-filets-verticaux-colorés"
15719
15720 \end_inset
15721
15722  le paramètre LaTeX
15723 \series bold
15724  WcW
15725 \series default
15726  a été utilisé pour la dernière colonne et
15727 \series bold
15728  Wc
15729 \series default
15730  pour les autres colonnes.
15731 \end_layout
15732
15733 \begin_layout Standard
15734 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15735 \end_layout
15736
15737 \begin_layout Standard
15738 \begin_inset Float table
15739 placement h
15740 wide false
15741 sideways false
15742 status open
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Caption
15746
15747 \begin_layout Plain Layout
15748 \begin_inset CommandInset label
15749 LatexCommand label
15750 name "tab:Tableau-filets-verticaux-colorés"
15751
15752 \end_inset
15753
15754 Tableau avec filets verticaux colorés
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Plain Layout
15763 \align center
15764 \begin_inset Tabular
15765 <lyxtabular version="3" rows="3" columns="3">
15766 <features>
15767 <column alignment="center" valignment="top" width="0" special="Wc">
15768 <column alignment="center" valignment="top" width="0" special="Wc">
15769 <column alignment="center" valignment="top" width="0" special="WcW">
15770 <row>
15771 <cell alignment="center" valignment="top" topline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 sd
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 sd
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 sd
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 </lyxtabular>
15858
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \begin_layout Standard
15870 \begin_inset VSpace bigskip
15871 \end_inset
15872
15873 Pour colorer les filets horizontaux en rouge comme pour le tableau
15874 \begin_inset space ~
15875 \end_inset
15876
15877
15878 \begin_inset CommandInset ref
15879 LatexCommand ref
15880 reference "tab:Tableau-filet-horizontaux-colorés"
15881
15882 \end_inset
15883
15884 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15885  le flottant de tableau :
15886 \end_layout
15887
15888 \begin_layout Standard
15889
15890 \series bold
15891
15892 \backslash
15893 let
15894 \backslash
15895 myHlineC
15896 \backslash
15897 hline
15898 \begin_inset Newline newline
15899 \end_inset
15900
15901
15902 \backslash
15903 renewcommand{
15904 \backslash
15905 hline}
15906 \begin_inset Newline newline
15907 \end_inset
15908
15909
15910 \begin_inset ERT
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914
15915
15916 \backslash
15917 hphantom{ }
15918 \end_layout
15919
15920 \end_inset
15921
15922 {
15923 \backslash
15924 arrayrulecolor{red}
15925 \backslash
15926 myHlineC
15927 \backslash
15928 arrayrulecolor{black}}
15929 \end_layout
15930
15931 \begin_layout Standard
15932 \begin_inset ERT
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 let
15940 \backslash
15941 myHlineC
15942 \backslash
15943 hline
15944 \end_layout
15945
15946 \begin_layout Plain Layout
15947
15948
15949 \backslash
15950 renewcommand{
15951 \backslash
15952 hline}
15953 \end_layout
15954
15955 \begin_layout Plain Layout
15956
15957  {
15958 \backslash
15959 arrayrulecolor{red}
15960 \backslash
15961 myHlineC
15962 \backslash
15963 arrayrulecolor{black}}
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \begin_inset Float table
15970 placement h
15971 wide false
15972 sideways false
15973 status open
15974
15975 \begin_layout Plain Layout
15976 \begin_inset Caption
15977
15978 \begin_layout Plain Layout
15979 \begin_inset CommandInset label
15980 LatexCommand label
15981 name "tab:Tableau-filet-horizontaux-colorés"
15982
15983 \end_inset
15984
15985 Tableau avec filets horizontaux colorés
15986 \end_layout
15987
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \begin_layout Plain Layout
15994 \align center
15995 \begin_inset Tabular
15996 <lyxtabular version="3" rows="3" columns="3">
15997 <features>
15998 <column alignment="center" valignment="top" width="0">
15999 <column alignment="center" valignment="top" width="0">
16000 <column alignment="center" valignment="top" width="0">
16001 <row>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 sd
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 sd
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 sd
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 </lyxtabular>
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Standard
16101 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16102  en code TeX, juste après le tableau ou le flottant de tableau :
16103 \end_layout
16104
16105 \begin_layout Standard
16106
16107 \series bold
16108
16109 \backslash
16110 renewcommand{
16111 \backslash
16112 hline}{
16113 \backslash
16114 myHlineC}
16115 \end_layout
16116
16117 \begin_layout Standard
16118 Le tableau
16119 \begin_inset space ~
16120 \end_inset
16121
16122
16123 \begin_inset CommandInset ref
16124 LatexCommand ref
16125 reference "tab:Tableau-avec-filets-colorés"
16126
16127 \end_inset
16128
16129  est un exemple avec des filets horizontaux et verticaux colorés.
16130 \end_layout
16131
16132 \begin_layout Standard
16133 \begin_inset Float table
16134 placement h
16135 wide false
16136 sideways false
16137 status open
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Caption
16141
16142 \begin_layout Plain Layout
16143 \begin_inset CommandInset label
16144 LatexCommand label
16145 name "tab:Tableau-avec-filets-colorés"
16146
16147 \end_inset
16148
16149 Tableau avec filets horizontaux et verticaux colorés
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Plain Layout
16158 \align center
16159 \begin_inset Tabular
16160 <lyxtabular version="3" rows="3" columns="3">
16161 <features>
16162 <column alignment="center" valignment="top" width="0" special="Wc">
16163 <column alignment="center" valignment="top" width="0" special="Wc">
16164 <column alignment="center" valignment="top" width="0" special="WcW">
16165 <row>
16166 <cell alignment="center" valignment="top" topline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 sd
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row>
16195 <cell alignment="center" valignment="top" topline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 sd
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 </row>
16223 <row topspace="default">
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 sd
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 </row>
16252 </lyxtabular>
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \begin_layout Standard
16265 \begin_inset ERT
16266 status collapsed
16267
16268 \begin_layout Plain Layout
16269
16270
16271 \backslash
16272 renewcommand{
16273 \backslash
16274 hline}{
16275 \backslash
16276 myHlineC}
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 \begin_inset ERT
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289
16290
16291 \backslash
16292 setlength{
16293 \backslash
16294 arrayrulewidth}{0.4pt}
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Section
16303 Personnalisation des Tableaux
16304 \begin_inset Index
16305 status collapsed
16306
16307 \begin_layout Plain Layout
16308 Tableau ! Personnalisation
16309 \end_layout
16310
16311 \end_inset
16312
16313
16314 \begin_inset Index
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 Personnalisation des tableaux
16319 \end_layout
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \begin_layout Subsection
16327 Espacement des lignes
16328 \begin_inset CommandInset label
16329 LatexCommand label
16330 name "sub:Espacement-lignes"
16331
16332 \end_inset
16333
16334
16335 \begin_inset Index
16336 status collapsed
16337
16338 \begin_layout Plain Layout
16339 Personnalisation des tableaux ! Espacement des lignes
16340 \end_layout
16341
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \begin_layout Standard
16348 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16349  l'onglet 
16350 \family sans
16351 Bordures
16352 \family default
16353  de la fenêtre de dialogue 
16354 \family sans
16355 Paramètres
16356 \begin_inset space ~
16357 \end_inset
16358
16359 du
16360 \begin_inset space ~
16361 \end_inset
16362
16363 tableau
16364 \family default
16365 .
16366  Vous y trouverez trois possibilités :
16367 \end_layout
16368
16369 \begin_layout Description
16370 Haut
16371 \begin_inset space ~
16372 \end_inset
16373
16374 de
16375 \begin_inset space ~
16376 \end_inset
16377
16378 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16379  Si le tableau est un tableau formel
16380 \begin_inset Foot
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384 Les tableaux formels sont décrits dans la section
16385 \begin_inset space ~
16386 \end_inset
16387
16388
16389 \begin_inset CommandInset ref
16390 LatexCommand ref
16391 reference "sec:Tableaux-Formels"
16392
16393 \end_inset
16394
16395 .
16396 \end_layout
16397
16398 \end_inset
16399
16400  LyX va insérer par défaut un espace de 0.5
16401 \begin_inset space \thinspace{}
16402 \end_inset
16403
16404 em.
16405  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16406  les filets verticaux comme dans le tableau suivant :
16407 \begin_inset VSpace medskip
16408 \end_inset
16409
16410
16411 \begin_inset Newline newline
16412 \end_inset
16413
16414
16415 \begin_inset space \hspace*{}
16416 \length 0pt
16417 \end_inset
16418
16419
16420 \begin_inset space \hfill{}
16421 \end_inset
16422
16423
16424 \begin_inset Tabular
16425 <lyxtabular version="3" rows="3" columns="1">
16426 <features>
16427 <column alignment="center" valignment="top" width="0">
16428 <row>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 A
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row topspace="3mm">
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 espace de 3
16445 \begin_inset space \thinspace{}
16446 \end_inset
16447
16448 mm en haut de la ligne
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 C
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 </lyxtabular>
16466
16467 \end_inset
16468
16469
16470 \begin_inset space \hfill{}
16471 \end_inset
16472
16473
16474 \begin_inset space \hspace*{}
16475 \length 0pt
16476 \end_inset
16477
16478
16479 \begin_inset VSpace medskip
16480 \end_inset
16481
16482
16483 \begin_inset Newline newline
16484 \end_inset
16485
16486 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16487  pas de filets verticaux.
16488 \end_layout
16489
16490 \begin_layout Description
16491 Bas
16492 \begin_inset space ~
16493 \end_inset
16494
16495 de
16496 \begin_inset space ~
16497 \end_inset
16498
16499 ligne va ajouter de l'espace sous les caractères de la ligne.
16500  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16501  de 0.5
16502 \begin_inset space \thinspace{}
16503 \end_inset
16504
16505 em, pour les tableaux normaux, l'espace par défaut est de 2
16506 \begin_inset space \thinspace{}
16507 \end_inset
16508
16509 pt.
16510 \end_layout
16511
16512 \begin_layout Description
16513 Entre
16514 \begin_inset space ~
16515 \end_inset
16516
16517 les
16518 \begin_inset space ~
16519 \end_inset
16520
16521 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16522  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16523  de 0.5
16524 \begin_inset space \thinspace{}
16525 \end_inset
16526
16527 em.
16528  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16529  les filets verticaux comme dans le tableau suivant :
16530 \begin_inset VSpace medskip
16531 \end_inset
16532
16533
16534 \begin_inset Newline newline
16535 \end_inset
16536
16537
16538 \begin_inset space \hspace*{}
16539 \length 0pt
16540 \end_inset
16541
16542
16543 \begin_inset space \hfill{}
16544 \end_inset
16545
16546
16547 \begin_inset Tabular
16548 <lyxtabular version="3" rows="3" columns="1">
16549 <features>
16550 <column alignment="center" valignment="top" width="0">
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 A
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row interlinespace="3mm">
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 \begin_inset Formula $\downarrow$
16568 \end_inset
16569
16570  espace de 3
16571 \begin_inset space \thinspace{}
16572 \end_inset
16573
16574 mm entre les lignes 
16575 \begin_inset Formula $\downarrow$
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Formula $\uparrow$
16590 \end_inset
16591
16592  espace de 3
16593 \begin_inset space \thinspace{}
16594 \end_inset
16595
16596 mm entre les lignes 
16597 \begin_inset Formula $\uparrow$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 </lyxtabular>
16607
16608 \end_inset
16609
16610
16611 \begin_inset space \hfill{}
16612 \end_inset
16613
16614
16615 \begin_inset space \hspace*{}
16616 \length 0pt
16617 \end_inset
16618
16619
16620 \begin_inset VSpace medskip
16621 \end_inset
16622
16623
16624 \begin_inset Newline newline
16625 \end_inset
16626
16627 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16628  pas de filets verticaux.
16629 \end_layout
16630
16631 \begin_layout Standard
16632 \begin_inset VSpace bigskip
16633 \end_inset
16634
16635 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16636  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16637  dans le préambule :
16638 \end_layout
16639
16640 \begin_layout Standard
16641
16642 \series bold
16643
16644 \backslash
16645 @ifundefined{extrarowheight}
16646 \begin_inset Newline newline
16647 \end_inset
16648
16649
16650 \begin_inset ERT
16651 status collapsed
16652
16653 \begin_layout Plain Layout
16654
16655
16656 \backslash
16657 hphantom{ }
16658 \end_layout
16659
16660 \end_inset
16661
16662 {
16663 \backslash
16664 usepackage{array}}{}
16665 \begin_inset Newline newline
16666 \end_inset
16667
16668
16669 \backslash
16670 setlength{
16671 \backslash
16672 extrarowheight}{height}
16673 \end_layout
16674
16675 \begin_layout Standard
16676 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16677  plus exactement centré verticalement.
16678  (le paquetage 
16679 \series bold
16680 array 
16681 \series default
16682 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16683  auto-définis.
16684  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16685  
16686 \series bold
16687
16688 \backslash
16689 @ifundefined
16690 \series default
16691  dans la commande précédente.)
16692 \end_layout
16693
16694 \begin_layout Subsection
16695 Alignements de cellules spéciaux
16696 \begin_inset Index
16697 status collapsed
16698
16699 \begin_layout Plain Layout
16700 Personnalisation des tableaux ! Alignement de cellules spéciaux
16701 \end_layout
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \begin_layout Standard
16709 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16710  cellules sur un caractère donné, par exemple le séparateur décimal comme
16711  dans le tableau
16712 \begin_inset space ~
16713 \end_inset
16714
16715
16716 \begin_inset CommandInset ref
16717 LatexCommand ref
16718 reference "tab:Tableau-centré-sur-séparateur"
16719
16720 \end_inset
16721
16722 .
16723 \end_layout
16724
16725 \begin_layout Standard
16726 \begin_inset Float table
16727 placement h
16728 wide false
16729 sideways false
16730 status open
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Caption
16734
16735 \begin_layout Plain Layout
16736 \begin_inset CommandInset label
16737 LatexCommand label
16738 name "tab:Tableau-centré-sur-séparateur"
16739
16740 \end_inset
16741
16742 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Plain Layout
16751 \align center
16752 \begin_inset Tabular
16753 <lyxtabular version="3" rows="4" columns="2">
16754 <features>
16755 <column alignment="right" valignment="top" width="0">
16756 <column alignment="left" valignment="top" width="0" special="@{}l">
16757 <row>
16758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 en-tête
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 12,
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 6
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 0,
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 68
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row>
16818 <cell alignment="center" valignment="top" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 -123,
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 0
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 </lyxtabular>
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Standard
16850 Ce tableau a été créé comme un tableau 4×2.
16851  L'en-tête est une cellule multicolonne centrée.
16852  La première colonne est alignée à droite et contient les chiffres qui se
16853  trouvent avant la virgule ainsi que la virgule elle-même.
16854  La deuxième colonne est alignée à gauche et contient les chiffres situés
16855  après la virgule.
16856  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16857  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16858 \end_layout
16859
16860 \begin_layout Standard
16861
16862 \series bold
16863 @{}l
16864 \end_layout
16865
16866 \begin_layout Standard
16867 Le tableau
16868 \begin_inset space ~
16869 \end_inset
16870
16871
16872 \begin_inset CommandInset ref
16873 LatexCommand ref
16874 reference "tab:Plusieurs-exemples-alignements"
16875
16876 \end_inset
16877
16878  montre quelques exemples d'alignements.
16879  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16880  plus petit espace mathématique au début de la dernière colonne pour obtenir
16881  l'espacement correct autour du signe de relation.
16882 \end_layout
16883
16884 \begin_layout Standard
16885 \begin_inset Float table
16886 wide false
16887 sideways false
16888 status open
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Caption
16892
16893 \begin_layout Plain Layout
16894 \begin_inset CommandInset label
16895 LatexCommand label
16896 name "tab:Plusieurs-exemples-alignements"
16897
16898 \end_inset
16899
16900 Plusieurs exemples d'alignement de cellules
16901 \lang english
16902 .
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \begin_layout Plain Layout
16911 \align center
16912 \begin_inset Tabular
16913 <lyxtabular version="3" rows="4" columns="6">
16914 <features>
16915 <column alignment="right" valignment="top" width="0">
16916 <column alignment="left" valignment="top" width="0" special="@{}l">
16917 <column alignment="right" valignment="top" width="0">
16918 <column alignment="left" valignment="top" width="0" special="@{}l">
16919 <column alignment="right" valignment="top" width="0">
16920 <column alignment="left" valignment="top" width="0" special="@{}l">
16921 <row>
16922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 unités
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 exposants
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 relations
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 12×
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 24
16992 \begin_inset space \thinspace{}
16993 \end_inset
16994
16995 bouteilles
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $10\cdot$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $10^{\mbox{-}17}$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\Gamma(t)\propto$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\:\Upsilon(t)$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 1024×
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 768
17064 \begin_inset space \thinspace{}
17065 \end_inset
17066
17067 Pixels
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 \begin_inset Formula $5.78\cdot$
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $10^{7}$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $A\ne$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $\: B_{\mathrm{red}}$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 32×
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 6
17136 \begin_inset space \thinspace{}
17137 \end_inset
17138
17139 cm
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 -
17149 \begin_inset Formula $33.5\cdot$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $10^{4}$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\sin(\alpha)\ge$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\:\sin(\beta)$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 </lyxtabular>
17195
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset VSpace bigskip
17208 \end_inset
17209
17210 Il y a aussi le paquetage LaTeX 
17211 \series bold
17212 dcolumn
17213 \series default
17214
17215 \begin_inset Index
17216 status collapsed
17217
17218 \begin_layout Plain Layout
17219 Paquetages LaTeX ! dcolumn
17220 \end_layout
17221
17222 \end_inset
17223
17224  qui fournit des alignements pour les cellules de tableaux.
17225  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17226  et ne permet pas de formules dans les cellules du tableau : Avec 
17227 \series bold
17228 dcolumn
17229 \series default
17230  la première colonne du tableau
17231 \begin_inset space ~
17232 \end_inset
17233
17234
17235 \begin_inset CommandInset ref
17236 LatexCommand ref
17237 reference "tab:Plusieurs-exemples-alignements"
17238
17239 \end_inset
17240
17241  ressemblera à la première colonne du tableau
17242 \begin_inset space ~
17243 \end_inset
17244
17245
17246 \begin_inset CommandInset ref
17247 LatexCommand ref
17248 reference "tab:Alignements-avec-dcolumn"
17249
17250 \end_inset
17251
17252
17253 \lang english
17254  and only with some tricks like the expected.
17255  
17256 \lang french
17257 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17258 \begin_inset space ~
17259 \end_inset
17260
17261
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "tab:Plusieurs-exemples-alignements"
17265
17266 \end_inset
17267
17268  avec 
17269 \series bold
17270 dcolumn
17271 \series default
17272 .
17273 \end_layout
17274
17275 \begin_layout Standard
17276 \begin_inset Float table
17277 placement h
17278 wide false
17279 sideways false
17280 status open
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Caption
17284
17285 \begin_layout Plain Layout
17286 \begin_inset CommandInset label
17287 LatexCommand label
17288 name "tab:Alignements-avec-dcolumn"
17289
17290 \end_inset
17291
17292 Alignements quand on utilise le paquetage LaTeX dcolumn.
17293  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17294  pour obtenir la sortie.
17295 \end_layout
17296
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \begin_layout Plain Layout
17303 \align center
17304 \begin_inset Tabular
17305 <lyxtabular version="3" rows="4" columns="3">
17306 <features>
17307 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17308 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17309 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17310 <row>
17311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 unités
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 unités
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333 unités
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 12x24
17345 \begin_inset space \thinspace{}
17346 \end_inset
17347
17348 bouteilles
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 12x24
17358 \begin_inset space \thinspace{}
17359 \end_inset
17360
17361
17362 \begin_inset Formula $\mbox{bouteilles}$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 12
17375 \begin_inset ERT
17376 status collapsed
17377
17378 \begin_layout Plain Layout
17379
17380
17381 \backslash
17382 times 
17383 \end_layout
17384
17385 \end_inset
17386
17387 24~
17388 \begin_inset Formula $\mbox{bouteilles}$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 1024x768
17403 \begin_inset space \thinspace{}
17404 \end_inset
17405
17406 Pixels
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 1024x768
17416 \begin_inset space \thinspace{}
17417 \end_inset
17418
17419
17420 \begin_inset Formula $\mbox{Pixels}$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 1024
17433 \begin_inset ERT
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437
17438
17439 \backslash
17440 times 
17441 \end_layout
17442
17443 \end_inset
17444
17445 768~
17446 \begin_inset Formula $\mbox{Pixels}$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 32x6
17461 \begin_inset space \thinspace{}
17462 \end_inset
17463
17464 cm
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 32x6
17474 \begin_inset space \thinspace{}
17475 \end_inset
17476
17477
17478 \begin_inset Formula $\mbox{cm}$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 32
17491 \begin_inset ERT
17492 status collapsed
17493
17494 \begin_layout Plain Layout
17495
17496
17497 \backslash
17498 times 
17499 \end_layout
17500
17501 \end_inset
17502
17503 6~
17504 \begin_inset Formula $\mbox{cm}$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 </lyxtabular>
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \begin_layout Subsection
17526 Formats de cellule et de colonne personnalisés
17527 \begin_inset CommandInset label
17528 LatexCommand label
17529 name "sub:Formats-personnalisés"
17530
17531 \end_inset
17532
17533
17534 \begin_inset Index
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538 Personnalisation des tableaux !  Format de cellule/colonne
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17548  multicolonne comme dans la section
17549 \begin_inset space ~
17550 \end_inset
17551
17552
17553 \begin_inset CommandInset ref
17554 LatexCommand ref
17555 reference "sub:Calculs-multicolonnes"
17556
17557 \end_inset
17558
17559  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17560  multicolonnes.
17561  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17562  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17563  du document.
17564  Le format est défini avec la commande
17565 \end_layout
17566
17567 \begin_layout Standard
17568
17569 \series bold
17570
17571 \backslash
17572 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17573 \end_layout
17574
17575 \begin_layout Standard
17576 Le nom du format peut n'avoir qu'une lettre.
17577  Les lettres 
17578 \emph on
17579 b
17580 \emph default
17581
17582 \emph on
17583 c
17584 \emph default
17585
17586 \emph on
17587 l
17588 \emph default
17589
17590 \emph on
17591 m
17592 \emph default
17593
17594 \emph on
17595 p
17596 \emph default
17597  et 
17598 \emph on
17599 r
17600 \emph default
17601  sont prédéfinies et donc ne peuvent être utilisées.
17602  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17603 \end_layout
17604
17605 \begin_layout Standard
17606 \begin_inset VSpace medskip
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Pour de cellules multicolonnes centrées verticalement et horizontalement
17614  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17615  :
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621
17622 \backslash
17623 newcolumntype{M}[1]{>{
17624 \backslash
17625 centering
17626 \backslash
17627 hspace{0pt}}m{#1}}
17628 \end_layout
17629
17630 \begin_layout Standard
17631 Où le 
17632 \series bold
17633
17634 \backslash
17635 hspace{0pt}
17636 \series default
17637  évite le problème de césure du premier mot, comme c'est décrit en section
17638 \begin_inset space ~
17639 \end_inset
17640
17641
17642 \begin_inset CommandInset ref
17643 LatexCommand ref
17644 reference "sub:Lignes-multiple-dans-cellule"
17645
17646 \end_inset
17647
17648 .
17649  Ensuite, vous pouvez entrer
17650 \end_layout
17651
17652 \begin_layout Standard
17653
17654 \series bold
17655 M{width}
17656 \end_layout
17657
17658 \begin_layout Standard
17659 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17660  une multicolonne.
17661 \end_layout
17662
17663 \begin_layout Standard
17664 \begin_inset VSpace bigskip
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17672  définir le format
17673 \end_layout
17674
17675 \begin_layout Standard
17676
17677 \series bold
17678
17679 \backslash
17680 newcolumntype{S}[2]{>{
17681 \backslash
17682 centering
17683 \backslash
17684 hspace{0pt}}
17685 \begin_inset Newline newline
17686 \end_inset
17687
17688
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694
17695 \backslash
17696 phantom{
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \backslash
17703 newcolumntype{S}[2]
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709 }
17710 \end_layout
17711
17712 \end_inset
17713
17714 m{(#1+(2
17715 \backslash
17716 tabcolsep+
17717 \backslash
17718 arrayrulewidth)*(1-#2))/#2}}
17719 \end_layout
17720
17721 \begin_layout Standard
17722 Ce format utilise l'équation
17723 \begin_inset space ~
17724 \end_inset
17725
17726
17727 \begin_inset CommandInset ref
17728 LatexCommand eqref
17729 reference "eq:Wgn"
17730
17731 \end_inset
17732
17733  pour calculer la largeur que doit avoir chacune des cellules couverte par
17734  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17735 \end_layout
17736
17737 \begin_layout Standard
17738 Ensuite, vous pouvez entrer
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17745 \end_layout
17746
17747 \begin_layout Standard
17748 comme paramètre LaTeX de la colonne.
17749 \end_layout
17750
17751 \begin_layout Standard
17752 \begin_inset VSpace bigskip
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \begin_layout Standard
17759 Pour des colonnes colorées, vous pouvez définir
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765
17766 \backslash
17767 newcolumntype{K}[1]{>{
17768 \backslash
17769 columncolor{#1}
17770 \backslash
17771 hspace{0pt}}c}
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Le 
17776 \begin_inset Quotes eld
17777 \end_inset
17778
17779 c
17780 \begin_inset Quotes erd
17781 \end_inset
17782
17783  à la fin crée une colonne de largeur variable dont le texte est centré
17784  horizontalement.
17785  Vous pouvez maintenant entrer
17786 \end_layout
17787
17788 \begin_layout Standard
17789
17790 \series bold
17791 K{nom de couleur}
17792 \end_layout
17793
17794 \begin_layout Standard
17795 comme paramètre LaTeX.
17796 \end_layout
17797
17798 \begin_layout Standard
17799 \begin_inset VSpace bigskip
17800 \end_inset
17801
17802
17803 \end_layout
17804
17805 \begin_layout Standard
17806 Pour créer le tableau
17807 \begin_inset space ~
17808 \end_inset
17809
17810
17811 \begin_inset CommandInset ref
17812 LatexCommand ref
17813 reference "tab:Tableau-formats-personnalisés"
17814
17815 \end_inset
17816
17817  utilisez les paramètres LaTeX
17818 \end_layout
17819
17820 \begin_layout Standard
17821
17822 \series bold
17823 M{2.5cm}
17824 \end_layout
17825
17826 \begin_layout Standard
17827 pour la première colonne et la multicolonne,
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833 K{red}
17834 \end_layout
17835
17836 \begin_layout Standard
17837 pour la dernière colonne, et
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843 S{2.5cm}{2}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 pour les cellules de la deuxième colonne.
17848 \end_layout
17849
17850 \begin_layout Standard
17851 \begin_inset Float table
17852 placement h
17853 wide false
17854 sideways false
17855 status open
17856
17857 \begin_layout Plain Layout
17858 \begin_inset Caption
17859
17860 \begin_layout Plain Layout
17861 \begin_inset CommandInset label
17862 LatexCommand label
17863 name "tab:Tableau-formats-personnalisés"
17864
17865 \end_inset
17866
17867 Tableau utilisant des formats personnalisés
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \begin_layout Plain Layout
17876 \align center
17877 \begin_inset Tabular
17878 <lyxtabular version="3" rows="3" columns="4">
17879 <features>
17880 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17881 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17882 <column alignment="center" valignment="middle" width="0">
17883 <column alignment="center" valignment="middle" width="0" special="K{red}">
17884 <row>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 motTrèsLongDansUneCellule
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 multicolonne avec multiligne
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 c
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 </row>
17922 <row>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 d
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 e
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 f
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 g
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 h
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 i
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 j
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 k
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 </lyxtabular>
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Subsection
18011 Épaisseur des filets
18012 \begin_inset CommandInset label
18013 LatexCommand label
18014 name "sub:Epaisseur-filets"
18015
18016 \end_inset
18017
18018
18019 \begin_inset Index
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 Personnalisation des tableaux ! Épaisseur filets
18024 \end_layout
18025
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \begin_layout Standard
18032 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18033  
18034 \series bold
18035
18036 \backslash
18037 arrayrulewidth
18038 \series default
18039 .
18040  Pour mettre, par exemple, une épaisseur de filet de 1.5
18041 \begin_inset space \thinspace{}
18042 \end_inset
18043
18044 pt, comme pour le tableau
18045 \begin_inset space ~
18046 \end_inset
18047
18048
18049 \begin_inset CommandInset ref
18050 LatexCommand ref
18051 reference "tab:Tableau-filets-1.5pt"
18052
18053 \end_inset
18054
18055 , insérez la commande
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061
18062 \backslash
18063 setlength{
18064 \backslash
18065 arrayrulewidth}{1.5pt}
18066 \end_layout
18067
18068 \begin_layout Standard
18069 en code TeX avant le tableau ou le flottant de tableau.
18070  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18071  suivent.
18072  pour revenir aux valeurs par défaut, mettez 
18073 \series bold
18074
18075 \backslash
18076 arrayrulewidth
18077 \series default
18078  à 0.4
18079 \begin_inset space \thinspace{}
18080 \end_inset
18081
18082 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18083 \end_layout
18084
18085 \begin_layout Standard
18086 \begin_inset ERT
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 setlength{
18094 \backslash
18095 arrayrulewidth}{1.5pt}
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \begin_inset Float table
18102 wide false
18103 sideways false
18104 status open
18105
18106 \begin_layout Plain Layout
18107 \begin_inset Caption
18108
18109 \begin_layout Plain Layout
18110 \begin_inset CommandInset label
18111 LatexCommand label
18112 name "tab:Tableau-filets-1.5pt"
18113
18114 \end_inset
18115
18116 Tableau avec des filets de 1.5
18117 \begin_inset space \thinspace{}
18118 \end_inset
18119
18120 pt
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Plain Layout
18129 \align center
18130 \begin_inset Tabular
18131 <lyxtabular version="3" rows="3" columns="3">
18132 <features>
18133 <column alignment="center" valignment="top" width="0">
18134 <column alignment="center" valignment="top" width="0">
18135 <column alignment="center" valignment="top" width="0">
18136 <row>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 sd
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 </row>
18165 <row>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 sd
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 sd
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 </row>
18223 </lyxtabular>
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \begin_inset ERT
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237
18238
18239 \backslash
18240 setlength{
18241 \backslash
18242 arrayrulewidth}{0.4pt}
18243 \end_layout
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \begin_layout Standard
18251 \begin_inset VSpace bigskip
18252 \end_inset
18253
18254 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18255 \begin_inset space \thinspace{}
18256 \end_inset
18257
18258 pt, comme dans le tableau
18259 \begin_inset space ~
18260 \end_inset
18261
18262
18263 \begin_inset CommandInset ref
18264 LatexCommand ref
18265 reference "tab:Tableau-filets-horizontaux-1.5pt"
18266
18267 \end_inset
18268
18269 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18270  de tableau :
18271 \end_layout
18272
18273 \begin_layout Standard
18274
18275 \series bold
18276
18277 \backslash
18278 let
18279 \backslash
18280 myHline
18281 \backslash
18282 hline
18283 \begin_inset Newline newline
18284 \end_inset
18285
18286
18287 \backslash
18288 renewcommand{
18289 \backslash
18290 hline}
18291 \begin_inset Newline newline
18292 \end_inset
18293
18294  {
18295 \backslash
18296 noalign{
18297 \backslash
18298 global
18299 \backslash
18300 arrayrulewidth 1.5pt}
18301 \begin_inset Newline newline
18302 \end_inset
18303
18304  
18305 \backslash
18306 myHline
18307 \backslash
18308 noalign{
18309 \backslash
18310 global
18311 \backslash
18312 arrayrulewidth 0.4pt}}
18313 \end_layout
18314
18315 \begin_layout Standard
18316 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18317  en code TeX après le tableau ou le flottant de tableau :
18318 \end_layout
18319
18320 \begin_layout Standard
18321
18322 \series bold
18323
18324 \backslash
18325 renewcommand{
18326 \backslash
18327 hline}{
18328 \backslash
18329 myHline}
18330 \end_layout
18331
18332 \begin_layout Standard
18333 \begin_inset ERT
18334 status collapsed
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 let
18341 \backslash
18342 myHline
18343 \backslash
18344 hline
18345 \end_layout
18346
18347 \begin_layout Plain Layout
18348
18349
18350 \backslash
18351 renewcommand{
18352 \backslash
18353 hline}
18354 \end_layout
18355
18356 \begin_layout Plain Layout
18357
18358  {
18359 \backslash
18360 noalign{
18361 \backslash
18362 global
18363 \backslash
18364 arrayrulewidth 1.5pt}
18365 \end_layout
18366
18367 \begin_layout Plain Layout
18368
18369   
18370 \backslash
18371 myHline
18372 \backslash
18373 noalign{
18374 \backslash
18375 global
18376 \backslash
18377 arrayrulewidth 0.4pt}}
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \begin_inset Float table
18384 wide false
18385 sideways false
18386 status open
18387
18388 \begin_layout Plain Layout
18389 \begin_inset Caption
18390
18391 \begin_layout Plain Layout
18392 \begin_inset CommandInset label
18393 LatexCommand label
18394 name "tab:Tableau-filets-horizontaux-1.5pt"
18395
18396 \end_inset
18397
18398 Tableau avec des filets horizontaux de 1.5
18399 \begin_inset space \thinspace{}
18400 \end_inset
18401
18402 pt
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \begin_layout Plain Layout
18411 \align center
18412 \begin_inset Tabular
18413 <lyxtabular version="3" rows="3" columns="3">
18414 <features>
18415 <column alignment="center" valignment="top" width="0">
18416 <column alignment="center" valignment="top" width="0">
18417 <column alignment="center" valignment="top" width="0">
18418 <row>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 sd
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 </row>
18447 <row>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 sd
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 </row>
18476 <row>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 sd
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 </row>
18505 </lyxtabular>
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 renewcommand{
18523 \backslash
18524 hline}{
18525 \backslash
18526 myHline}
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \begin_inset VSpace bigskip
18536 \end_inset
18537
18538 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18539 \begin_inset space \thinspace{}
18540 \end_inset
18541
18542 pt, créez le format de colonne suivant dans le préambule, en suivant la
18543  description de la section
18544 \begin_inset space ~
18545 \end_inset
18546
18547
18548 \begin_inset CommandInset ref
18549 LatexCommand ref
18550 reference "sub:Formats-personnalisés"
18551
18552 \end_inset
18553
18554 :
18555 \end_layout
18556
18557 \begin_layout Standard
18558
18559 \series bold
18560
18561 \backslash
18562 newcolumntype{V}{!{
18563 \backslash
18564 vrule width 1.5pt}}
18565 \end_layout
18566
18567 \begin_layout Standard
18568 Pour le tableau
18569 \begin_inset space ~
18570 \end_inset
18571
18572
18573 \begin_inset CommandInset ref
18574 LatexCommand ref
18575 reference "tab:Tableau-filets-verticaux-1.5pt"
18576
18577 \end_inset
18578
18579  le paramètre LaTeX 
18580 \end_layout
18581
18582 \begin_layout Standard
18583
18584 \series bold
18585 VcV
18586 \end_layout
18587
18588 \begin_layout Standard
18589 a été utilisé pour la dernière colonne et
18590 \end_layout
18591
18592 \begin_layout Standard
18593
18594 \series bold
18595 Vc
18596 \end_layout
18597
18598 \begin_layout Standard
18599 pour les autres colonnes.
18600 \end_layout
18601
18602 \begin_layout Standard
18603 \begin_inset Float table
18604 wide false
18605 sideways false
18606 status open
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Caption
18610
18611 \begin_layout Plain Layout
18612 \begin_inset CommandInset label
18613 LatexCommand label
18614 name "tab:Tableau-filets-verticaux-1.5pt"
18615
18616 \end_inset
18617
18618 Tableau avec des filets verticaux de 1.5
18619 \begin_inset space \thinspace{}
18620 \end_inset
18621
18622 pt 
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Plain Layout
18631 \align center
18632 \begin_inset Tabular
18633 <lyxtabular version="3" rows="3" columns="3">
18634 <features>
18635 <column alignment="center" valignment="top" width="0" special="Vc">
18636 <column alignment="center" valignment="top" width="0" special="Vc">
18637 <column alignment="center" valignment="top" width="0" special="VcV">
18638 <row>
18639 <cell alignment="center" valignment="top" topline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 sd
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="center" valignment="top" topline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 sd
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 </row>
18696 <row>
18697 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 sd
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 </row>
18725 </lyxtabular>
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \begin_layout Subsection
18738 Filets à traits interrompus
18739 \begin_inset Index
18740 status collapsed
18741
18742 \begin_layout Plain Layout
18743 Personnalisation des tableaux ! Filets à traits interrompus
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756
18757
18758 \backslash
18759 ifarydshln
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset Note Note
18766 status open
18767
18768 \begin_layout Plain Layout
18769 La section suivante ne s'affichera que si vous avez installé le paquetage
18770  LaTeX 
18771 \series bold
18772 arydshln
18773 \series default
18774 .
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \begin_layout Standard
18783 \begin_inset Float table
18784 placement H
18785 wide false
18786 sideways false
18787 status open
18788
18789 \begin_layout Plain Layout
18790 \begin_inset Caption
18791
18792 \begin_layout Plain Layout
18793 \begin_inset CommandInset label
18794 LatexCommand label
18795 name "tab:Tableau-filets-tirets"
18796
18797 \end_inset
18798
18799 Tableau avec des filets à traits interrompus
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Plain Layout
18808 \align center
18809 \begin_inset Tabular
18810 <lyxtabular version="3" rows="5" columns="5">
18811 <features>
18812 <column alignment="center" valignment="top" width="0">
18813 <column alignment="center" valignment="top" width="0">
18814 <column alignment="center" valignment="top" width="0" special=":c">
18815 <column alignment="center" valignment="top" width="0">
18816 <column alignment="center" valignment="top" width="0">
18817 <row>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 a
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 b
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 c
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 d
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858 e
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 f
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 g
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 h
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896 i
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 j
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 </row>
18911 <row>
18912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 \begin_inset ERT
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920
18921
18922 \backslash
18923 hdashline 
18924 \end_layout
18925
18926 \end_inset
18927
18928 k
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 l
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 m
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 n
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964 o
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 </row>
18970 <row>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 \begin_inset ERT
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979
18980
18981 \backslash
18982 cdashline{4-5}
18983 \end_layout
18984
18985 \end_inset
18986
18987 p
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 q
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 r
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 s
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 t
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 u
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 v
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 w
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 x
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 </lyxtabular>
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19090  donc employer du code TeX.
19091  Mais avant il faut charger le paquetage LaTeX 
19092 \series bold
19093 arydshln
19094 \series default
19095
19096 \begin_inset Index
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100 Paquetages LaTeX ! arydshln
19101 \end_layout
19102
19103 \end_inset
19104
19105  dans le préambule du document avec la commande 
19106 \end_layout
19107
19108 \begin_layout Standard
19109
19110 \series bold
19111
19112 \backslash
19113 usepackage{arydshln}
19114 \end_layout
19115
19116 \begin_layout Standard
19117 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19118  
19119 \begin_inset Quotes eld
19120 \end_inset
19121
19122 :
19123 \begin_inset Quotes erd
19124 \end_inset
19125
19126  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19127  dans la fenêtre de dialogue de paramètre du tableau.
19128 \end_layout
19129
19130 \begin_layout Standard
19131 Pour un trait horizontal interrompu, ajoutez la commande
19132 \end_layout
19133
19134 \begin_layout Standard
19135
19136 \series bold
19137
19138 \backslash
19139 hdashline
19140 \end_layout
19141
19142 \begin_layout Standard
19143 en code TeX comme premier élément de la première cellule de la ligne de
19144  tableau.
19145 \end_layout
19146
19147 \begin_layout Standard
19148 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19149  commande 
19150 \end_layout
19151
19152 \begin_layout Standard
19153
19154 \series bold
19155
19156 \backslash
19157 cdashline{
19158 \series default
19159 numéros de colonnes}
19160 \end_layout
19161
19162 \begin_layout Standard
19163 en code TeX comme premier élément de la première cellule de la ligne.
19164  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19165  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \series bold
19171
19172 \backslash
19173 cdashline{2-4}
19174 \end_layout
19175
19176 \begin_layout Standard
19177 comme premier élément de la première cellule de la ligne contenant la multicolon
19178 ne.
19179 \end_layout
19180
19181 \begin_layout Standard
19182 \begin_inset VSpace bigskip
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Standard
19189 Le tableau
19190 \begin_inset space ~
19191 \end_inset
19192
19193
19194 \begin_inset CommandInset ref
19195 LatexCommand ref
19196 reference "tab:Tableau-filets-tirets"
19197
19198 \end_inset
19199
19200  a été créé en utilisant 
19201 \begin_inset Quotes eld
19202 \end_inset
19203
19204
19205 \series bold
19206 :c
19207 \series default
19208
19209 \begin_inset Quotes erd
19210 \end_inset
19211
19212  comme paramètre LaTeX pour la troisième colonne.
19213  La commande en code TeX 
19214 \series bold
19215
19216 \backslash
19217 hdashline
19218 \series default
19219  a été insérée dans la première cellule de la troisième ligne et la commande
19220  en code TeX 
19221 \series bold
19222
19223 \backslash
19224 cdashline{4-5}
19225 \series default
19226  a été insérée dans la première cellule de la quatrième ligne.
19227 \end_layout
19228
19229 \begin_layout Standard
19230 \begin_inset Note Greyedout
19231 status open
19232
19233 \begin_layout Plain Layout
19234
19235 \series bold
19236 Note:
19237 \series default
19238  Le paquetage LaTeX 
19239 \series bold
19240 arydshln
19241 \series default
19242  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19243  
19244 \series bold
19245 colortbl
19246 \series default
19247
19248 \begin_inset Index
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252 Paquetages LaTeX ! colortbl
19253 \end_layout
19254
19255 \end_inset
19256
19257  qui est utilisé pour avoir des tableaux colorés dans la section
19258 \begin_inset space ~
19259 \end_inset
19260
19261
19262 \begin_inset CommandInset ref
19263 LatexCommand ref
19264 reference "sec:Tableaux-Colorés"
19265
19266 \end_inset
19267
19268 .
19269  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19270  traits interrompus.
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Standard
19279 \begin_inset ERT
19280 status collapsed
19281
19282 \begin_layout Plain Layout
19283
19284
19285 \backslash
19286 else
19287 \end_layout
19288
19289 \end_inset
19290
19291
19292 \begin_inset Note Note
19293 status open
19294
19295 \begin_layout Plain Layout
19296 Ce qui suit sera affiché si le paquetage LaTeX 
19297 \series bold
19298 arydshln
19299 \series default
19300  n'est pas installé :
19301 \end_layout
19302
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \begin_layout Standard
19309 Vous devez installer le paquetage LaTeX 
19310 \series bold
19311 arydshln
19312 \series default
19313  pour voir le contenu des cette section dans la sortie imprimée.
19314 \end_layout
19315
19316 \begin_layout Standard
19317 \begin_inset ERT
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321
19322
19323 \backslash
19324 fi
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Chapter
19333 Flottants
19334 \begin_inset Index
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338 Flottants
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \begin_inset CommandInset label
19345 LatexCommand label
19346 name "cha:Flottants"
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \begin_layout Section
19354 Introduction
19355 \begin_inset CommandInset label
19356 LatexCommand label
19357 name "sec:Flottants-Introduction"
19358
19359 \end_inset
19360
19361
19362 \begin_inset Index
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366 Flottants ! Introduction
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Standard
19375 Un flottant est une portion de document, qui peut être associé à une étiquette
19376  et dont la position n'est pas fixée.
19377  Il peut 
19378 \begin_inset Quotes eld
19379 \end_inset
19380
19381 flotter
19382 \begin_inset Quotes erd
19383 \end_inset
19384
19385  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19386  plus approprié.
19387  Les 
19388 \family sans
19389 Notes
19390 \begin_inset space ~
19391 \end_inset
19392
19393 en
19394 \begin_inset space ~
19395 \end_inset
19396
19397 Bas
19398 \begin_inset space ~
19399 \end_inset
19400
19401 de
19402 \begin_inset space ~
19403 \end_inset
19404
19405 Page
19406 \family default
19407  et le 
19408 \family sans
19409 Notes
19410 \begin_inset space ~
19411 \end_inset
19412
19413 en
19414 \begin_inset space ~
19415 \end_inset
19416
19417 Marge
19418 \family default
19419  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19420  sur la page suivante quand il y a trop de notes sur la page courante.
19421 \end_layout
19422
19423 \begin_layout Standard
19424 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19425  très grande qualité.
19426  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19427  éviter des lignes blanches ou des pages sans texte.
19428  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19429  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19430  le texte.
19431  Les flottants sont donc numérotés.
19432  Les références croisées sont décrites dans la section
19433 \begin_inset space ~
19434 \end_inset
19435
19436
19437 \begin_inset CommandInset ref
19438 LatexCommand ref
19439 reference "sec:Referencer-les-Flottants"
19440
19441 \end_inset
19442
19443 .
19444 \end_layout
19445
19446 \begin_layout Standard
19447 Pour insérer un flottant, on utilise un des sous menus du menu 
19448 \family sans
19449 Insérer\SpecialChar \menuseparator
19450 Flottant.
19451
19452 \family default
19453  Une boîte va être insérée dans votre document avec par exemple une étiquette
19454  du genre 
19455 \begin_inset Quotes eld
19456 \end_inset
19457
19458 Figure
19459 \begin_inset space ~
19460 \end_inset
19461
19462 #:
19463 \begin_inset Quotes erd
19464 \end_inset
19465
19466  (où # est un numéro).
19467  L'étiquette est automatiquement traduite dans la langue du document dans
19468  la sortie finale.
19469  Après l'étiquette vous pouvez insérer du texte comme légende.
19470  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19471  séparé, à l'intérieur du flottant.
19472  Vous trouverez plus de détails sur le positionnement des légendes dans
19473  la section
19474 \begin_inset space ~
19475 \end_inset
19476
19477
19478 \begin_inset CommandInset ref
19479 LatexCommand ref
19480 reference "sec:Placement-légende"
19481
19482 \end_inset
19483
19484 .
19485  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19486  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19487  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19488  Une boîte de flottant fermée ressemble à ceci : 
19489 \begin_inset Graphics
19490         filename clipart/floatQt4.png
19491         scale 60
19492
19493 \end_inset
19494
19495  -- une case grise avec un texte rouge.
19496 \end_layout
19497
19498 \begin_layout Standard
19499 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19500  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19501  est formaté de façon particulière.
19502 \end_layout
19503
19504 \begin_layout Section
19505 Les Types de Flottants
19506 \end_layout
19507
19508 \begin_layout Standard
19509 En plus des flottants de figures et de tableau qui sont décrits respectivement
19510  dans les sections
19511 \begin_inset space ~
19512 \end_inset
19513
19514
19515 \begin_inset CommandInset ref
19516 LatexCommand ref
19517 reference "sec:Figure-Floats"
19518
19519 \end_inset
19520
19521  et 
19522 \begin_inset CommandInset ref
19523 LatexCommand ref
19524 reference "sec:Table-Floats"
19525
19526 \end_inset
19527
19528 , LyX offre aussi les types 
19529 \series bold
19530 Algorithme
19531 \series default
19532  et 
19533 \series bold
19534 Enrobage
19535 \series default
19536 .
19537 \end_layout
19538
19539 \begin_layout Subsection
19540 Flottant d'algorithme
19541 \begin_inset Index
19542 status collapsed
19543
19544 \begin_layout Plain Layout
19545 Flottants ! Algorithmes
19546 \end_layout
19547
19548 \end_inset
19549
19550
19551 \begin_inset CommandInset label
19552 LatexCommand label
19553 name "sub:Flottant-d'Algorithme"
19554
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \begin_layout Standard
19561 \begin_inset Float algorithm
19562 placement h
19563 wide false
19564 sideways false
19565 status open
19566
19567 \begin_layout Plain Layout
19568 \begin_inset Caption
19569
19570 \begin_layout Plain Layout
19571 \begin_inset CommandInset label
19572 LatexCommand label
19573 name "alg:Exemple-Flottant-Algorithme"
19574
19575 \end_inset
19576
19577 Exemple de flottant d'algorithme
19578 \end_layout
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \begin_layout LyX-Code
19586 for I in 1..N loop
19587 \begin_inset Newline newline
19588 \end_inset
19589
19590  Sum:= Sum + A(I); /*comment*/
19591 \begin_inset Newline newline
19592 \end_inset
19593
19594 end loop
19595 \begin_inset VSpace -4mm
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \begin_layout Standard
19607 Ce type de flottant est inséré à l'aide du menu 
19608 \family sans
19609 Insérer\SpecialChar \menuseparator
19610 Flottant\SpecialChar \menuseparator
19611 Algorithme
19612 \family default
19613 .
19614  Il peut être utilisé pour des morceaux de code source ou des descriptions
19615  d'algorithmes.
19616  Vous pouvez par exemple utiliser l'environnement Code
19617 \begin_inset space ~
19618 \end_inset
19619
19620 LyX qui est décrit dans le 
19621 \emph on
19622 Guide
19623 \emph default
19624
19625 \begin_inset space ~
19626 \end_inset
19627
19628
19629 \emph on
19630 de
19631 \begin_inset space ~
19632 \end_inset
19633
19634 l'Utilisateur
19635 \emph default
19636  de LyX.
19637  l'algorithme
19638 \begin_inset space ~
19639 \end_inset
19640
19641
19642 \begin_inset CommandInset ref
19643 LatexCommand ref
19644 reference "alg:Exemple-Flottant-Algorithme"
19645
19646 \end_inset
19647
19648  est un exemple de flottant d'algorithme où un espace vertical de -4
19649 \begin_inset space \thinspace{}
19650 \end_inset
19651
19652 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19653  soit placée exactement sous le texte de la dernière ligne.
19654 \end_layout
19655
19656 \begin_layout Standard
19657 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19658  du document.
19659  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19660 ent en ajoutant la ligne suivante dans le préambule de votre document :
19661 \end_layout
19662
19663 \begin_layout Standard
19664
19665 \series bold
19666
19667 \backslash
19668 floatname{algorithm}{votre
19669 \begin_inset space ~
19670 \end_inset
19671
19672 nom}
19673 \end_layout
19674
19675 \begin_layout Standard
19676
19677 \family sans
19678  votre
19679 \begin_inset space ~
19680 \end_inset
19681
19682 nom
19683 \family default
19684  est le mot 
19685 \begin_inset Quotes eld
19686 \end_inset
19687
19688
19689 \emph on
19690 algorithme
19691 \emph default
19692
19693 \begin_inset Quotes erd
19694 \end_inset
19695
19696  dans votre langue.
19697 \end_layout
19698
19699 \begin_layout Standard
19700 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19701 \family sans
19702 Insérer\SpecialChar \menuseparator
19703 Listes
19704 \begin_inset space ~
19705 \end_inset
19706
19707 &
19708 \begin_inset space ~
19709 \end_inset
19710
19711 TdM\SpecialChar \menuseparator
19712 Liste
19713 \begin_inset space ~
19714 \end_inset
19715
19716 des
19717 \begin_inset space ~
19718 \end_inset
19719
19720 algorithmes
19721 \family default
19722  si votre document est en anglais.
19723  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19724  en code TeX à la place:
19725 \end_layout
19726
19727 \begin_layout Standard
19728
19729 \series bold
19730
19731 \backslash
19732 listof{algorithm}{votre
19733 \begin_inset space ~
19734 \end_inset
19735
19736 nom}
19737 \end_layout
19738
19739 \begin_layout Standard
19740 où 
19741 \family sans
19742 votre
19743 \begin_inset space ~
19744 \end_inset
19745
19746 nom
19747 \family default
19748  est la traduction de 
19749 \begin_inset Quotes eld
19750 \end_inset
19751
19752
19753 \emph on
19754 List of Algorithm
19755 \emph default
19756 s
19757 \begin_inset Quotes erd
19758 \end_inset
19759
19760  dans votre langue.
19761 \end_layout
19762
19763 \begin_layout Standard
19764 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19765  schéma 
19766 \begin_inset Quotes eld
19767 \end_inset
19768
19769 chapitre.algorithme
19770 \begin_inset Quotes erd
19771 \end_inset
19772
19773  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19774  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19775  commande dans le préambule de votre document :
19776 \end_layout
19777
19778 \begin_layout Standard
19779
19780 \series bold
19781
19782 \backslash
19783 numberwithin{algorithm}{chapter}
19784 \end_layout
19785
19786 \begin_layout Standard
19787 Pour pouvoir utiliser la commande 
19788 \series bold
19789
19790 \backslash
19791 numberwithin
19792 \series default
19793 , activez l'option 
19794 \family sans
19795 Utiliser
19796 \begin_inset space ~
19797 \end_inset
19798
19799 le
19800 \begin_inset space ~
19801 \end_inset
19802
19803 paquetage
19804 \begin_inset space ~
19805 \end_inset
19806
19807 AMS
19808 \begin_inset space ~
19809 \end_inset
19810
19811 math
19812 \family default
19813  dans la rubrique 
19814 \family sans
19815 Options
19816 \begin_inset space ~
19817 \end_inset
19818
19819 des
19820 \begin_inset space ~
19821 \end_inset
19822
19823 Maths
19824 \family default
19825  de la fenêtre de dialogue 
19826 \family sans
19827 Paramètres
19828 \begin_inset space ~
19829 \end_inset
19830
19831 du
19832 \begin_inset space ~
19833 \end_inset
19834
19835 Document
19836 \family default
19837 .
19838 \end_layout
19839
19840 \begin_layout Subsection
19841 Flottant d'enrobage
19842 \begin_inset Index
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846 Flottants ! Flottants d'enrobage
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \begin_inset CommandInset label
19853 LatexCommand label
19854 name "sub:flottants-d'enrobage"
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Standard
19862 \begin_inset Wrap figure
19863 lines 0
19864 placement l
19865 overhang 1cm
19866 width "40col%"
19867 status open
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Graphics
19871         filename ../clipart/mobius.eps
19872         width 40col%
19873         scaleBeforeRotation
19874         rotateOrigin center
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Caption
19883
19884 \begin_layout Plain Layout
19885 \begin_inset CommandInset label
19886 LatexCommand label
19887 name "fig:Figure-enrobée"
19888
19889 \end_inset
19890
19891 Ceci est une figure habillée.
19892 \end_layout
19893
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900
19901  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19902  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19903  Vous pouvez en insérer un en utilisant le menu 
19904 \family sans
19905 Insérer\SpecialChar \menuseparator
19906 Flottant\SpecialChar \menuseparator
19907 Flottant
19908 \begin_inset space ~
19909 \end_inset
19910
19911 d'enrobage
19912 \family default
19913 \lang english
19914  
19915 \lang french
19916 à la condition que le paquetage LaTeX 
19917 \series bold
19918 wrapfig
19919 \series default
19920
19921 \begin_inset Index
19922 status collapsed
19923
19924 \begin_layout Plain Layout
19925 Paquetages LaTeX ! wrapfig
19926 \begin_inset ERT
19927 status collapsed
19928
19929 \begin_layout Plain Layout
19930
19931
19932 \backslash
19933 vspace{4mm}
19934 \end_layout
19935
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942
19943  soit installé.
19944 \begin_inset Foot
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Voyez dans la manuel 
19949 \emph on
19950 Configuration
19951 \begin_inset space ~
19952 \end_inset
19953
19954 LaTeX 
19955 \emph default
19956 comment installer des paquetages LaTeX.
19957 \end_layout
19958
19959 \end_inset
19960
19961  La largeur et la position du flottant peut être modifiée en faisant un
19962  clic droit sur la boîte du flottant.
19963  La figure
19964 \begin_inset space ~
19965 \end_inset
19966
19967
19968 \begin_inset CommandInset ref
19969 LatexCommand ref
19970 reference "fig:Figure-enrobée"
19971
19972 \end_inset
19973
19974  est un exemple de flottant d'enrobage avec une largeur de 40
19975 \begin_inset space \thinspace{}
19976 \end_inset
19977
19978 col%.
19979 \begin_inset Foot
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983 Les unités disponibles sont expliquées dans l'appendice
19984 \begin_inset space ~
19985 \end_inset
19986
19987
19988 \begin_inset CommandInset ref
19989 LatexCommand ref
19990 reference "cha:Unités-de-longueur"
19991
19992 \end_inset
19993
19994 .
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 \begin_inset Note Greyedout
20004 status open
20005
20006 \begin_layout Plain Layout
20007
20008 \series bold
20009 Note:
20010 \series default
20011  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20012  figure trop près du bas de page peut tout chambouler et faire que le flottant
20013  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20014  de texte.
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Standard
20023 En général:
20024 \end_layout
20025
20026 \begin_layout Itemize
20027 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20028  qui risquent de passer à la page suivante.
20029  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20030  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20031  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20032  de page.
20033 \end_layout
20034
20035 \begin_layout Itemize
20036 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20037  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20038 e.
20039 \end_layout
20040
20041 \begin_layout Itemize
20042 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20043  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20044  texte entre les deux, comme séparateur.
20045 \end_layout
20046
20047 \begin_layout Itemize
20048 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20049  ou les tableaux.
20050 \end_layout
20051
20052 \begin_layout Section
20053 Numérotation des flottants
20054 \begin_inset CommandInset label
20055 LatexCommand label
20056 name "sec:Numérotatio-Flottants"
20057
20058 \end_inset
20059
20060
20061 \begin_inset Index
20062 status collapsed
20063
20064 \begin_layout Plain Layout
20065 Flottants ! Numérotation
20066 \end_layout
20067
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20075  ils se trouvent, soit en utilisant un format du genre 
20076 \begin_inset Quotes eld
20077 \end_inset
20078
20079 chapitre.numéro
20080 \begin_inset Quotes erd
20081 \end_inset
20082
20083  ou 
20084 \begin_inset Quotes eld
20085 \end_inset
20086
20087 section.numéro
20088 \begin_inset Quotes erd
20089 \end_inset
20090
20091 .
20092  Cela dépend de la classe de document utilisée.
20093 \end_layout
20094
20095 \begin_layout Standard
20096 Pour changer le format de la numérotation qui ne dépend pas de la section
20097  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20098  le préambule du document :
20099 \end_layout
20100
20101 \begin_layout Standard
20102
20103 \series bold
20104
20105 \backslash
20106 renewcommand{
20107 \backslash
20108 thetable}{
20109 \backslash
20110 roman{table}}
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 thetable
20119 \series default
20120  est la commande qui imprime le numéro du tableau, pour les figures, la
20121  commande serait 
20122 \series bold
20123
20124 \backslash
20125 thefigure
20126 \series default
20127 .
20128  La commande 
20129 \series bold
20130
20131 \backslash
20132 roman
20133 \series default
20134  utilisée dans la commande précédente, imprime le numéro du tableau sous
20135  forme de petits chiffres romains.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 Pour changer le type de numérotation pour par exemple 
20140 \begin_inset Quotes eld
20141 \end_inset
20142
20143 sous-section.numéro
20144 \begin_inset Quotes erd
20145 \end_inset
20146
20147 , utilisez la commande suivante dans le préambule du document :
20148 \end_layout
20149
20150 \begin_layout Standard
20151
20152 \series bold
20153
20154 \backslash
20155 numberwithin{table}{subsection}
20156 \end_layout
20157
20158 \begin_layout Standard
20159 Pour pouvoir utiliser la commande 
20160 \series bold
20161
20162 \backslash
20163 numberwithin
20164 \series default
20165 , vous devez activer l'option 
20166 \family sans
20167 Utiliser
20168 \begin_inset space ~
20169 \end_inset
20170
20171 le
20172 \begin_inset space ~
20173 \end_inset
20174
20175 paquetage
20176 \begin_inset space ~
20177 \end_inset
20178
20179 maths
20180 \begin_inset space ~
20181 \end_inset
20182
20183 AMS
20184 \family default
20185  dans la rubrique 
20186 \family sans
20187 Options
20188 \begin_inset space ~
20189 \end_inset
20190
20191 des
20192 \begin_inset space ~
20193 \end_inset
20194
20195 Maths
20196 \family default
20197  de la fenêtre de dialogue 
20198 \family sans
20199 Paramètres
20200 \family default
20201  du document.
20202 \end_layout
20203
20204 \begin_layout Standard
20205 Veuillez aussi jeter un coup d'œil à la section
20206 \begin_inset space ~
20207 \end_inset
20208
20209
20210 \begin_inset CommandInset ref
20211 LatexCommand ref
20212 reference "sub:Numerotation-notes-bas-de-page"
20213
20214 \end_inset
20215
20216  pour plus de détails et des notes importantes sur les commandes de numérotation.
20217 \end_layout
20218
20219 \begin_layout Section
20220 Faire Référence à des Flottants
20221 \begin_inset CommandInset label
20222 LatexCommand label
20223 name "sec:Referencer-les-Flottants"
20224
20225 \end_inset
20226
20227
20228 \begin_inset Index
20229 status collapsed
20230
20231 \begin_layout Plain Layout
20232 Flottants ! Références
20233 \end_layout
20234
20235 \end_inset
20236
20237
20238 \begin_inset Index
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242 Références
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \begin_layout Standard
20251 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20252  en utilisant le menu 
20253 \family sans
20254 Insérer\SpecialChar \menuseparator
20255 Étiquette
20256 \family default
20257  ou le bouton 
20258 \begin_inset Graphics
20259         filename ../../images/label-insert.png
20260         scale 85
20261         scaleBeforeRotation
20262
20263 \end_inset
20264
20265  de la barre d'outils.
20266  Une boîte grise de ce genre : 
20267 \begin_inset Graphics
20268         filename clipart/labelQt4.png
20269         scale 85
20270         scaleBeforeRotation
20271
20272 \end_inset
20273
20274  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20275  de saisir le texte de l'étiquette.
20276  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20277  précédés d'un préfixe.
20278  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20279  préfixe sera "
20280 \family sans
20281 fig:
20282 \family default
20283 ".
20284 \end_layout
20285
20286 \begin_layout Standard
20287 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20288  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20289 \family sans
20290 Insérer\SpecialChar \menuseparator
20291 Référence
20292 \begin_inset space ~
20293 \end_inset
20294
20295 Croisée
20296 \family default
20297  ou le bouton 
20298 \begin_inset Graphics
20299         filename ../../images/dialog-show-new-inset_ref.png
20300         scale 85
20301         scaleBeforeRotation
20302
20303 \end_inset
20304
20305  de la barre d'outils.
20306  Une boîte grise de référence croisée comme celle-ci : 
20307 \begin_inset Graphics
20308         filename ../clipart/referenceQt4.png
20309         scale 85
20310         scaleBeforeRotation
20311
20312 \end_inset
20313
20314  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20315  toutes les étiquettes définies dans votre document.
20316  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20317  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20318  de la fenêtre de dialogue.
20319  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20320  une.
20321  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20322  de la référence croisée.
20323 \end_layout
20324
20325 \begin_layout Standard
20326 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20327  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20328  les deux.
20329  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20330  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20331  du numéro de la référence.
20332 \end_layout
20333
20334 \begin_layout Standard
20335 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20336  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20337  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20338  pas à vous en préoccuper.
20339 \end_layout
20340
20341 \begin_layout Standard
20342 Le bouton 
20343 \family sans
20344 Aller
20345 \begin_inset space ~
20346 \end_inset
20347
20348 à
20349 \begin_inset space ~
20350 \end_inset
20351
20352 l'étiquette
20353 \family default
20354  dans la fenêtre de référence croisée va positionner le curseur juste devant
20355  l'étiquette à laquelle on fait référence.
20356  Le nom du bouton bouton 
20357 \family sans
20358 Revenir
20359 \family default
20360  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20361  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20362  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20363  à votre point de départ.
20364 \end_layout
20365
20366 \begin_layout Subsection
20367 Formats de Références Croisées
20368 \begin_inset CommandInset label
20369 LatexCommand label
20370 name "sub:Formats-Références-Croisées"
20371
20372 \end_inset
20373
20374
20375 \begin_inset Index
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379 Références ! Formats
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Il y a six types de références croisées :
20389 \end_layout
20390
20391 \begin_layout Description
20392 <référence>
20393 \begin_inset space ~
20394 \end_inset
20395
20396 : affiche le numéro de l'élément, c'est le choix par défaut : 
20397 \begin_inset CommandInset ref
20398 LatexCommand ref
20399 reference "fig:Deux-images-déformées"
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \begin_layout Description
20407 (<référence>)
20408 \begin_inset space ~
20409 \end_inset
20410
20411 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20412  normalement pour faire référence à des formules mathématiques, en particulier
20413  quand le mot 
20414 \begin_inset Quotes eld
20415 \end_inset
20416
20417 Équation
20418 \begin_inset Quotes erd
20419 \end_inset
20420
20421  est omis : 
20422 \begin_inset CommandInset ref
20423 LatexCommand eqref
20424 reference "eq:Wgn"
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Description
20432 <page>
20433 \begin_inset space ~
20434 \end_inset
20435
20436 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20437 \begin_inset space ~
20438 \end_inset
20439
20440
20441 \begin_inset CommandInset ref
20442 LatexCommand pageref
20443 reference "fig:Deux-images-déformées"
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \begin_layout Description
20451 page
20452 \begin_inset space ~
20453 \end_inset
20454
20455 <page>
20456 \begin_inset space ~
20457 \end_inset
20458
20459 : affiche le mot 
20460 \begin_inset Quotes eld
20461 \end_inset
20462
20463 page
20464 \begin_inset Quotes erd
20465 \end_inset
20466
20467  suivi du numéro de la page sur laquelle se trouve l'élément : 
20468 \begin_inset CommandInset ref
20469 LatexCommand vpageref
20470 reference "fig:Deux-images-déformées"
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Description
20478 <référence>
20479 \begin_inset space ~
20480 \end_inset
20481
20482 page
20483 \begin_inset space ~
20484 \end_inset
20485
20486 <page>
20487 \begin_inset space ~
20488 \end_inset
20489
20490 : affiche le numéro de l'élément, le mot 
20491 \begin_inset Quotes eld
20492 \end_inset
20493
20494 page
20495 \begin_inset Quotes erd
20496 \end_inset
20497
20498  et le numéro de la page : 
20499 \begin_inset CommandInset ref
20500 LatexCommand vref
20501 reference "fig:Deux-images-déformées"
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Description
20509 Référence
20510 \begin_inset space ~
20511 \end_inset
20512
20513 mise
20514 \begin_inset space ~
20515 \end_inset
20516
20517 en
20518 \begin_inset space ~
20519 \end_inset
20520
20521 forme
20522 \begin_inset space ~
20523 \end_inset
20524
20525 : affiche une référence croisée qui définit son propre format.
20526
20527 \lang english
20528  
20529 \lang french
20530
20531 \begin_inset Note Greyedout
20532 status open
20533
20534 \begin_layout Plain Layout
20535
20536 \series bold
20537 Note:
20538 \series default
20539  Ce type de référence croisée n'est disponible que si vous avez installé
20540  le paquetage LaTeX 
20541 \series bold
20542 prettyref.
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20552  se trouve sur la page précédente, la même page ou la page suivante.
20553  Vous verrez par exemple un texte du genre 
20554 \begin_inset Quotes eld
20555 \end_inset
20556
20557 sur cette page
20558 \begin_inset Quotes erd
20559 \end_inset
20560
20561  à la place.
20562 \end_layout
20563
20564 \begin_layout Standard
20565 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20566  se trouve sont calculés automatiquement par LaTeX.
20567  Vous choisissez une des six variétés de références dans le champ Format
20568  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20569  boîte de la référence croisée.
20570 \end_layout
20571
20572 \begin_layout Subsection
20573 Nommage automatique des références croisées
20574 \begin_inset Index
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578 Références ! Nommage automatique
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Le paquetage LaTeX 
20588 \series bold
20589 hyperref
20590 \series default
20591  fournit une fonction très utile pour automatiser la création des références
20592  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20593  une section).
20594  Par exemple pour vous éviter de devoir écrire le mot 
20595 \begin_inset Quotes eld
20596 \end_inset
20597
20598 Figure
20599 \begin_inset Quotes erd
20600 \end_inset
20601
20602  devant chaque boîte de référence.
20603  Pour profiter de ce nommage automatique des références croisées, vous devez
20604  charger le paquetage LaTeX 
20605 \series bold
20606 hyperref
20607 \series default
20608
20609 \begin_inset Index
20610 status collapsed
20611
20612 \begin_layout Plain Layout
20613 Paquetages LaTeX ! hyperref
20614 \end_layout
20615
20616 \end_inset
20617
20618  dans le préambule du document avec
20619 \end_layout
20620
20621 \begin_layout Standard
20622
20623 \series bold
20624
20625 \backslash
20626 usepackage[pdfborder={0 0 0}]{hyperref}
20627 \begin_inset Newline newline
20628 \end_inset
20629
20630
20631 \backslash
20632 AtBeginDocument{
20633 \backslash
20634 renewcommand{
20635 \backslash
20636 ref}[1]{
20637 \backslash
20638 mbox{
20639 \backslash
20640 autoref{#1}}}}
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646 hyperref
20647 \series default
20648  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20649  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20650  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20651  transporté sur la portion de document référencée.
20652  
20653 \series bold
20654 hyperref
20655 \series default
20656  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20657  la navigation à l'intérieur du document.
20658  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20659  dans le préambule de ce document pour voir toutes les options qui ont été
20660  utilisées dans la commande de chargement d'
20661 \series bold
20662 hyperref
20663 \series default
20664 .
20665  Pour en apprendre plus au sujet du paquetage 
20666 \series bold
20667 hyperref
20668 \series default
20669 , nous vous renvoyons à sa documentation 
20670 \begin_inset CommandInset citation
20671 LatexCommand cite
20672 key "hyperref"
20673
20674 \end_inset
20675
20676 .
20677 \end_layout
20678
20679 \begin_layout Standard
20680 \begin_inset Note Greyedout
20681 status open
20682
20683 \begin_layout Plain Layout
20684
20685 \series bold
20686 Note:
20687 \series default
20688  Le nommage automatique de références ne peut être utilisé si vous avez
20689  choisi le style de référence 
20690 \family sans
20691 Référence
20692 \begin_inset space ~
20693 \end_inset
20694
20695 mise
20696 \begin_inset space ~
20697 \end_inset
20698
20699 en
20700 \begin_inset space ~
20701 \end_inset
20702
20703 forme
20704 \family default
20705  décrit dans la section
20706 \begin_inset space ~
20707 \end_inset
20708
20709
20710 \begin_inset CommandInset ref
20711 LatexCommand ref
20712 reference "sub:Formats-Références-Croisées"
20713
20714 \end_inset
20715
20716 .
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Subsection
20725 Positionnement des Références 
20726 \begin_inset CommandInset label
20727 LatexCommand label
20728 name "sub:Reference-Position"
20729
20730 \end_inset
20731
20732
20733 \begin_inset Index
20734 status collapsed
20735
20736 \begin_layout Plain Layout
20737 Références ! Positionnement
20738 \end_layout
20739
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \begin_layout Standard
20746 Si vous utilisez le paquetage 
20747 \series bold
20748 hyperref
20749 \series default
20750
20751 \begin_inset Index
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755 Paquetages LaTeX ! hyperref
20756 \end_layout
20757
20758 \end_inset
20759
20760  pour lier vos références croisées dans la sortie finale, vous verrez que
20761  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20762  l'image.
20763  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20764  pourrez voir l'image sans faire défiler le texte.
20765  Ce problème vient du fait que le point d'ancrage de la référence se situe
20766  à l'endroit de l'étiquette.
20767  En utilisant le paquetage LaTeX 
20768 \series bold
20769 hypcap
20770 \series default
20771
20772 \begin_inset Index
20773 status collapsed
20774
20775 \begin_layout Plain Layout
20776 Paquetages LaTeX ! hypcap
20777 \end_layout
20778
20779 \end_inset
20780
20781 , qui fait partie du paquetage LaTeX 
20782 \series bold
20783 oberdiek
20784 \series default
20785
20786 \begin_inset Index
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 Paquetages LaTeX ! oberdiek
20791 \end_layout
20792
20793 \end_inset
20794
20795 , le point d'ancrage d'un lien est place en haut du flottant.
20796  Pour utiliser cette fonction avec les flottants de figure, chargez 
20797 \series bold
20798 hypcap
20799 \series default
20800  dans l'entête du document avec la ligne
20801 \end_layout
20802
20803 \begin_layout Standard
20804
20805 \series bold
20806
20807 \backslash
20808 usepackage[figure]{hypcap}
20809 \end_layout
20810
20811 \begin_layout Standard
20812 Vous pouvez aussi utiliser 
20813 \series bold
20814 hypcap
20815 \series default
20816  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20817  de stabilité.
20818  Pour plus d'information, jetez un coup d'œil au manuel d' 
20819 \series bold
20820 hypcap
20821 \series default
20822  
20823 \begin_inset CommandInset citation
20824 LatexCommand cite
20825 key "hypcap"
20826
20827 \end_inset
20828
20829 .
20830 \end_layout
20831
20832 \begin_layout Standard
20833 \begin_inset Note Greyedout
20834 status open
20835
20836 \begin_layout Plain Layout
20837
20838 \series bold
20839 Note:
20840 \series default
20841  
20842 \series bold
20843 hypcap
20844 \series default
20845  doit être chargé après 
20846 \series bold
20847 hyperref
20848 \series default
20849  dans le préambule du document.
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 \begin_inset Note Greyedout
20859 status open
20860
20861 \begin_layout Plain Layout
20862
20863 \series bold
20864 Note:
20865 \series default
20866  
20867 \series bold
20868 hypcap
20869 \series default
20870  n'a aucun effet pour les références à des sous-figures.
20871 \end_layout
20872
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \begin_layout Section
20879 Placement des flottants
20880 \begin_inset CommandInset label
20881 LatexCommand label
20882 name "sec:Placement-flottants"
20883
20884 \end_inset
20885
20886
20887 \begin_inset Index
20888 status collapsed
20889
20890 \begin_layout Plain Layout
20891 Flottants ! Placement
20892 \end_layout
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20901  de dialogue 
20902 \family sans
20903 Paramètre
20904 \begin_inset space ~
20905 \end_inset
20906
20907 de
20908 \begin_inset space ~
20909 \end_inset
20910
20911 Flottant
20912 \family default
20913  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
20914  utilise pour déterminer où placer le flottant.
20915 \begin_inset Newline newline
20916 \end_inset
20917
20918 L'option 
20919 \family sans
20920 Plusieurs
20921 \begin_inset space ~
20922 \end_inset
20923
20924 colonnes
20925 \family default
20926  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
20927  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
20928  confiné sur une seule colonne.
20929 \begin_inset Newline newline
20930 \end_inset
20931
20932 L'option 
20933 \family sans
20934 Rotation
20935 \begin_inset space ~
20936 \end_inset
20937
20938 90°
20939 \family default
20940  est utilisée pour faire tourner les flottants, voyez la section
20941 \begin_inset space ~
20942 \end_inset
20943
20944
20945 \begin_inset CommandInset ref
20946 LatexCommand ref
20947 reference "sec:Flottants-renversés"
20948
20949 \end_inset
20950
20951 .
20952 \end_layout
20953
20954 \begin_layout Standard
20955 En désactivant l'option 
20956 \family sans
20957 Utilise
20958 \begin_inset space ~
20959 \end_inset
20960
20961 le
20962 \begin_inset space ~
20963 \end_inset
20964
20965 placement
20966 \begin_inset space ~
20967 \end_inset
20968
20969 par
20970 \begin_inset space ~
20971 \end_inset
20972
20973 défaut
20974 \family default
20975  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
20976  le placement du flottant:
20977 \end_layout
20978
20979 \begin_layout Description
20980 Ici,
20981 \begin_inset space ~
20982 \end_inset
20983
20984 si
20985 \begin_inset space ~
20986 \end_inset
20987
20988 possible: essaie de placer le flottant à la position où il a été inséré
20989  dans LyX
20990 \end_layout
20991
20992 \begin_layout Description
20993 Haut
20994 \begin_inset space ~
20995 \end_inset
20996
20997 de
20998 \begin_inset space ~
20999 \end_inset
21000
21001 la
21002 \begin_inset space ~
21003 \end_inset
21004
21005 page: essaie de placer le flottant en haut de la page courante
21006 \end_layout
21007
21008 \begin_layout Description
21009 Bas
21010 \begin_inset space ~
21011 \end_inset
21012
21013 de
21014 \begin_inset space ~
21015 \end_inset
21016
21017 la
21018 \begin_inset space ~
21019 \end_inset
21020
21021 page: essaie de placer le flottant en bas de la page courante
21022 \end_layout
21023
21024 \begin_layout Description
21025 Page
21026 \begin_inset space ~
21027 \end_inset
21028
21029 de
21030 \begin_inset space ~
21031 \end_inset
21032
21033 flottants: essaie de placer le flottant sur une page à part, éventuellement
21034  avec d'autres flottants 
21035 \end_layout
21036
21037 \begin_layout Standard
21038 LaTeX utilise
21039 \emph on
21040  toujours 
21041 \emph default
21042 les options dans l'ordre donné ci-dessus.
21043  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21044  d'abord essayer 
21045 \family sans
21046 Ici
21047 \begin_inset space ~
21048 \end_inset
21049
21050 si
21051 \begin_inset space ~
21052 \end_inset
21053
21054 possible
21055 \family default
21056 , ensuite 
21057 \family sans
21058 Haut
21059 \begin_inset space ~
21060 \end_inset
21061
21062 de
21063 \begin_inset space ~
21064 \end_inset
21065
21066 la
21067 \begin_inset space ~
21068 \end_inset
21069
21070 page
21071 \family default
21072 , et ainsi de suite.
21073  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21074  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21075  Si aucune des quatre options de placement n'est possible, la procédure
21076  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21077 \end_layout
21078
21079 \begin_layout Standard
21080 Par défaut, chaque option a ses propres règles d'application:
21081 \end_layout
21082
21083 \begin_layout Standard
21084
21085 \family sans
21086 Haut
21087 \begin_inset space ~
21088 \end_inset
21089
21090 de
21091 \begin_inset space ~
21092 \end_inset
21093
21094 la
21095 \begin_inset space ~
21096 \end_inset
21097
21098 page
21099 \family default
21100  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21101  en haut de page (
21102 \series bold
21103
21104 \backslash
21105 topfraction
21106 \series default
21107 ).
21108 \end_layout
21109
21110 \begin_layout Standard
21111
21112 \family sans
21113 Bas
21114 \begin_inset space ~
21115 \end_inset
21116
21117 de
21118 \begin_inset space ~
21119 \end_inset
21120
21121 la
21122 \begin_inset space ~
21123 \end_inset
21124
21125 page
21126 \family default
21127  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21128  en bas de page (
21129 \series bold
21130
21131 \backslash
21132 bottomfraction
21133 \series default
21134 ).
21135 \end_layout
21136
21137 \begin_layout Standard
21138
21139 \family sans
21140 Page
21141 \begin_inset space ~
21142 \end_inset
21143
21144 de
21145 \begin_inset space ~
21146 \end_inset
21147
21148 flottants
21149 \family default
21150  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21151  si ils occupent plus de 50% de celle-ci (
21152 \series bold
21153
21154 \backslash
21155 floatpagefraction
21156 \series default
21157 ).
21158 \end_layout
21159
21160 \begin_layout Standard
21161 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21162  supplémentaire 
21163 \family sans
21164 Ignorer
21165 \begin_inset space ~
21166 \end_inset
21167
21168 les
21169 \begin_inset space ~
21170 \end_inset
21171
21172 règles
21173 \begin_inset space ~
21174 \end_inset
21175
21176 LaTeX
21177 \family default
21178 \lang english
21179 .
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183
21184 \lang french
21185 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21186  données entre parenthèses après les descriptions des règles données ci-dessus.
21187  Par exemple, pour augmenter à 50
21188 \begin_inset space \thinspace{}
21189 \end_inset
21190
21191 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21192  trop petite, ajoutez cette ligne au préambule de votre document :
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \series bold
21198
21199 \backslash
21200 renewcommand{
21201 \backslash
21202 bottomfraction}{0.5}
21203 \end_layout
21204
21205 \begin_layout Standard
21206 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21207  exactement à l'endroit où vous l'avez inséré.
21208  dans ce cas utilisez l'option 
21209 \family sans
21210 Ici
21211 \begin_inset space ~
21212 \end_inset
21213
21214 à
21215 \begin_inset space ~
21216 \end_inset
21217
21218 tout
21219 \begin_inset space ~
21220 \end_inset
21221
21222 Prix
21223 \family default
21224 .
21225  Utilisez cette option le moins souvent possible et seulement quand le document
21226  est presque prêt à être imprimé.
21227  En effet, le flottant n'est plus capable de 
21228 \begin_inset Quotes eld
21229 \end_inset
21230
21231 flotter
21232 \begin_inset Quotes erd
21233 \end_inset
21234
21235 , ce qui peut perturber toutes les mises en page.
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21240  sont toujours entourés par le texte d'un paragraphe donné.
21241 \begin_inset VSpace bigskip
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Standard
21248 On peut parfois se trouver dans la situation où un flottant est placé en
21249  haut d'une page alors que la section concernée ne commence qu'au milieu
21250  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21251  la section précédente.
21252  On peut utiliser la commande LaTeX 
21253 \series bold
21254
21255 \backslash
21256 suppressfloats
21257 \series default
21258  pour éviter ce cas.
21259  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21260  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21261  soit placé avant que la section commence.
21262  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21263  votre document :
21264 \end_layout
21265
21266 \begin_layout Standard
21267
21268 \series bold
21269
21270 \backslash
21271 let
21272 \backslash
21273 mySection
21274 \backslash
21275 section
21276 \begin_inset Newline newline
21277 \end_inset
21278
21279
21280 \backslash
21281 renewcommand{
21282 \backslash
21283 section}{
21284 \backslash
21285 suppressfloats[t]
21286 \backslash
21287 mySection}
21288 \end_layout
21289
21290 \begin_layout Standard
21291 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21292  comme les chapitres et les sous-sections.
21293  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21294  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21295  ensuite avoir du mal à trouver un positionnement correct.
21296 \end_layout
21297
21298 \begin_layout Standard
21299 \begin_inset VSpace bigskip
21300 \end_inset
21301
21302 Dans certains cas il est demandé de placer toutes les figures et tous les
21303  tableaux à la fin du document.
21304  C'est pour de telles situations que le paquetage LaTeX 
21305 \series bold
21306 endfloat
21307 \series default
21308
21309 \begin_inset Index
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313 Paquetages LaTeX ! endfloat
21314 \end_layout
21315
21316 \end_inset
21317
21318  a été développé.
21319  Il met en effet tous les flottants de figures et de tableaux à la fin du
21320  document dans leurs propres sections.
21321  À la position d'origine du flottant, une indication textuelle du genre
21322  
21323 \begin_inset Quotes eld
21324 \end_inset
21325
21326
21327 \family sans
21328 [Figure
21329 \begin_inset space ~
21330 \end_inset
21331
21332 3.2 
21333 \lang english
21334 about here.
21335 \lang french
21336 ]
21337 \family default
21338
21339 \begin_inset Quotes erd
21340 \end_inset
21341
21342  est insérée.
21343  Le paquetage 
21344 \series bold
21345 endfloat
21346 \series default
21347  est chargé dans le préambule avec la ligne suivante 
21348 \end_layout
21349
21350 \begin_layout Standard
21351
21352 \series bold
21353
21354 \backslash
21355 usepackage[options]{endfloat}
21356 \end_layout
21357
21358 \begin_layout Standard
21359 Il y a aussi de nombreuses options de paquetage pour modifier le format
21360  des sections de figures ou de tableau qui sont créées.
21361  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21362  
21363 \series bold
21364 endfloa
21365 \series default
21366
21367 \begin_inset CommandInset citation
21368 LatexCommand cite
21369 key "endfloat"
21370
21371 \end_inset
21372
21373 .
21374 \begin_inset Newline newline
21375 \end_inset
21376
21377
21378 \begin_inset Note Greyedout
21379 status open
21380
21381 \begin_layout Plain Layout
21382
21383 \series bold
21384 Note: endfloat
21385 \series default
21386  ne fournit pas de traduction automatique de l'indication textuelle, vous
21387  devez donc le faire manuellement, voyez la section
21388 \begin_inset space ~
21389 \end_inset
21390
21391 4 de 
21392 \begin_inset CommandInset citation
21393 LatexCommand cite
21394 key "endfloat"
21395
21396 \end_inset
21397
21398 .
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \begin_inset Newline newline
21405 \end_inset
21406
21407
21408 \begin_inset Note Greyedout
21409 status open
21410
21411 \begin_layout Plain Layout
21412
21413 \series bold
21414 Note:
21415 \series default
21416  Il y a actuellement un bug dans le paquetage 
21417 \series bold
21418 endfloat
21419 \series default
21420  quand la légende contient un 
21421 \begin_inset Quotes eld
21422 \end_inset
21423
21424 ß
21425 \begin_inset Quotes erd
21426 \end_inset
21427
21428  allemand.
21429  Utilisez dans ce cas la commande 
21430 \begin_inset Quotes eld
21431 \end_inset
21432
21433
21434 \series bold
21435
21436 \backslash
21437 ss
21438 \series default
21439
21440 \begin_inset Quotes erd
21441 \end_inset
21442
21443  en code TeX à la place du 
21444 \begin_inset Quotes eld
21445 \end_inset
21446
21447 ß
21448 \begin_inset Quotes erd
21449 \end_inset
21450
21451 .
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Standard
21460 \begin_inset VSpace bigskip
21461 \end_inset
21462
21463 Pour plus d'information sur les manières de placer les flottants, jetez
21464  un coup d'œil aux livres sur LaTeX, 
21465 \begin_inset CommandInset citation
21466 LatexCommand cite
21467 key "latexcompanion,latexguide,latexbook"
21468
21469 \end_inset
21470
21471 .
21472 \end_layout
21473
21474 \begin_layout Section
21475 Flottants Renversés
21476 \begin_inset CommandInset label
21477 LatexCommand label
21478 name "sec:Flottants-renversés"
21479
21480 \end_inset
21481
21482
21483 \begin_inset Index
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487 Flottants ! Renversés
21488 \end_layout
21489
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \begin_layout Standard
21496 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21497  tableaux très larges.
21498  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21499  un clic droit sur la boîte du flottant et utilisez l'option 
21500 \family sans
21501 Rotation
21502 \begin_inset space ~
21503 \end_inset
21504
21505 90°
21506 \family default
21507 .
21508 \end_layout
21509
21510 \begin_layout Standard
21511 Les flottants renversés sont systématiquement placés sur leur propre page
21512  ( ou colonne, si vous avez un document sur deux colonnes ).
21513  Il sont pivotés de sorte que vous puissiez les lire en vous plaçant du
21514  côté de la marge externe.
21515  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21516  ajouter soit l'option 
21517 \series bold
21518 figuresleft
21519 \series default
21520  soit l'option 
21521 \series bold
21522 figuresright
21523 \series default
21524  aux options de la classe de document.
21525 \end_layout
21526
21527 \begin_layout Standard
21528 Faire référence à un flottant renversé se fait de la même manière que pour
21529  un flottant normal, la mise en forme de la légende est aussi identique
21530  : Le tableau
21531 \begin_inset space ~
21532 \end_inset
21533
21534
21535 \begin_inset CommandInset ref
21536 LatexCommand ref
21537 reference "tab:Tableau-pivoté"
21538
21539 \end_inset
21540
21541  est un exemple de flottant de tableau renversé.
21542 \end_layout
21543
21544 \begin_layout Standard
21545 \begin_inset Note Greyedout
21546 status open
21547
21548 \begin_layout Plain Layout
21549
21550 \series bold
21551 Note:
21552 \series default
21553  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21554  DVI.
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset Float table
21564 wide false
21565 sideways true
21566 status open
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Caption
21570
21571 \begin_layout Plain Layout
21572 \begin_inset CommandInset label
21573 LatexCommand label
21574 name "tab:Tableau-pivoté"
21575
21576 \end_inset
21577
21578  Tableau pivoté
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Plain Layout
21587 \align center
21588 \begin_inset Tabular
21589 <lyxtabular version="3" rows="1" columns="5">
21590 <features>
21591 <column alignment="center" valignment="top" width="0">
21592 <column alignment="center" valignment="top" width="0">
21593 <column alignment="center" valignment="top" width="0">
21594 <column alignment="center" valignment="top" width="0">
21595 <column alignment="center" valignment="top" width="0">
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 test
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 b
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 c
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 d
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 e
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 </lyxtabular>
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \begin_layout Section
21656 Flottants côte-à-côte
21657 \begin_inset Index
21658 status collapsed
21659
21660 \begin_layout Plain Layout
21661 Flottants ! côte-à-côte
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Pour placer des flottants côte-à-côte, comme pour la figure
21671 \begin_inset space ~
21672 \end_inset
21673
21674
21675 \begin_inset CommandInset ref
21676 LatexCommand ref
21677 reference "fig:Flottant-gauche"
21678
21679 \end_inset
21680
21681  et 
21682 \begin_inset CommandInset ref
21683 LatexCommand ref
21684 reference "fig:Flottant-droit"
21685
21686 \end_inset
21687
21688 , on n'utilise 
21689 \emph on
21690 qu'un seul 
21691 \emph default
21692 flottant.
21693  On y insère deux boîtes de minipages
21694 \begin_inset Foot
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698 Les minipages sont décrites dans la section
21699 \begin_inset space ~
21700 \end_inset
21701
21702
21703 \begin_inset CommandInset ref
21704 LatexCommand ref
21705 reference "sec:Minipages"
21706
21707 \end_inset
21708
21709 .
21710 \end_layout
21711
21712 \end_inset
21713
21714 .
21715  La largeur est mise à 45
21716 \begin_inset space \thinspace{}
21717 \end_inset
21718
21719 -50
21720 \begin_inset space \thinspace{}
21721 \end_inset
21722
21723 column% et l'alignement de la boîte à 
21724 \family sans
21725 Bas
21726 \family default
21727  pour chaque minipage.
21728  Les boîtes minipages contiennent l'image et la légende exactement comme
21729  avec un flottant.
21730  La seule différence est que l'unité de longueur 
21731 \family sans
21732 Largeur
21733 \begin_inset space ~
21734 \end_inset
21735
21736 colonne
21737 \begin_inset space ~
21738 \end_inset
21739
21740 %
21741 \family default
21742  utilisée pour l'image est maintenant définie par rapport à la largeur des
21743  boîtes minipages.
21744 \end_layout
21745
21746 \begin_layout Standard
21747 \begin_inset Float figure
21748 wide false
21749 sideways false
21750 status open
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Box Frameless
21754 position "b"
21755 hor_pos "c"
21756 has_inner_box 1
21757 inner_pos "t"
21758 use_parbox 0
21759 width "45col%"
21760 special "none"
21761 height "1in"
21762 height_special "totalheight"
21763 status open
21764
21765 \begin_layout Plain Layout
21766 \align center
21767 \begin_inset Graphics
21768         filename ../clipart/mobius.eps
21769         lyxscale 50
21770         width 100col%
21771         scaleBeforeRotation
21772
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Caption
21780
21781 \begin_layout Plain Layout
21782 \begin_inset CommandInset label
21783 LatexCommand label
21784 name "fig:Flottant-gauche"
21785
21786 \end_inset
21787
21788 Flottant du côté gauche.
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \begin_inset space \hfill{}
21800 \end_inset
21801
21802
21803 \begin_inset Box Frameless
21804 position "b"
21805 hor_pos "c"
21806 has_inner_box 1
21807 inner_pos "t"
21808 use_parbox 0
21809 width "45col%"
21810 special "none"
21811 height "1in"
21812 height_special "totalheight"
21813 status open
21814
21815 \begin_layout Plain Layout
21816 \align center
21817 \begin_inset Graphics
21818         filename ../clipart/platypus.eps
21819         lyxscale 50
21820         width 100col%
21821         scaleBeforeRotation
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "fig:Flottant-droit"
21835
21836 \end_inset
21837
21838 Flottant du côté droit.
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Section
21857 Mise en Forme de la Légende
21858 \begin_inset Index
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862 Légende ! Mise en forme
21863 \end_layout
21864
21865 \end_inset
21866
21867
21868 \begin_inset Index
21869 status collapsed
21870
21871 \begin_layout Plain Layout
21872 Flottants ! Mise en forme de la Légende
21873 \end_layout
21874
21875 \end_inset
21876
21877
21878 \begin_inset Index
21879 status collapsed
21880
21881 \begin_layout Plain Layout
21882 Paquetages LaTeX ! caption
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \begin_inset CommandInset label
21889 LatexCommand label
21890 name "sec:Formatage-légende"
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \begin_layout Standard
21898 L'environnement 
21899 \family sans
21900 Légende
21901 \family default
21902  est l'environnement de paragraphe par défaut pour les 
21903 \family sans
21904 flottants
21905 \family default
21906 .
21907  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21908  par exemple 
21909 \begin_inset Quotes eld
21910 \end_inset
21911
21912
21913 \family sans
21914 Figure #:
21915 \family default
21916
21917 \begin_inset Quotes erd
21918 \end_inset
21919
21920  suivi par le texte de la légende.
21921  Le 
21922 \begin_inset Quotes eld
21923 \end_inset
21924
21925 #
21926 \begin_inset Quotes erd
21927 \end_inset
21928
21929  étant remplacé par le numéro de référence réel.
21930  Par défaut l'étiquette et le numéro sont dans la même police de caractères
21931  que le texte de la légende et deux points suivent le numéro pour séparer
21932  l'étiquette du texte.
21933  Ce format de légende n'est pas forcément adapté à tous les types de documents.
21934 \end_layout
21935
21936 \begin_layout Standard
21937 Pour modifier le format par défaut des légendes, il faut charger le paquetage
21938  LaTeX 
21939 \series bold
21940 caption
21941 \series default
21942
21943 \begin_inset Index
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947 Paquetages LaTeX ! caption
21948 \end_layout
21949
21950 \end_inset
21951
21952  dans le préambule de votre document avec la ligne suivante :
21953 \end_layout
21954
21955 \begin_layout Standard
21956
21957 \series bold
21958
21959 \backslash
21960 usepackage[format definition]{caption}
21961 \end_layout
21962
21963 \begin_layout Standard
21964 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
21965  grasse et les légendes de tableau toujours au dessus des tableaux, comme
21966  dans ce document, utilisez les commandes suivantes :
21967 \end_layout
21968
21969 \begin_layout Standard
21970
21971 \series bold
21972
21973 \backslash
21974 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21975 \end_layout
21976
21977 \begin_layout Standard
21978 Vous pouvez aussi définir des formats de légendes différents pour les différents
21979  types de flottants.
21980  Dans ce cas chargez le paquetage 
21981 \series bold
21982 caption 
21983 \series default
21984 sans option de format spécifique et définissez les différents formats à
21985  l'aide de la commande 
21986 \end_layout
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991
21992 \backslash
21993 captionsetup[type de flottant]{définition du format}
21994 \end_layout
21995
21996 \begin_layout Standard
21997 dans le préambule du document.
21998  Par exemple les formats de légende de la Figure
21999 \begin_inset space ~
22000 \end_inset
22001
22002
22003 \begin_inset CommandInset ref
22004 LatexCommand ref
22005 reference "fig:Legende-de-fig"
22006
22007 \end_inset
22008
22009  et du Tableau
22010 \begin_inset space ~
22011 \end_inset
22012
22013
22014 \begin_inset CommandInset ref
22015 LatexCommand ref
22016 reference "tab:Légende-de-tab"
22017
22018 \end_inset
22019
22020  peuvent être créés en utilisant les commandes suivantes dans le préambule
22021  :
22022 \end_layout
22023
22024 \begin_layout Standard
22025
22026 \series bold
22027
22028 \backslash
22029 usepackage[tableposition=top]{caption}
22030 \series default
22031
22032 \begin_inset Newline newline
22033 \end_inset
22034
22035
22036 \series bold
22037
22038 \backslash
22039 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22040 \begin_inset Newline newline
22041 \end_inset
22042
22043
22044 \begin_inset ERT
22045 status collapsed
22046
22047 \begin_layout Plain Layout
22048
22049
22050 \backslash
22051 hphantom{
22052 \backslash
22053
22054 \backslash
22055 captionsetup[figure]
22056 \backslash
22057 {}
22058 \end_layout
22059
22060 \end_inset
22061
22062  labelsep=period}
22063 \begin_inset Newline newline
22064 \end_inset
22065
22066
22067 \backslash
22068 captionsetup[table]{labelfont={bf,sf}}
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset Note Greyedout
22073 status open
22074
22075 \begin_layout Plain Layout
22076
22077 \series bold
22078 Note:
22079 \series default
22080  L'option 
22081 \series bold
22082 tableposition=top
22083 \series default
22084  n'a pas d'effet quand on utilise un document de classe 
22085 \series bold
22086 koma-script
22087 \series default
22088
22089 \begin_inset Index
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093 Paquetages LaTeX ! koma-script
22094 \end_layout
22095
22096 \end_inset
22097
22098 .
22099  Dans ce cas on doit utiliser l'option 
22100 \series bold
22101 tablecaptionabove
22102 \series default
22103  de la classe de document.
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 Pour plus d'information sur le paquetage 
22113 \series bold
22114 caption
22115 \series default
22116  nous vous renvoyons à sa documentation 
22117 \begin_inset CommandInset citation
22118 LatexCommand cite
22119 key "caption"
22120
22121 \end_inset
22122
22123 .
22124 \end_layout
22125
22126 \begin_layout Standard
22127 Pour changer le nom de l'étiquette, par exemple de 
22128 \begin_inset Quotes eld
22129 \end_inset
22130
22131 Figure
22132 \begin_inset Quotes erd
22133 \end_inset
22134
22135  à 
22136 \begin_inset Quotes eld
22137 \end_inset
22138
22139 Image
22140 \begin_inset Quotes erd
22141 \end_inset
22142
22143 , utilisez la commande suivante dans le préambule :
22144 \end_layout
22145
22146 \begin_layout Standard
22147
22148 \series bold
22149
22150 \backslash
22151 renewcommand{
22152 \backslash
22153 fnum@figure}{Image~
22154 \backslash
22155 thefigure}
22156 \end_layout
22157
22158 \begin_layout Standard
22159 où 
22160 \series bold
22161
22162 \backslash
22163 thefigure
22164 \series default
22165  insère le numéro de la figure et
22166 \series bold
22167  
22168 \begin_inset Quotes eld
22169 \end_inset
22170
22171 ~
22172 \series default
22173
22174 \begin_inset Quotes erd
22175 \end_inset
22176
22177  ajoute une espace insécable.
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \begin_inset VSpace bigskip
22182 \end_inset
22183
22184 Si vous utilisez un document de classe 
22185 \series bold
22186 koma-script
22187 \series default
22188
22189 \begin_inset Index
22190 status collapsed
22191
22192 \begin_layout Plain Layout
22193 Paquetages LaTeX ! koma-script
22194 \end_layout
22195
22196 \end_inset
22197
22198  (
22199 \family sans
22200 article (koma-script)
22201 \family default
22202
22203 \family sans
22204 book (koma-script)
22205 \family default
22206
22207 \family sans
22208 letter (koma-script)
22209 \family default
22210 , ou 
22211 \family sans
22212 report (koma-script)
22213 \family default
22214
22215 \begin_inset space \thinspace{}
22216 \end_inset
22217
22218 ), Vous pouvez utiliser la commande incorporée 
22219 \series bold
22220
22221 \backslash
22222 setkomafont 
22223 \series default
22224 du paquetage
22225 \series bold
22226  koma-script 
22227 \series default
22228 à la place du paquetage
22229 \series bold
22230  caption.
22231  
22232 \series default
22233 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22234  suivante au préambule de votre document :
22235 \end_layout
22236
22237 \begin_layout Standard
22238
22239 \series bold
22240
22241 \backslash
22242 setkomafont{captionlabel}{
22243 \backslash
22244 bfseries}
22245 \end_layout
22246
22247 \begin_layout Standard
22248 Pour plus d'information au sujet de 
22249 \series bold
22250
22251 \backslash
22252 setkomafont
22253 \series default
22254  nous vous renvoyons à la documentation du paquetage 
22255 \series bold
22256 koma-script
22257 \series default
22258  
22259 \begin_inset CommandInset citation
22260 LatexCommand cite
22261 key "koma-script"
22262
22263 \end_inset
22264
22265 .
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset ERT
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273
22274
22275 \backslash
22276 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22277 }
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \begin_inset Note Note
22284 status open
22285
22286 \begin_layout Plain Layout
22287 Le format de la légende n'est modifié que pour cet exemple.
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset Float figure
22297 placement !p
22298 wide false
22299 sideways false
22300 status open
22301
22302 \begin_layout Plain Layout
22303 \align center
22304 \begin_inset Graphics
22305         filename ../clipart/mobius.eps
22306         lyxscale 50
22307         scale 50
22308         scaleBeforeRotation
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Caption
22317
22318 \begin_layout Plain Layout
22319 \begin_inset CommandInset label
22320 LatexCommand label
22321 name "fig:Legende-de-fig"
22322
22323 \end_inset
22324
22325 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22326  pour montrer les différents types de formats de légendes.
22327  Ici on a utilisé un format de légende personnalisé.
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \begin_layout Standard
22341 \begin_inset ERT
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345
22346
22347 \backslash
22348 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22349 on}
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Standard
22358 \begin_inset Float table
22359 placement !p
22360 wide false
22361 sideways false
22362 status open
22363
22364 \begin_layout Plain Layout
22365 \begin_inset Caption
22366
22367 \begin_layout Plain Layout
22368 \begin_inset CommandInset label
22369 LatexCommand label
22370 name "tab:Légende-de-tab"
22371
22372 \end_inset
22373
22374 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22375  pour montrer les différents types de formats de légendes.
22376  Ici on a utilisé le format de légende par défaut.
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Plain Layout
22385 \align center
22386 \begin_inset Tabular
22387 <lyxtabular version="3" rows="1" columns="5">
22388 <features>
22389 <column alignment="center" valignment="top" width="0">
22390 <column alignment="center" valignment="top" width="0">
22391 <column alignment="center" valignment="top" width="0">
22392 <column alignment="center" valignment="top" width="0">
22393 <column alignment="center" valignment="top" width="0">
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 a
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 b
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 c
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 d
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 e
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 </lyxtabular>
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \begin_layout Section
22454 Positionnement de la Légende
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 Légende ! Placement
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset Index
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469 Flottants ! Placement de la légende
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \begin_inset CommandInset label
22476 LatexCommand label
22477 name "sec:Placement-légende"
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Standard
22485 La règle habituelle pour placer la légende est :
22486 \end_layout
22487
22488 \begin_layout Description
22489 Figure
22490 \begin_inset space ~
22491 \end_inset
22492
22493 : La légende est placée en dessous de la figure
22494 \end_layout
22495
22496 \begin_layout Description
22497 Tableau
22498 \begin_inset space ~
22499 \end_inset
22500
22501 : La légende est placée au dessus du tableau
22502 \end_layout
22503
22504 \begin_layout Standard
22505 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22506  au dessus des tableaux.
22507  Ce qui fait que si vous utilisez une des classes de document 
22508 \family sans
22509 article
22510 \family default
22511
22512 \family sans
22513 book
22514 \family default
22515
22516 \family sans
22517 letter
22518 \family default
22519 , ou 
22520 \family sans
22521 report
22522 \family default
22523  il n'y aura pas d'espace libre entre la légende et le tableau.
22524  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22525  de chargement du paquetage LaTeX 
22526 \series bold
22527 caption
22528 \series default
22529  dans le préambule de votre document
22530 \begin_inset Foot
22531 status open
22532
22533 \begin_layout Plain Layout
22534 Voir la section
22535 \begin_inset space ~
22536 \end_inset
22537
22538
22539 \begin_inset CommandInset ref
22540 LatexCommand ref
22541 reference "sec:Formatage-légende"
22542
22543 \end_inset
22544
22545  pour plus d'information sur le paquetage 
22546 \series bold
22547 caption
22548 \series default
22549 .
22550 \end_layout
22551
22552 \end_inset
22553
22554 :
22555 \end_layout
22556
22557 \begin_layout Standard
22558
22559 \series bold
22560 tableposition=top
22561 \end_layout
22562
22563 \begin_layout Standard
22564 Si vous utilisez une classe de document 
22565 \series bold
22566 koma-script
22567 \series default
22568
22569 \begin_inset Index
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573 Paquetages LaTeX ! koma-script
22574 \end_layout
22575
22576 \end_inset
22577
22578  (
22579 \family sans
22580 article (koma-script)
22581 \family default
22582
22583 \family sans
22584 book (koma-script)
22585 \family default
22586
22587 \family sans
22588 letter (koma-script)
22589 \family default
22590 , ou 
22591 \family sans
22592 report (koma-script)
22593 \family default
22594
22595 \begin_inset space \thinspace{}
22596 \end_inset
22597
22598 ), vous pouvez utiliser à la place du paquetage 
22599 \series bold
22600 caption
22601 \series default
22602  l'option 
22603 \series bold
22604 tablecaptionabove
22605 \series default
22606  de la classe de document.
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset VSpace bigskip
22611 \end_inset
22612
22613 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22614  Pour cela, vous devez charger le paquetage LaTeX 
22615 \series bold
22616 sidecap
22617 \series default
22618
22619 \begin_inset Index
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623 Paquetages LaTeX ! sidecap
22624 \end_layout
22625
22626 \end_inset
22627
22628  dans le préambule de votre document avec la ligne de commande suivante
22629 \end_layout
22630
22631 \begin_layout Standard
22632
22633 \series bold
22634
22635 \backslash
22636 usepackage[option]{sidecap}
22637 \end_layout
22638
22639 \begin_layout Standard
22640 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22641  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22642  paires.
22643  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22644  
22645 \series bold
22646 innercaption
22647 \series default
22648 .
22649  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22650  
22651 \series bold
22652 rightcaption
22653 \series default
22654  ou 
22655 \series bold
22656 leftcaption
22657 \series default
22658 .
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 ifsidecap
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \begin_inset Note Note
22676 status open
22677
22678 \begin_layout Plain Layout
22679 La section suivante ne sera affichée que si le paquetage LaTeX 
22680 \series bold
22681 sidecap
22682 \series default
22683  a été installé.
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Standard
22692 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22693  ajouter ces commandes dans le préambule de votre document :
22694 \end_layout
22695
22696 \begin_layout Standard
22697
22698 \lyxline
22699
22700 \end_layout
22701
22702 \begin_layout Standard
22703
22704 \series bold
22705
22706 \backslash
22707 newcommand{
22708 \backslash
22709 TabBesBeg}{%
22710 \begin_inset Newline newline
22711 \end_inset
22712
22713
22714 \begin_inset ERT
22715 status collapsed
22716
22717 \begin_layout Plain Layout
22718
22719
22720 \backslash
22721 hphantom{ }
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \backslash
22728 let
22729 \backslash
22730 MyTable
22731 \backslash
22732 table
22733 \begin_inset Newline newline
22734 \end_inset
22735
22736
22737 \begin_inset ERT
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741
22742
22743 \backslash
22744 hphantom{ }
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \backslash
22751 let
22752 \backslash
22753 MyEndtable
22754 \backslash
22755 endtable
22756 \begin_inset Newline newline
22757 \end_inset
22758
22759
22760 \begin_inset ERT
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764
22765
22766 \backslash
22767 hphantom{ }
22768 \end_layout
22769
22770 \end_inset
22771
22772
22773 \backslash
22774 renewenvironment{table}{
22775 \backslash
22776 begin{SCtable}}{
22777 \backslash
22778 end{SCtable}}}
22779 \end_layout
22780
22781 \begin_layout Standard
22782
22783 \series bold
22784
22785 \backslash
22786 newcommand{
22787 \backslash
22788 TabBesEnd}{%
22789 \begin_inset Newline newline
22790 \end_inset
22791
22792
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 hphantom{ }
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \backslash
22807 let
22808 \backslash
22809 table
22810 \backslash
22811 MyTable
22812 \begin_inset Newline newline
22813 \end_inset
22814
22815
22816 \begin_inset ERT
22817 status collapsed
22818
22819 \begin_layout Plain Layout
22820
22821
22822 \backslash
22823 hphantom{ }
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \backslash
22830 let
22831 \backslash
22832 endtable
22833 \backslash
22834 MyEndtable
22835 \end_layout
22836
22837 \begin_layout Standard
22838
22839 \series bold
22840
22841 \backslash
22842 newcommand{
22843 \backslash
22844 FigBesBeg}{%
22845 \begin_inset Newline newline
22846 \end_inset
22847
22848
22849 \begin_inset ERT
22850 status collapsed
22851
22852 \begin_layout Plain Layout
22853
22854
22855 \backslash
22856 hphantom{ }
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \backslash
22863 let
22864 \backslash
22865 MyFigure
22866 \backslash
22867 figure
22868 \begin_inset Newline newline
22869 \end_inset
22870
22871
22872 \begin_inset ERT
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876
22877
22878 \backslash
22879 hphantom{ }
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \backslash
22886 let
22887 \backslash
22888 MyEndfigure
22889 \backslash
22890 endfigure
22891 \begin_inset Newline newline
22892 \end_inset
22893
22894
22895 \begin_inset ERT
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899
22900
22901 \backslash
22902 hphantom{ }
22903 \end_layout
22904
22905 \end_inset
22906
22907
22908 \backslash
22909 renewenvironment{figure}{
22910 \backslash
22911 begin{SCfigure}}{
22912 \backslash
22913 end{SCfigure}}}
22914 \end_layout
22915
22916 \begin_layout Standard
22917
22918 \series bold
22919
22920 \backslash
22921 newcommand{
22922 \backslash
22923 FigBesEnd}{%
22924 \begin_inset Newline newline
22925 \end_inset
22926
22927
22928 \begin_inset ERT
22929 status collapsed
22930
22931 \begin_layout Plain Layout
22932
22933
22934 \backslash
22935 hphantom{ }
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \backslash
22942 let
22943 \backslash
22944 figure
22945 \backslash
22946 MyFigure
22947 \begin_inset Newline newline
22948 \end_inset
22949
22950
22951 \begin_inset ERT
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955
22956
22957 \backslash
22958 hphantom{ }
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \backslash
22965 let
22966 \backslash
22967 endfigure
22968 \backslash
22969 MyEndfigure}
22970 \end_layout
22971
22972 \begin_layout Standard
22973
22974 \lyxline
22975
22976 \end_layout
22977
22978 \begin_layout Standard
22979 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
22980  la légende se place sur le côté.
22981  Pour les flottants de figure, utilisez la commande
22982 \end_layout
22983
22984 \begin_layout Standard
22985
22986 \series bold
22987
22988 \backslash
22989 FigBesBeg
22990 \end_layout
22991
22992 \begin_layout Standard
22993 en code TeX avant le flottant.
22994  Après le flottant, insérez la commande
22995 \end_layout
22996
22997 \begin_layout Standard
22998
22999 \series bold
23000
23001 \backslash
23002 FigBesEnd
23003 \end_layout
23004
23005 \begin_layout Standard
23006 en code TeX pour revenir à la définition originale du flottant.
23007 \end_layout
23008
23009 \begin_layout Standard
23010 Pour les flottants de tableau, utilisez les commandes correspondantes
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016
23017 \backslash
23018 TabBesBeg
23019 \series default
23020  et 
23021 \series bold
23022
23023 \backslash
23024 TabBesEnd
23025 \end_layout
23026
23027 \begin_layout Standard
23028 La figure
23029 \begin_inset space ~
23030 \end_inset
23031
23032
23033 \begin_inset CommandInset ref
23034 LatexCommand ref
23035 reference "fig:legende-a-coté-fig"
23036
23037 \end_inset
23038
23039  et le tableau
23040 \begin_inset space ~
23041 \end_inset
23042
23043
23044 \begin_inset CommandInset ref
23045 LatexCommand ref
23046 reference "tab:legende-à-coté-tableau"
23047
23048 \end_inset
23049
23050  sont des exemples où la légende a été mises sur le coté.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23055  pour les flottants de tableau et vers le bas pour les flottants de figure.
23056  Pour changer ce comportement, vous pouvez utiliser les commandes
23057 \end_layout
23058
23059 \begin_layout Standard
23060
23061 \series bold
23062
23063 \backslash
23064 sidecaptionvpos{type flottant}{placement}
23065 \end_layout
23066
23067 \begin_layout Standard
23068 dans le préambule du document ou en code TeX juste avant le flottant visé.
23069  Le type du flottant est soit 
23070 \family sans
23071 figure
23072 \family default
23073  soit 
23074 \family sans
23075 table
23076 \family default
23077 , le placement peut être 
23078 \begin_inset Quotes eld
23079 \end_inset
23080
23081
23082 \family sans
23083 t
23084 \family default
23085
23086 \begin_inset Quotes erd
23087 \end_inset
23088
23089  pour haut (top), 
23090 \begin_inset Quotes eld
23091 \end_inset
23092
23093
23094 \family sans
23095 c
23096 \family default
23097
23098 \begin_inset Quotes erd
23099 \end_inset
23100
23101  pour centre (center), ou 
23102 \begin_inset Quotes eld
23103 \end_inset
23104
23105
23106 \family sans
23107 b
23108 \family default
23109
23110 \begin_inset Quotes erd
23111 \end_inset
23112
23113  pour bas (bottom).
23114  Pour que, par exemple, les légendes des flottants de figure soient centrés
23115  verticalement, utilisez la commande
23116 \end_layout
23117
23118 \begin_layout Standard
23119
23120 \series bold
23121
23122 \backslash
23123 sidecaptionvpos{figure}{c}
23124 \end_layout
23125
23126 \begin_layout Standard
23127 C'est ce qui a été utilisé pour la figure
23128 \begin_inset space ~
23129 \end_inset
23130
23131
23132 \begin_inset CommandInset ref
23133 LatexCommand ref
23134 reference "fig:legende-à-coté-fig-2"
23135
23136 \end_inset
23137
23138 .
23139 \end_layout
23140
23141 \begin_layout Standard
23142 \begin_inset VSpace medskip
23143 \end_inset
23144
23145 Pour plus d'information sur le paquetage 
23146 \series bold
23147 sidecap
23148 \series default
23149  nous vous renvoyons à sa documentation 
23150 \begin_inset CommandInset citation
23151 LatexCommand cite
23152 key "sidecap"
23153
23154 \end_inset
23155
23156 .
23157 \end_layout
23158
23159 \begin_layout Standard
23160 \begin_inset Note Greyedout
23161 status open
23162
23163 \begin_layout Plain Layout
23164
23165 \series bold
23166 Note:
23167 \series default
23168  Le paquetage LaTeX 
23169 \series bold
23170 hypcap
23171 \series default
23172
23173 \begin_inset Index
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177 Paquetages LaTeX ! hypcap
23178 \end_layout
23179
23180 \end_inset
23181
23182 , qui est décrit dans la section
23183 \begin_inset space ~
23184 \end_inset
23185
23186
23187 \begin_inset CommandInset ref
23188 LatexCommand ref
23189 reference "sub:Reference-Position"
23190
23191 \end_inset
23192
23193 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \begin_inset ERT
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206
23207
23208 \backslash
23209 FigBesBeg 
23210 \end_layout
23211
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \begin_layout Standard
23218 \begin_inset Float figure
23219 wide false
23220 sideways false
23221 status open
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Graphics
23225         filename ../clipart/escher-lsd.eps
23226         scale 75
23227         scaleBeforeRotation
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Caption
23236
23237 \begin_layout Plain Layout
23238 \begin_inset CommandInset label
23239 LatexCommand label
23240 name "fig:legende-a-coté-fig"
23241
23242 \end_inset
23243
23244 Une légende à côté d'une figure.
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset ERT
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262
23263
23264 \backslash
23265 TabBesBeg 
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \begin_inset Float table
23275 wide false
23276 sideways false
23277 status open
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Caption
23281
23282 \begin_layout Plain Layout
23283 \begin_inset CommandInset label
23284 LatexCommand label
23285 name "tab:legende-à-coté-tableau"
23286
23287 \end_inset
23288
23289 Une légende à côté d'un tableau.
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Tabular
23299 <lyxtabular version="3" rows="4" columns="5">
23300 <features>
23301 <column alignment="center" valignment="top" width="0">
23302 <column alignment="center" valignment="top" width="0">
23303 <column alignment="center" valignment="top" width="0">
23304 <column alignment="center" valignment="top" width="0">
23305 <column alignment="center" valignment="top" width="0">
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 a
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 b
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 c
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 d
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 e
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 f
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 g
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 h
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 </row>
23447 <row>
23448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461 i
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 j
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 </lyxtabular>
23495
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \begin_layout Standard
23507 \begin_inset ERT
23508 status collapsed
23509
23510 \begin_layout Plain Layout
23511
23512
23513 \backslash
23514 TabBesEnd
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Standard
23523 \begin_inset ERT
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527
23528
23529 \backslash
23530 sidecaptionvpos{figure}{c}
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \begin_inset Float figure
23537 wide false
23538 sideways false
23539 status open
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Graphics
23543         filename ../clipart/escher-lsd.eps
23544         scale 75
23545         scaleBeforeRotation
23546
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Caption
23554
23555 \begin_layout Plain Layout
23556 \begin_inset CommandInset label
23557 LatexCommand label
23558 name "fig:legende-à-coté-fig-2"
23559
23560 \end_inset
23561
23562 Une légende centrée verticalement à côté d'une figure.
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Plain Layout
23580
23581
23582 \backslash
23583 FigBesEnd
23584 \end_layout
23585
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \begin_layout Standard
23592 \begin_inset ERT
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596
23597
23598 \backslash
23599 else
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \begin_inset Note Note
23606 status open
23607
23608 \begin_layout Plain Layout
23609 Ce qui suit sera affiché si le paquetage LaTeX 
23610 \series bold
23611 sidecap
23612 \series default
23613  n'est pas installé :
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \begin_layout Standard
23622 Vous devez installer le paquetage LaTeX 
23623 \series bold
23624 sidecap
23625 \series default
23626  pour voir la suite de cette section dans la sortie imprimée.
23627 \end_layout
23628
23629 \begin_layout Standard
23630 \begin_inset ERT
23631 status collapsed
23632
23633 \begin_layout Plain Layout
23634
23635
23636 \backslash
23637 fi
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Section
23646 Les Listes de Flottants
23647 \begin_inset CommandInset label
23648 LatexCommand label
23649 name "sec:Listes-de-flottants"
23650
23651 \end_inset
23652
23653
23654 \begin_inset Index
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658 Flottants ! Listes de Flottants
23659 \end_layout
23660
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \begin_layout Standard
23667 De la même façon que la table des matières fait la liste des sections du
23668  document, il y a des listes pour tous les types de flottants, comme par
23669  exemple pour les figures du document.
23670  Vous pouvez les insérer en utilisant le menu 
23671 \family sans
23672 Insérer\SpecialChar \menuseparator
23673 Listes
23674 \begin_inset space ~
23675 \end_inset
23676
23677 &
23678 \begin_inset space ~
23679 \end_inset
23680
23681 TdM
23682 \family default
23683 .
23684 \end_layout
23685
23686 \begin_layout Standard
23687 Les entrées de la liste sont la légende du flottant ou éventuellement le
23688  titre court, le numéro du flottant, et le numéro de la page où le flottant
23689  apparaît dans le document.
23690 \end_layout
23691
23692 \begin_layout Standard
23693 Vous trouverez à la fin de ce document une liste des figures et une liste
23694  des tableaux.
23695 \end_layout
23696
23697 \begin_layout Chapter
23698 Notes
23699 \end_layout
23700
23701 \begin_layout Section
23702 Les Notes de LyX
23703 \begin_inset CommandInset label
23704 LatexCommand label
23705 name "sec:LyX-Notes"
23706
23707 \end_inset
23708
23709
23710 \begin_inset Index
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714 Notes ! Notes LyX 
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \begin_layout Standard
23723 On peut insérer une note en utilisant le bouton 
23724 \begin_inset Graphics
23725         filename ../../images/note-insert.png
23726         scale 85
23727         scaleBeforeRotation
23728
23729 \end_inset
23730
23731  de la barre d'outils ou avec le menu 
23732 \family sans
23733 Insérer\SpecialChar \menuseparator
23734 Note
23735 \family default
23736 .
23737  Il y a cinq types de notes :
23738 \end_layout
23739
23740 \begin_layout Description
23741 Note
23742 \begin_inset space ~
23743 \end_inset
23744
23745 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23746  finale.
23747  La boîte de cette note ressemble à ceci :
23748 \begin_inset Newline newline
23749 \end_inset
23750
23751
23752 \begin_inset Newline newline
23753 \end_inset
23754
23755
23756 \begin_inset Graphics
23757         filename clipart/LyXNoteImageQt4.png
23758         scale 65
23759         scaleBeforeRotation
23760
23761 \end_inset
23762
23763  
23764 \begin_inset Note Note
23765 status open
23766
23767 \begin_layout Plain Layout
23768 Le texte de cette note n'apparaîtra pas à l'impression.
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Description
23777 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23778  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23779  vers un fichier au format LaTeX avec le menu 
23780 \family sans
23781 Fichier\SpecialChar \menuseparator
23782 Exporter\SpecialChar \menuseparator
23783 LaTeX (pdflatex) / (plain)
23784 \family default
23785 .
23786  La boîte de cette note ressemble à ceci :
23787 \begin_inset Newline newline
23788 \end_inset
23789
23790
23791 \begin_inset Newline newline
23792 \end_inset
23793
23794
23795 \begin_inset Graphics
23796         filename clipart/CommentNoteImageQt4.png
23797         scale 55
23798         scaleBeforeRotation
23799
23800 \end_inset
23801
23802
23803 \lang english
23804  
23805 \lang french
23806
23807 \begin_inset Note Comment
23808 status open
23809
23810 \begin_layout Plain Layout
23811 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23812  LaTeX.
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Description
23821 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23822  La boîte de cette note ressemble à ceci :
23823 \lang english
23824
23825 \begin_inset Newline newline
23826 \end_inset
23827
23828
23829 \lang french
23830
23831 \begin_inset Newline newline
23832 \end_inset
23833
23834
23835 \begin_inset Graphics
23836         filename clipart/GreyedOutNoteImageQt4.png
23837         scale 55
23838         scaleBeforeRotation
23839
23840 \end_inset
23841
23842
23843 \begin_inset Newline newline
23844 \end_inset
23845
23846
23847 \begin_inset ERT
23848 status collapsed
23849
23850 \begin_layout Plain Layout
23851
23852
23853 \backslash
23854 renewenvironment{lyxgreyedout}
23855 \end_layout
23856
23857 \begin_layout Plain Layout
23858
23859 {
23860 \backslash
23861 textcolor[gray]{0.8}
23862 \backslash
23863 bgroup}{
23864 \backslash
23865 egroup}
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \begin_inset Note Greyedout
23872 status open
23873
23874 \begin_layout Plain Layout
23875 Le texte
23876 \begin_inset Foot
23877 status open
23878
23879 \begin_layout Plain Layout
23880 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23881  grisé.
23882  
23883 \end_layout
23884
23885 \end_inset
23886
23887  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \begin_inset ERT
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897
23898
23899 \backslash
23900 renewenvironment{lyxgreyedout}
23901 \end_layout
23902
23903 \begin_layout Plain Layout
23904
23905 {
23906 \backslash
23907 textcolor{blue}
23908 \backslash
23909 bgroup}{
23910 \backslash
23911 egroup}
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \begin_inset Note Note
23918 status open
23919
23920 \begin_layout Plain Layout
23921 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
23922  originale qu'elle a dans LyX.
23923  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
23924  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \begin_inset Newline newline
23931 \end_inset
23932
23933
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
23938  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
23939 \end_layout
23940
23941 \begin_layout Standard
23942 \begin_inset VSpace bigskip
23943 \end_inset
23944
23945 Quand vous utilisez le bouton 
23946 \begin_inset Graphics
23947         filename ../../images/note-insert.png
23948         scale 85
23949         scaleBeforeRotation
23950
23951 \end_inset
23952
23953  de la barre d'outils, vous insérez une 
23954 \family sans
23955 Note
23956 \begin_inset space ~
23957 \end_inset
23958
23959 LyX
23960 \family default
23961 .
23962  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
23963 la et cliquez sur le bouton d'insertion de note.
23964  Pour retransformer une note en texte, appuyez sur la touche 
23965 \family sans
23966 backspace
23967 \family default
23968  quand le curseur est au tout début de la note ou appuyez sur la touche
23969  
23970 \family sans
23971 Suppr.
23972
23973 \family default
23974  quand le curseur se trouve à la fin de la note.
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset VSpace bigskip
23979 \end_inset
23980
23981 Vous pouvez changer la couleur du texte des notes grisées en mettant les
23982  commandes suivantes dans le préambule :
23983 \end_layout
23984
23985 \begin_layout Standard
23986
23987 \series bold
23988
23989 \backslash
23990 renewenvironment{lyxgreyedout}
23991 \begin_inset Newline newline
23992 \end_inset
23993
23994
23995 \begin_inset ERT
23996 status collapsed
23997
23998 \begin_layout Plain Layout
23999
24000
24001 \backslash
24002 hphantom{ }
24003 \end_layout
24004
24005 \end_inset
24006
24007 {
24008 \backslash
24009 textcolor{color}
24010 \backslash
24011 bgroup}{
24012 \backslash
24013 egroup}
24014 \end_layout
24015
24016 \begin_layout Standard
24017 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24018  sont expliqués dans la section
24019 \begin_inset space ~
24020 \end_inset
24021
24022
24023 \begin_inset CommandInset ref
24024 LatexCommand ref
24025 reference "sec:Tableaux-Colorés"
24026
24027 \end_inset
24028
24029 .
24030 \end_layout
24031
24032 \begin_layout Standard
24033 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24034  grisées avec leur texte en bleu.
24035 \end_layout
24036
24037 \begin_layout Section
24038 Notes en Bas de Page
24039 \begin_inset CommandInset label
24040 LatexCommand label
24041 name "sec:Notes-bas-de-page"
24042
24043 \end_inset
24044
24045
24046 \begin_inset Index
24047 status collapsed
24048
24049 \begin_layout Plain Layout
24050 Notes ! Notes de bas de page
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \begin_inset Index
24057 status collapsed
24058
24059 \begin_layout Plain Layout
24060 Notes de bas de page
24061 \end_layout
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \begin_layout Standard
24069 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24070  
24071 \begin_inset Graphics
24072         filename ../../images/footnote-insert.png
24073         scale 85
24074         scaleBeforeRotation
24075
24076 \end_inset
24077
24078  de la barre d'outils, soit en utilisant le menu 
24079 \family sans
24080 Insérer\SpecialChar \menuseparator
24081 Note
24082 \begin_inset space ~
24083 \end_inset
24084
24085 en
24086 \begin_inset space ~
24087 \end_inset
24088
24089 Bas
24090 \begin_inset space ~
24091 \end_inset
24092
24093 de
24094 \begin_inset space ~
24095 \end_inset
24096
24097 Page
24098 \family default
24099 .
24100  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24101  rouge 
24102 \begin_inset Quotes fld
24103 \end_inset
24104
24105 bas
24106 \begin_inset Quotes frd
24107 \end_inset
24108
24109  qui ressemble à ceci : 
24110 \begin_inset Graphics
24111         filename clipart/footnoteQt4.png
24112         scale 80
24113         scaleBeforeRotation
24114
24115 \end_inset
24116
24117  Vous pouvez y entrer votre texte.
24118  Si vous voulez transformer du texte déjà existant en note en bas de page,
24119  sélectionnez-le et cliquez sur le bouton 
24120 \family sans
24121 Note
24122 \begin_inset space ~
24123 \end_inset
24124
24125 en
24126 \begin_inset space ~
24127 \end_inset
24128
24129 Bas
24130 \begin_inset space ~
24131 \end_inset
24132
24133 de
24134 \begin_inset space ~
24135 \end_inset
24136
24137 Page
24138 \family default
24139  de la barre d'outils.
24140  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24141  
24142 \family sans
24143 backspace
24144 \family default
24145  quand le curseur est au tout début de la note ou appuyez sur la touche
24146  
24147 \family sans
24148 Suppr.
24149
24150 \family default
24151  quand le curseur se trouve à la fin de la note.
24152 \end_layout
24153
24154 \begin_layout Standard
24155 Voici un exemple de note en bas de page:
24156 \begin_inset Foot
24157 status open
24158
24159 \begin_layout Plain Layout
24160 \begin_inset CommandInset label
24161 LatexCommand label
24162 name "fn:Note-en-bas"
24163
24164 \end_inset
24165
24166 Ceci est un exemple de note en bas de page.
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \begin_inset ERT
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176
24177
24178 \backslash
24179 newcounter{MyRepeatFoot}
24180 \end_layout
24181
24182 \begin_layout Plain Layout
24183
24184
24185 \backslash
24186 setcounter{MyRepeatFoot}{
24187 \backslash
24188 thefootnote}
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24198  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24199  de note.
24200  Le texte de la note est placé en bas de la page courante.
24201  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24202  Selon votre classe de document les numéros de notes pourront être réinitialisés
24203  à chaque nouveau chapitre.
24204 \end_layout
24205
24206 \begin_layout Standard
24207 On peut faire référence à une note en bas de page comme on le fait avec
24208  les flottants : Insérez une étiquette dans la note et faites une référence
24209  croisée vers cette étiquette comme c'est décrit dans la
24210 \begin_inset space ~
24211 \end_inset
24212
24213
24214 \begin_inset CommandInset ref
24215 LatexCommand ref
24216 reference "sec:Referencer-les-Flottants"
24217
24218 \end_inset
24219
24220 .
24221 \begin_inset Newline newline
24222 \end_inset
24223
24224 Voici une référence à une note de bas de page :
24225 \begin_inset space ~
24226 \end_inset
24227
24228
24229 \begin_inset CommandInset ref
24230 LatexCommand ref
24231 reference "fn:Note-en-bas"
24232
24233 \end_inset
24234
24235 .
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \begin_inset VSpace defskip
24240 \end_inset
24241
24242 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24243  des minipages, voyez la section
24244 \begin_inset space ~
24245 \end_inset
24246
24247
24248 \begin_inset CommandInset ref
24249 LatexCommand ref
24250 reference "sec:Minipages"
24251
24252 \end_inset
24253
24254 .
24255  Les notes de bas de page dans des tableaux longs sont traitées dans la
24256  section
24257 \begin_inset space ~
24258 \end_inset
24259
24260
24261 \begin_inset CommandInset ref
24262 LatexCommand ref
24263 reference "sub:Notes-dans-tableau-long"
24264
24265 \end_inset
24266
24267 .
24268 \end_layout
24269
24270 \begin_layout Standard
24271 \begin_inset VSpace defskip
24272 \end_inset
24273
24274 Pour créer seulement la marque de note, utilisez la commande 
24275 \series bold
24276
24277 \backslash
24278 footnotemark[nombre]
24279 \series default
24280  en code TeX.
24281  On utilise cette possibilité quand on a plusieurs fois la même annotation
24282  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24283  bas de page à chaque fois.
24284 \begin_inset Newline newline
24285 \end_inset
24286
24287 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24288  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24289  part.
24290  Pour la marque de note qui suit, ces commandes ont été insérées en code
24291  TeX après la note
24292 \begin_inset space ~
24293 \end_inset
24294
24295
24296 \begin_inset CommandInset ref
24297 LatexCommand ref
24298 reference "fn:Note-en-bas"
24299
24300 \end_inset
24301
24302  pour enregistrer le numéro de note de bas de page :
24303 \end_layout
24304
24305 \begin_layout Standard
24306
24307 \series bold
24308
24309 \backslash
24310 newcounter{MyRepeatFoot}
24311 \begin_inset Newline newline
24312 \end_inset
24313
24314
24315 \backslash
24316 setcounter{MyRepeatFoot}{
24317 \backslash
24318 thefootnote}
24319 \end_layout
24320
24321 \begin_layout Standard
24322 La marque de note a été créée avec la commande suivante :
24323 \end_layout
24324
24325 \begin_layout Standard
24326
24327 \series bold
24328
24329 \backslash
24330 footnotemark[
24331 \backslash
24332 theMyRepeatFoot]
24333 \end_layout
24334
24335 \begin_layout Standard
24336 Voici un exemple de marque de note de bas de page : 
24337 \begin_inset ERT
24338 status collapsed
24339
24340 \begin_layout Plain Layout
24341
24342
24343 \backslash
24344 footnotemark[
24345 \backslash
24346 theMyRepeatFoot]
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \begin_layout Subsection
24355 Numérotation de Notes de Bas de Page
24356 \begin_inset CommandInset label
24357 LatexCommand label
24358 name "sub:Numerotation-notes-bas-de-page"
24359
24360 \end_inset
24361
24362
24363 \begin_inset Index
24364 status collapsed
24365
24366 \begin_layout Plain Layout
24367 Notes de bas de page ! Numérotation
24368 \end_layout
24369
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \begin_layout Standard
24376 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24377  ajoutez cette commande dans le préambule de votre document :
24378 \end_layout
24379
24380 \begin_layout Standard
24381
24382 \series bold
24383
24384 \backslash
24385 @addtoreset{footnote}{section}
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset VSpace bigskip
24390 \end_inset
24391
24392 La commande de préambule suivante change le style de numérotation des notes
24393  en petits chiffres romains :
24394 \end_layout
24395
24396 \begin_layout Standard
24397
24398 \series bold
24399
24400 \backslash
24401 renewcommand{
24402 \backslash
24403 thefootnote}{
24404 \backslash
24405 roman{footnote}}
24406 \end_layout
24407
24408 \begin_layout Standard
24409 \begin_inset ERT
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413
24414
24415 \backslash
24416 renewcommand{
24417 \backslash
24418 thefootnote}{
24419 \backslash
24420 roman{footnote}}
24421 \end_layout
24422
24423 \end_inset
24424
24425  Cette note de bas de page utilise une numérotation en chiffres romains
24426  :
24427 \begin_inset Foot
24428 status open
24429
24430 \begin_layout Plain Layout
24431 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24432  romains.
24433 \end_layout
24434
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \begin_layout Standard
24441 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24442  la commande précédente 
24443 \series bold
24444
24445 \backslash
24446 roman
24447 \series default
24448  par 
24449 \series bold
24450
24451 \backslash
24452 Roman
24453 \series default
24454 .
24455  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24456  utilisez respectivement soit 
24457 \series bold
24458
24459 \backslash
24460 Alph
24461 \series default
24462  soit 
24463 \series bold
24464
24465 \backslash
24466 alph
24467 \series default
24468 .
24469  Pour les 
24470 \begin_inset Quotes eld
24471 \end_inset
24472
24473 numéroter
24474 \begin_inset Quotes erd
24475 \end_inset
24476
24477  avec des symboles, utilisez 
24478 \series bold
24479
24480 \backslash
24481 fnsymbol
24482 \series default
24483 .
24484 \end_layout
24485
24486 \begin_layout Standard
24487 \begin_inset Note Greyedout
24488 status open
24489
24490 \begin_layout Plain Layout
24491
24492 \series bold
24493 Note:
24494 \series default
24495  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24496  puisque cette numérotation est limitée à des lettres seules.
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \begin_inset Newline newline
24503 \end_inset
24504
24505
24506 \begin_inset Note Greyedout
24507 status open
24508
24509 \begin_layout Plain Layout
24510
24511 \series bold
24512 Note:
24513 \series default
24514  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24524  utilisez 
24525 \series bold
24526
24527 \backslash
24528 arabic
24529 \series default
24530  à la place de 
24531 \series bold
24532
24533 \backslash
24534 roman
24535 \series default
24536  dans la commande précédente.
24537 \begin_inset ERT
24538 status collapsed
24539
24540 \begin_layout Plain Layout
24541
24542
24543 \backslash
24544 renewcommand{
24545 \backslash
24546 thefootnote}{
24547 \backslash
24548 arabic{footnote}}
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \begin_layout Standard
24557 \begin_inset VSpace bigskip
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24565  le schéma 
24566 \begin_inset Quotes eld
24567 \end_inset
24568
24569 chapitre.note
24570 \begin_inset Quotes erd
24571 \end_inset
24572
24573 , ajoutez la commande suivante au préambule de votre document :
24574 \end_layout
24575
24576 \begin_layout Standard
24577
24578 \series bold
24579
24580 \backslash
24581 numberwithin{footnote}{chapter}
24582 \end_layout
24583
24584 \begin_layout Standard
24585 Pour pouvoir utiliser la commande 
24586 \series bold
24587
24588 \backslash
24589 numberwithin
24590 \series default
24591 , activez dans la rubrique 
24592 \family sans
24593 Options
24594 \begin_inset space ~
24595 \end_inset
24596
24597 des
24598 \begin_inset space ~
24599 \end_inset
24600
24601 Maths
24602 \family default
24603  dans les paramètres du document, l'option 
24604 \family sans
24605 Utiliser
24606 \begin_inset space ~
24607 \end_inset
24608
24609 le
24610 \begin_inset space ~
24611 \end_inset
24612
24613 paquetage
24614 \begin_inset space ~
24615 \end_inset
24616
24617 maths
24618 \begin_inset space ~
24619 \end_inset
24620
24621 AMS
24622 \family default
24623 .
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 numberwithin{footnote}{chapter}
24635 \end_layout
24636
24637 \end_inset
24638
24639 Ceci est un autre exemple de note de bas de page:
24640 \series bold
24641
24642 \begin_inset Foot
24643 status open
24644
24645 \begin_layout Plain Layout
24646 Cette note est numérotée en suivant le schéma 
24647 \begin_inset Quotes eld
24648 \end_inset
24649
24650 chapitre.note
24651 \begin_inset Quotes erd
24652 \end_inset
24653
24654 .
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \series default
24661
24662 \begin_inset ERT
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666
24667
24668 \backslash
24669 renewcommand{
24670 \backslash
24671 thefootnote}{
24672 \backslash
24673 arabic{footnote}}
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Standard
24682 \begin_inset Note Greyedout
24683 status open
24684
24685 \begin_layout Plain Layout
24686
24687 \series bold
24688 Note:
24689 \series default
24690  
24691 \series bold
24692
24693 \backslash
24694 numberwithin
24695 \series default
24696  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24697  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24698  prises en compte.
24699  
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 Donc pour avoir par exemple le schéma 
24709 \begin_inset Quotes eld
24710 \end_inset
24711
24712 chapitre.
24713 \backslash
24714 Roman{note}
24715 \begin_inset Quotes erd
24716 \end_inset
24717
24718 , utilisez la commande suivante plutôt que 
24719 \series bold
24720
24721 \backslash
24722 numberwithin
24723 \series default
24724  :
24725 \end_layout
24726
24727 \begin_layout Standard
24728
24729 \series bold
24730
24731 \backslash
24732 renewcommand{
24733 \backslash
24734 thefootnote}{
24735 \backslash
24736 thechapter.
24737 \backslash
24738 Roman{footnote}}
24739 \end_layout
24740
24741 \begin_layout Subsection
24742 Positionnement de notes de bas de page
24743 \begin_inset Index
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747 Notes de bas de page ! Positionnement
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \begin_layout Standard
24756 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24757  vertical entre elles en bas de la page.
24758  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24759  de 1.5
24760 \begin_inset space \thinspace{}
24761 \end_inset
24762
24763 mm avec la commande suivante dans le préambule :
24764 \end_layout
24765
24766 \begin_layout Standard
24767
24768 \series bold
24769
24770 \backslash
24771 let
24772 \backslash
24773 myFoot
24774 \backslash
24775 footnote
24776 \begin_inset Newline newline
24777 \end_inset
24778
24779
24780 \backslash
24781 renewcommand{
24782 \backslash
24783 footnote}[1]{
24784 \backslash
24785 myFoot{#1
24786 \backslash
24787 vspace{1.5mm}}}
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \begin_inset VSpace bigskip
24792 \end_inset
24793
24794 Dans un document à deux colonnes les notes de bas de page apparaissent en
24795  bas de chaque colonne, comme sur la Figure
24796 \begin_inset space ~
24797 \end_inset
24798
24799
24800 \begin_inset CommandInset ref
24801 LatexCommand ref
24802 reference "fig:Position-standard-note-bas-de-page"
24803
24804 \end_inset
24805
24806 .
24807  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24808  sur la Figure
24809 \begin_inset space ~
24810 \end_inset
24811
24812
24813 \begin_inset CommandInset ref
24814 LatexCommand ref
24815 reference "fig:Position-note-avec-ftnright"
24816
24817 \end_inset
24818
24819 , utilisez le paquetage LaTeX 
24820 \series bold
24821 ftnright
24822 \series default
24823
24824 \begin_inset Index
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 Paquetages LaTeX ! ftnright
24829 \end_layout
24830
24831 \end_inset
24832
24833  avec cette commande dans le préambule du document:
24834 \end_layout
24835
24836 \begin_layout Standard
24837
24838 \series bold
24839
24840 \backslash
24841 usepackage{ftnright}
24842 \end_layout
24843
24844 \begin_layout Standard
24845 \begin_inset Float figure
24846 placement !h
24847 wide false
24848 sideways false
24849 status open
24850
24851 \begin_layout Plain Layout
24852 \begin_inset ERT
24853 status collapsed
24854
24855 \begin_layout Plain Layout
24856
24857
24858 \backslash
24859 framebox{
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \begin_inset Graphics
24866         filename ../clipart/without_fntright.pdf
24867         width 100col%
24868         scaleBeforeRotation
24869
24870 \end_inset
24871
24872
24873 \begin_inset ERT
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877
24878 }
24879 \end_layout
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Plain Layout
24887 \begin_inset Caption
24888
24889 \begin_layout Plain Layout
24890 \begin_inset CommandInset label
24891 LatexCommand label
24892 name "fig:Position-standard-note-bas-de-page"
24893
24894 \end_inset
24895
24896 Positionnement standard des notes de bas de page dans un document à deux
24897  colonnes.
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \begin_layout Standard
24911 \begin_inset Float figure
24912 placement !h
24913 wide false
24914 sideways false
24915 status open
24916
24917 \begin_layout Plain Layout
24918 \begin_inset ERT
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922
24923
24924 \backslash
24925 framebox{
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \begin_inset Graphics
24932         filename ../clipart/with_fntright.pdf
24933         width 100col%
24934         scaleBeforeRotation
24935
24936 \end_inset
24937
24938
24939 \begin_inset ERT
24940 status collapsed
24941
24942 \begin_layout Plain Layout
24943
24944 }
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Plain Layout
24953 \begin_inset Caption
24954
24955 \begin_layout Plain Layout
24956 \begin_inset CommandInset label
24957 LatexCommand label
24958 name "fig:Position-note-avec-ftnright"
24959
24960 \end_inset
24961
24962 Positionnement de notes de bas de page dans un document à deux colonnes
24963  en utilisant le paquetage LaTeX 
24964 \series bold
24965 ftnright
24966 \series default
24967 .
24968 \end_layout
24969
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Standard
24981 \begin_inset VSpace bigskip
24982 \end_inset
24983
24984 Dans certaines publications scientifiques, il est courant de rassembler
24985  les notes de bas de page et de les imprimer dans un paragraphe particulier
24986  à la fin de la section, comme sur la Figure
24987 \begin_inset space ~
24988 \end_inset
24989
24990
24991 \begin_inset CommandInset ref
24992 LatexCommand ref
24993 reference "fig:Notes-de-fin---notes-de-bas-de-page"
24994
24995 \end_inset
24996
24997 .
24998  On les appelle 
24999 \begin_inset Quotes eld
25000 \end_inset
25001
25002 notes de fin
25003 \begin_inset Quotes erd
25004 \end_inset
25005
25006 .
25007 \begin_inset Note Note
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 J'ai pas trouvé mieux pour endnotes (NdT)
25012 \end_layout
25013
25014 \end_inset
25015
25016
25017 \begin_inset Index
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021 Notes de fin
25022 \end_layout
25023
25024 \end_inset
25025
25026  Pour utiliser des notes de fin à la place des notes de bas de page dans
25027  votre document, chargez le paquetage LaTeX 
25028 \series bold
25029 endnotes
25030 \series default
25031
25032 \begin_inset Index
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036 Paquetages LaTeX ! endnotes
25037 \end_layout
25038
25039 \end_inset
25040
25041  avec ces lignes dans le préambule du document
25042 \end_layout
25043
25044 \begin_layout Standard
25045
25046 \series bold
25047
25048 \backslash
25049 usepackage{endnotes}
25050 \begin_inset Newline newline
25051 \end_inset
25052
25053
25054 \backslash
25055 let
25056 \backslash
25057 footnote
25058 \backslash
25059 endnote
25060 \end_layout
25061
25062 \begin_layout Standard
25063 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25064 \end_layout
25065
25066 \begin_layout Standard
25067
25068 \series bold
25069
25070 \backslash
25071 theendnotes
25072 \end_layout
25073
25074 \begin_layout Standard
25075 en code TeX à la fin d'une section ou d'un chapitre.
25076 \end_layout
25077
25078 \begin_layout Standard
25079 \begin_inset Float figure
25080 wide false
25081 sideways false
25082 status open
25083
25084 \begin_layout Plain Layout
25085 \align center
25086 \begin_inset ERT
25087 status collapsed
25088
25089 \begin_layout Plain Layout
25090
25091
25092 \backslash
25093 framebox{
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \begin_inset Graphics
25100         filename ../clipart/endnotes.pdf
25101         scaleBeforeRotation
25102
25103 \end_inset
25104
25105
25106 \begin_inset ERT
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110
25111 }
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Plain Layout
25120 \begin_inset Caption
25121
25122 \begin_layout Plain Layout
25123 \begin_inset CommandInset label
25124 LatexCommand label
25125 name "fig:Notes-de-fin---notes-de-bas-de-page"
25126
25127 \end_inset
25128
25129 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25130  séparé à la fin des sections ou des chapitres.
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Standard
25144 \begin_inset VSpace medskip
25145 \end_inset
25146
25147 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25148  dans la langue du document, cela doit être fait manuellement.
25149  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25150  
25151 \begin_inset Quotes eld
25152 \end_inset
25153
25154 Notes
25155 \begin_inset Quotes erd
25156 \end_inset
25157
25158  en sa traduction Allemande
25159 \begin_inset Foot
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 En français, 
25164 \begin_inset Quotes eld
25165 \end_inset
25166
25167 Notes
25168 \begin_inset Quotes erd
25169 \end_inset
25170
25171  peut être conservé.
25172 \end_layout
25173
25174 \end_inset
25175
25176  
25177 \begin_inset Quotes eld
25178 \end_inset
25179
25180 Anmerkungen
25181 \begin_inset Quotes erd
25182 \end_inset
25183
25184  :
25185 \end_layout
25186
25187 \begin_layout Standard
25188
25189 \series bold
25190
25191 \backslash
25192 renewcommand{
25193 \backslash
25194 notesname}{Anmerkungen}
25195 \end_layout
25196
25197 \begin_layout Standard
25198 \begin_inset VSpace medskip
25199 \end_inset
25200
25201 La numérotation des notes de fin peut être modifiée comme celle des notes
25202  de bas de page comme c'est décrit dans la section
25203 \begin_inset space ~
25204 \end_inset
25205
25206
25207 \begin_inset CommandInset ref
25208 LatexCommand ref
25209 reference "sub:Numerotation-notes-bas-de-page"
25210
25211 \end_inset
25212
25213  ; remplacez juste la commande 
25214 \series bold
25215
25216 \backslash
25217 thefootnote
25218 \series default
25219  par 
25220 \series bold
25221
25222 \backslash
25223 theendnote
25224 \series default
25225 .
25226  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25227 \series bold
25228
25229 \backslash
25230 @addtoreset
25231 \series default
25232  comme c'est décrit dans la section
25233 \begin_inset space ~
25234 \end_inset
25235
25236
25237 \begin_inset CommandInset ref
25238 LatexCommand ref
25239 reference "sub:Numerotation-notes-bas-de-page"
25240
25241 \end_inset
25242
25243  et remplacez le paramètre de commande 
25244 \series bold
25245 footnote
25246 \series default
25247  par 
25248 \series bold
25249 endnote
25250 \series default
25251 .
25252 \end_layout
25253
25254 \begin_layout Standard
25255 Pour seulement créer une marque de note de fin, utilisez la commande 
25256 \series bold
25257
25258 \backslash
25259 endnotemark[numéro]
25260 \series default
25261  qui est semblable à 
25262 \series bold
25263
25264 \backslash
25265 footnotemark
25266 \series default
25267 , décrite dans la section
25268 \begin_inset space ~
25269 \end_inset
25270
25271
25272 \begin_inset CommandInset ref
25273 LatexCommand ref
25274 reference "sec:Notes-bas-de-page"
25275
25276 \end_inset
25277
25278 .
25279 \end_layout
25280
25281 \begin_layout Standard
25282 \begin_inset VSpace bigskip
25283 \end_inset
25284
25285 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25286 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25287 \series bold
25288 footmisc
25289 \series default
25290
25291 \begin_inset Index
25292 status collapsed
25293
25294 \begin_layout Plain Layout
25295 Paquetages LaTeX ! footmisc
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \begin_inset CommandInset citation
25302 LatexCommand cite
25303 key "footmisc"
25304
25305 \end_inset
25306
25307  pour plus d'information à ce sujet.
25308 \end_layout
25309
25310 \begin_layout Standard
25311 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25312  voyez les livres sur LaTeX, 
25313 \begin_inset CommandInset citation
25314 LatexCommand cite
25315 key "latexcompanion,latexguide,latexbook"
25316
25317 \end_inset
25318
25319 .
25320 \end_layout
25321
25322 \begin_layout Section
25323 Notes en Marge
25324 \begin_inset Index
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328 Notes ! Notes en Marge
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25338 t de la même façon.
25339  Quand vous insérez une note en marge avec 
25340 \family sans
25341 Insérer\SpecialChar \menuseparator
25342 Note
25343 \begin_inset space ~
25344 \end_inset
25345
25346 en
25347 \begin_inset space ~
25348 \end_inset
25349
25350 Marge
25351 \family default
25352  ou avec le bouton 
25353 \begin_inset Graphics
25354         filename ../../images/marginalnote-insert.png
25355         scale 85
25356         scaleBeforeRotation
25357
25358 \end_inset
25359
25360  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25361  grise avec une étiquette rouge 
25362 \begin_inset Quotes fld
25363 \end_inset
25364
25365 marge
25366 \begin_inset Quotes frd
25367 \end_inset
25368
25369 .
25370  
25371 \begin_inset Marginal
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375 C'est une note en marge.
25376 \end_layout
25377
25378 \end_inset
25379
25380  Cette boîte est la représentation de votre note dans LyX.
25381  Vous pouvez y entrer votre texte.
25382 \end_layout
25383
25384 \begin_layout Standard
25385 Les notes en marge apparaissent dans la marge de droite dans les documents
25386  imprimées sur une seule face.
25387  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25388  
25389 \begin_inset Quotes eld
25390 \end_inset
25391
25392 extérieure
25393 \begin_inset Quotes erd
25394 \end_inset
25395
25396  -- la gauche sur les pages paires et la droite sur les pages impaires.
25397  Le texte de la note en marge est aligné à l'opposé de la marge externe
25398  -- aligné à droite quand la note apparaît dans la marge de gauche.
25399  La première ligne de la note apparaît à la hauteur de la ligne de texte
25400  où la note a été insérée dans le document.
25401 \end_layout
25402
25403 \begin_layout Standard
25404 \begin_inset VSpace bigskip
25405 \end_inset
25406
25407 Pour placer une note dans la marge interne, ajoutez la commande suivante
25408  :
25409 \end_layout
25410
25411 \begin_layout Standard
25412
25413 \series bold
25414
25415 \backslash
25416 reversemarginpar
25417 \end_layout
25418
25419 \begin_layout Standard
25420 sous forme de code TeX avant votre note de marge.
25421  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25422  qui suivent 
25423 \begin_inset ERT
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427
25428
25429 \backslash
25430 reversemarginpar 
25431 \end_layout
25432
25433 \end_inset
25434
25435
25436 \begin_inset Marginal
25437 status open
25438
25439 \begin_layout Plain Layout
25440 Cette note en marge est dans la marge interne.
25441 \end_layout
25442
25443 \end_inset
25444
25445
25446 \series bold
25447
25448 \begin_inset Newline newline
25449 \end_inset
25450
25451
25452 \series default
25453
25454 \begin_inset Note Greyedout
25455 status open
25456
25457 \begin_layout Plain Layout
25458
25459 \series bold
25460 Note:
25461 \series default
25462  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25463  les notes sont souvent mal mises en formes dans la sortie imprimée.
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 Pour revenir au positionnement par défaut, ajoutez la commande :
25473 \end_layout
25474
25475 \begin_layout Standard
25476
25477 \series bold
25478
25479 \backslash
25480 normalmarginpar
25481 \end_layout
25482
25483 \begin_layout Standard
25484 sous forme de code TeX.
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490
25491 \backslash
25492 normalmarginpar 
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \begin_inset Newline newline
25499 \end_inset
25500
25501  
25502 \begin_inset Note Greyedout
25503 status open
25504
25505 \begin_layout Plain Layout
25506
25507 \series bold
25508 Note:
25509 \series default
25510  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25511  
25512 \series bold
25513
25514 \backslash
25515 reversemarginpar
25516 \series default
25517  est aussi utilisée.
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \begin_layout Standard
25526 \begin_inset VSpace bigskip
25527 \end_inset
25528
25529
25530 \begin_inset Marginal
25531 status open
25532
25533 \begin_layout Plain Layout
25534 UnTrèsLongMotEnMarge sans césure.
25535 \end_layout
25536
25537 \end_inset
25538
25539  Comme dans le cas décrit dans la section
25540 \begin_inset space ~
25541 \end_inset
25542
25543
25544 \begin_inset CommandInset ref
25545 LatexCommand ref
25546 reference "sub:Lignes-multiple-dans-cellule"
25547
25548 \end_inset
25549
25550 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25551  mot d'une note en marge.
25552  Pour éviter ce problème, insérez un espacement horizontal de 0
25553 \begin_inset space \thinspace{}
25554 \end_inset
25555
25556 pt avant le mot en question: 
25557 \begin_inset Marginal
25558 status open
25559
25560 \begin_layout Plain Layout
25561 \begin_inset space \hspace{}
25562 \length 0pt
25563 \end_inset
25564
25565 UnMotTrèsLongEnMarge avec une césure.
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Standard
25574 \begin_inset VSpace bigskip
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 \begin_inset Note Greyedout
25582 status open
25583
25584 \begin_layout Plain Layout
25585
25586 \series bold
25587 Note:
25588 \series default
25589  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25590  tableaux, des flottants et des notes de bas de page.
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Standard
25599 \begin_inset VSpace bigskip
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Standard
25606 \begin_inset ERT
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610
25611
25612 \backslash
25613 ifmarginnote
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \begin_inset Note Note
25620 status open
25621
25622 \begin_layout Plain Layout
25623 La section suivante ne sera affichée que si le paquetage LaTeX 
25624 \series bold
25625 marginnote
25626 \series default
25627  a été installé.
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25637 \series bold
25638 marginnote
25639 \series default
25640
25641 \begin_inset Index
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645 Paquetages LaTeX ! marginnote
25646 \end_layout
25647
25648 \end_inset
25649
25650 .
25651  En ajoutant les deux lignes suivantes au préambule de votre document, la
25652  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25653  la commande fournie par le paquetage 
25654 \series bold
25655 marginnote
25656 \series default
25657  :
25658 \end_layout
25659
25660 \begin_layout Standard
25661
25662 \series bold
25663
25664 \backslash
25665 usepackage{marginnote}
25666 \begin_inset Newline newline
25667 \end_inset
25668
25669
25670 \backslash
25671 let
25672 \backslash
25673 marginpar
25674 \backslash
25675 marginnote
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Ce paquetage est aussi utilisé dans ce document parce que 
25680 \series bold
25681 marginnote
25682 \series default
25683  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25684  vertical pour une note.
25685  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25686  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25687  en page.
25688  Le décalage est inséré dans LyX sous forme de code TeX directement après
25689  la note sous la forme
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695 [offset]
25696 \end_layout
25697
25698 \begin_layout Standard
25699 où l'offset utilise l'une des unités listées dans le tableau
25700 \begin_inset space ~
25701 \end_inset
25702
25703
25704 \begin_inset CommandInset ref
25705 LatexCommand ref
25706 reference "cha:Unités-de-longueur"
25707
25708 \end_inset
25709
25710 .
25711  Une valeur négative déplace la note vers le haut, une valeur positive la
25712  déplace vers le bas.
25713  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25714  vers le haut de 1.5
25715 \begin_inset space \thinspace{}
25716 \end_inset
25717
25718 cm avec la commande en code TeX 
25719 \begin_inset Quotes eld
25720 \end_inset
25721
25722
25723 \series bold
25724 [-1.5cm]
25725 \series default
25726
25727 \begin_inset Quotes erd
25728 \end_inset
25729
25730
25731 \begin_inset Marginal
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735 Cette note en marge est décalée vers le haut de 1.5
25736 \begin_inset space \thinspace{}
25737 \end_inset
25738
25739 cm par rapport à sa position d'origine.
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \begin_inset ERT
25746 status collapsed
25747
25748 \begin_layout Plain Layout
25749
25750 [-1.5cm]
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Standard
25759 \begin_inset VSpace medskip
25760 \end_inset
25761
25762 Avec le paquetage 
25763 \series bold
25764 marginnote
25765 \series default
25766  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25767  Par exemple les commandes 
25768 \end_layout
25769
25770 \begin_layout Standard
25771
25772 \series bold
25773
25774 \backslash
25775 renewcommand*{
25776 \backslash
25777 raggedleftmarginnote}{
25778 \backslash
25779 centering}
25780 \begin_inset Newline newline
25781 \end_inset
25782
25783
25784 \backslash
25785 renewcommand*{
25786 \backslash
25787 raggedrightmarginnote}{
25788 \backslash
25789 centering}
25790 \end_layout
25791
25792 \begin_layout Standard
25793 donnent un alignement centré.
25794  
25795 \series bold
25796
25797 \backslash
25798 raggedleftmarginnote
25799 \series default
25800  indique une note qui apparaît dans la marge de gauche.
25801 \begin_inset ERT
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805
25806
25807 \backslash
25808 renewcommand*{
25809 \backslash
25810 raggedleftmarginnote}{
25811 \backslash
25812 centering}
25813 \end_layout
25814
25815 \begin_layout Plain Layout
25816
25817
25818 \backslash
25819 renewcommand*{
25820 \backslash
25821 raggedrightmarginnote}{
25822 \backslash
25823 centering}
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \begin_inset Marginal
25830 status collapsed
25831
25832 \begin_layout Plain Layout
25833 Le texte de cette note en marge est centré.
25834 \end_layout
25835
25836 \end_inset
25837
25838 .
25839  Le comportement par défaut est donné par
25840 \end_layout
25841
25842 \begin_layout Standard
25843
25844 \series bold
25845
25846 \backslash
25847 renewcommand*{
25848 \backslash
25849 raggedleftmarginnote}{
25850 \backslash
25851 raggedleft}
25852 \begin_inset Newline newline
25853 \end_inset
25854
25855
25856 \backslash
25857 renewcommand*{
25858 \backslash
25859 raggedrightmarginnote}{
25860 \backslash
25861 raggedright}
25862 \series default
25863
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869
25870 \backslash
25871 renewcommand*{
25872 \backslash
25873 raggedleftmarginnote}{
25874 \backslash
25875 raggedleft}
25876 \end_layout
25877
25878 \begin_layout Plain Layout
25879
25880
25881 \backslash
25882 renewcommand*{
25883 \backslash
25884 raggedrightmarginnote}{
25885 \backslash
25886 raggedright}
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset VSpace medskip
25896 \end_inset
25897
25898 Pour les autre fonctions du paquetage 
25899 \series bold
25900 marginnote
25901 \series default
25902  nous vous renvoyons à sa documentation 
25903 \begin_inset CommandInset citation
25904 LatexCommand cite
25905 key "marginnote"
25906
25907 \end_inset
25908
25909 .
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset VSpace bigskip
25914 \end_inset
25915
25916 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
25917  définition.
25918  Pour créer par exemple une entête pour toutes les notes en marge avec le
25919  texte 
25920 \begin_inset Quotes eld
25921 \end_inset
25922
25923
25924 \family sans
25925 \series bold
25926 \bar under
25927 Attention!
25928 \family default
25929 \series default
25930 \bar default
25931
25932 \begin_inset Quotes erd
25933 \end_inset
25934
25935  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
25936  de votre document :
25937 \end_layout
25938
25939 \begin_layout Standard
25940
25941 \series bold
25942
25943 \backslash
25944 let
25945 \backslash
25946 myMarginpar
25947 \backslash
25948 marginpar
25949 \begin_inset Newline newline
25950 \end_inset
25951
25952
25953 \backslash
25954 renewcommand{
25955 \backslash
25956 marginpar}[1]{
25957 \backslash
25958 myMarginpar{%
25959 \begin_inset Newline newline
25960 \end_inset
25961
25962
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 hphantom{ }
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \backslash
25977 hspace{0pt}
25978 \backslash
25979 textsf{
25980 \backslash
25981 textbf{
25982 \backslash
25983 underbar{Attention!}}}%
25984 \begin_inset Newline newline
25985 \end_inset
25986
25987
25988 \begin_inset ERT
25989 status collapsed
25990
25991 \begin_layout Plain Layout
25992
25993
25994 \backslash
25995 hphantom{ }
25996 \end_layout
25997
25998 \end_inset
25999
26000
26001 \backslash
26002 vspace{1.5mm}
26003 \backslash
26004
26005 \backslash
26006 #1}}
26007 \end_layout
26008
26009 \begin_layout Standard
26010 \begin_inset ERT
26011 status collapsed
26012
26013 \begin_layout Plain Layout
26014
26015
26016 \backslash
26017 let
26018 \backslash
26019 myMarginpar
26020 \backslash
26021 marginpar
26022 \end_layout
26023
26024 \begin_layout Plain Layout
26025
26026
26027 \backslash
26028 renewcommand{
26029 \backslash
26030 marginpar}[1]{
26031 \backslash
26032 myMarginpar{%
26033 \end_layout
26034
26035 \begin_layout Plain Layout
26036
26037    
26038 \backslash
26039 textsf{
26040 \backslash
26041 textbf{
26042 \backslash
26043 underbar{Attention!}}}%
26044 \end_layout
26045
26046 \begin_layout Plain Layout
26047
26048    
26049 \backslash
26050 vspace{1.5mm}
26051 \backslash
26052
26053 \backslash
26054 #1}}
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \begin_inset Marginal
26061 status open
26062
26063 \begin_layout Plain Layout
26064 Ceci est une note en marge avec une en-tête prédéfinie.
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075 [-1.5cm]
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 renewcommand{
26089 \backslash
26090 marginpar}[1]{
26091 \backslash
26092 myMarginpar{#1}}
26093 \end_layout
26094
26095 \end_inset
26096
26097
26098 \begin_inset Note Note
26099 status collapsed
26100
26101 \begin_layout Plain Layout
26102
26103 \lang english
26104 The margin note format is changed only for this example.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset ERT
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117
26118
26119 \backslash
26120 else
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \begin_inset Note Note
26127 status open
26128
26129 \begin_layout Plain Layout
26130 Ce qui suit sera affiché si le paquetage LaTeX 
26131 \series bold
26132 marginnote
26133 \series default
26134  n'est pas installé :
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 Vous devez installer le paquetage LaTeX 
26144 \series bold
26145 marginnote
26146 \series default
26147  pour voir la suite de cette section dans la sortie imprimée.
26148 \end_layout
26149
26150 \begin_layout Standard
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 fi
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \begin_layout Chapter
26167 Les Boîtes
26168 \end_layout
26169
26170 \begin_layout Section
26171 Introduction
26172 \begin_inset Index
26173 status collapsed
26174
26175 \begin_layout Plain Layout
26176 Boîtes ! Introduction
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Standard
26185 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26186  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26187  voir la section
26188 \begin_inset space ~
26189 \end_inset
26190
26191
26192 \begin_inset CommandInset ref
26193 LatexCommand ref
26194 reference "sec:Minipages"
26195
26196 \end_inset
26197
26198 , pour encadrer des portions de texte, voir la section
26199 \begin_inset space ~
26200 \end_inset
26201
26202
26203 \begin_inset CommandInset ref
26204 LatexCommand ref
26205 reference "sec:Boîtes-encadrées"
26206
26207 \end_inset
26208
26209 , pour empêcher que des mots subissent une césure, voir la section
26210 \begin_inset space ~
26211 \end_inset
26212
26213
26214 \begin_inset CommandInset ref
26215 LatexCommand ref
26216 reference "sec:Empêcher-césure"
26217
26218 \end_inset
26219
26220 , pour aligner du texte, voir la section
26221 \begin_inset space ~
26222 \end_inset
26223
26224
26225 \begin_inset CommandInset ref
26226 LatexCommand ref
26227 reference "sub:Alignement-Vertical"
26228
26229 \end_inset
26230
26231 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26232 \begin_inset space ~
26233 \end_inset
26234
26235
26236 \begin_inset CommandInset ref
26237 LatexCommand ref
26238 reference "sec:Boîtes-colorées"
26239
26240 \end_inset
26241
26242 .
26243 \end_layout
26244
26245 \begin_layout Standard
26246 On peut insérer une boîte en utilisant le menu 
26247 \family sans
26248 Insérer\SpecialChar \menuseparator
26249 Boîte
26250 \family default
26251  ou avec le bouton 
26252 \begin_inset Graphics
26253         filename ../../images/box-insert.png
26254         scale 85
26255         scaleBeforeRotation
26256
26257 \end_inset
26258
26259  de la barre d'outils.
26260  Une boîte grise avec une étiquette 
26261 \family sans
26262 Boîte
26263 \begin_inset space ~
26264 \end_inset
26265
26266 (Minipage)
26267 \family default
26268
26269 \begin_inset Graphics
26270         filename clipart/BoxInsetDefaultQt4.png
26271         scale 65
26272         scaleBeforeRotation
26273
26274 \end_inset
26275
26276 , est alors insérée.
26277  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26278  La fenêtre de dialogue qui apparaît donne accès aux types de
26279 \family sans
26280  Boîte
26281 \begin_inset space ~
26282 \end_inset
26283
26284 Intérieure
26285 \family default
26286  
26287 \family sans
26288 Parbox
26289 \begin_inset Note Note
26290 status collapsed
26291
26292 \begin_layout Plain Layout
26293 En attendant un traduction plus correcte NdT
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \family default
26300  et 
26301 \family sans
26302 Minipage
26303 \family default
26304 .
26305  Le type 
26306 \family sans
26307 Minipage
26308 \family default
26309  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26310  dans la section
26311 \begin_inset space ~
26312 \end_inset
26313
26314
26315 \begin_inset CommandInset ref
26316 LatexCommand ref
26317 reference "sec:Minipages"
26318
26319 \end_inset
26320
26321 ; le type 
26322 \family sans
26323 Parbox
26324 \family default
26325  est décrit dans la section
26326 \begin_inset space ~
26327 \end_inset
26328
26329
26330 \begin_inset CommandInset ref
26331 LatexCommand ref
26332 reference "sec:Parboxes"
26333
26334 \end_inset
26335
26336 .
26337 \end_layout
26338
26339 \begin_layout Standard
26340 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26341  comme les flottants ou les notes de bas de page.
26342 \end_layout
26343
26344 \begin_layout Standard
26345 \begin_inset Note Greyedout
26346 status open
26347
26348 \begin_layout Plain Layout
26349
26350 \series bold
26351 Note:
26352 \series default
26353  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26354  de type 
26355 \family sans
26356 Liste
26357 \family default
26358  ou 
26359 \family sans
26360 Description
26361 \family default
26362 .
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset Note Greyedout
26372 status open
26373
26374 \begin_layout Plain Layout
26375
26376 \series bold
26377 Note:
26378 \series default
26379  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26380 \family sans
26381 Boîte
26382 \begin_inset space ~
26383 \end_inset
26384
26385 Intérieure
26386 \family default
26387  à 
26388 \family sans
26389 Aucune
26390 \family default
26391  que quand vous utilisez une boîte encadrée.
26392  Les boîtes sans 
26393 \family sans
26394 Boîte
26395 \begin_inset space ~
26396 \end_inset
26397
26398 Intérieure
26399 \family default
26400  et sans cadre sont expliquées dans la section
26401 \begin_inset space ~
26402 \end_inset
26403
26404
26405 \begin_inset CommandInset ref
26406 LatexCommand ref
26407 reference "sec:Empêcher-césure"
26408
26409 \end_inset
26410
26411 .
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Section
26420 La fenêtre de dialogue Boîte
26421 \begin_inset CommandInset label
26422 LatexCommand label
26423 name "sec:Boîte-Dialogue"
26424
26425 \end_inset
26426
26427
26428 \begin_inset Index
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 Boîtes ! Fenêtre de dialogue Boîte
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Subsection
26441 Taille
26442 \begin_inset Index
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446 Boîtes ! Taille
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 Dans la fenêtre de dialogue 
26456 \family sans
26457 Paramètres
26458 \begin_inset space ~
26459 \end_inset
26460
26461 de
26462 \begin_inset space ~
26463 \end_inset
26464
26465 Boîte
26466 \family default
26467  vous pouvez modifier la géométrie de la boîte avec les champs 
26468 \family sans
26469 Largeur
26470 \family default
26471  et 
26472 \family sans
26473 Hauteur
26474 \family default
26475 .
26476  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26477  dans le tableau
26478 \begin_inset space ~
26479 \end_inset
26480
26481
26482 \begin_inset CommandInset ref
26483 LatexCommand ref
26484 reference "tab:Unités"
26485
26486 \end_inset
26487
26488 .
26489  Le champ 
26490 \family sans
26491 Hauteur
26492 \family default
26493  offre en plus les spécifications de taille suivantes :
26494 \end_layout
26495
26496 \begin_layout Description
26497 Profondeur C'est simplement la 
26498 \begin_inset Quotes eld
26499 \end_inset
26500
26501 hauteur
26502 \begin_inset Quotes erd
26503 \end_inset
26504
26505  du texte.
26506  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26507  lignes de texte dans la boîte.
26508 \begin_inset Newline newline
26509 \end_inset
26510
26511
26512 \begin_inset Newline newline
26513 \end_inset
26514
26515
26516 \begin_inset Newline newline
26517 \end_inset
26518
26519
26520 \begin_inset Box Boxed
26521 position "c"
26522 hor_pos "c"
26523 has_inner_box 1
26524 inner_pos "c"
26525 use_parbox 0
26526 width "12col%"
26527 special "none"
26528 height "1in"
26529 height_special "depth"
26530 status open
26531
26532 \begin_layout Plain Layout
26533 \align center
26534 Boîte dont la hauteur est égale à 1
26535 \begin_inset space \thinspace{}
26536 \end_inset
26537
26538 Profondeur
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \begin_inset Newline newline
26545 \end_inset
26546
26547
26548 \begin_inset Newline newline
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Description
26555 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26556  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26557  est deux fois plus haute que le texte : 
26558 \begin_inset Box Boxed
26559 position "c"
26560 hor_pos "c"
26561 has_inner_box 1
26562 inner_pos "c"
26563 use_parbox 0
26564 width "20col%"
26565 special "none"
26566 height "2in"
26567 height_special "height"
26568 status open
26569
26570 \begin_layout Plain Layout
26571 \align center
26572 Boîte dont la hauteur est 2
26573 \begin_inset space \thinspace{}
26574 \end_inset
26575
26576 Hauteur
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Description
26585 Hauteur
26586 \begin_inset space ~
26587 \end_inset
26588
26589 Totale C'est égal à Hauteur
26590 \begin_inset space \thinspace{}
26591 \end_inset
26592
26593 +
26594 \begin_inset space \thinspace{}
26595 \end_inset
26596
26597 Profondeur : 
26598 \begin_inset Box Boxed
26599 position "c"
26600 hor_pos "c"
26601 has_inner_box 1
26602 inner_pos "c"
26603 use_parbox 0
26604 width "20col%"
26605 special "none"
26606 height "1in"
26607 height_special "totalheight"
26608 status open
26609
26610 \begin_layout Plain Layout
26611 \align center
26612 Boîte dont la hauteur est 1
26613 \begin_inset space \thinspace{}
26614 \end_inset
26615
26616 Hauteur
26617 \begin_inset space ~
26618 \end_inset
26619
26620 Totale
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Description
26629 Largeur On prend la largeur de la boîte comme hauteur : 
26630 \begin_inset Box Boxed
26631 position "c"
26632 hor_pos "c"
26633 has_inner_box 1
26634 inner_pos "c"
26635 use_parbox 0
26636 width "12col%"
26637 special "none"
26638 height "1in"
26639 height_special "width"
26640 status open
26641
26642 \begin_layout Plain Layout
26643 \align center
26644 Boîte dont la hauteur est 1
26645 \begin_inset space \thinspace{}
26646 \end_inset
26647
26648 Largeur
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \begin_layout Subsection
26657 Alignement
26658 \begin_inset Index
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662 Boîtes ! Alignement
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Standard
26671 Quand vous avez choisi une 
26672 \family sans
26673 Boîte
26674 \begin_inset space ~
26675 \end_inset
26676
26677 Intérieure
26678 \family default
26679 , l'alignement vertical de la boîte peut être :
26680 \end_layout
26681
26682 \begin_layout Description
26683 Haut Ceci est un exemple de texte.
26684  
26685 \begin_inset Box Boxed
26686 position "t"
26687 hor_pos "c"
26688 has_inner_box 1
26689 inner_pos "c"
26690 use_parbox 0
26691 width "12col%"
26692 special "none"
26693 height "1in"
26694 height_special "totalheight"
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 \align center
26699 Cette boîte est alignée sur le haut.
26700 \end_layout
26701
26702 \end_inset
26703
26704  Ceci est un exemple de texte.
26705 \end_layout
26706
26707 \begin_layout Description
26708 Milieu Ceci est un exemple de texte.
26709  
26710 \begin_inset Box Boxed
26711 position "c"
26712 hor_pos "c"
26713 has_inner_box 1
26714 inner_pos "c"
26715 use_parbox 0
26716 width "12col%"
26717 special "none"
26718 height "1in"
26719 height_special "totalheight"
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 \align center
26724 Cette boîte est alignée au centre.
26725 \end_layout
26726
26727 \end_inset
26728
26729  Ceci est un exemple de texte.
26730 \end_layout
26731
26732 \begin_layout Description
26733 Bas Ceci est un exemple de texte.
26734  
26735 \begin_inset Box Boxed
26736 position "b"
26737 hor_pos "c"
26738 has_inner_box 1
26739 inner_pos "c"
26740 use_parbox 0
26741 width "12col%"
26742 special "none"
26743 height "1in"
26744 height_special "totalheight"
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748 \align center
26749 Cette boîte est alignée sur le bas.
26750 \end_layout
26751
26752 \end_inset
26753
26754  Ceci est un exemple de texte.
26755 \end_layout
26756
26757 \begin_layout Standard
26758 \begin_inset Note Greyedout
26759 status open
26760
26761 \begin_layout Plain Layout
26762
26763 \series bold
26764 Note:
26765 \series default
26766  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26767  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26768  l'autre non.
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \begin_layout Standard
26777 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26778  paragraphe grâce à la fenêtre de dialogue 
26779 \family sans
26780 Paramètres
26781 \begin_inset space ~
26782 \end_inset
26783
26784 de
26785 \begin_inset space ~
26786 \end_inset
26787
26788 Boîte
26789 \family default
26790 .
26791 \end_layout
26792
26793 \begin_layout Standard
26794 \begin_inset VSpace bigskip
26795 \end_inset
26796
26797 Quand vous avez choisi une 
26798 \family sans
26799 Boîte
26800 \begin_inset space ~
26801 \end_inset
26802
26803 Intérieure
26804 \family default
26805 , l'alignement vertical du contenu de la boîte peut être :
26806 \end_layout
26807
26808 \begin_layout Description
26809 haut Ceci est un exemple de texte.
26810 \begin_inset Box Boxed
26811 position "c"
26812 hor_pos "c"
26813 has_inner_box 1
26814 inner_pos "t"
26815 use_parbox 0
26816 width "12col%"
26817 special "none"
26818 height "1.5in"
26819 height_special "totalheight"
26820 status collapsed
26821
26822 \begin_layout Plain Layout
26823 \align center
26824 Le texte de cette boîte est aligné sur le haut.
26825 \end_layout
26826
26827 \end_inset
26828
26829  Ceci est un exemple de texte.
26830 \end_layout
26831
26832 \begin_layout Description
26833 milieu Ceci est un exemple de texte.
26834  
26835 \begin_inset Box Boxed
26836 position "c"
26837 hor_pos "c"
26838 has_inner_box 1
26839 inner_pos "c"
26840 use_parbox 0
26841 width "12col%"
26842 special "none"
26843 height "1.5in"
26844 height_special "totalheight"
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 \align center
26849 Le texte de cette boîte est aligné au centre
26850 \end_layout
26851
26852 \end_inset
26853
26854  Ceci est un exemple de texte.
26855 \end_layout
26856
26857 \begin_layout Description
26858 bas Ceci est un exemple de texte.
26859  
26860 \begin_inset Box Boxed
26861 position "c"
26862 hor_pos "c"
26863 has_inner_box 1
26864 inner_pos "b"
26865 use_parbox 0
26866 width "12col%"
26867 special "none"
26868 height "1.5in"
26869 height_special "totalheight"
26870 status collapsed
26871
26872 \begin_layout Plain Layout
26873 \align center
26874 Le texte de cette boîte est aligné en bas.
26875 \end_layout
26876
26877 \end_inset
26878
26879  Ceci est un exemple de texte.
26880 \end_layout
26881
26882 \begin_layout Description
26883 élongation Ceci est un exemple de texte.
26884  
26885 \begin_inset Box Boxed
26886 position "c"
26887 hor_pos "c"
26888 has_inner_box 1
26889 inner_pos "s"
26890 use_parbox 0
26891 width "12col%"
26892 special "none"
26893 height "1.5in"
26894 height_special "totalheight"
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 \align center
26899 Le texte 
26900 \end_layout
26901
26902 \begin_layout Plain Layout
26903 \align center
26904 de cette
26905 \end_layout
26906
26907 \begin_layout Plain Layout
26908 \align center
26909 boîte est
26910 \end_layout
26911
26912 \begin_layout Plain Layout
26913 \align center
26914 allongé.
26915 \end_layout
26916
26917 \end_inset
26918
26919  Ceci est un exemple de texte.
26920 \end_layout
26921
26922 \begin_layout Standard
26923 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
26924  paragraphe.
26925  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
26926 \end_layout
26927
26928 \begin_layout Standard
26929 \begin_inset VSpace bigskip
26930 \end_inset
26931
26932 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
26933  la fenêtre de dialogue 
26934 \family sans
26935 Paramètres
26936 \begin_inset space ~
26937 \end_inset
26938
26939 de
26940 \begin_inset space ~
26941 \end_inset
26942
26943 paragraphe
26944 \family default
26945  quand vous avez choisi une 
26946 \family sans
26947 Boîte
26948 \begin_inset space ~
26949 \end_inset
26950
26951 Intérieure
26952 \family default
26953 .
26954 \end_layout
26955
26956 \begin_layout Standard
26957 \align center
26958 \begin_inset Box Boxed
26959 position "c"
26960 hor_pos "c"
26961 has_inner_box 1
26962 inner_pos "s"
26963 use_parbox 0
26964 width "15col%"
26965 special "none"
26966 height "1.25in"
26967 height_special "totalheight"
26968 status open
26969
26970 \begin_layout Plain Layout
26971 \align left
26972 Le texte de 
26973 \end_layout
26974
26975 \begin_layout Plain Layout
26976 \align left
26977 cette boîte
26978 \end_layout
26979
26980 \begin_layout Plain Layout
26981 \align right
26982 est allongé.
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991 Si vous n'avez pas choisi une 
26992 \family sans
26993 Boîte
26994 \begin_inset space ~
26995 \end_inset
26996
26997 Intérieure
26998 \family default
26999 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27000  de dialogue de boîte.
27001 \end_layout
27002
27003 \begin_layout Standard
27004 \align center
27005 \begin_inset Box Boxed
27006 position "c"
27007 hor_pos "s"
27008 has_inner_box 0
27009 inner_pos "s"
27010 use_parbox 0
27011 width "90col%"
27012 special "none"
27013 height "1.25in"
27014 height_special "totalheight"
27015 status open
27016
27017 \begin_layout Plain Layout
27018 \align left
27019 Le texte de cette boîte est allongé horizontalement.
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \begin_layout Subsection
27028 Les Boîtes Encadrées
27029 \begin_inset CommandInset label
27030 LatexCommand label
27031 name "sec:Boîtes-encadrées"
27032
27033 \end_inset
27034
27035
27036 \begin_inset Index
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040 Boîtes ! Cadres
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \begin_layout Standard
27049 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27050  
27051 \family sans
27052 Décoration
27053 \family default
27054  dans la boîte de dialogue 
27055 \family sans
27056 Paramètres
27057 \begin_inset space ~
27058 \end_inset
27059
27060 de
27061 \begin_inset space ~
27062 \end_inset
27063
27064 Boîte
27065 \family default
27066 .
27067  Les possibilités sont les suivantes :
27068 \end_layout
27069
27070 \begin_layout Description
27071 Boîte
27072 \begin_inset space ~
27073 \end_inset
27074
27075 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27076  L'épaisseur du trait de ce cadre est donnée par la variable  
27077 \series bold
27078
27079 \backslash
27080 fboxrule
27081 \series default
27082 .
27083  
27084 \begin_inset Box Boxed
27085 position "c"
27086 hor_pos "c"
27087 has_inner_box 1
27088 inner_pos "c"
27089 use_parbox 0
27090 width "20col%"
27091 special "none"
27092 height "1in"
27093 height_special "totalheight"
27094 status open
27095
27096 \begin_layout Plain Layout
27097 \align center
27098 Boîte rectangulaire
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Description
27107 Boîte
27108 \begin_inset space ~
27109 \end_inset
27110
27111 ovale,
27112 \begin_inset space ~
27113 \end_inset
27114
27115 fine Ceci dessine un cadre ovalisée autour de la boîte.
27116  L'épaisseur du trait de ce cadre est de  0.4
27117 \begin_inset space \thinspace{}
27118 \end_inset
27119
27120 pt.
27121  
27122 \begin_inset Box ovalbox
27123 position "c"
27124 hor_pos "c"
27125 has_inner_box 1
27126 inner_pos "c"
27127 use_parbox 0
27128 width "20col%"
27129 special "none"
27130 height "1in"
27131 height_special "totalheight"
27132 status open
27133
27134 \begin_layout Plain Layout
27135 \align center
27136 Boîte ovalisée, fine
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \begin_layout Description
27145 Boîte
27146 \begin_inset space ~
27147 \end_inset
27148
27149 ovale,
27150 \begin_inset space ~
27151 \end_inset
27152
27153 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27154  L'épaisseur du trait de ce cadre est de   0.8
27155 \begin_inset space \thinspace{}
27156 \end_inset
27157
27158 pt.
27159  
27160 \begin_inset Box Ovalbox
27161 position "c"
27162 hor_pos "c"
27163 has_inner_box 1
27164 inner_pos "c"
27165 use_parbox 0
27166 width "20col%"
27167 special "none"
27168 height "1in"
27169 height_special "totalheight"
27170 status open
27171
27172 \begin_layout Plain Layout
27173 \align center
27174 Boîte ovalisée, épaisse
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Description
27183 Boîte
27184 \begin_inset space ~
27185 \end_inset
27186
27187 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27188  L'épaisseur du trait de ce cadre est donnée par la variable  
27189 \series bold
27190
27191 \backslash
27192 fboxrule
27193 \series default
27194 , l'ombre a une épaisseur de  4
27195 \begin_inset space \thinspace{}
27196 \end_inset
27197
27198 pt.
27199  
27200 \begin_inset Box Shadowbox
27201 position "c"
27202 hor_pos "c"
27203 has_inner_box 1
27204 inner_pos "c"
27205 use_parbox 0
27206 width "20col%"
27207 special "none"
27208 height "1in"
27209 height_special "totalheight"
27210 status open
27211
27212 \begin_layout Plain Layout
27213 \align center
27214 Boîte ombrée
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Description
27223 Boîte
27224 \begin_inset space ~
27225 \end_inset
27226
27227 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27228  L'épaisseur du trait du cadre interne est de 0.75
27229 \begin_inset space \thinspace{}
27230 \end_inset
27231
27232
27233 \series bold
27234
27235 \backslash
27236 fboxrule
27237 \series default
27238 , l'épaisseur du trait du cadre externe est de 1.5
27239 \begin_inset space \thinspace{}
27240 \end_inset
27241
27242
27243 \series bold
27244
27245 \backslash
27246 fboxrule
27247 \series default
27248 .
27249  La distance entre les deux cadres est de  1.5
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253
27254 \series bold
27255
27256 \backslash
27257 fboxrule
27258 \series default
27259
27260 \begin_inset space \thinspace{}
27261 \end_inset
27262
27263 +
27264 \begin_inset space \thinspace{}
27265 \end_inset
27266
27267 0.5
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 pt.
27272  
27273 \begin_inset Box Doublebox
27274 position "c"
27275 hor_pos "c"
27276 has_inner_box 1
27277 inner_pos "c"
27278 use_parbox 0
27279 width "20col%"
27280 special "none"
27281 height "1in"
27282 height_special "totalheight"
27283 status open
27284
27285 \begin_layout Plain Layout
27286 \align center
27287 Boîte double
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 \begin_inset VSpace bigskip
27297 \end_inset
27298
27299 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27300  style de boîte utilisé.
27301  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27302  le paquetage LaTeX 
27303 \series bold
27304 fancybox
27305 \series default
27306 .
27307 \end_layout
27308
27309 \begin_layout Section
27310
27311 \lang english
27312 Box customization
27313 \begin_inset Index
27314 status open
27315
27316 \begin_layout Plain Layout
27317 Boîtes! 
27318 \lang english
27319 Customization
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 La valeur par défaut pour la variable 
27329 \series bold
27330
27331 \backslash
27332 fboxrule
27333 \series default
27334  est 0.4
27335 \begin_inset space \thinspace{}
27336 \end_inset
27337
27338 pt.
27339  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27340  pour avoir 2
27341 \begin_inset space \thinspace{}
27342 \end_inset
27343
27344 pt :
27345 \end_layout
27346
27347 \begin_layout Standard
27348
27349 \series bold
27350
27351 \backslash
27352 setlength{
27353 \backslash
27354 fboxrule}{2pt}
27355 \end_layout
27356
27357 \begin_layout Standard
27358 \begin_inset ERT
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362
27363
27364 \backslash
27365 setlength{
27366 \backslash
27367 fboxrule}{2pt}
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \begin_inset Box Boxed
27374 position "c"
27375 hor_pos "c"
27376 has_inner_box 1
27377 inner_pos "c"
27378 use_parbox 0
27379 width "25col%"
27380 special "none"
27381 height "1in"
27382 height_special "totalheight"
27383 status open
27384
27385 \begin_layout Plain Layout
27386 \align center
27387 Boîte rectangulaire avec 
27388 \series bold
27389
27390 \backslash
27391 fboxrule
27392 \series default
27393
27394 \begin_inset space \thinspace{}
27395 \end_inset
27396
27397 =
27398 \begin_inset space \thinspace{}
27399 \end_inset
27400
27401 2
27402 \begin_inset space \thinspace{}
27403 \end_inset
27404
27405 pt
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \begin_inset ERT
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415
27416
27417 \backslash
27418 setlength{
27419 \backslash
27420 fboxrule}{0.4pt}
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset VSpace bigskip
27430 \end_inset
27431
27432 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27433  les types de cadres, par défaut il est de 3
27434 \begin_inset space \thinspace{}
27435 \end_inset
27436
27437 pt.
27438  Vous pouvez le modifier en donnant une autre valeur à la variable 
27439 \series bold
27440
27441 \backslash
27442 fboxsep
27443 \series default
27444 .
27445  Par exemple la commande
27446 \end_layout
27447
27448 \begin_layout Standard
27449
27450 \series bold
27451
27452 \backslash
27453 setlength{
27454 \backslash
27455 fboxsep}{10pt}
27456 \end_layout
27457
27458 \begin_layout Standard
27459 met une valeur de 10
27460 \begin_inset space \thinspace{}
27461 \end_inset
27462
27463 pt, comme celle utilisée pour cette boîte :
27464 \end_layout
27465
27466 \begin_layout Standard
27467 \begin_inset ERT
27468 status collapsed
27469
27470 \begin_layout Plain Layout
27471
27472
27473 \backslash
27474 setlength{
27475 \backslash
27476 fboxsep}{10pt}
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \begin_inset Box Boxed
27483 position "c"
27484 hor_pos "c"
27485 has_inner_box 1
27486 inner_pos "c"
27487 use_parbox 0
27488 width "25col%"
27489 special "none"
27490 height "1in"
27491 height_special "totalheight"
27492 status open
27493
27494 \begin_layout Plain Layout
27495 \align center
27496 Boîte rectangulaire avec 
27497 \series bold
27498
27499 \backslash
27500 fboxsep
27501 \series default
27502
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506 =
27507 \begin_inset space \thinspace{}
27508 \end_inset
27509
27510 10
27511 \begin_inset space \thinspace{}
27512 \end_inset
27513
27514 pt
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \begin_inset ERT
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524
27525
27526 \backslash
27527 setlength{
27528 \backslash
27529 fboxsep}{3pt}
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \begin_layout Standard
27538 \begin_inset VSpace bigskip
27539 \end_inset
27540
27541 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27542  la commande 
27543 \series bold
27544
27545 \backslash
27546 cornersize
27547 \series default
27548 .
27549  Par exemple, la commande
27550 \end_layout
27551
27552 \begin_layout Standard
27553
27554 \series bold
27555
27556 \backslash
27557 cornersize*{1cm}
27558 \end_layout
27559
27560 \begin_layout Standard
27561 donne un diamètre de 1
27562 \begin_inset space \thinspace{}
27563 \end_inset
27564
27565 cm.
27566  La commande
27567 \end_layout
27568
27569 \begin_layout Standard
27570
27571 \series bold
27572
27573 \backslash
27574 cornersize{num}
27575 \end_layout
27576
27577 \begin_layout Standard
27578 fixe le diamètre à 
27579 \family sans
27580 num
27581 \begin_inset space \thinspace{}
27582 \end_inset
27583
27584 ×
27585 \begin_inset space \thinspace{}
27586 \end_inset
27587
27588 minimum(largeur et hauteur de la boîte)
27589 \family default
27590 .
27591  La valeur par défaut est 
27592 \series bold
27593
27594 \backslash
27595 cornersize{0.5}
27596 \series default
27597 .
27598 \end_layout
27599
27600 \begin_layout Standard
27601 \begin_inset ERT
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605
27606
27607 \backslash
27608 cornersize*{1.5cm}
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \begin_inset Box Ovalbox
27615 position "c"
27616 hor_pos "c"
27617 has_inner_box 1
27618 inner_pos "c"
27619 use_parbox 0
27620 width "25col%"
27621 special "none"
27622 height "1in"
27623 height_special "totalheight"
27624 status open
27625
27626 \begin_layout Plain Layout
27627 \align center
27628 Boîte ovale avec 
27629 \series bold
27630
27631 \backslash
27632 cornersize
27633 \series default
27634
27635 \begin_inset space \thinspace{}
27636 \end_inset
27637
27638 =
27639 \begin_inset space \thinspace{}
27640 \end_inset
27641
27642 1.5
27643 \begin_inset space \thinspace{}
27644 \end_inset
27645
27646 cm
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656
27657
27658 \backslash
27659 cornersize{0.5}
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Standard
27668 \begin_inset VSpace bigskip
27669 \end_inset
27670
27671 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27672  
27673 \series bold
27674
27675 \backslash
27676 shadowsize
27677 \series default
27678 .
27679  Elle est fixée à 2
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683 pt pour la boîte suivante par la commande :
27684 \end_layout
27685
27686 \begin_layout Standard
27687
27688 \series bold
27689
27690 \backslash
27691 setlength{
27692 \backslash
27693 shadowsize}{2pt}
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset ERT
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701
27702
27703 \backslash
27704 setlength{
27705 \backslash
27706 shadowsize}{2pt}
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \begin_inset Box Shadowbox
27713 position "c"
27714 hor_pos "c"
27715 has_inner_box 1
27716 inner_pos "c"
27717 use_parbox 0
27718 width "25col%"
27719 special "none"
27720 height "1in"
27721 height_special "totalheight"
27722 status open
27723
27724 \begin_layout Plain Layout
27725 \align center
27726 Boîte ombrée avec 
27727 \series bold
27728
27729 \backslash
27730 shadowsize
27731 \series default
27732
27733 \begin_inset space \thinspace{}
27734 \end_inset
27735
27736 =
27737 \begin_inset space \thinspace{}
27738 \end_inset
27739
27740 2
27741 \begin_inset space \thinspace{}
27742 \end_inset
27743
27744 pt
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \begin_inset ERT
27751 status collapsed
27752
27753 \begin_layout Plain Layout
27754
27755
27756 \backslash
27757 setlength{
27758 \backslash
27759 shadowsize}{4pt}
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Standard
27768 \begin_inset VSpace bigskip
27769 \end_inset
27770
27771 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
27772  les boîtes qui suivent la commandes qui les a changées.
27773 \end_layout
27774
27775 \begin_layout Section
27776 Minipages
27777 \begin_inset CommandInset label
27778 LatexCommand label
27779 name "sec:Minipages"
27780
27781 \end_inset
27782
27783
27784 \begin_inset Index
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 Boîtes ! Minipages
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Standard
27797 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
27798 ur d'une page.
27799  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
27800  règles d'indentation, de saut de ligne, etc.
27801  s'appliquent.
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
27806  langues.
27807 \end_layout
27808
27809 \begin_layout Standard
27810 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
27811  Leur largeur est fixée à 45
27812 \begin_inset space \thinspace{}
27813 \end_inset
27814
27815 col% et elles sont séparées par un ressort horizontal, qui a été inséré
27816  via le menu 
27817 \family sans
27818 Insérer\SpecialChar \menuseparator
27819 Formats\SpecialChar \menuseparator
27820 Ressort
27821 \begin_inset space ~
27822 \end_inset
27823
27824 Horizontal
27825 \family default
27826 .
27827 \end_layout
27828
27829 \begin_layout Standard
27830
27831 \lang english
27832 \begin_inset Box Frameless
27833 position "t"
27834 hor_pos "c"
27835 has_inner_box 1
27836 inner_pos "c"
27837 use_parbox 0
27838 width "45col%"
27839 special "none"
27840 height "1in"
27841 height_special "totalheight"
27842 status open
27843
27844 \begin_layout Plain Layout
27845
27846 \lang german
27847 Dies ist ein deutscher Text.
27848  Dies ist ein deutscher Text.
27849  Dies ist ein deutscher Text.
27850  Dies ist ein deutscher Text.
27851  Dies ist ein deutscher Text.
27852  Dies ist ein deutscher Text.
27853  Dies ist ein deutscher Text.
27854  Dies ist ein deutscher Text.
27855  Dies ist ein deutscher Text.
27856  Dies ist ein deutscher Text.
27857  Dies ist ein deutscher Text.
27858  Dies ist ein deutscher Text.
27859  Dies ist ein deutscher Text
27860 \begin_inset Foot
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864
27865 \lang german
27866 Dies ist eine deutsche Fußnote.
27867 \end_layout
27868
27869 \end_inset
27870
27871 .
27872  Dies ist ein deutscher Text.
27873  Dies ist ein deutscher Text.
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset space \hfill{}
27880 \end_inset
27881
27882
27883 \begin_inset Box Frameless
27884 position "t"
27885 hor_pos "c"
27886 has_inner_box 1
27887 inner_pos "c"
27888 use_parbox 0
27889 width "45col%"
27890 special "none"
27891 height "1in"
27892 height_special "totalheight"
27893 status open
27894
27895 \begin_layout Plain Layout
27896
27897 \lang english
27898 This is an English Text.
27899  This is an English Text.
27900  This is an English Text.
27901  This is an English Text.
27902  This is an English Text.
27903  This is an English Text.
27904  This is an English Text.
27905  This is an English Text.
27906  This is an English Text.
27907  This is an English Text.
27908  This is an English Text.
27909  This is an English Text.
27910  This is an English Text.
27911  This is an English Text.
27912  This is an English Text.
27913  This is an English Text.
27914 \begin_inset Foot
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919 \lang english
27920 This is an English footnote.
27921 \end_layout
27922
27923 \end_inset
27924
27925  This is an English Text.
27926  
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \begin_layout Standard
27935 \begin_inset VSpace bigskip
27936 \end_inset
27937
27938 Une autre application des minipages est l'ajout de notes de bas de page
27939  à l'intérieur d'un tableau.
27940  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
27941  dans un tableau n'apparaissent pas en bas de la page courante.
27942  Mais si vous mettez votre tableau dans une minipage, la note de bas de
27943  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
27944  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
27945  dehors des minipages.
27946 \end_layout
27947
27948 \begin_layout Standard
27949 Les notes de bas de page de ce tableau n'apparaissent pas : 
27950 \begin_inset Tabular
27951 <lyxtabular version="3" rows="3" columns="4">
27952 <features>
27953 <column alignment="center" valignment="top" width="0pt">
27954 <column alignment="center" valignment="top" width="0pt">
27955 <column alignment="center" valignment="top" width="0pt">
27956 <column alignment="center" valignment="top" width="0pt">
27957 <row>
27958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 1
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 2
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 3
27981 \begin_inset Foot
27982 status open
27983
27984 \begin_layout Plain Layout
27985 Ceci est une note de bas de page à l'intérieur d'un tableau.
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 4
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 </row>
28005 <row>
28006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28007 \begin_inset Text
28008
28009 \begin_layout Plain Layout
28010 a
28011 \end_layout
28012
28013 \end_inset
28014 </cell>
28015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28016 \begin_inset Text
28017
28018 \begin_layout Plain Layout
28019 b
28020 \end_layout
28021
28022 \end_inset
28023 </cell>
28024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28025 \begin_inset Text
28026
28027 \begin_layout Plain Layout
28028 c
28029 \end_layout
28030
28031 \end_inset
28032 </cell>
28033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Plain Layout
28037 d
28038 \end_layout
28039
28040 \end_inset
28041 </cell>
28042 </row>
28043 <row>
28044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Plain Layout
28048 e
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Plain Layout
28057 f
28058 \end_layout
28059
28060 \end_inset
28061 </cell>
28062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 g
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28072 \begin_inset Text
28073
28074 \begin_layout Plain Layout
28075 h
28076 \end_layout
28077
28078 \end_inset
28079 </cell>
28080 </row>
28081 </lyxtabular>
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Standard
28089 \align center
28090 \begin_inset Box Frameless
28091 position "t"
28092 hor_pos "c"
28093 has_inner_box 1
28094 inner_pos "c"
28095 use_parbox 0
28096 width "30col%"
28097 special "none"
28098 height "1in"
28099 height_special "totalheight"
28100 status open
28101
28102 \begin_layout Plain Layout
28103 \align center
28104 \begin_inset Tabular
28105 <lyxtabular version="3" rows="3" columns="4">
28106 <features>
28107 <column alignment="center" valignment="top" width="0pt">
28108 <column alignment="center" valignment="top" width="0pt">
28109 <column alignment="center" valignment="top" width="0pt">
28110 <column alignment="center" valignment="top" width="0pt">
28111 <row>
28112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28113 \begin_inset Text
28114
28115 \begin_layout Plain Layout
28116 1
28117 \end_layout
28118
28119 \end_inset
28120 </cell>
28121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28122 \begin_inset Text
28123
28124 \begin_layout Plain Layout
28125 2
28126 \end_layout
28127
28128 \end_inset
28129 </cell>
28130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28131 \begin_inset Text
28132
28133 \begin_layout Plain Layout
28134 3
28135 \begin_inset Foot
28136 status open
28137
28138 \begin_layout Plain Layout
28139 Ceci est une note de bas de page à l'intérieur d'un tableau.
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Plain Layout
28153 4
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 </row>
28159 <row>
28160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28161 \begin_inset Text
28162
28163 \begin_layout Plain Layout
28164 a
28165 \end_layout
28166
28167 \end_inset
28168 </cell>
28169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28170 \begin_inset Text
28171
28172 \begin_layout Plain Layout
28173 b
28174 \end_layout
28175
28176 \end_inset
28177 </cell>
28178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28179 \begin_inset Text
28180
28181 \begin_layout Plain Layout
28182 c
28183 \end_layout
28184
28185 \end_inset
28186 </cell>
28187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28188 \begin_inset Text
28189
28190 \begin_layout Plain Layout
28191 d
28192 \end_layout
28193
28194 \end_inset
28195 </cell>
28196 </row>
28197 <row>
28198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28199 \begin_inset Text
28200
28201 \begin_layout Plain Layout
28202 e
28203 \end_layout
28204
28205 \end_inset
28206 </cell>
28207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28208 \begin_inset Text
28209
28210 \begin_layout Plain Layout
28211 f
28212 \end_layout
28213
28214 \end_inset
28215 </cell>
28216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28217 \begin_inset Text
28218
28219 \begin_layout Plain Layout
28220 g
28221 \end_layout
28222
28223 \end_inset
28224 </cell>
28225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28226 \begin_inset Text
28227
28228 \begin_layout Plain Layout
28229 h
28230 \end_layout
28231
28232 \end_inset
28233 </cell>
28234 </row>
28235 </lyxtabular>
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \begin_inset VSpace bigskip
28249 \end_inset
28250
28251 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28252  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28253  minipages, même si vous les avez mis par exemple à 
28254 \family sans
28255 Moyen
28256 \family default
28257  dans les paramètres du document.
28258 \end_layout
28259
28260 \begin_layout Standard
28261 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28262  portion de texte, voyez la section
28263 \begin_inset space ~
28264 \end_inset
28265
28266
28267 \begin_inset CommandInset ref
28268 LatexCommand ref
28269 reference "sub:Couleur-pour-les-Paragraphes"
28270
28271 \end_inset
28272
28273 .
28274 \end_layout
28275
28276 \begin_layout Standard
28277 \begin_inset Note Greyedout
28278 status open
28279
28280 \begin_layout Plain Layout
28281
28282 \series bold
28283 Note:
28284 \series default
28285  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28286  mais les minipages peuvent être utilisées dans un tableau, un flottant
28287  ou une autre boîte.
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Section
28296 Les Parboxes
28297 \begin_inset CommandInset label
28298 LatexCommand label
28299 name "sec:Parboxes"
28300
28301 \end_inset
28302
28303
28304 \begin_inset Index
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 Boîtes ! Parboxes
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317 \begin_inset Note Note
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321
28322 \lang english
28323 En attendant une traduction de parbox (NdT)
28324 \end_layout
28325
28326 \end_inset
28327
28328 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28329  ne peuvent avoir de note de bas de page.
28330  La principale différence avec les minipages, c'est que les minipages au
28331  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28332  LaTeX.
28333 \end_layout
28334
28335 \begin_layout Standard
28336 \align center
28337 \begin_inset Box Frameless
28338 position "t"
28339 hor_pos "c"
28340 has_inner_box 1
28341 inner_pos "t"
28342 use_parbox 1
28343 width "33col%"
28344 special "none"
28345 height "1in"
28346 height_special "totalheight"
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 Ceci est un texte à l'intérieur d'une parbox.
28351  Ceci est un texte à l'intérieur d'une parbox.
28352 \end_layout
28353
28354 \begin_layout Plain Layout
28355 Cette note de bas de page ne devrait pas apparaître :
28356 \begin_inset Foot
28357 status open
28358
28359 \begin_layout Plain Layout
28360 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28361  pas.
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Section
28375 Des Boîtes pour les Mots et les Caractères
28376 \begin_inset Index
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 Boîtes ! Pour les caractères
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Subsection
28389 Empêcher la Césure
28390 \begin_inset CommandInset label
28391 LatexCommand label
28392 name "sec:Empêcher-césure"
28393
28394 \end_inset
28395
28396
28397 \begin_inset Index
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401 Boîtes ! Pour empêcher la césure
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28411  un texte ne soit coupé par une césure.
28412 \begin_inset Newline newline
28413 \end_inset
28414
28415 Voici un exemple de texte :
28416 \end_layout
28417
28418 \begin_layout Standard
28419 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28420  césure dans un 
28421 \begin_inset Quotes eld
28422 \end_inset
28423
28424 motTrèsTrèsLong
28425 \begin_inset Quotes erd
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 Pour empêcher que le mot 
28433 \begin_inset Quotes eld
28434 \end_inset
28435
28436 motTrèsTrèsLong
28437 \begin_inset Quotes erd
28438 \end_inset
28439
28440  soit coupé, ajoutez la commande
28441 \end_layout
28442
28443 \begin_layout Standard
28444
28445 \series bold
28446
28447 \backslash
28448 mbox{
28449 \end_layout
28450
28451 \begin_layout Standard
28452 en code TeX avant le mot.
28453  Après le mot, insérez l'accolade fermante 
28454 \begin_inset Quotes eld
28455 \end_inset
28456
28457
28458 \series bold
28459 }
28460 \series default
28461
28462 \begin_inset Quotes erd
28463 \end_inset
28464
28465  en code TeX.
28466 \end_layout
28467
28468 \begin_layout Standard
28469 Voici le résultat :
28470 \end_layout
28471
28472 \begin_layout Standard
28473 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28474  césure dans un
28475 \begin_inset ERT
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479
28480
28481 \backslash
28482 mbox{
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \begin_inset Quotes eld
28489 \end_inset
28490
28491 motTrèsTrèsLong
28492 \begin_inset Quotes erd
28493 \end_inset
28494
28495 .
28496 \begin_inset ERT
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500
28501 }
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 Une autre méthode consiste à mettre la commande 
28511 \begin_inset Quotes eld
28512 \end_inset
28513
28514
28515 \series bold
28516
28517 \backslash
28518 -
28519 \series default
28520
28521 \begin_inset Quotes grd
28522 \end_inset
28523
28524  en code TeX, juste avant le mot :
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28529  césure dans un 
28530 \begin_inset Quotes eld
28531 \end_inset
28532
28533
28534 \begin_inset ERT
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538
28539
28540 \backslash
28541 -
28542 \end_layout
28543
28544 \end_inset
28545
28546 motTrèsTrèsLong
28547 \begin_inset Quotes erd
28548 \end_inset
28549
28550 .
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Bien sûr, maintenant le mot dépasse dans la marge latérale.
28555  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
28556 \family sans
28557 Insérer\SpecialChar \menuseparator
28558 Formats\SpecialChar \menuseparator
28559 Passage
28560 \begin_inset space ~
28561 \end_inset
28562
28563 à
28564 \begin_inset space ~
28565 \end_inset
28566
28567 la
28568 \begin_inset space ~
28569 \end_inset
28570
28571 Ligne
28572 \family default
28573  (raccourci 
28574 \series bold
28575 Ctrl-Entrée
28576 \series default
28577 ) :
28578 \end_layout
28579
28580 \begin_layout Standard
28581 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28582  césure dans un
28583 \begin_inset Newline newline
28584 \end_inset
28585
28586
28587 \begin_inset ERT
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591
28592
28593 \backslash
28594 mbox{
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \begin_inset Quotes eld
28601 \end_inset
28602
28603 motTrèsTrèsLong
28604 \begin_inset Quotes erd
28605 \end_inset
28606
28607 .
28608 \begin_inset ERT
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612
28613 }
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Subsection
28622 Alignement Vertical
28623 \begin_inset CommandInset label
28624 LatexCommand label
28625 name "sub:Alignement-Vertical"
28626
28627 \end_inset
28628
28629
28630 \begin_inset Index
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634 Boîtes ! Pour l'alignement vertical
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \begin_inset Index
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 Boîtes ! Boîtes élévatrices
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \begin_inset Index
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 Raisebox|see
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660 {
28661 \end_layout
28662
28663 \end_inset
28664
28665 Boîtes élévatrices
28666 \begin_inset ERT
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670
28671 }
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Avec la commande 
28686 \series bold
28687
28688 \backslash
28689 raisebox
28690 \series default
28691  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
28692  par rapport au texte qui l'entoure.
28693  La commande
28694 \series bold
28695  
28696 \backslash
28697 raisebox
28698 \series default
28699  s'utilise en suivant la syntaxe suivante :
28700 \end_layout
28701
28702 \begin_layout Standard
28703
28704 \series bold
28705
28706 \backslash
28707 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 Le déplacement peut être une valeur positive pour élever la boîte ou négative
28712  pour l'abaisser.
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Pour aligner le mot 
28717 \begin_inset Quotes eld
28718 \end_inset
28719
28720 empêcher
28721 \begin_inset Quotes erd
28722 \end_inset
28723
28724  de façon à ce que le point le plus bas du caractère le plus 
28725 \begin_inset Quotes eld
28726 \end_inset
28727
28728 profond
28729 \begin_inset Quotes erd
28730 \end_inset
28731
28732 , le 
28733 \begin_inset Quotes eld
28734 \end_inset
28735
28736 p
28737 \begin_inset Quotes erd
28738 \end_inset
28739
28740 , soit au niveau de la ligne de base, insérez la commande 
28741 \end_layout
28742
28743 \begin_layout Standard
28744
28745 \series bold
28746
28747 \backslash
28748 raisebox{
28749 \backslash
28750 depth}{
28751 \end_layout
28752
28753 \begin_layout Standard
28754 en code TeX avant le mot.
28755  Insérez après le mot l'accolade fermante 
28756 \begin_inset Quotes eld
28757 \end_inset
28758
28759
28760 \series bold
28761 }
28762 \series default
28763
28764 \begin_inset Quotes erd
28765 \end_inset
28766
28767  en code TeX.
28768 \begin_inset Newline newline
28769 \end_inset
28770
28771 Voici le résultat :
28772 \end_layout
28773
28774 \begin_layout Standard
28775 Cette ligne de texte contient le mot 
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 raisebox{
28784 \backslash
28785 depth}{
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \begin_inset Quotes eld
28792 \end_inset
28793
28794 empêcher
28795 \begin_inset Quotes erd
28796 \end_inset
28797
28798
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804 }
28805 \end_layout
28806
28807 \end_inset
28808
28809  comme mot élevé.
28810 \end_layout
28811
28812 \begin_layout Standard
28813 \begin_inset VSpace bigskip
28814 \end_inset
28815
28816 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
28817  entre les lignes va être agrandie :
28818 \end_layout
28819
28820 \begin_layout Standard
28821 Cette ligne de texte contient le mot
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827
28828 \backslash
28829 raisebox{-
28830 \backslash
28831 depth}{
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \begin_inset Quotes eld
28838 \end_inset
28839
28840 empêcher
28841 \begin_inset Quotes erd
28842 \end_inset
28843
28844
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850 }
28851 \end_layout
28852
28853 \end_inset
28854
28855  comme mot abaissé.
28856 \begin_inset Newline newline
28857 \end_inset
28858
28859 Cette ligne de texte contient le mot 
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865
28866 \backslash
28867 raisebox{0.5cm}{
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \begin_inset Quotes eld
28874 \end_inset
28875
28876 tester
28877 \begin_inset Quotes erd
28878 \end_inset
28879
28880
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886 }
28887 \end_layout
28888
28889 \end_inset
28890
28891  comme mot élevé.
28892 \end_layout
28893
28894 \begin_layout Standard
28895 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
28896  mettez la hauteur de la boîte à zéro.
28897  Par exemple utilisez
28898 \end_layout
28899
28900 \begin_layout Standard
28901
28902 \series bold
28903
28904 \backslash
28905 raisebox{-
28906 \backslash
28907 depth}[0pt]{
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Cette ligne de texte contient le mot
28912 \begin_inset ERT
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916
28917
28918 \backslash
28919 raisebox{-
28920 \backslash
28921 depth}[0pt]{
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \begin_inset Quotes eld
28928 \end_inset
28929
28930 empêcher
28931 \begin_inset Quotes erd
28932 \end_inset
28933
28934
28935 \begin_inset ERT
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939
28940 }
28941 \end_layout
28942
28943 \end_inset
28944
28945  comme mot abaissé.
28946 \begin_inset Newline newline
28947 \end_inset
28948
28949 Cette ligne de texte contient le mot 
28950 \begin_inset ERT
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954
28955
28956 \backslash
28957 raisebox{0.5cm}[0pt]{
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \begin_inset Quotes eld
28964 \end_inset
28965
28966 tester
28967 \begin_inset Quotes erd
28968 \end_inset
28969
28970
28971 \begin_inset ERT
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975
28976 }
28977 \end_layout
28978
28979 \end_inset
28980
28981  comme mot élevé.
28982 \end_layout
28983
28984 \begin_layout Section
28985 Boîtes Colorées
28986 \begin_inset CommandInset label
28987 LatexCommand label
28988 name "sec:Boîtes-colorées"
28989
28990 \end_inset
28991
28992
28993 \begin_inset Index
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Boîtes ! Couleur
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \begin_layout Subsection
29006 De la couleur pour le texte
29007 \begin_inset Index
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 Couleur ! Pour le texte
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29021  une boîte appelée 
29022 \begin_inset Quotes eld
29023 \end_inset
29024
29025 colorbox
29026 \begin_inset Quotes erd
29027 \end_inset
29028
29029 .
29030  Cela demande que le paquetage LaTeX 
29031 \series bold
29032 color
29033 \series default
29034
29035 \begin_inset Index
29036 status collapsed
29037
29038 \begin_layout Plain Layout
29039 Paquetages LaTeX ! color
29040 \end_layout
29041
29042 \end_inset
29043
29044  soit chargé dans le préambule du document avec la commande
29045 \end_layout
29046
29047 \begin_layout Standard
29048
29049 \series bold
29050
29051 \backslash
29052 @ifundefined{textcolor}
29053 \begin_inset Newline newline
29054 \end_inset
29055
29056
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 hphantom{ }
29065 \end_layout
29066
29067 \end_inset
29068
29069 {
29070 \backslash
29071 usepackage{color}}{}
29072 \end_layout
29073
29074 \begin_layout Standard
29075 Le paquetage 
29076 \series bold
29077 color
29078 \series default
29079  sera chargé automatiquement par LyX dès que vous colorez du texte
29080 \begin_inset Foot
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29085  
29086 \series bold
29087
29088 \backslash
29089 @ifundefined
29090 \series default
29091 .
29092 \end_layout
29093
29094 \end_inset
29095
29096 .
29097 \end_layout
29098
29099 \begin_layout Standard
29100 \begin_inset VSpace medskip
29101 \end_inset
29102
29103 Les boîtes colorées sont créées par la commande 
29104 \series bold
29105
29106 \backslash
29107 colorbox
29108 \series default
29109 .
29110  Elle est utilisée avec la syntaxe suivante :
29111 \end_layout
29112
29113 \begin_layout Standard
29114
29115 \series bold
29116
29117 \backslash
29118 colorbox{couleur}{contenu de la boîte}
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29123  peuvent être placées à l'intérieur d'autres boîtes.
29124 \end_layout
29125
29126 \begin_layout Standard
29127 Les couleurs suivantes sont prédéfinies ::
29128 \begin_inset Newline newline
29129 \end_inset
29130
29131
29132 \family sans
29133 black
29134 \family default
29135  (noir), 
29136 \family sans
29137 blue
29138 \family default
29139  (bleu), 
29140 \family sans
29141 cyan
29142 \family default
29143 \series bold
29144 ,
29145 \series default
29146  
29147 \family sans
29148 green
29149 \family default
29150  (vert), 
29151 \family sans
29152 magenta
29153 \family default
29154
29155 \family sans
29156 red
29157 \family default
29158  (rouge), 
29159 \family sans
29160 white
29161 \family default
29162  (blanc), and 
29163 \family sans
29164 yellow
29165 \family default
29166  (jaune).
29167 \begin_inset Newline newline
29168 \end_inset
29169
29170 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29171  section
29172 \begin_inset space ~
29173 \end_inset
29174
29175
29176 \begin_inset CommandInset ref
29177 LatexCommand ref
29178 reference "sec:Tableaux-Colorés"
29179
29180 \end_inset
29181
29182 .
29183 \end_layout
29184
29185 \begin_layout Standard
29186 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29187 \end_layout
29188
29189 \begin_layout Standard
29190
29191 \series bold
29192
29193 \backslash
29194 colorbox{red}{
29195 \end_layout
29196
29197 \begin_layout Standard
29198 avant le mot en code TeX.
29199  Insérez l'accolade fermante 
29200 \begin_inset Quotes eld
29201 \end_inset
29202
29203 }
29204 \begin_inset Quotes erd
29205 \end_inset
29206
29207  après le mot, en code TeX.
29208 \begin_inset Newline newline
29209 \end_inset
29210
29211 Voici le résultat :
29212 \end_layout
29213
29214 \begin_layout Standard
29215 Cette ligne de texte contient le mot
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221
29222 \backslash
29223 colorbox{red}{
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \begin_inset Quotes eld
29230 \end_inset
29231
29232 Attention!
29233 \begin_inset Quotes erd
29234 \end_inset
29235
29236
29237 \begin_inset ERT
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241
29242 }
29243 \end_layout
29244
29245 \end_inset
29246
29247  sur fond rouge.
29248 \end_layout
29249
29250 \begin_layout Standard
29251 \begin_inset VSpace bigskip
29252 \end_inset
29253
29254 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29255  vous pouvez utiliser la commande 
29256 \series bold
29257
29258 \backslash
29259 fcolorbox
29260 \series default
29261  avec la syntaxe suivante :
29262 \end_layout
29263
29264 \begin_layout Standard
29265
29266 \series bold
29267
29268 \backslash
29269 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29270 \end_layout
29271
29272 \begin_layout Standard
29273
29274 \series bold
29275
29276 \backslash
29277 fcolorbox
29278 \series default
29279  est une extension de 
29280 \series bold
29281
29282 \backslash
29283 colorbox
29284 \series default
29285 .
29286  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29287  peuvent être modifiés avec les variables 
29288 \series bold
29289
29290 \backslash
29291 fboxrule
29292 \series default
29293  et 
29294 \series bold
29295
29296 \backslash
29297 fboxsep
29298 \series default
29299 , comme c'est décrit dans la section
29300 \begin_inset space ~
29301 \end_inset
29302
29303
29304 \begin_inset CommandInset ref
29305 LatexCommand ref
29306 reference "sec:Boîtes-encadrées"
29307
29308 \end_inset
29309
29310 .
29311 \end_layout
29312
29313 \begin_layout Standard
29314 Pour l'exemple suivant, on a utilisé la commande
29315 \end_layout
29316
29317 \begin_layout Standard
29318
29319 \series bold
29320
29321 \backslash
29322 fcolorbox{cyan}{magenta}{
29323 \end_layout
29324
29325 \begin_layout Standard
29326 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29327 \begin_inset space \thinspace{}
29328 \end_inset
29329
29330 mm:
29331 \begin_inset Newline newline
29332 \end_inset
29333
29334
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 fboxrule 1mm 
29343 \backslash
29344 fboxsep 1mm
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \begin_inset ERT
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354
29355
29356 \backslash
29357 fcolorbox{cyan}{magenta}{
29358 \end_layout
29359
29360 \end_inset
29361
29362 Ce texte est dans une boîte encadrée et colorée.
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368 }
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 \begin_inset VSpace bigskip
29378 \end_inset
29379
29380 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29381  les yeux ! - NdT) :
29382 \begin_inset Newline newline
29383 \end_inset
29384
29385
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391
29392 \backslash
29393 fcolorbox{cyan}{magenta}{
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \color yellow
29400 Ce texte est coloré dans une boîte colorée et encadrée.
29401 \color inherit
29402
29403 \begin_inset ERT
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407
29408 }
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset ERT
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418
29419
29420 \backslash
29421 fboxrule 0.4pt 
29422 \backslash
29423 fboxsep 3pt
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Standard
29432
29433 \series bold
29434 \begin_inset VSpace medskip
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \begin_layout Standard
29441 \begin_inset Note Greyedout
29442 status open
29443
29444 \begin_layout Plain Layout
29445
29446 \series bold
29447 Note:
29448 \series default
29449  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29450  de ligne.
29451  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29452  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Subsection
29461 De la couleur pour les paragraphes
29462 \begin_inset CommandInset label
29463 LatexCommand label
29464 name "sub:Couleur-pour-les-Paragraphes"
29465
29466 \end_inset
29467
29468
29469 \begin_inset Index
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 Couleur ! Pour les  paragraphes
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \begin_layout Standard
29482 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
29483  texte dans une minipage.
29484  Avant la minipage, insérez la commande 
29485 \series bold
29486
29487 \backslash
29488 colorbox
29489 \series default
29490  
29491 \end_layout
29492
29493 \begin_layout Standard
29494
29495 \series bold
29496
29497 \backslash
29498 colorbox{color}{
29499 \end_layout
29500
29501 \begin_layout Standard
29502 en code TeX.
29503  Après la minipage, insérez l'accolade fermante 
29504 \begin_inset Quotes eld
29505 \end_inset
29506
29507 }
29508 \begin_inset Quotes erd
29509 \end_inset
29510
29511  en code TeX.
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \begin_inset ERT
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519
29520
29521 \backslash
29522 colorbox{lightgrey}{
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \begin_inset Box Frameless
29529 position "t"
29530 hor_pos "c"
29531 has_inner_box 1
29532 inner_pos "t"
29533 use_parbox 0
29534 width "100col%"
29535 special "none"
29536 height "1in"
29537 height_special "totalheight"
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Ce texte a un fond coloré.
29542  Ce texte a un fond coloré.
29543 \end_layout
29544
29545 \begin_layout Plain Layout
29546 \begin_inset VSpace defskip
29547 \end_inset
29548
29549 Le texte peut avoir des notes de bas de page
29550 \begin_inset Foot
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Un autre exemple de note de bas de page
29555 \end_layout
29556
29557 \end_inset
29558
29559  et contenir des figures et des tableaux.
29560 \end_layout
29561
29562 \begin_layout Plain Layout
29563 \align center
29564 \begin_inset Tabular
29565 <lyxtabular version="3" rows="3" columns="3">
29566 <features>
29567 <column alignment="center" valignment="top" width="0">
29568 <column alignment="center" valignment="top" width="0">
29569 <column alignment="center" valignment="top" width="0">
29570 <row>
29571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29572 \begin_inset Text
29573
29574 \begin_layout Plain Layout
29575 a
29576 \end_layout
29577
29578 \end_inset
29579 </cell>
29580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29581 \begin_inset Text
29582
29583 \begin_layout Plain Layout
29584 !
29585 \end_layout
29586
29587 \end_inset
29588 </cell>
29589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29590 \begin_inset Text
29591
29592 \begin_layout Plain Layout
29593 3
29594 \end_layout
29595
29596 \end_inset
29597 </cell>
29598 </row>
29599 <row>
29600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29601 \begin_inset Text
29602
29603 \begin_layout Plain Layout
29604 <
29605 \end_layout
29606
29607 \end_inset
29608 </cell>
29609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29610 \begin_inset Text
29611
29612 \begin_layout Plain Layout
29613 b2
29614 \begin_inset Quotes erd
29615 \end_inset
29616
29617 |
29618 \end_layout
29619
29620 \end_inset
29621 </cell>
29622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29623 \begin_inset Text
29624
29625 \begin_layout Plain Layout
29626 >
29627 \end_layout
29628
29629 \end_inset
29630 </cell>
29631 </row>
29632 <row>
29633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29634 \begin_inset Text
29635
29636 \begin_layout Plain Layout
29637 1
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29643 \begin_inset Text
29644
29645 \begin_layout Plain Layout
29646 §
29647 \end_layout
29648
29649 \end_inset
29650 </cell>
29651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29652 \begin_inset Text
29653
29654 \begin_layout Plain Layout
29655 c
29656 \end_layout
29657
29658 \end_inset
29659 </cell>
29660 </row>
29661 </lyxtabular>
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676 }
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Section
29685 Les boîtes pivotées et redimensionnées
29686 \end_layout
29687
29688 \begin_layout Standard
29689 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
29690  charger le paquetage LaTeX 
29691 \series bold
29692 graphicx
29693 \series default
29694
29695 \begin_inset Index
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 Paquetages LaTeX ! graphicx
29700 \end_layout
29701
29702 \end_inset
29703
29704  dans le préambule de votre document avec la commande
29705 \end_layout
29706
29707 \begin_layout Standard
29708
29709 \series bold
29710
29711 \backslash
29712 @ifundefined{rotatebox}
29713 \begin_inset Newline newline
29714 \end_inset
29715
29716
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722
29723 \backslash
29724 hphantom{ }
29725 \end_layout
29726
29727 \end_inset
29728
29729 {
29730 \backslash
29731 usepackage{graphicx}}{}
29732 \end_layout
29733
29734 \begin_layout Standard
29735 \begin_inset Note Greyedout
29736 status open
29737
29738 \begin_layout Plain Layout
29739
29740 \series bold
29741 Note:
29742 \series default
29743  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
29744  redimensionnés.
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Standard
29753 \begin_inset Note Greyedout
29754 status open
29755
29756 \begin_layout Plain Layout
29757
29758 \series bold
29759 Note:
29760 \series default
29761  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
29762  redimensionnée.
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \begin_layout Subsection
29771 Les Boîtes pivotées
29772 \begin_inset Index
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 Boîtes ! pivotées
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset Index
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786 Pivoter des objets
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \begin_inset Index
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 Figures ! Pivotées
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset Index
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 Tableau ! Pivoter
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
29816  (rotated).
29817  Une telle boîte est créée avec la commande 
29818 \series bold
29819
29820 \backslash
29821 rotatebox
29822 \series default
29823  en code TeX avec la syntaxe
29824 \end_layout
29825
29826 \begin_layout Standard
29827
29828 \series bold
29829
29830 \backslash
29831 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
29832 \end_layout
29833
29834 \begin_layout Standard
29835 La position du pivot est donnée par l'origine de rotation spécifiée sous
29836  la forme 
29837 \series bold
29838 origin=position
29839 \series default
29840 .
29841  Les valeurs suivantes sont possibles pour la position: 
29842 \emph on
29843 c
29844 \emph default
29845  (centre), 
29846 \emph on
29847 l
29848 \emph default
29849  (gauche/
29850 \lang english
29851 left
29852 \lang french
29853 ), 
29854 \emph on
29855 r
29856 \emph default
29857  (droite/
29858 \lang english
29859 right
29860 \lang french
29861 ), 
29862 \emph on
29863 b
29864 \emph default
29865  (bas/
29866 \lang english
29867 bottom
29868 \lang french
29869 ), 
29870 \emph on
29871 t
29872 \emph default
29873  (haut/
29874 \lang english
29875 top
29876 \lang french
29877 ), et aussi des combinaisons des quatre positions de base.
29878  Par exemple 
29879 \emph on
29880 lt
29881 \emph default
29882  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
29883  Quand on ne donne pas d'origine, la position 
29884 \emph on
29885 l
29886 \emph default
29887  est utilisée.
29888  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
29889  ou négatif.
29890  Le sens positif de rotation est anti-horaire.
29891 \end_layout
29892
29893 \begin_layout Standard
29894 Dans l'exemple qui suit, la commande 
29895 \series bold
29896
29897 \backslash
29898 rotatebox[origin=c]{60}{
29899 \series default
29900  a été insérée en code TeX juste avant le texte 
29901 \begin_inset Quotes eld
29902 \end_inset
29903
29904 pivoté de 90°
29905 \begin_inset Quotes erd
29906 \end_inset
29907
29908  ; la boîte est refermée juste après le texte par une accolade fermante
29909  
29910 \begin_inset Quotes eld
29911 \end_inset
29912
29913 }
29914 \begin_inset Quotes erd
29915 \end_inset
29916
29917  en code TeX.
29918 \end_layout
29919
29920 \begin_layout Standard
29921 Voici une ligne avec du texte 
29922 \begin_inset ERT
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926
29927
29928 \backslash
29929 rotatebox[origin=c]{60}{
29930 \end_layout
29931
29932 \end_inset
29933
29934 pivoté de 60°
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940 }
29941 \end_layout
29942
29943 \end_inset
29944
29945 .
29946 \end_layout
29947
29948 \begin_layout Standard
29949 La boîte peut contenir une autre boîte ou une formule en ligne :
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Voici une ligne avec du texte 
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959
29960 \backslash
29961 rotatebox[origin=r]{-60}{
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \begin_inset Box Doublebox
29968 position "c"
29969 hor_pos "c"
29970 has_inner_box 0
29971 inner_pos "c"
29972 use_parbox 0
29973 width "1in"
29974 special "width"
29975 height "1in"
29976 height_special "totalheight"
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980 pivoté de -60°
29981 \end_layout
29982
29983 \end_inset
29984
29985
29986 \begin_inset ERT
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990
29991 }
29992 \end_layout
29993
29994 \end_inset
29995
29996  et encadré 
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 rotatebox[origin=lb]{60}{
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30011 \end_inset
30012
30013
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019 }
30020 \end_layout
30021
30022 \end_inset
30023
30024  et une formule.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 ou encore une figure ou un tableau :
30029 \end_layout
30030
30031 \begin_layout Standard
30032 Voici une ligne
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 rotatebox[origin=lb]{90}{
30041 \end_layout
30042
30043 \end_inset
30044
30045
30046 \begin_inset Graphics
30047         filename ../clipart/platypus.eps
30048         lyxscale 50
30049         width 25col%
30050
30051 \end_inset
30052
30053
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059 }
30060 \end_layout
30061
30062 \end_inset
30063
30064  avec une image pivotée de 90° 
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070
30071 \backslash
30072 rotatebox[origin=l]{-90}{
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \begin_inset Tabular
30079 <lyxtabular version="3" rows="2" columns="2">
30080 <features>
30081 <column alignment="center" valignment="top" width="0">
30082 <column alignment="center" valignment="top" width="0">
30083 <row>
30084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 q
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097 w
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 </row>
30103 <row>
30104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108 e
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Plain Layout
30117 r
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 </row>
30123 </lyxtabular>
30124
30125 \end_inset
30126
30127
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133 }
30134 \end_layout
30135
30136 \end_inset
30137
30138  et un tableau.
30139 \end_layout
30140
30141 \begin_layout Subsection
30142 Les boîtes redimensionnées
30143 \begin_inset Index
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 Boîtes ! Redimensionnées
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \begin_inset Index
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157 Redimensionner des objets
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \begin_inset Index
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Figures ! Redimensionnées
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \begin_inset Index
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 Tableau ! Redimensionner
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Standard
30186 Pour redimensionner des objets on peut utiliser les commandes 
30187 \series bold
30188
30189 \backslash
30190 scalebox
30191 \series default
30192  et 
30193 \series bold
30194
30195 \backslash
30196 resizebox
30197 \series default
30198  insérées sous forme de code TeX.
30199 \end_layout
30200
30201 \begin_layout Standard
30202
30203 \series bold
30204
30205 \backslash
30206 scalebox
30207 \series default
30208  est utilisée avec la syntaxe suivante :
30209 \end_layout
30210
30211 \begin_layout Standard
30212
30213 \series bold
30214
30215 \backslash
30216 scalebox{horizontal}[vertical]{contenu de la boîte}
30217 \end_layout
30218
30219 \begin_layout Standard
30220 Horizontal et vertical sont les facteurs d'échelle correspondants.
30221  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30222  utilisé comme facteur vertical.
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Par exemple, la commande 
30227 \series bold
30228
30229 \backslash
30230 scalebox{2}{Bonjour}
30231 \series default
30232  crée un 
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238
30239 \backslash
30240 scalebox{2}{
30241 \end_layout
30242
30243 \end_inset
30244
30245 Bonjour
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251 }
30252 \end_layout
30253
30254 \end_inset
30255
30256  de taille double par rapport à la taille du texte du document.
30257 \end_layout
30258
30259 \begin_layout Standard
30260
30261 \series bold
30262
30263 \backslash
30264 scalebox{2}[1]{Hello}
30265 \series default
30266  au contraire va déformer le 
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272
30273 \backslash
30274 scalebox{2}[1]{
30275 \end_layout
30276
30277 \end_inset
30278
30279 Bonjour
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 }
30286 \end_layout
30287
30288 \end_inset
30289
30290 .
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30295  La commande 
30296 \series bold
30297
30298 \backslash
30299 scalebox{-1}[1]{Hello}
30300 \series default
30301  peut donc être utilisée pour créer du texte en miroir : 
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 scalebox{-1}[1]{
30310 \end_layout
30311
30312 \end_inset
30313
30314 Bonjour
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320 }
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329
30330 \series bold
30331
30332 \backslash
30333 scalebox{1}[-1]{Bonjour}
30334 \series default
30335  effectue une réflexion du 
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 scalebox{1}[-1]{
30344 \end_layout
30345
30346 \end_inset
30347
30348 Bonjour
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 }
30355 \end_layout
30356
30357 \end_inset
30358
30359  par rapport à la ligne de base.
30360 \end_layout
30361
30362 \begin_layout Standard
30363 La commande 
30364 \series bold
30365
30366 \backslash
30367 reflectbox{contenu de la boîte} 
30368 \series default
30369 existe aussi et est équivalente à
30370 \series bold
30371  
30372 \backslash
30373 scalebox{-1}[1]{contenu de la boîte}.
30374
30375 \series default
30376  
30377 \begin_inset Newline newline
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset VSpace bigskip
30385 \end_inset
30386
30387 La commande 
30388 \series bold
30389
30390 \backslash
30391 resizebox
30392 \series default
30393  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30394  données.
30395  La syntaxe de la commande est :
30396 \end_layout
30397
30398 \begin_layout Standard
30399
30400 \series bold
30401
30402 \backslash
30403 resizebox{largeur}{hauteur}{contenu de la boîte}
30404 \end_layout
30405
30406 \begin_layout Standard
30407 Si un des deux paramètres est remplacé par un point d'exclamation 
30408 \series bold
30409 !
30410 \series default
30411 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30412 \end_layout
30413
30414 \begin_layout Standard
30415 La commande 
30416 \series bold
30417
30418 \backslash
30419 resizebox{2cm}{1cm}{Bonjour}
30420 \series default
30421  produit : 
30422 \begin_inset ERT
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426
30427
30428 \backslash
30429 resizebox{2cm}{1cm}{
30430 \end_layout
30431
30432 \end_inset
30433
30434 Bonjour
30435 \begin_inset ERT
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439
30440 }
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449 La commande 
30450 \series bold
30451
30452 \backslash
30453 resizebox{2cm}{!}{Bonjour}
30454 \series default
30455  produit : 
30456 \begin_inset ERT
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460
30461
30462 \backslash
30463 resizebox{2cm}{!}{
30464 \end_layout
30465
30466 \end_inset
30467
30468 Bonjour
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474 }
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \begin_layout Standard
30483 \begin_inset VSpace bigskip
30484 \end_inset
30485
30486
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset Note Greyedout
30491 status open
30492
30493 \begin_layout Plain Layout
30494
30495 \series bold
30496 Note:
30497 \series default
30498  Quand les paramètres des commandes 
30499 \series bold
30500
30501 \backslash
30502 scalebox
30503 \series default
30504  ou 
30505 \series bold
30506
30507 \backslash
30508 resizebox
30509 \series default
30510  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
30511  document, mais le document exporté peut ne pas s'afficher ou s'afficher
30512  partiellement.
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 \begin_inset VSpace bigskip
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 Les boîtes peuvent être combinée dans n'importe quel ordre.
30529  Par exemple, la commande 
30530 \begin_inset Newline newline
30531 \end_inset
30532
30533
30534 \series bold
30535
30536 \backslash
30537 rotatebox[origin=c]{-45}{
30538 \backslash
30539 resizebox{2cm}{!}{
30540 \backslash
30541 reflectbox{Bonjour}}}
30542 \begin_inset Newline newline
30543 \end_inset
30544
30545
30546 \series default
30547 produit :
30548 \end_layout
30549
30550 \begin_layout Standard
30551 \align center
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557
30558 \backslash
30559 rotatebox[origin=c]{-45}{
30560 \backslash
30561 resizebox{2cm}{!}{
30562 \backslash
30563 reflectbox{
30564 \end_layout
30565
30566 \end_inset
30567
30568 Bonjour
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 }}}
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \begin_layout Standard
30583 \noindent
30584 Les images, les tableaux et les formules sont autorisées comme contenu de
30585  boîte :
30586 \end_layout
30587
30588 \begin_layout Standard
30589 \align center
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 rotatebox[origin=c]{-30}{
30598 \backslash
30599 resizebox{2cm}{!}{
30600 \backslash
30601 reflectbox{
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \begin_inset Graphics
30608         filename ../clipart/platypus.eps
30609         lyxscale 50
30610         width 25col%
30611
30612 \end_inset
30613
30614
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620 }}}
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \begin_inset ERT
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630
30631
30632 \backslash
30633 rotatebox[origin=c]{-45}{
30634 \backslash
30635 resizebox{2cm}{!}{
30636 \backslash
30637 reflectbox{
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \begin_inset Tabular
30644 <lyxtabular version="3" rows="2" columns="2">
30645 <features>
30646 <column alignment="center" valignment="top" width="0">
30647 <column alignment="center" valignment="top" width="0">
30648 <row>
30649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30650 \begin_inset Text
30651
30652 \begin_layout Plain Layout
30653 q
30654 \end_layout
30655
30656 \end_inset
30657 </cell>
30658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30659 \begin_inset Text
30660
30661 \begin_layout Plain Layout
30662 w
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 </row>
30668 <row>
30669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30670 \begin_inset Text
30671
30672 \begin_layout Plain Layout
30673 e
30674 \end_layout
30675
30676 \end_inset
30677 </cell>
30678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30679 \begin_inset Text
30680
30681 \begin_layout Plain Layout
30682 r
30683 \end_layout
30684
30685 \end_inset
30686 </cell>
30687 </row>
30688 </lyxtabular>
30689
30690 \end_inset
30691
30692
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698 }}}
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709
30710 \backslash
30711 rotatebox[origin=c]{-45}{
30712 \backslash
30713 resizebox{2cm}{!}{
30714 \backslash
30715 reflectbox{
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30722 \end_inset
30723
30724
30725 \begin_inset ERT
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729
30730 }}}
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \begin_layout Standard
30739 Quand on utilise le style global de formule 
30740 \series bold
30741 fleqn
30742 \series default
30743  dans le document
30744 \begin_inset Foot
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 Quand 
30749 \begin_inset Quotes eld
30750 \end_inset
30751
30752 fleqn
30753 \begin_inset Quotes erd
30754 \end_inset
30755
30756  est ajouté aux options de la classe de document.
30757 \end_layout
30758
30759 \end_inset
30760
30761 , les formules hors texte peuvent aussi être redimensionnées.
30762 \end_layout
30763
30764 \begin_layout Chapter
30765 Trucs Externes
30766 \begin_inset Index
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770 Trucs externes
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \end_layout
30777
30778 \begin_layout Standard
30779 Avec le menu 
30780 \family sans
30781 Insérer\SpecialChar \menuseparator
30782 Fichier
30783 \family default
30784  vous pouvez insérer un contenu externe à votre document.
30785  Ce contenu peut être :
30786 \end_layout
30787
30788 \begin_layout Description
30789 Document
30790 \begin_inset space ~
30791 \end_inset
30792
30793 LyX Un autre document LyX ; son contenu est directement inséré dans votre
30794  document.
30795 \end_layout
30796
30797 \begin_layout Description
30798 Texte
30799 \begin_inset space ~
30800 \end_inset
30801
30802 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
30803 e.
30804 \end_layout
30805
30806 \begin_layout Description
30807 Texte
30808 \begin_inset space ~
30809 \end_inset
30810
30811 Brut
30812 \begin_inset space ~
30813 \end_inset
30814
30815 par
30816 \begin_inset space ~
30817 \end_inset
30818
30819 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
30820  Les lignes vides créent un nouveau paragraphe dans votre document.
30821 \end_layout
30822
30823 \begin_layout Description
30824 Objet
30825 \begin_inset space ~
30826 \end_inset
30827
30828 Externe Fichiers de formats variés.
30829 \end_layout
30830
30831 \begin_layout Description
30832 Sous-document Documents LyX ou LaTeX.
30833 \end_layout
30834
30835 \begin_layout Section
30836 Objets Externes 
30837 \begin_inset Index
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841 Trucs externes ! Objets Externes
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Standard
30850 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
30851  de fichiers dans votre document sans avoir à convertir ces derniers en
30852  un format qui soit compatible avec le format de sortie, puisque c'est LyX
30853  qui va s'occuper des conversions.
30854  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
30855  LyX des images dans des formats divers.
30856 \end_layout
30857
30858 \begin_layout Standard
30859 On insère des objets externes en utilisant la fenêtre de dialogue 
30860 \family sans
30861 Objet
30862 \begin_inset space ~
30863 \end_inset
30864
30865 Externe
30866 \family default
30867  qui est accessible via le menu 
30868 \family sans
30869 Insérer\SpecialChar \menuseparator
30870 Fichiers\SpecialChar \menuseparator
30871 Objet
30872 \begin_inset space ~
30873 \end_inset
30874
30875 Externe
30876 \family default
30877 .
30878  Actuellement les types de fichiers (
30879 \family sans
30880 Modèles
30881 \family default
30882 ) suivants sont autorisés :
30883 \end_layout
30884
30885 \begin_layout Description
30886 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
30887  par le programme 
30888 \series bold
30889
30890 \begin_inset CommandInset href
30891 LatexCommand href
30892 name "XBoard"
30893 target "http://en.wikipedia.org/wiki/XBoard"
30894
30895 \end_inset
30896
30897
30898 \series default
30899 .
30900 \end_layout
30901
30902 \begin_layout Description
30903 Date Ce modèle insère la date sous la forme 
30904 \emph on
30905 Jour-Mois-Année
30906 \emph default
30907 .
30908  Voici un exemple de date insérée comme objet externe :: 
30909 \begin_inset External
30910         template Date
30911         filename .
30912
30913 \end_inset
30914
30915
30916 \lang english
30917
30918 \begin_inset space ~
30919 \end_inset
30920
30921
30922 \begin_inset Note Note
30923 status open
30924
30925 \begin_layout Plain Layout
30926
30927 \lang english
30928 Remove the protected space when bug 4398 is fixed!
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \lang french
30935
30936 \begin_inset Newline newline
30937 \end_inset
30938
30939 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
30940  Il y a deux autre méthodes pour insérer une date : Avec le menu 
30941 \family sans
30942 Insérer\SpecialChar \menuseparator
30943 Date
30944 \family default
30945  et avec la commande LaTeX 
30946 \series bold
30947
30948 \backslash
30949 today
30950 \series default
30951  entrée comme code TeX.
30952  Ces différentes méthodes sont comparée dans le tableau
30953 \begin_inset space ~
30954 \end_inset
30955
30956
30957 \begin_inset CommandInset ref
30958 LatexCommand ref
30959 reference "tab:Comparaison-des-dates"
30960
30961 \end_inset
30962
30963 .
30964 \end_layout
30965
30966 \begin_layout Description
30967 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
30968  par le programme 
30969 \series bold
30970
30971 \begin_inset CommandInset href
30972 LatexCommand href
30973 name "LilyPond"
30974 target "http://en.wikipedia.org/wiki/LilyPond"
30975
30976 \end_inset
30977
30978
30979 \series default
30980 .
30981 \end_layout
30982
30983 \begin_layout Description
30984 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
30985  À peu près tous les formats d'images populaires sont acceptés.
30986  Les images peuvent être traitées dans la fenêtre de dialogue 
30987 \family sans
30988 Objet
30989 \begin_inset space ~
30990 \end_inset
30991
30992 Externe
30993 \family default
30994  comme les images qui sont habituellement incorporées en utilisant le menu
30995  
30996 \family sans
30997 Insérer\SpecialChar \menuseparator
30998 Graphique
30999 \family default
31000 , comme c'est décrit dans la section
31001 \begin_inset space ~
31002 \end_inset
31003
31004
31005 \begin_inset CommandInset ref
31006 LatexCommand ref
31007 reference "sec:Graphics-Dialog"
31008
31009 \end_inset
31010
31011 .
31012  La différence est que seules les images matricielles sont autorisées, ce
31013  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31014 \end_layout
31015
31016 \begin_layout Description
31017 XFig Ce modèle accepte les images créées avec le programme 
31018 \series bold
31019
31020 \begin_inset CommandInset href
31021 LatexCommand href
31022 name "Xfig"
31023 target "http://en.wikipedia.org/wiki/Xfig"
31024
31025 \end_inset
31026
31027
31028 \series default
31029 .
31030 \end_layout
31031
31032 \begin_layout Standard
31033 \begin_inset Float table
31034 placement h
31035 wide false
31036 sideways false
31037 status open
31038
31039 \begin_layout Plain Layout
31040 \begin_inset Caption
31041
31042 \begin_layout Plain Layout
31043 \begin_inset CommandInset label
31044 LatexCommand label
31045 name "tab:Comparaison-des-dates"
31046
31047 \end_inset
31048
31049 Comparaison des méthodes d'insertion de la date.
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Plain Layout
31058 \align center
31059 \begin_inset Tabular
31060 <lyxtabular version="3" rows="4" columns="4">
31061 <features>
31062 <column alignment="center" valignment="top" width="0">
31063 <column alignment="center" valignment="top" width="0">
31064 <column alignment="center" valignment="top" width="0">
31065 <column alignment="center" valignment="top" width="0">
31066 <row>
31067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071 Format du document
31072 \end_layout
31073
31074 \end_inset
31075 </cell>
31076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080
31081 \family sans
31082 Objet
31083 \begin_inset space ~
31084 \end_inset
31085
31086 Externe\SpecialChar \menuseparator
31087 Date
31088 \end_layout
31089
31090 \end_inset
31091 </cell>
31092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31093 \begin_inset Text
31094
31095 \begin_layout Plain Layout
31096
31097 \family sans
31098 Insérer\SpecialChar \menuseparator
31099 Date
31100 \end_layout
31101
31102 \end_inset
31103 </cell>
31104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31105 \begin_inset Text
31106
31107 \begin_layout Plain Layout
31108 commande 
31109 \series bold
31110
31111 \backslash
31112 today
31113 \end_layout
31114
31115 \end_inset
31116 </cell>
31117 </row>
31118 <row>
31119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31120 \begin_inset Text
31121
31122 \begin_layout Plain Layout
31123 LyX
31124 \end_layout
31125
31126 \end_inset
31127 </cell>
31128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31129 \begin_inset Text
31130
31131 \begin_layout Plain Layout
31132 comme boîte d'insert
31133 \end_layout
31134
31135 \end_inset
31136 </cell>
31137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31138 \begin_inset Text
31139
31140 \begin_layout Plain Layout
31141 comme date
31142 \end_layout
31143
31144 \end_inset
31145 </cell>
31146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150 comme boîte de code TeX
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 </row>
31156 <row>
31157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161 LaTeX
31162 \end_layout
31163
31164 \end_inset
31165 </cell>
31166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170 comme date
31171 \end_layout
31172
31173 \end_inset
31174 </cell>
31175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31176 \begin_inset Text
31177
31178 \begin_layout Plain Layout
31179 comme date
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Plain Layout
31188 comme commande
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 </row>
31194 <row>
31195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 DVI, PDF, PS
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31205 \begin_inset Text
31206
31207 \begin_layout Plain Layout
31208 comme date
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31214 \begin_inset Text
31215
31216 \begin_layout Plain Layout
31217 comme date
31218 \end_layout
31219
31220 \end_inset
31221 </cell>
31222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31223 \begin_inset Text
31224
31225 \begin_layout Plain Layout
31226 comme date date
31227 \end_layout
31228
31229 \end_inset
31230 </cell>
31231 </row>
31232 </lyxtabular>
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Quand vous activez l'option 
31246 \family sans
31247 Brouillon
31248 \family default
31249  de l'onglet 
31250 \family sans
31251 Fichier
31252 \family default
31253  de la fenêtre de dialogue 
31254 \family sans
31255 Objet
31256 \begin_inset space ~
31257 \end_inset
31258
31259 Externe
31260 \family default
31261 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31262 \begin_inset Newline newline
31263 \end_inset
31264
31265 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31266  : 
31267 \begin_inset Graphics
31268         filename ../clipart/ExternalMaterialQt4.png
31269         scale 85
31270         scaleBeforeRotation
31271
31272 \end_inset
31273
31274  soit comme une image, selon que vous avez ou non activé l'option 
31275 \family sans
31276 Afficher
31277 \begin_inset space ~
31278 \end_inset
31279
31280 dans
31281 \begin_inset space ~
31282 \end_inset
31283
31284 LyX
31285 \family default
31286  de l'onglet 
31287 \family sans
31288 Vue
31289 \begin_inset space ~
31290 \end_inset
31291
31292 LyX
31293 \family default
31294  de la fenêtre de dialogue 
31295 \family sans
31296 Objet
31297 \begin_inset space ~
31298 \end_inset
31299
31300 Externe
31301 \family default
31302 .
31303 \end_layout
31304
31305 \begin_layout Standard
31306 Le manuel 
31307 \family sans
31308 \emph on
31309 Personnalisation
31310 \family default
31311 \emph default
31312  explique comment vous pouvez créer vos propres modèles.
31313 \end_layout
31314
31315 \begin_layout Section
31316 Sous-documents
31317 \begin_inset CommandInset label
31318 LatexCommand label
31319 name "sec:Sous-documents"
31320
31321 \end_inset
31322
31323
31324 \begin_inset Index
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328 Trucs externes ! Sous-documents
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \begin_inset Index
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 Fichiers ! Insérer
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Les sous-documents sont utilisés quand on a un document très long qui peut
31348  être décomposé en plusieurs parties ou sections plus petites.
31349  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31350  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31351  Les différents documents sont ce que l'on appelle les sous-documents et
31352  un document maître les relie pour imprimer le document complet ou seulement
31353  une partie de celui-ci.
31354 \end_layout
31355
31356 \begin_layout Standard
31357 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31358  comme celle-ci : 
31359 \begin_inset Graphics
31360         filename clipart/ChildDocumentQt4.png
31361         scale 60
31362         scaleBeforeRotation
31363
31364 \end_inset
31365
31366  Pour inclure des sous-documents dans un document maître , on utilise le
31367  menu 
31368 \family sans
31369 Insérer\SpecialChar \menuseparator
31370 Fichier\SpecialChar \menuseparator
31371 Sous-document
31372 \family default
31373 .
31374  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31375  des quatre méthodes d'inclusion :
31376 \end_layout
31377
31378 \begin_layout Description
31379 Inclus
31380 \begin_inset space ~
31381 \end_inset
31382
31383 (include) Vous pouvez inclure des documents LyX et LaTeX.
31384  Quand vous cliquez sur le bouton 
31385 \family sans
31386 Charger
31387 \family default
31388  dans la fenêtre de dialogue 
31389 \family sans
31390 Sous-document
31391 \family default
31392 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31393  vous puissiez le modifier.
31394 \begin_inset Newline newline
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 Voici un sous-document inséré avec la méthode 
31402 \family sans
31403 Inclus
31404 \family default
31405  : 
31406 \begin_inset CommandInset include
31407 LatexCommand include
31408 filename "DocumentBidon1.lyx"
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Standard
31416 La numérotation des sections va prendre en compte les sections des fichiers
31417  incorporés dans l'ordre où ils sont insérés dans le document maître.
31418  Le document qui est inclus comme exemple possède une sous-section qui sera
31419  numérotée comme sous-section de la section actuelle.
31420  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31421  : la sous-section
31422 \begin_inset space ~
31423 \end_inset
31424
31425
31426 \begin_inset CommandInset ref
31427 LatexCommand ref
31428 reference "sub:Sous-section-externe-1"
31429
31430 \end_inset
31431
31432  est dans le fichier inclus.
31433 \end_layout
31434
31435 \begin_layout Standard
31436 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31437  du document maître est utilisé.
31438  Les documents inclus sont insérés en commençant une nouvelle page et sont
31439  suivis par un saut de page.
31440 \end_layout
31441
31442 \begin_layout Standard
31443 Avec la commande LaTeX 
31444 \series bold
31445
31446 \backslash
31447 includeonly 
31448 \series default
31449 vous pouvez préciser quels sous-documents seront traités pour générer la
31450  sortie imprimée.
31451  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31452  important puisque cela vous fait économiser du temps de compilation.
31453  La commande 
31454 \series bold
31455
31456 \backslash
31457 includeonly
31458 \series default
31459  est insérée dans le préambule du document maître.
31460  Elle prend comme arguments une liste de noms de fichiers séparés par des
31461  virgules, par exemple :
31462 \end_layout
31463
31464 \begin_layout Standard
31465
31466 \series bold
31467
31468 \backslash
31469 includeonly{chapitre1,chapitre5}
31470 \end_layout
31471
31472 \begin_layout Standard
31473 fera que seuls les fichiers nommés 
31474 \begin_inset Quotes eld
31475 \end_inset
31476
31477 chapitre1.lyx
31478 \begin_inset Quotes erd
31479 \end_inset
31480
31481  (ou 
31482 \begin_inset Quotes eld
31483 \end_inset
31484
31485 chapitre1.tex
31486 \begin_inset Quotes erd
31487 \end_inset
31488
31489 ) et 
31490 \begin_inset Quotes eld
31491 \end_inset
31492
31493 chapitre5.lyx
31494 \begin_inset Quotes erd
31495 \end_inset
31496
31497  seront traités lors de la compilation.
31498 \end_layout
31499
31500 \begin_layout Standard
31501 \begin_inset Note Greyedout
31502 status open
31503
31504 \begin_layout Plain Layout
31505
31506 \series bold
31507 Note:
31508 \series default
31509  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
31510  une classe de document différente de celle du document maître, vous recevez
31511  un avertissement quand vous tentez une visualisation ou une exportation,
31512  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Description
31521 Incorporé
31522 \begin_inset space ~
31523 \end_inset
31524
31525 (input) Cette méthode est très semblable à la méthode Inclus, les différences
31526  sont :
31527 \end_layout
31528
31529 \begin_deeper
31530 \begin_layout Itemize
31531 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
31532  par un saut de page.
31533 \end_layout
31534
31535 \begin_layout Itemize
31536 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
31537  
31538 \family sans
31539 Aperçu
31540 \begin_inset space ~
31541 \end_inset
31542
31543 sur
31544 \begin_inset space ~
31545 \end_inset
31546
31547 le
31548 \begin_inset space ~
31549 \end_inset
31550
31551 vif
31552 \family default
31553  est activée dans les préférences dans la rubrique 
31554 \family sans
31555 Apparence\SpecialChar \menuseparator
31556 Graphique
31557 \family default
31558 .
31559 \end_layout
31560
31561 \begin_layout Itemize
31562 La commande LaTeX 
31563 \series bold
31564
31565 \backslash
31566 includeonly
31567 \series default
31568  ne peut pas être utilisée.
31569 \end_layout
31570
31571 \end_deeper
31572 \begin_layout Standard
31573 Voici un sous document inséré en utilisant la méthode 
31574 \family sans
31575 Incorporé
31576 \family default
31577  : 
31578 \begin_inset CommandInset include
31579 LatexCommand input
31580 preview true
31581 filename "DocumentBidon2.lyx"
31582
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \begin_layout Description
31589 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
31590  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
31591  sous forme de code source et aucune des commandes éventuellement présentes
31592  ne sera exécutée.
31593  Vous pouvez utiliser l'option 
31594 \family sans
31595 Marquer
31596 \begin_inset space ~
31597 \end_inset
31598
31599 les
31600 \begin_inset space ~
31601 \end_inset
31602
31603 espaces
31604 \family default
31605  qui matérialise chaque espace présente dans le code source par un caractère
31606  
31607 \begin_inset Quotes eld
31608 \end_inset
31609
31610
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616
31617 \backslash
31618 textvisiblespace 
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \begin_inset Quotes erd
31625 \end_inset
31626
31627  .
31628  La différence avec la méthode qui consiste à utiliser le menu 
31629 \family sans
31630 Insérer\SpecialChar \menuseparator
31631 Fichier\SpecialChar \menuseparator
31632 Texte
31633 \begin_inset space ~
31634 \end_inset
31635
31636 brut
31637 \family default
31638  est que le contenu du document n'apparaît pas dans LyX.
31639 \end_layout
31640
31641 \begin_layout Standard
31642 Voici un sous-document inclus en utilisant la méthode 
31643 \family sans
31644 verbatim
31645 \family default
31646  : 
31647 \begin_inset CommandInset include
31648 LatexCommand verbatiminput
31649 filename "DocumentTexteBidon.txt"
31650
31651 \end_inset
31652
31653
31654 \begin_inset VSpace bigskip
31655 \end_inset
31656
31657 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
31658  l'option 
31659 \family sans
31660 Marquer
31661 \begin_inset space ~
31662 \end_inset
31663
31664 les
31665 \begin_inset space ~
31666 \end_inset
31667
31668 espaces :
31669 \family default
31670  
31671 \begin_inset CommandInset include
31672 LatexCommand verbatiminput*
31673 filename "DocumentTexteBidon.txt"
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Standard
31681 \begin_inset VSpace bigskip
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \begin_layout Standard
31688 \begin_inset Note Greyedout
31689 status open
31690
31691 \begin_layout Plain Layout
31692
31693 \series bold
31694 Note:
31695 \series default
31696  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
31697  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Description
31706 Listings Ce type d'inclusion est décrit dans le chapitre
31707 \begin_inset space ~
31708 \end_inset
31709
31710
31711 \begin_inset CommandInset ref
31712 LatexCommand ref
31713 reference "cha:Program-Code-Listings"
31714
31715 \end_inset
31716
31717 .
31718 \end_layout
31719
31720 \begin_layout Standard
31721 \begin_inset Note Greyedout
31722 status open
31723
31724 \begin_layout Plain Layout
31725
31726 \series bold
31727 Note:
31728 \series default
31729  Inclure le même document deux fois dans un même document peut poser des
31730  problèmes avec LaTeX.
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Chapter
31739 Listings de Code Source
31740 \begin_inset CommandInset label
31741 LatexCommand label
31742 name "cha:Program-Code-Listings"
31743
31744 \end_inset
31745
31746
31747 \begin_inset Index
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751 Listings
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \begin_inset Index
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761 Code Source
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \begin_inset Index
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 Flottants ! Listings
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
31781  un insert 
31782 \family sans
31783 Listings
31784 \family default
31785  qui peut être créé grâce au menu 
31786 \family sans
31787 Insérer
31788 \family default
31789 \SpecialChar \menuseparator
31790
31791 \family sans
31792 Listing
31793 \begin_inset space ~
31794 \end_inset
31795
31796 de
31797 \begin_inset space ~
31798 \end_inset
31799
31800 Code
31801 \begin_inset space ~
31802 \end_inset
31803
31804 Source
31805 \family default
31806 .
31807  Le paquetage LaTeX 
31808 \series bold
31809 listings
31810 \series default
31811
31812 \begin_inset Index
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816 Paquetages LaTeX ! listings
31817 \end_layout
31818
31819 \end_inset
31820
31821  fournit un moyen puissant et flexible d'insérer des listings de code source
31822  dans votre document.
31823  
31824 \end_layout
31825
31826 \begin_layout Standard
31827 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
31828  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
31829 \end_layout
31830
31831 \begin_layout Standard
31832 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
31833  L'option d'emplacement 
31834 \family sans
31835 Listing
31836 \begin_inset space ~
31837 \end_inset
31838
31839 en
31840 \begin_inset space ~
31841 \end_inset
31842
31843 Ligne
31844 \family default
31845  imprime le listing dans la ligne comme ceci : 
31846 \begin_inset listings
31847 lstparams "language={C++}"
31848 inline true
31849 status open
31850
31851 \begin_layout Plain Layout
31852
31853 int a=5;
31854 \end_layout
31855
31856 \end_inset
31857
31858
31859 \begin_inset Newline newline
31860 \end_inset
31861
31862 L'option 
31863 \family sans
31864 Flottant
31865 \family default
31866  crée un flottant de listing pour lequel vous pouvez préciser les options
31867  classiques d'emplacement : 
31868 \begin_inset Quotes eld
31869 \end_inset
31870
31871
31872 \family sans
31873 h
31874 \family default
31875
31876 \begin_inset Quotes erd
31877 \end_inset
31878
31879
31880 \begin_inset Quotes eld
31881 \end_inset
31882
31883
31884 \family sans
31885 t
31886 \family default
31887
31888 \begin_inset Quotes erd
31889 \end_inset
31890
31891
31892 \begin_inset Quotes eld
31893 \end_inset
31894
31895
31896 \family sans
31897 b
31898 \family default
31899
31900 \begin_inset Quotes erd
31901 \end_inset
31902
31903 , et 
31904 \begin_inset Quotes eld
31905 \end_inset
31906
31907
31908 \family sans
31909 p
31910 \family default
31911
31912 \begin_inset Quotes erd
31913 \end_inset
31914
31915  correspondant aux emplacement décrits dans la section
31916 \begin_inset space ~
31917 \end_inset
31918
31919
31920 \begin_inset CommandInset ref
31921 LatexCommand ref
31922 reference "sec:Placement-flottants"
31923
31924 \end_inset
31925
31926 .
31927  Les options de positionnement peuvent être mélangées et doivent être saisies
31928  sans séparation, par exemple, on peut taper 
31929 \begin_inset Quotes eld
31930 \end_inset
31931
31932
31933 \family sans
31934 htbp
31935 \family default
31936
31937 \begin_inset Quotes erd
31938 \end_inset
31939
31940 .
31941  L' option 
31942 \begin_inset Quotes eld
31943 \end_inset
31944
31945 h
31946 \begin_inset Quotes erd
31947 \end_inset
31948
31949  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
31950  
31951 \family sans
31952 Flottant
31953 \family default
31954  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
31955  légende et être référencés.
31956 \end_layout
31957
31958 \begin_layout Standard
31959 Vous pouvez ajouter une légende à un listing avec le menu 
31960 \family sans
31961 Insérer\SpecialChar \menuseparator
31962 Légende
31963 \family default
31964 .
31965  On peut référencer les listings de la même façon que les flottants :Voir
31966  le listing
31967 \begin_inset space ~
31968 \end_inset
31969
31970
31971 \begin_inset CommandInset ref
31972 LatexCommand ref
31973 reference "lst:Listing-exemple"
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 \begin_inset listings
31982 lstparams "language=Python"
31983 inline false
31984 status open
31985
31986 \begin_layout Plain Layout
31987
31988 \begin_inset Caption
31989
31990 \begin_layout Plain Layout
31991 \begin_inset CommandInset label
31992 LatexCommand label
31993 name "lst:Listing-exemple"
31994
31995 \end_inset
31996
31997 Exemple de listing flottant
31998 \end_layout
31999
32000 \end_inset
32001
32002 # Exemple de listing flottant
32003 \end_layout
32004
32005 \begin_layout Plain Layout
32006
32007 def func(param):
32008 \end_layout
32009
32010 \begin_layout Plain Layout
32011
32012     'ceci est une fonction python'
32013 \end_layout
32014
32015 \begin_layout Plain Layout
32016
32017     pass
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \begin_layout Standard
32026 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32027  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32028  de manière particulière dans la sortie imprimée.
32029  Dans l'exemple de listing, le mot clé Python 
32030 \begin_inset Quotes eld
32031 \end_inset
32032
32033 def
32034 \begin_inset Quotes erd
32035 \end_inset
32036
32037  est reconnu et imprimé en caractères gras dans la sortie.
32038 \end_layout
32039
32040 \begin_layout Standard
32041 \begin_inset Note Greyedout
32042 status open
32043
32044 \begin_layout Plain Layout
32045
32046 \series bold
32047 Note:
32048 \series default
32049  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32050  une police de caractères à chasse fixe, c'est que votre police ne contient
32051  probablement pas de série grasse.
32052  Dans ce cas choisissez une police différente dans le menu 
32053 \family sans
32054 Document\SpecialChar \menuseparator
32055 Paramètres\SpecialChar \menuseparator
32056 Polices
32057 \family default
32058 .
32059  (Les polices 
32060 \emph on
32061 LuxiMono, BeraMono
32062 \emph default
32063  et 
32064 \emph on
32065 Courier
32066 \emph default
32067  contiennent une série grasse.)
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \begin_layout Standard
32076 Dans la rubrique 
32077 \family sans
32078 Numérotation
32079 \begin_inset space ~
32080 \end_inset
32081
32082 des
32083 \begin_inset space ~
32084 \end_inset
32085
32086 Lignes
32087 \family default
32088  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32089 n des lignes.
32090  Vous pouvez mettre un nombre dans le champ 
32091 \family sans
32092 Pas
32093 \family default
32094  pour désigner les lignes qui seront numérotées.
32095  Par exemple, si vous mettez 
32096 \begin_inset Quotes eld
32097 \end_inset
32098
32099 3
32100 \begin_inset Quotes erd
32101 \end_inset
32102
32103 , seule une ligne sur trois sera numérotée.
32104 \end_layout
32105
32106 \begin_layout Standard
32107 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32108  apparaîtront dans la sortie.
32109  Vous devez utiliser l'option 
32110 \family sans
32111 Table
32112 \begin_inset space ~
32113 \end_inset
32114
32115 de
32116 \begin_inset space ~
32117 \end_inset
32118
32119 Caractères
32120 \begin_inset space ~
32121 \end_inset
32122
32123 Étendue
32124 \family default
32125  quand vous employez des caractères spécifiques à une langue donnée comme
32126  les umlauts Allemands dans votre listing.
32127 \begin_inset Newline newline
32128 \end_inset
32129
32130 Voici un exemple de listing avec la numérotation des lignes à gauche par
32131  pas de 3, en langage Python, avec les options 
32132 \begin_inset Quotes eld
32133 \end_inset
32134
32135 Table
32136 \begin_inset space ~
32137 \end_inset
32138
32139 de
32140 \begin_inset space ~
32141 \end_inset
32142
32143 caractères
32144 \begin_inset space ~
32145 \end_inset
32146
32147 étendue
32148 \begin_inset Quotes erd
32149 \end_inset
32150
32151  et 
32152 \begin_inset Quotes eld
32153 \end_inset
32154
32155 Espace
32156 \begin_inset space ~
32157 \end_inset
32158
32159 représenté
32160 \begin_inset space ~
32161 \end_inset
32162
32163 par
32164 \begin_inset space ~
32165 \end_inset
32166
32167 un
32168 \begin_inset space ~
32169 \end_inset
32170
32171 symbole
32172 \begin_inset Quotes erd
32173 \end_inset
32174
32175 , l'intervalle de ligne étant 3
32176 \begin_inset space \thinspace{}
32177 \end_inset
32178
32179 -
32180 \begin_inset space \thinspace{}
32181 \end_inset
32182
32183 8:
32184 \end_layout
32185
32186 \begin_layout Standard
32187 \begin_inset listings
32188 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32189 inline false
32190 status open
32191
32192 \begin_layout Plain Layout
32193
32194 def func(param):
32195 \end_layout
32196
32197 \begin_layout Plain Layout
32198
32199     'ceci est une fonction Python'
32200 \end_layout
32201
32202 \begin_layout Plain Layout
32203
32204     pass
32205 \end_layout
32206
32207 \begin_layout Plain Layout
32208
32209 def func(param):
32210 \end_layout
32211
32212 \begin_layout Plain Layout
32213
32214 'Ça, c'est un mot Allemand : Tschüß'
32215 \end_layout
32216
32217 \begin_layout Plain Layout
32218
32219 pass
32220 \end_layout
32221
32222 \begin_layout Plain Layout
32223
32224 def func(param):
32225 \end_layout
32226
32227 \begin_layout Plain Layout
32228
32229 'ceci est une fonction Python'
32230 \end_layout
32231
32232 \begin_layout Plain Layout
32233
32234 pass
32235 \end_layout
32236
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \begin_layout Standard
32243 \begin_inset Note Greyedout
32244 status open
32245
32246 \begin_layout Plain Layout
32247
32248 \series bold
32249 Note:
32250 \series default
32251  À cause d'un bug dans le paquetage 
32252 \series bold
32253 listings
32254 \series default
32255  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32256  listing.
32257  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32258  les lignes 3 et 6.
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \begin_layout Standard
32267 \begin_inset VSpace bigskip
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \begin_layout Standard
32274 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32275  listing.
32276  Pour le faire, il suffit d'utiliser le menu 
32277 \family sans
32278 Insérer\SpecialChar \menuseparator
32279 Fichier\SpecialChar \menuseparator
32280 Sous-document
32281 \family default
32282  et de choisir le type 
32283 \family sans
32284 Listing
32285 \family default
32286
32287 \begin_inset space ~
32288 \end_inset
32289
32290
32291 \family sans
32292 de
32293 \begin_inset space ~
32294 \end_inset
32295
32296 Code
32297 \begin_inset space ~
32298 \end_inset
32299
32300 source
32301 \family default
32302 .
32303 \begin_inset Foot
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 Les autres types de sous-documents sont décrits dans la section
32308 \begin_inset space ~
32309 \end_inset
32310
32311
32312 \begin_inset CommandInset ref
32313 LatexCommand ref
32314 reference "sec:Sous-documents"
32315
32316 \end_inset
32317
32318 .
32319 \end_layout
32320
32321 \end_inset
32322
32323  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32324  à utiliser pour le listing dans une zone de texte.
32325  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32326  
32327 \begin_inset Quotes eld
32328 \end_inset
32329
32330 ?
32331 \begin_inset Quotes erd
32332 \end_inset
32333
32334  dans la zone de texte.
32335 \end_layout
32336
32337 \begin_layout Standard
32338 Pour faire référence à un sous-document de type listing, tapez une étiquette
32339  dans le champ correspondant de la fenêtre de dialogue.
32340  On peut alors faire référence à cette étiquette en utilisant le menu 
32341 \family sans
32342 Insérer\SpecialChar \menuseparator
32343 Référence
32344 \begin_inset space ~
32345 \end_inset
32346
32347 Croisée
32348 \family default
32349 .
32350 \end_layout
32351
32352 \begin_layout Standard
32353 Le listing
32354 \begin_inset space ~
32355 \end_inset
32356
32357
32358 \begin_inset CommandInset ref
32359 LatexCommand ref
32360 reference "lst:listing-fichier"
32361
32362 \end_inset
32363
32364  est une exemple de listing issu d'un fichier ; ici les lignes 10
32365 \begin_inset space \thinspace{}
32366 \end_inset
32367
32368 -
32369 \begin_inset space \thinspace{}
32370 \end_inset
32371
32372 15 de ce fichier LyX sont listées.
32373 \end_layout
32374
32375 \begin_layout Standard
32376 \begin_inset CommandInset include
32377 LatexCommand lstinputlisting
32378 filename "EmbeddedObjects.lyx"
32379 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \begin_layout Standard
32387 \begin_inset VSpace bigskip
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \begin_layout Standard
32394 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32395  de dialogue 
32396 \family sans
32397 Document\SpecialChar \menuseparator
32398 Paramètres\SpecialChar \menuseparator
32399 Format
32400 \begin_inset space ~
32401 \end_inset
32402
32403 du
32404 \begin_inset space ~
32405 \end_inset
32406
32407 Texte
32408 \family default
32409 .
32410  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32411  
32412 \begin_inset Quotes eld
32413 \end_inset
32414
32415 ?
32416 \begin_inset Quotes erd
32417 \end_inset
32418
32419  dans le champ 
32420 \family sans
32421 Paramètres
32422 \begin_inset space ~
32423 \end_inset
32424
32425 du
32426 \begin_inset space ~
32427 \end_inset
32428
32429 Listing
32430 \family default
32431 .
32432 \end_layout
32433
32434 \begin_layout Standard
32435 Pour plus d'information sur le paquetage 
32436 \series bold
32437 listings
32438 \series default
32439 , nous vous renvoyons à sa documentation 
32440 \begin_inset CommandInset citation
32441 LatexCommand cite
32442 key "listings"
32443
32444 \end_inset
32445
32446 .
32447 \end_layout
32448
32449 \begin_layout Standard
32450 \begin_inset Newpage newpage
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Chapter
32457 \start_of_appendix
32458 Unités de longueur utilisables avec LyX
32459 \begin_inset OptArg
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463 Unités de longueur
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \begin_inset Index
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473 Unités
32474 \end_layout
32475
32476 \end_inset
32477
32478
32479 \begin_inset CommandInset label
32480 LatexCommand label
32481 name "cha:Unités-de-longueur"
32482
32483 \end_inset
32484
32485
32486 \end_layout
32487
32488 \begin_layout Standard
32489 Pour comprendre les unités de longueur utilisées dans cette documentation,
32490  le tableau
32491 \begin_inset space ~
32492 \end_inset
32493
32494
32495 \begin_inset CommandInset ref
32496 LatexCommand ref
32497 reference "tab:Unités"
32498
32499 \end_inset
32500
32501 décrit les unités utilisées par LyX.
32502 \begin_inset Float table
32503 placement h
32504 wide false
32505 sideways false
32506 status open
32507
32508 \begin_layout Plain Layout
32509 \begin_inset Caption
32510
32511 \begin_layout Plain Layout
32512 \begin_inset CommandInset label
32513 LatexCommand label
32514 name "tab:Unités"
32515
32516 \end_inset
32517
32518 Unités de longueur
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Plain Layout
32527 \begin_inset VSpace medskip
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Plain Layout
32534 \align center
32535 \begin_inset Tabular
32536 <lyxtabular version="3" rows="20" columns="2">
32537 <features>
32538 <column alignment="center" valignment="top" width="0">
32539 <column alignment="center" valignment="top" width="0">
32540 <row>
32541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 unité
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32551 \begin_inset Text
32552
32553 \begin_layout Plain Layout
32554 nom/description
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 </row>
32560 <row>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 mm
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574 millimètre
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 </row>
32580 <row>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585 cm
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 centimètre
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 </row>
32600 <row>
32601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 in
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 pouce (inch)
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 </row>
32620 <row>
32621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32622 \begin_inset Text
32623
32624 \begin_layout Plain Layout
32625 pt
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634 point (72.27
32635 \begin_inset space \thinspace{}
32636 \end_inset
32637
32638 pt = 1
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 in)
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 </row>
32648 <row>
32649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653 pc
32654 \end_layout
32655
32656 \end_inset
32657 </cell>
32658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32659 \begin_inset Text
32660
32661 \begin_layout Plain Layout
32662 pica (1
32663 \begin_inset space \thinspace{}
32664 \end_inset
32665
32666 pc = 12
32667 \begin_inset space \thinspace{}
32668 \end_inset
32669
32670 pt)
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 </row>
32676 <row>
32677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 sp
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690 scaled point (65536
32691 \begin_inset space \thinspace{}
32692 \end_inset
32693
32694 sp = 1
32695 \begin_inset space \thinspace{}
32696 \end_inset
32697
32698 pt)
32699 \end_layout
32700
32701 \end_inset
32702 </cell>
32703 </row>
32704 <row>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 bp
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718 gros point (72
32719 \begin_inset space \thinspace{}
32720 \end_inset
32721
32722 bp = 1
32723 \begin_inset space \thinspace{}
32724 \end_inset
32725
32726 in)
32727 \end_layout
32728
32729 \end_inset
32730 </cell>
32731 </row>
32732 <row>
32733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32734 \begin_inset Text
32735
32736 \begin_layout Plain Layout
32737 dd
32738 \end_layout
32739
32740 \end_inset
32741 </cell>
32742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746 didot (72
32747 \begin_inset space \thinspace{}
32748 \end_inset
32749
32750 dd 
32751 \begin_inset Formula $\approx$
32752 \end_inset
32753
32754  37.6
32755 \begin_inset space \thinspace{}
32756 \end_inset
32757
32758 mm)
32759 \end_layout
32760
32761 \end_inset
32762 </cell>
32763 </row>
32764 <row>
32765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 cc
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32775 \begin_inset Text
32776
32777 \begin_layout Plain Layout
32778 cicero (1
32779 \begin_inset space \thinspace{}
32780 \end_inset
32781
32782 cc = 12
32783 \begin_inset space \thinspace{}
32784 \end_inset
32785
32786 dd)
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 </row>
32792 <row>
32793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32794 \begin_inset Text
32795
32796 \begin_layout Plain Layout
32797 Scale%
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806 % de la largeur originale de l'image
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 </row>
32812 <row>
32813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32814 \begin_inset Text
32815
32816 \begin_layout Plain Layout
32817 text%
32818 \end_layout
32819
32820 \end_inset
32821 </cell>
32822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32823 \begin_inset Text
32824
32825 \begin_layout Plain Layout
32826 % de la largeur du texte
32827 \end_layout
32828
32829 \end_inset
32830 </cell>
32831 </row>
32832 <row>
32833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837 col%
32838 \end_layout
32839
32840 \end_inset
32841 </cell>
32842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32843 \begin_inset Text
32844
32845 \begin_layout Plain Layout
32846 % de la largeur de la colonne
32847 \end_layout
32848
32849 \end_inset
32850 </cell>
32851 </row>
32852 <row>
32853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32854 \begin_inset Text
32855
32856 \begin_layout Plain Layout
32857 page%
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout Plain Layout
32866 % de la largeur du papier
32867 \end_layout
32868
32869 \end_inset
32870 </cell>
32871 </row>
32872 <row>
32873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877 line%
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 % de la largeur de la ligne
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 </row>
32892 <row>
32893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 theight%
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 % la hauteur du texte
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 pheight%
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 % hauteur du papier
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 <row>
32933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 ex
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 hauteur de la lettre 
32947 \emph on
32948 x
32949 \emph default
32950  dans la police courante
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 </row>
32956 <row>
32957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32958 \begin_inset Text
32959
32960 \begin_layout Plain Layout
32961 em
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 largeur de la lettre
32971 \emph on
32972  M
32973 \emph default
32974  dans la police courante
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 </row>
32980 <row>
32981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985 mu
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 unité mathématique (1
32995 \begin_inset space \thinspace{}
32996 \end_inset
32997
32998 mu = 1/18
32999 \begin_inset space \thinspace{}
33000 \end_inset
33001
33002 em)
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 </row>
33008 </lyxtabular>
33009
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \end_inset
33016
33017
33018 \end_layout
33019
33020 \begin_layout Chapter
33021 Formats des fichiers de sortie graphiques
33022 \begin_inset CommandInset label
33023 LatexCommand label
33024 name "cha:Formats-fichiers-graphiques"
33025
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \begin_layout Section
33032 DVI
33033 \begin_inset Index
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037 Formats de Fichiers! DVI
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \begin_inset Index
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047 DVI|see
33048 \begin_inset ERT
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052
33053 {
33054 \end_layout
33055
33056 \end_inset
33057
33058 Formats de Fichiers
33059 \begin_inset ERT
33060 status collapsed
33061
33062 \begin_layout Plain Layout
33063
33064 }
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \begin_layout Standard
33078 Ce type de fichiers a l'extension 
33079 \begin_inset Quotes fld
33080 \end_inset
33081
33082
33083 \family typewriter
33084 .dvi
33085 \family default
33086
33087 \begin_inset Quotes frd
33088 \end_inset
33089
33090 .
33091  Il est appelé 
33092 \emph on
33093 indépendant de l'appareil
33094 \emph default
33095  ou 
33096 \begin_inset Quotes fld
33097 \end_inset
33098
33099 device independent (DVI)
33100 \begin_inset Quotes frd
33101 \end_inset
33102
33103 , car il est complètement portable ; vous pouvez les recopier d'une machine
33104  à l'autre sans avoir à faire de conversion.
33105  À l'époque où ce format a été développé, c'était loin d'être évident.
33106  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33107  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33108 \end_layout
33109
33110 \begin_layout Standard
33111 \begin_inset Note Greyedout
33112 status open
33113
33114 \begin_layout Plain Layout
33115
33116 \series bold
33117 Note:
33118 \series default
33119  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33120  au fichier.
33121  
33122 \end_layout
33123
33124 \end_inset
33125
33126  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33127  
33128 \family typewriter
33129 .dvi
33130 \family default
33131 .
33132  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33133 z le DVI puisque le programme de visualisation doit convertir les images
33134  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33135  document.
33136  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33137  avec de nombreuses images.
33138 \end_layout
33139
33140 \begin_layout Standard
33141 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33142  menu 
33143 \family sans
33144 Fichier\SpecialChar \menuseparator
33145 Exporter\SpecialChar \menuseparator
33146 DVI.
33147
33148 \family default
33149  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33150 \family sans
33151 Visualiser
33152 \family default
33153  ou en utilisant le bouton
33154 \begin_inset Graphics
33155         filename ../../images/buffer-view_dvi.png
33156         scale 85
33157         scaleBeforeRotation
33158
33159 \end_inset
33160
33161  de la barre d'outils.
33162 \end_layout
33163
33164 \begin_layout Section
33165 PostScript
33166 \begin_inset CommandInset label
33167 LatexCommand label
33168 name "sec:PostScript"
33169
33170 \end_inset
33171
33172
33173 \begin_inset Index
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 Formats de Fichiers ! PostScript
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \begin_inset Index
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 PostScript|see
33188 \begin_inset ERT
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192
33193 {
33194 \end_layout
33195
33196 \end_inset
33197
33198 Formats de Fichiers
33199 \begin_inset ERT
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203
33204 }
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 Ce type de fichiers a l'extension 
33219 \begin_inset Quotes fld
33220 \end_inset
33221
33222
33223 \family typewriter
33224 .ps
33225 \family default
33226
33227 \begin_inset Quotes frd
33228 \end_inset
33229
33230 .
33231  PostScript a été développé par la société 
33232 \series bold
33233 Adobe
33234 \series default
33235  comme un langage pour les imprimantes.
33236  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33237  pour imprimer le document.
33238  PostScript peut être considéré comme un 
33239 \begin_inset Quotes fld
33240 \end_inset
33241
33242 langage de programmation
33243 \begin_inset Quotes frd
33244 \end_inset
33245
33246  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33247  images
33248 \begin_inset Foot
33249 status open
33250
33251 \begin_layout Plain Layout
33252 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33253  LaTeX 
33254 \series bold
33255 pstricks
33256 \series default
33257
33258 \begin_inset CommandInset citation
33259 LatexCommand cite
33260 key "pstricks"
33261
33262 \end_inset
33263
33264 .
33265 \end_layout
33266
33267 \end_inset
33268
33269 .
33270  En partie à cause de toutes ces possibilités un fichier PostScript est
33271  souvent plus gros qu'un PDF.
33272 \end_layout
33273
33274 \begin_layout Standard
33275 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33276  plus gros qu'un PDF.
33277 \end_layout
33278
33279 \begin_layout Standard
33280 PostScript ne peut contenir que des images au format 
33281 \begin_inset Quotes fld
33282 \end_inset
33283
33284 PostScript Encapsulé
33285 \begin_inset Quotes frd
33286 \end_inset
33287
33288  (encapsulated PostScript ou EPS, d'extension 
33289 \family typewriter
33290 .eps
33291 \family default
33292 ).
33293  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33294  il doit les convertir en interne en EPS.
33295  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33296  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33297  document.
33298  Cela risque de ralentir de façon importante votre rythme de travail.
33299  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33300  vos images directement en EPS pour éviter ce problème.
33301 \end_layout
33302
33303 \begin_layout Standard
33304 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33305  le menu 
33306 \family sans
33307 Fichier\SpecialChar \menuseparator
33308 Exporter\SpecialChar \menuseparator
33309 PostScript.
33310
33311 \family default
33312  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33313  
33314 \family sans
33315 Visualiser
33316 \family default
33317  ou en utilisant le bouton 
33318 \begin_inset Graphics
33319         filename ../../images/buffer-view_ps.png
33320         scale 85
33321         scaleBeforeRotation
33322
33323 \end_inset
33324
33325  de la barre d'outils.
33326 \end_layout
33327
33328 \begin_layout Section
33329 PDF
33330 \begin_inset CommandInset label
33331 LatexCommand label
33332 name "sec:PDF"
33333
33334 \end_inset
33335
33336
33337 \begin_inset Index
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341 Formats de Fichiers ! PDF
33342 \end_layout
33343
33344 \end_inset
33345
33346
33347 \begin_inset Index
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351 PDF
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Standard
33360 Ce type de fichiers a l'extension 
33361 \begin_inset Quotes fld
33362 \end_inset
33363
33364
33365 \family typewriter
33366 .pdf
33367 \family default
33368
33369 \begin_inset Quotes frd
33370 \end_inset
33371
33372 .
33373  Ce 
33374 \begin_inset Quotes fld
33375 \end_inset
33376
33377 format de document portable
33378 \begin_inset Quotes frd
33379 \end_inset
33380
33381  (portable document format ou PDF) est développé par 
33382 \family typewriter
33383 Adobe
33384 \family default
33385  comme une évolution de PostScript.
33386  Il est plus comprimé et utilise moins de commandes que PostScript.
33387  Comme son nom l'indique, il est 
33388 \begin_inset Quotes fld
33389 \end_inset
33390
33391 portable
33392 \begin_inset Quotes frd
33393 \end_inset
33394
33395  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33396  aura exactement le même aspect.
33397 \end_layout
33398
33399 \begin_layout Standard
33400 PDF peut contenir des images dans son propre format PDF et dans les formats
33401  JPG (format du 
33402 \begin_inset Quotes fld
33403 \end_inset
33404
33405 Joint Photographic Expert Group
33406 \begin_inset Quotes frd
33407 \end_inset
33408
33409  avec comme extension 
33410 \family typewriter
33411 .jpg
33412 \family default
33413  ou 
33414 \family typewriter
33415 .jpeg
33416 \family default
33417 ) et PNG (
33418 \begin_inset Quotes fld
33419 \end_inset
33420
33421 Portable Network Graphics
33422 \begin_inset Quotes frd
33423 \end_inset
33424
33425  avec l'extension 
33426 \family typewriter
33427 .png
33428 \family default
33429 ).
33430  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33431  dans un de ces formats.
33432  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33433  vont ralentir votre travail.
33434  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33435 \end_layout
33436
33437 \begin_layout Standard
33438 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33439  menu 
33440 \family sans
33441 Fichier\SpecialChar \menuseparator
33442 Exporter 
33443 \family default
33444 de trois façons différentes:
33445 \end_layout
33446
33447 \begin_layout Description
33448 PDF
33449 \begin_inset space ~
33450 \end_inset
33451
33452 (ps2pdf) Ceci utilise le programme 
33453 \family typewriter
33454 ps2pdf
33455 \family default
33456  qui créé un PDF à partir de la version PostScript de votre fichier.
33457  Cette dernière est produite par le programme 
33458 \family typewriter
33459 dvips
33460 \family default
33461  qui utilise une version DVI comme étape intermédiaire.
33462  Cette variante consiste donc en trois conversions.
33463 \end_layout
33464
33465 \begin_layout Description
33466 PDF
33467 \begin_inset space ~
33468 \end_inset
33469
33470 (dvipdfm) Ceci utilise le programme 
33471 \family typewriter
33472 dvipdfm
33473 \family default
33474  qui convertit votre fichier en DVI avant de le convertir en PDF.
33475 \end_layout
33476
33477 \begin_layout Description
33478 PDF
33479 \begin_inset space ~
33480 \end_inset
33481
33482 (pdflatex) Ceci utilise le programme 
33483 \family typewriter
33484 pdftex
33485 \family default
33486  qui convertit directement votre fichier en PDF.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 Nous recommandons d'utiliser l'option 
33491 \family sans
33492 PDF
33493 \begin_inset space ~
33494 \end_inset
33495
33496 (pdflatex)
33497 \family default
33498  car 
33499 \family typewriter
33500 pdftex
33501 \family default
33502  accepte toutes les fonctionnalités des versions actuelles de PDF.
33503  Il est en plus rapide et stable.
33504  Le programme 
33505 \family typewriter
33506 dvipdfm
33507 \family default
33508  n'est plus développé est est donc un peu dépassé.
33509 \end_layout
33510
33511 \begin_layout Standard
33512
33513 \end_layout
33514
33515 \begin_layout Standard
33516 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
33517 \family sans
33518 Visualiser
33519 \family default
33520  ou en utilisant le bouton 
33521 \begin_inset Graphics
33522         filename ../../images/buffer-view_pdf2.png
33523         scale 85
33524         scaleBeforeRotation
33525
33526 \end_inset
33527
33528  de la barre d'outils
33529 \family sans
33530  (
33531 \family default
33532 qui utilise 
33533 \family sans
33534 PDF
33535 \begin_inset space ~
33536 \end_inset
33537
33538 (pdflatex)
33539 \family default
33540 ).
33541 \end_layout
33542
33543 \begin_layout Chapter
33544 Explication de l' Équation
33545 \begin_inset space ~
33546 \end_inset
33547
33548
33549 \begin_inset CommandInset ref
33550 LatexCommand eqref
33551 reference "eq:Wgn"
33552
33553 \end_inset
33554
33555
33556 \begin_inset CommandInset label
33557 LatexCommand label
33558 name "cha:Explication-de-l'Equation"
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Standard
33566 La largeur totale de 
33567 \emph on
33568 n
33569 \emph default
33570  cellules de tableau 
33571 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33572 \end_inset
33573
33574  peut être calculée avec
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \begin_inset Formula \begin{equation}
33579 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}
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \begin_layout Standard
33587 Où 
33588 \begin_inset Formula $W_{g\, n}$
33589 \end_inset
33590
33591  est la largeur fixe de toutes les cellules.
33592  
33593 \series bold
33594
33595 \backslash
33596 tabcolsep
33597 \series default
33598  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
33599  sa valeur par défaut est 6
33600 \begin_inset space \thinspace{}
33601 \end_inset
33602
33603 pt.
33604  
33605 \series bold
33606
33607 \backslash
33608 arrayrulewidth
33609 \series default
33610  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
33611 \begin_inset space \thinspace{}
33612 \end_inset
33613
33614 pt.
33615 \end_layout
33616
33617 \begin_layout Standard
33618 D'après l'équation
33619 \begin_inset space ~
33620 \end_inset
33621
33622
33623 \begin_inset CommandInset ref
33624 LatexCommand eqref
33625 reference "eq:Wtot_n"
33626
33627 \end_inset
33628
33629 , la largeur totale d'une multicolonne, 
33630 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33631 \end_inset
33632
33633  est
33634 \end_layout
33635
33636 \begin_layout Standard
33637 \begin_inset Formula \begin{equation}
33638 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33639
33640 \end_inset
33641
33642
33643 \end_layout
33644
33645 \begin_layout Standard
33646 En posant que les équations 
33647 \begin_inset space ~
33648 \end_inset
33649
33650
33651 \begin_inset CommandInset ref
33652 LatexCommand eqref
33653 reference "eq:Wtot_n"
33654
33655 \end_inset
33656
33657  et 
33658 \begin_inset CommandInset ref
33659 LatexCommand eqref
33660 reference "eq:Wtot_mult"
33661
33662 \end_inset
33663
33664  sont égales, on peut calculer la largeur nécessaire 
33665 \begin_inset Formula $W_{g\, n}$
33666 \end_inset
33667
33668  quand 
33669 \emph on
33670 n
33671 \emph default
33672  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
33673  de 
33674 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33675 \end_inset
33676
33677 :
33678 \end_layout
33679
33680 \begin_layout Standard
33681 \begin_inset Formula \begin{equation}
33682 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Bibliography
33690 \begin_inset CommandInset bibitem
33691 LatexCommand bibitem
33692 key "latexcompanion"
33693
33694 \end_inset
33695
33696 Frank Mittelbach and Michel Goossens: 
33697 \emph on
33698 The LaTeX Companion Second Edition.
33699
33700 \emph default
33701  Addison-Wesley, 2004
33702 \end_layout
33703
33704 \begin_layout Bibliography
33705 \begin_inset CommandInset bibitem
33706 LatexCommand bibitem
33707 key "latexguide"
33708
33709 \end_inset
33710
33711 Helmut Kopka and Patrick W.
33712  Daly: 
33713 \emph on
33714 A Guide to LaTeX Fourth Edition.
33715
33716 \emph default
33717  Addison-Wesley, 2003
33718 \end_layout
33719
33720 \begin_layout Bibliography
33721 \begin_inset CommandInset bibitem
33722 LatexCommand bibitem
33723 key "latexbook"
33724
33725 \end_inset
33726
33727 Leslie Lamport: 
33728 \emph on
33729 LaTeX: A Document Preparation System.
33730
33731 \emph default
33732  Addison-Wesley, second edition, 1994
33733 \end_layout
33734
33735 \begin_layout Bibliography
33736 \begin_inset CommandInset bibitem
33737 LatexCommand bibitem
33738 key "booktabs"
33739
33740 \end_inset
33741
33742 Documentation du paquetage LaTeX 
33743 \series bold
33744
33745 \begin_inset CommandInset href
33746 LatexCommand href
33747 name "booktabs"
33748 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33749
33750 \end_inset
33751
33752
33753 \series default
33754
33755 \begin_inset Index
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759 Paquetages LaTeX ! booktabs
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Bibliography
33768 \begin_inset CommandInset bibitem
33769 LatexCommand bibitem
33770 key "caption"
33771
33772 \end_inset
33773
33774 Documentation du paquetage LaTeX 
33775 \series bold
33776
33777 \begin_inset CommandInset href
33778 LatexCommand href
33779 name "caption"
33780 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33781
33782 \end_inset
33783
33784
33785 \series default
33786
33787 \begin_inset Index
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791 Paquetages LaTeX ! caption
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Bibliography
33800 \begin_inset CommandInset bibitem
33801 LatexCommand bibitem
33802 key "endfloat"
33803
33804 \end_inset
33805
33806 Documentation du paquetage LaTeX 
33807 \series bold
33808
33809 \begin_inset CommandInset href
33810 LatexCommand href
33811 name "endfloat"
33812 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33813
33814 \end_inset
33815
33816
33817 \series default
33818
33819 \begin_inset Index
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823 Paquetages LaTeX ! endfloat
33824 \end_layout
33825
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Bibliography
33832 \begin_inset CommandInset bibitem
33833 LatexCommand bibitem
33834 key "wrapfig"
33835
33836 \end_inset
33837
33838 Documentation du paquetage LaTeX 
33839 \series bold
33840
33841 \begin_inset CommandInset href
33842 LatexCommand href
33843 name "wrapfig"
33844 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33845
33846 \end_inset
33847
33848
33849 \series default
33850
33851 \begin_inset Index
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855 Paquetages LaTeX ! wrapfig
33856 \begin_inset ERT
33857 status collapsed
33858
33859 \begin_layout Plain Layout
33860
33861
33862 \backslash
33863 vspace{4mm}
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \begin_layout Bibliography
33877 \begin_inset CommandInset bibitem
33878 LatexCommand bibitem
33879 key "footmisc"
33880
33881 \end_inset
33882
33883 Documentation du paquetage LaTeX 
33884 \series bold
33885
33886 \begin_inset CommandInset href
33887 LatexCommand href
33888 name "footmisc"
33889 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33890
33891 \end_inset
33892
33893
33894 \series default
33895
33896 \begin_inset Index
33897 status collapsed
33898
33899 \begin_layout Plain Layout
33900 Paquetages LaTeX ! footmisc
33901 \end_layout
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \begin_layout Bibliography
33909 \begin_inset CommandInset bibitem
33910 LatexCommand bibitem
33911 key "hypcap"
33912
33913 \end_inset
33914
33915 Documentation du paquetage LaTeX 
33916 \series bold
33917
33918 \begin_inset CommandInset href
33919 LatexCommand href
33920 name "hypcap"
33921 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33922
33923 \end_inset
33924
33925
33926 \series default
33927
33928 \begin_inset Index
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 Paquetages LaTeX ! hyperref
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Bibliography
33941 \begin_inset CommandInset bibitem
33942 LatexCommand bibitem
33943 key "hyperref"
33944
33945 \end_inset
33946
33947 Documentation du paquetage LaTeX 
33948 \series bold
33949
33950 \begin_inset CommandInset href
33951 LatexCommand href
33952 name "hyperref"
33953 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33954
33955 \end_inset
33956
33957
33958 \series default
33959
33960 \begin_inset Index
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964 Paquetages LaTeX ! hyperref
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \begin_layout Bibliography
33973 \begin_inset CommandInset bibitem
33974 LatexCommand bibitem
33975 key "koma-script"
33976
33977 \end_inset
33978
33979 Documentation du paquetage LaTeX 
33980 \series bold
33981
33982 \begin_inset CommandInset href
33983 LatexCommand href
33984 name "koma-script"
33985 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33986
33987 \end_inset
33988
33989
33990 \series default
33991
33992 \begin_inset Index
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996 Paquetages LaTeX ! koma-script
33997 \end_layout
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \begin_layout Bibliography
34005 \begin_inset CommandInset bibitem
34006 LatexCommand bibitem
34007 key "listings"
34008
34009 \end_inset
34010
34011 Documentation du paquetage LaTeX 
34012 \series bold
34013
34014 \begin_inset CommandInset href
34015 LatexCommand href
34016 name "listings"
34017 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34018
34019 \end_inset
34020
34021
34022 \series default
34023
34024 \begin_inset Index
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028 Paquetages LaTeX ! listings
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \begin_layout Bibliography
34037 \begin_inset CommandInset bibitem
34038 LatexCommand bibitem
34039 key "marginnote"
34040
34041 \end_inset
34042
34043 Documentation du paquetage LaTeX 
34044 \series bold
34045
34046 \begin_inset CommandInset href
34047 LatexCommand href
34048 name "marginnote"
34049 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34050
34051 \end_inset
34052
34053
34054 \series default
34055
34056 \begin_inset Index
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060 Paquetages LaTeX ! marginnote
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Bibliography
34069 \begin_inset CommandInset bibitem
34070 LatexCommand bibitem
34071 key "pstricks"
34072
34073 \end_inset
34074
34075 Page Web du paquetage LaTeX 
34076 \series bold
34077
34078 \begin_inset CommandInset href
34079 LatexCommand href
34080 name "PSTricks"
34081 target "http://tug.org/PSTricks/"
34082
34083 \end_inset
34084
34085
34086 \series default
34087
34088 \begin_inset Index
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 Paquetages LaTeX ! PSTricks
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Bibliography
34101 \begin_inset CommandInset bibitem
34102 LatexCommand bibitem
34103 key "sidecap"
34104
34105 \end_inset
34106
34107 Documentation du paquetage LaTeX 
34108 \series bold
34109
34110 \begin_inset CommandInset href
34111 LatexCommand href
34112 name "sidecap"
34113 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34114
34115 \end_inset
34116
34117
34118 \series default
34119
34120 \begin_inset Index
34121 status collapsed
34122
34123 \begin_layout Plain Layout
34124 Paquetages LaTeX ! sidecap
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Bibliography
34133 \begin_inset CommandInset bibitem
34134 LatexCommand bibitem
34135 key "NewInLyX16"
34136
34137 \end_inset
34138
34139
34140 \begin_inset CommandInset href
34141 LatexCommand href
34142 name "Page Wiki"
34143 target "http://wiki.lyx.org/LyX/NewInLyX16"
34144
34145 \end_inset
34146
34147  au sujet des nouveautés de 
34148 \family sans
34149 LyX 1.6.0
34150 \family default
34151 .
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \begin_inset CommandInset index_print
34156 LatexCommand printindex
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 \begin_inset FloatList figure
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 \begin_inset FloatList table
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Standard
34180 \begin_inset ERT
34181 status open
34182
34183 \begin_layout Plain Layout
34184
34185
34186 \backslash
34187 listof{algorithm}{Liste des Algorithmes}
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \begin_inset Note Note
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197 voir la section
34198 \begin_inset space ~
34199 \end_inset
34200
34201
34202 \begin_inset CommandInset ref
34203 LatexCommand ref
34204 reference "sub:Flottant-d'Algorithme"
34205
34206 \end_inset
34207
34208  pour une description
34209 \end_layout
34210
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \end_body
34217 \end_document