]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
046814181aa537eda63b26f6913481f6736b8dfb
[features.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 is 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 figure dans un flottant, mais parfois vous pouvez
1080  vouloir deux figures avec chacune sa sous-légende.
1081  C'est possible en utilisant la fenêtre de dialogue: faites un clic droit
1082  sur l'image et allez sur l'onglet 
1083 \family sans
1084 Options
1085 \begin_inset space ~
1086 \end_inset
1087
1088 LaTeX
1089 \begin_inset space ~
1090 \end_inset
1091
1092 et
1093 \begin_inset space ~
1094 \end_inset
1095
1096 LyX
1097 \family default
1098 , cochez l'option 
1099 \family sans
1100 Sous
1101 \begin_inset space ~
1102 \end_inset
1103
1104 figure
1105 \family default
1106  et tapez la légende dans le champ qui vient d'être activé.
1107  Notez que seule la légende principale des flottants est reprise dans la
1108  Liste des Figures.
1109  La figure
1110 \begin_inset space ~
1111 \end_inset
1112
1113
1114 \begin_inset CommandInset ref
1115 LatexCommand ref
1116 reference "fig:Deux-images-déformées"
1117
1118 \end_inset
1119
1120  est un exemple de flottant de figure avec deux images mises l'une à côté
1121  de l'autre.
1122  Vous pouvez aussi mettre les images les unes sous les autres.
1123 \end_layout
1124
1125 \begin_layout Standard
1126 \begin_inset Float figure
1127 wide false
1128 sideways false
1129 status open
1130
1131 \begin_layout Plain Layout
1132 \begin_inset space \hfill{}
1133 \end_inset
1134
1135
1136 \begin_inset Float figure
1137 wide false
1138 sideways false
1139 status open
1140
1141 \begin_layout Plain Layout
1142 \begin_inset Caption
1143
1144 \begin_layout Plain Layout
1145 Undefinable structure
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Graphics
1155         filename ../clipart/escher-lsd.eps
1156         width 45col%
1157         scaleBeforeRotation
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \begin_inset space \hfill{}
1168 \end_inset
1169
1170
1171 \begin_inset Float figure
1172 wide false
1173 sideways false
1174 status open
1175
1176 \begin_layout Plain Layout
1177 \begin_inset Caption
1178
1179 \begin_layout Plain Layout
1180
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \begin_layout Plain Layout
1189 \begin_inset Graphics
1190         filename ../clipart/platypus.eps
1191         lyxscale 60
1192         width 45col%
1193         scaleBeforeRotation
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \begin_inset space \hfill{}
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Plain Layout
1210 \begin_inset Caption
1211
1212 \begin_layout Plain Layout
1213 \begin_inset CommandInset label
1214 LatexCommand label
1215 name "fig:Deux-images-déformées"
1216
1217 \end_inset
1218
1219 Deux images déformées.
1220 \end_layout
1221
1222 \end_inset
1223
1224
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \begin_layout Section
1233 Les Formats d'images
1234 \begin_inset CommandInset label
1235 LatexCommand label
1236 name "sec:Image-Formats"
1237
1238 \end_inset
1239
1240
1241 \begin_inset Index
1242 status collapsed
1243
1244 \begin_layout Plain Layout
1245 Formats d' images
1246 \end_layout
1247
1248 \end_inset
1249
1250
1251 \begin_inset Index
1252 status collapsed
1253
1254 \begin_layout Plain Layout
1255 Figures ! Formats d'images
1256 \end_layout
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Standard
1264 Vous pouvez insérer des images dans n'importe quel format connu.
1265  Mais, comme nous l'avons expliqué dans l'appendice
1266 \begin_inset space ~
1267 \end_inset
1268
1269
1270 \begin_inset CommandInset ref
1271 LatexCommand ref
1272 reference "cha:Formats-fichiers-graphiques"
1273
1274 \end_inset
1275
1276 ,
1277 \lang english
1278  
1279 \lang french
1280 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1281  de formats d'images.
1282  Pour s'en sortir LyX utilise le programme 
1283 \family typewriter
1284 Imagemagick
1285 \family default
1286  en arrière plan pour convertir les formats que vous utilisez dans un des
1287  formats acceptés par le format de sortie.
1288  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1289 ons en n'utilisant que les formats listés dans les sous sections de
1290 \lang english
1291  
1292 \lang french
1293 l'appendice
1294 \begin_inset space ~
1295 \end_inset
1296
1297
1298 \begin_inset CommandInset ref
1299 LatexCommand ref
1300 reference "cha:Formats-fichiers-graphiques"
1301
1302 \end_inset
1303
1304 .
1305 \end_layout
1306
1307 \begin_layout Standard
1308 Comme pour les polices de caractères, il y a deux grands types de formats
1309  d'images:
1310 \end_layout
1311
1312 \begin_layout Description
1313 Les
1314 \begin_inset space ~
1315 \end_inset
1316
1317 images
1318 \begin_inset space ~
1319 \end_inset
1320
1321 Matricielles
1322 \begin_inset space ~
1323 \end_inset
1324
1325 (ou
1326 \begin_inset space ~
1327 \end_inset
1328
1329 bitmap) l'image est décomposée en une mosaïque des points (ou pixels), souvent
1330  enregistrés sous un format compressé.
1331  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1332  petits carrés quand on utilise des agrandissements trop importants (aspect
1333  
1334 \begin_inset Quotes eld
1335 \end_inset
1336
1337 pixellisé
1338 \begin_inset Quotes erd
1339 \end_inset
1340
1341 ).
1342  Les formats matriciels les plus connus sont le GIF (
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346 Graphics Interchange Format
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350 , avec comme extension de fichier 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .gif
1357 \family default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362 )
1363 \begin_inset Index
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 GIF|see
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 {
1374 \end_layout
1375
1376 \end_inset
1377
1378 Format d'image
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 }
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394 , le PNG (
1395 \begin_inset Quotes eld
1396 \end_inset
1397
1398 Portable Network Graphics, extension 
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402
1403 \family typewriter
1404 .gif
1405 \family default
1406
1407 \begin_inset Quotes erd
1408 \end_inset
1409
1410 )
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 PNG|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Formats d'image
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442  et le JPG (
1443 \begin_inset Quotes eld
1444 \end_inset
1445
1446 Joint Photographic Expert Group, extension 
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450
1451 \family typewriter
1452 .jpg
1453 \family default
1454
1455 \begin_inset Quotes erd
1456 \end_inset
1457
1458  ou 
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .jpeg
1465 \family default
1466
1467 \begin_inset Quotes erd
1468 \end_inset
1469
1470 )
1471 \begin_inset Index
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 JPG|see
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 {
1482 \end_layout
1483
1484 \end_inset
1485
1486 Formats d'image
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 }
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \end_inset
1501
1502 .
1503 \end_layout
1504
1505 \begin_layout Description
1506 Les
1507 \begin_inset space ~
1508 \end_inset
1509
1510 images
1511 \begin_inset space ~
1512 \end_inset
1513
1514 Vectorielles
1515 \begin_inset space ~
1516 \end_inset
1517
1518 (ou
1519 \begin_inset space ~
1520 \end_inset
1521
1522 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1523  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1524 nnée comme on le veut sans perte de précision.
1525  La possibilité de redimensionner les images est très utilisé pour les présentat
1526 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1527 nnement.
1528  Le redimensionnement permet aussi de présenter des documents en ligne où
1529  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1530  étudier les détails.
1531 \begin_inset Newline newline
1532 \end_inset
1533
1534 Les principaux formats vectoriels sont le SVG (
1535 \begin_inset Quotes eld
1536 \end_inset
1537
1538 Scalable Vector Graphics
1539 \begin_inset Quotes erd
1540 \end_inset
1541
1542 , extension
1543 \begin_inset Quotes eld
1544 \end_inset
1545
1546
1547 \family typewriter
1548 .svg
1549 \family default
1550
1551 \begin_inset Quotes erd
1552 \end_inset
1553
1554 )
1555 \begin_inset Index
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 SVG|see
1560 \begin_inset ERT
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564
1565 {
1566 \end_layout
1567
1568 \end_inset
1569
1570 Format d'image
1571 \begin_inset ERT
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575
1576 }
1577 \end_layout
1578
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585
1586 , l'EPS ( 
1587 \begin_inset Quotes eld
1588 \end_inset
1589
1590 encapsulated PostScript
1591 \begin_inset Quotes erd
1592 \end_inset
1593
1594 , extension
1595 \begin_inset Quotes eld
1596 \end_inset
1597
1598
1599 \family typewriter
1600 .eps
1601 \family default
1602
1603 \begin_inset Quotes erd
1604 \end_inset
1605
1606 )
1607 \begin_inset Index
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611 EPS|see
1612 \begin_inset ERT
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616
1617 {
1618 \end_layout
1619
1620 \end_inset
1621
1622 Format d'image
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 }
1629 \end_layout
1630
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637
1638 , le PDF (
1639 \begin_inset Quotes eld
1640 \end_inset
1641
1642 Portable Document Format
1643 \begin_inset Quotes erd
1644 \end_inset
1645
1646 , extension
1647 \begin_inset Quotes eld
1648 \end_inset
1649
1650
1651 \family typewriter
1652 .pdf
1653 \family default
1654
1655 \begin_inset Quotes erd
1656 \end_inset
1657
1658 )
1659 \begin_inset Index
1660 status collapsed
1661
1662 \begin_layout Plain Layout
1663 PDF|see
1664 \begin_inset ERT
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668
1669 {
1670 \end_layout
1671
1672 \end_inset
1673
1674 Format d'image
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 }
1681 \end_layout
1682
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \end_inset
1689
1690  et le WMF (
1691 \begin_inset Quotes eld
1692 \end_inset
1693
1694 Windows Metafile
1695 \begin_inset Quotes erd
1696 \end_inset
1697
1698 , extension 
1699 \begin_inset Quotes eld
1700 \end_inset
1701
1702
1703 \family typewriter
1704 .wfm
1705 \family default
1706
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710  ou 
1711 \begin_inset Quotes eld
1712 \end_inset
1713
1714
1715 \family typewriter
1716 .emf
1717 \family default
1718
1719 \begin_inset Quotes erd
1720 \end_inset
1721
1722 )
1723 \begin_inset Index
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 WMF|see
1728 \begin_inset ERT
1729 status collapsed
1730
1731 \begin_layout Plain Layout
1732
1733 {
1734 \end_layout
1735
1736 \end_inset
1737
1738 Formats d'images
1739 \begin_inset ERT
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743
1744 }
1745 \end_layout
1746
1747 \end_inset
1748
1749
1750 \end_layout
1751
1752 \end_inset
1753
1754 .
1755  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1756  en EPS, mais le résultat ne sera pas redimensionnable.
1757  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1758 \begin_inset Foot
1759 status open
1760
1761 \begin_layout Plain Layout
1762 Dans le cas du PDF l'image initiale est aussi compressée.
1763 \end_layout
1764
1765 \end_inset
1766
1767 .
1768 \end_layout
1769
1770 \begin_layout Standard
1771 Les fichiers PDF générés par 
1772 \family typewriter
1773 Adobe Photoshop
1774 \family default
1775 , par exemple, sont des images matricielles.
1776 \end_layout
1777
1778 \begin_layout Standard
1779 En principe il est quasiment impossible de convertir une image matricielle
1780  en graphique vectoriel, seul le contraire est possible.
1781
1782 \lang english
1783  
1784 \lang french
1785 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1786  dans respectivement un fichier de sortie PDF ou PostScript.
1787  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1788  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1789  WMF/SVG
1790 \begin_inset Formula $\to$
1791 \end_inset
1792
1793 PDF/EPS convenables.
1794 \end_layout
1795
1796 \begin_layout Chapter
1797 Tableaux
1798 \begin_inset CommandInset label
1799 LatexCommand label
1800 name "cha:Tableaux"
1801
1802 \end_inset
1803
1804
1805 \begin_inset Index
1806 status collapsed
1807
1808 \begin_layout Plain Layout
1809 Tableau
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \begin_layout Section
1818 Introduction
1819 \begin_inset Index
1820 status collapsed
1821
1822 \begin_layout Plain Layout
1823 Tableau ! Introduction
1824 \end_layout
1825
1826 \end_inset
1827
1828
1829 \end_layout
1830
1831 \begin_layout Standard
1832 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1833 \begin_inset Graphics
1834         filename ../../images/tabular-insert.png
1835         scale 85
1836         scaleBeforeRotation
1837
1838 \end_inset
1839
1840  soit 
1841 \family sans
1842 Insérer\SpecialChar \menuseparator
1843 Tableau
1844 \family default
1845 .
1846  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1847  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1848  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1849  sur un bouton de la souris pour valider votre choix.
1850  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1851  vous demandant le nombre de lignes et de colonnes.
1852 \begin_inset Newline newline
1853 \end_inset
1854
1855 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1856  une à droite de la colonne la plus à droite et une en bas de la rangée
1857  du bas, qui forment une boîte autour du tableau.
1858  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1859  apparaît séparée du reste du tableau.
1860  Voici un exemple :
1861 \end_layout
1862
1863 \begin_layout Standard
1864 \align center
1865 \begin_inset Tabular
1866 <lyxtabular version="3" rows="4" columns="4">
1867 <features>
1868 <column alignment="center" valignment="top" width="0">
1869 <column alignment="center" valignment="top" width="0">
1870 <column alignment="center" valignment="top" width="0">
1871 <column alignment="center" valignment="top" width="0">
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 1
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895 2
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 3
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 <row>
1911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 A
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 <row>
1949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 B
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1977 \begin_inset Text
1978
1979 \begin_layout Plain Layout
1980
1981 \end_layout
1982
1983 \end_inset
1984 </cell>
1985 </row>
1986 <row>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991 C
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Plain Layout
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2015 \begin_inset Text
2016
2017 \begin_layout Plain Layout
2018
2019 \end_layout
2020
2021 \end_inset
2022 </cell>
2023 </row>
2024 </lyxtabular>
2025
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \begin_layout Section
2032 La fenêtre 
2033 \family sans
2034 Tableau
2035 \family default
2036
2037 \begin_inset Index
2038 status collapsed
2039
2040 \begin_layout Plain Layout
2041 Tableau ! Fenêtre de dialogue
2042 \end_layout
2043
2044 \end_inset
2045
2046
2047 \end_layout
2048
2049 \begin_layout Standard
2050 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2051  de la souris, ce qui fait apparaître une fenêtre avec des options.
2052  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2053  la colonne et la ligne dans laquelle le curseur se trouve.
2054  La plupart des options peuvent s'appliquer à des sélections.
2055  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2056  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2057  votre sélection.
2058  Notez qu'il y a une différence entre sélectionner le 
2059 \emph on
2060 contenu 
2061 \emph default
2062 d'une cellule et sélectionner la cellule elle-même.
2063  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2064  tableaux :
2065 \end_layout
2066
2067 \begin_layout Description
2068 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2069  la largeur de la colonne courante.
2070  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2071  vertical de la ligne courante.
2072  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2073  et donc, plusieurs paragraphes de texte, voir la section
2074 \begin_inset space ~
2075 \end_inset
2076
2077
2078 \begin_inset CommandInset ref
2079 LatexCommand ref
2080 reference "sub:Lignes-multiple-dans-cellule"
2081
2082 \end_inset
2083
2084 .
2085  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2086  pour accommoder le contenu de cellule le plus large.
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2091  un multicolonne, voir la section
2092 \begin_inset space ~
2093 \end_inset
2094
2095
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "sub:Multicolonnes"
2099
2100 \end_inset
2101
2102 .
2103 \begin_inset Newline newline
2104 \end_inset
2105
2106 L'option 
2107 \family sans
2108 Tourner
2109 \begin_inset space ~
2110 \end_inset
2111
2112 la
2113 \begin_inset space ~
2114 \end_inset
2115
2116 case
2117 \begin_inset space ~
2118 \end_inset
2119
2120 de
2121 \begin_inset space ~
2122 \end_inset
2123
2124 90°
2125 \family default
2126  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2127  L'option 
2128 \family sans
2129 Tourner
2130 \begin_inset space ~
2131 \end_inset
2132
2133 le
2134 \begin_inset space ~
2135 \end_inset
2136
2137 tableau
2138 \begin_inset space ~
2139 \end_inset
2140
2141 de
2142 \begin_inset space ~
2143 \end_inset
2144
2145 90°
2146 \family default
2147  fait pivoter tout le tableau.
2148  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2149  la sortie finale.
2150 \begin_inset Newline newline
2151 \end_inset
2152
2153
2154 \begin_inset Note Greyedout
2155 status open
2156
2157 \begin_layout Plain Layout
2158
2159 \series bold
2160 Note:
2161 \series default
2162  La plupart des visualiseurs DVI ne sont 
2163 \emph on
2164 pas
2165 \emph default
2166  capables d'afficher ces rotations.
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \lang english
2173
2174 \begin_inset Newline newline
2175 \end_inset
2176
2177
2178 \lang french
2179 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2180  spéciales pour le tableau, voir les sections
2181 \begin_inset space ~
2182 \end_inset
2183
2184
2185 \begin_inset CommandInset ref
2186 LatexCommand ref
2187 reference "sub:Calculs-multicolonnes"
2188
2189 \end_inset
2190
2191  et 
2192 \begin_inset CommandInset ref
2193 LatexCommand ref
2194 reference "sec:Tableaux-Colorés"
2195
2196 \end_inset
2197
2198 .
2199 \end_layout
2200
2201 \begin_layout Description
2202
2203 \family sans
2204 Bordures
2205 \family default
2206  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2207  ou la colonne courante.
2208  
2209 \begin_inset Newline newline
2210 \end_inset
2211
2212 En utilisant le style 
2213 \family sans
2214 Formel
2215 \family default
2216  à la place du style par 
2217 \family sans
2218 Défaut
2219 \family default
2220  va convertir le tableau en tableau formel comme on le décrit dans la section
2221 \begin_inset space ~
2222 \end_inset
2223
2224
2225 \begin_inset CommandInset ref
2226 LatexCommand ref
2227 reference "sec:Tableaux-Formels"
2228
2229 \end_inset
2230
2231 .
2232 \begin_inset Newline newline
2233 \end_inset
2234
2235 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2236  dans les lignes du tableau comme c'est décrit dans la section
2237 \begin_inset space ~
2238 \end_inset
2239
2240
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "sub:Espacement-lignes"
2244
2245 \end_inset
2246
2247 .
2248 \end_layout
2249
2250 \begin_layout Description
2251 Tableau
2252 \begin_inset space ~
2253 \end_inset
2254
2255 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2256  un 
2257 \begin_inset Quotes eld
2258 \end_inset
2259
2260
2261 \emph on
2262 tableau long
2263 \emph default
2264
2265 \begin_inset Quotes erd
2266 \end_inset
2267
2268  qui peut continuer sur plusieurs pages.
2269  Les sections
2270 \begin_inset space ~
2271 \end_inset
2272
2273
2274 \begin_inset CommandInset ref
2275 LatexCommand ref
2276 reference "sec:Tableaux-longs"
2277
2278 \end_inset
2279
2280  et 
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "sec:Questions-sur-tableaux-longs"
2284
2285 \end_inset
2286
2287  décrivent ces tableaux longs plus en détail.
2288 \end_layout
2289
2290 \begin_layout Standard
2291 Quand la barre d'outils tableau est activée
2292 \begin_inset Note Note
2293 status open
2294
2295 \begin_layout Plain Layout
2296 ou la fenêtre ?
2297 \end_layout
2298
2299 \end_inset
2300
2301 , vous pouvez déplacer le curseur de cellule en cellule avec les touches
2302  de déplacement et voir s'afficher les propriétés de la cellule courante
2303  dans la fenêtre de dialogue.
2304 \end_layout
2305
2306 \begin_layout Section
2307 La barre d'outils tableau
2308 \begin_inset Index
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312 Tableau ! Barre d'outils
2313 \end_layout
2314
2315 \end_inset
2316
2317
2318 \end_layout
2319
2320 \begin_layout Standard
2321 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2322  permet de modifier plus rapidement les tableaux.
2323  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2324  le curseur se trouve à l'intérieur d'un tableau.
2325  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2326  au menu 
2327 \family sans
2328 Visualiser\SpecialChar \menuseparator
2329 Barres
2330 \begin_inset space ~
2331 \end_inset
2332
2333 d'outils\SpecialChar \menuseparator
2334 Tableau
2335 \family default
2336 .
2337 \end_layout
2338
2339 \begin_layout Standard
2340 La barre d'outils contient les icônes suivantes :
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_append-row.png
2347         scaleBeforeRotation
2348
2349 \end_inset
2350
2351  ajoute une ligne sous la cellule ou la sélection courante
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_append-column.png
2358         scaleBeforeRotation
2359
2360 \end_inset
2361
2362  ajoute une colonne à la droite de la cellule ou de la sélection courante
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Graphics
2368         filename ../../images/tabular-feature_delete-row.png
2369         scaleBeforeRotation
2370
2371 \end_inset
2372
2373  supprime la ligne ou la sélection courante
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Graphics
2379         filename ../../images/tabular-feature_delete-column.png
2380         scaleBeforeRotation
2381
2382 \end_inset
2383
2384  supprime la colonne ou la sélection courante
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../../images/tabular-feature_toggle-line-top.png
2391         scaleBeforeRotation
2392
2393 \end_inset
2394
2395  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2396  courante
2397 \end_layout
2398
2399 \begin_layout Labeling
2400 \labelwidthstring 00.00.0000
2401 \begin_inset Graphics
2402         filename ../../images/tabular-feature_toggle-line-bottom.png
2403         scaleBeforeRotation
2404
2405 \end_inset
2406
2407  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2408 \end_layout
2409
2410 \begin_layout Labeling
2411 \labelwidthstring 00.00.0000
2412 \begin_inset Graphics
2413         filename ../../images/tabular-feature_toggle-line-left.png
2414         scaleBeforeRotation
2415
2416 \end_inset
2417
2418  ajoute une ligne sur le côté gauche de la cellule, de ligne 
2419 \begin_inset Note Note
2420 status collapsed
2421
2422 \begin_layout Plain Layout
2423 ou colonne ?
2424 \end_layout
2425
2426 \end_inset
2427
2428  ou de la sélection courante
2429 \end_layout
2430
2431 \begin_layout Labeling
2432 \labelwidthstring 00.00.0000
2433 \begin_inset Graphics
2434         filename ../../images/tabular-feature_toggle-line-right.png
2435         scaleBeforeRotation
2436
2437 \end_inset
2438
2439  ajoute une ligne sur le côté droit de la cellule, de ligne 
2440 \begin_inset Note Note
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 ou colonne ?
2445 \end_layout
2446
2447 \end_inset
2448
2449  ou de la sélection courante
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Graphics
2455         filename ../../images/tabular-feature_set-all-lines.png
2456         scaleBeforeRotation
2457
2458 \end_inset
2459
2460  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2461  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2462  colonne et la ligne courante
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Graphics
2468         filename ../../images/tabular-feature_unset-all-lines.png
2469         scaleBeforeRotation
2470
2471 \end_inset
2472
2473  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2474  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2475  aussi la colonne et la ligne courante
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480 \begin_inset Graphics
2481         filename ../../images/tabular-feature_align-left.png
2482         scaleBeforeRotation
2483
2484 \end_inset
2485
2486  aligne à gauche le contenu de la cellule ou de la colonne courante
2487 \end_layout
2488
2489 \begin_layout Labeling
2490 \labelwidthstring 00.00.0000
2491 \begin_inset Graphics
2492         filename ../../images/tabular-feature_align-center.png
2493         scaleBeforeRotation
2494
2495 \end_inset
2496
2497  centre horizontalement le contenu de la cellule ou de la colonne courante
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Graphics
2503         filename ../../images/tabular-feature_align-right.png
2504         scaleBeforeRotation
2505
2506 \end_inset
2507
2508  aligne à droite le contenu de la cellule ou de la colonne courante
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513 \begin_inset Graphics
2514         filename ../../images/tabular-feature_valign-top.png
2515         scaleBeforeRotation
2516
2517 \end_inset
2518
2519  aligne le contenu de la cellule courante verticalement vers le haut
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Graphics
2525         filename ../../images/tabular-feature_valign-middle.png
2526         scaleBeforeRotation
2527
2528 \end_inset
2529
2530  centre verticalement le contenu de la cellule courante
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Graphics
2536         filename ../../images/tabular-feature_valign-bottom.png
2537         scaleBeforeRotation
2538
2539 \end_inset
2540
2541  aligne le contenu de la cellule courante verticalement vers le bas
2542 \end_layout
2543
2544 \begin_layout Labeling
2545 \labelwidthstring 00.00.0000
2546 \begin_inset Graphics
2547         filename ../../images/tabular-feature_set-rotate-cell.png
2548         scaleBeforeRotation
2549
2550 \end_inset
2551
2552  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2553 re
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558 \begin_inset Graphics
2559         filename ../../images/tabular-feature_set-rotate-tabular.png
2560         scaleBeforeRotation
2561
2562 \end_inset
2563
2564  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569 \begin_inset Graphics
2570         filename ../../images/tabular-feature_multicolumn.png
2571         scaleBeforeRotation
2572
2573 \end_inset
2574
2575  transforme en multi-colonne la cellule ou la sélection courante
2576 \end_layout
2577
2578 \begin_layout Standard
2579 \begin_inset Note Greyedout
2580 status open
2581
2582 \begin_layout Plain Layout
2583
2584 \series bold
2585 Note :
2586 \series default
2587  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2588  est utilisé pour toutes les autres cellules de la ligne.
2589 \end_layout
2590
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \begin_layout Section
2597 Le Menu Éditer Tableau
2598 \begin_inset Index
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Tableau ! Menu Éditer
2603 \end_layout
2604
2605 \end_inset
2606
2607
2608 \end_layout
2609
2610 \begin_layout Standard
2611 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2612  
2613 \family sans
2614 Éditer\SpecialChar \menuseparator
2615 Tableau
2616 \family default
2617  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2618  ou de la ligne courante et aussi de transformer la sélection courante en
2619  multi-colonne.
2620  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2621 \end_layout
2622
2623 \begin_layout Section
2624 Flottant de Tableau
2625 \begin_inset CommandInset label
2626 LatexCommand label
2627 name "sec:Table-Floats"
2628
2629 \end_inset
2630
2631
2632 \begin_inset Index
2633 status collapsed
2634
2635 \begin_layout Plain Layout
2636 Flottants ! Tableaux
2637 \end_layout
2638
2639 \end_inset
2640
2641
2642 \begin_inset Index
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 Tableau ! Flottants
2647 \end_layout
2648
2649 \end_inset
2650
2651
2652 \end_layout
2653
2654 \begin_layout Standard
2655 Pour des explications générales sur les flottants, jetez un œil à la section
2656 \begin_inset space ~
2657 \end_inset
2658
2659
2660 \begin_inset CommandInset ref
2661 LatexCommand ref
2662 reference "sec:Flottants-Introduction"
2663
2664 \end_inset
2665
2666 .
2667 \end_layout
2668
2669 \begin_layout Standard
2670 \begin_inset Float table
2671 placement h
2672 wide false
2673 sideways false
2674 status open
2675
2676 \begin_layout Plain Layout
2677 \begin_inset Caption
2678
2679 \begin_layout Plain Layout
2680 \begin_inset CommandInset label
2681 LatexCommand label
2682 name "tab:Flottant-de-tableau"
2683
2684 \end_inset
2685
2686 Un flottant de tableau.
2687 \end_layout
2688
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \begin_layout Plain Layout
2695 \align center
2696 \begin_inset Tabular
2697 <lyxtabular version="3" rows="3" columns="3">
2698 <features>
2699 <column alignment="center" valignment="top" width="0pt">
2700 <column alignment="center" valignment="top" width="0pt">
2701 <column alignment="center" valignment="top" width="0pt">
2702 <row>
2703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Plain Layout
2707 1
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716 2
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725 3
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736 Jules
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745 Marie
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754 Jean
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 </row>
2760 <row>
2761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765 \begin_inset Formula $\int x^{2}dx$
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777 \begin_inset Formula $\left[\begin{array}{cc}
2778 a & b\\
2779 c & d\end{array}\right]$
2780 \end_inset
2781
2782
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791 \begin_inset Formula $1+1=2$
2792 \end_inset
2793
2794
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 </row>
2800 </lyxtabular>
2801
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \begin_layout Standard
2813 Les flottants de tableau sont insérés en utilisant le menu 
2814 \family sans
2815 Insérer\SpecialChar \menuseparator
2816 Flottant\SpecialChar \menuseparator
2817 Tableau
2818 \family default
2819  ou le bouton 
2820 \begin_inset Graphics
2821         filename ../../images/float-insert_table.png
2822         scale 85
2823         scaleBeforeRotation
2824
2825 \end_inset
2826
2827  de la barre d'outils.
2828 \end_layout
2829
2830 \begin_layout Standard
2831 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2832  qui a comme étiquette 
2833 \begin_inset Quotes eld
2834 \end_inset
2835
2836 Tableau
2837 \begin_inset space ~
2838 \end_inset
2839
2840 #:
2841 \begin_inset Quotes erd
2842 \end_inset
2843
2844  (où # est le numéro du tableau).
2845  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2846 \end_layout
2847
2848 \begin_layout Standard
2849 Le tableau
2850 \begin_inset space ~
2851 \end_inset
2852
2853
2854 \begin_inset CommandInset ref
2855 LatexCommand ref
2856 reference "tab:Flottant-de-tableau"
2857
2858 \end_inset
2859
2860  est un exemple de tableau dans un flottant de tableau.
2861 \end_layout
2862
2863 \begin_layout Standard
2864 On met habituellement la légende au dessus des tableaux, mais cette règle
2865  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2866  Cela signifie que si vous utilisez un document appartenant aux classes
2867  
2868 \family sans
2869 article
2870 \family default
2871
2872 \family sans
2873 book
2874 \family default
2875
2876 \family sans
2877 letter
2878 \family default
2879 , ou
2880 \family sans
2881  report
2882 \family default
2883  il n'y aura pas d'espace entre la légende et le tableau.
2884  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2885  la commande de chargement du paquetage LaTeX 
2886 \series bold
2887 caption
2888 \series default
2889
2890 \begin_inset Index
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894 Paquetages LaTeX ! caption
2895 \end_layout
2896
2897 \end_inset
2898
2899  dans le préambule de votre document.
2900 \begin_inset Foot
2901 status open
2902
2903 \begin_layout Plain Layout
2904 Pour plus d'information voyez la section
2905 \begin_inset space ~
2906 \end_inset
2907
2908
2909 \begin_inset CommandInset ref
2910 LatexCommand ref
2911 reference "sec:Placement-légende"
2912
2913 \end_inset
2914
2915 .
2916 \end_layout
2917
2918 \end_inset
2919
2920 :
2921 \end_layout
2922
2923 \begin_layout Standard
2924
2925 \series bold
2926 tableposition=top
2927 \end_layout
2928
2929 \begin_layout Standard
2930 Le paquetage 
2931 \series bold
2932 caption
2933 \series default
2934 , qui est décrit dans la section
2935 \begin_inset space ~
2936 \end_inset
2937
2938
2939 \begin_inset CommandInset ref
2940 LatexCommand ref
2941 reference "sec:Formatage-légende"
2942
2943 \end_inset
2944
2945 , est utilisé pour ajuster le format des légendes.
2946 \end_layout
2947
2948 \begin_layout Standard
2949 Dans le texte, on fait référence à un tableau
2950 \begin_inset Index
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954 Références ! à un Tableau
2955 \end_layout
2956
2957 \end_inset
2958
2959  en faisant référence à sa légende.
2960  On insère donc une étiquette dans la légende en utilisant le menu 
2961 \family sans
2962 Insérer
2963 \family default
2964 \SpecialChar \menuseparator
2965
2966 \family sans
2967 Étiquette
2968 \family default
2969  ou le bouton 
2970 \begin_inset Graphics
2971         filename ../../images/label-insert.png
2972         scale 85
2973         scaleBeforeRotation
2974
2975 \end_inset
2976
2977  de la barre d'outils.
2978  On peut alors faire référence à cette étiquette en utilisant le menu 
2979 \family sans
2980 Insérer\SpecialChar \menuseparator
2981 Référence
2982 \begin_inset space ~
2983 \end_inset
2984
2985 croisée
2986 \family default
2987  ou le bouton 
2988 \begin_inset Graphics
2989         filename ../../images/dialog-show-new-inset_ref.png
2990         scale 85
2991         scaleBeforeRotation
2992
2993 \end_inset
2994
2995  de la barre d'outils.
2996 \begin_inset Newline newline
2997 \end_inset
2998
2999 Les références croisées sont expliquées en détail dans la section
3000 \begin_inset space ~
3001 \end_inset
3002
3003
3004 \begin_inset CommandInset ref
3005 LatexCommand ref
3006 reference "sec:Referencer-les-Flottants"
3007
3008 \end_inset
3009
3010 .
3011 \end_layout
3012
3013 \begin_layout Section
3014 Tableaux Longs
3015 \begin_inset CommandInset label
3016 LatexCommand label
3017 name "sec:Tableaux-longs"
3018
3019 \end_inset
3020
3021
3022 \begin_inset Index
3023 status collapsed
3024
3025 \begin_layout Plain Layout
3026 Tableaux longs
3027 \end_layout
3028
3029 \end_inset
3030
3031
3032 \begin_inset Index
3033 status collapsed
3034
3035 \begin_layout Plain Layout
3036 Tableau ! Tableaux longs
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \begin_layout Standard
3045 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3046  l'option 
3047 \family sans
3048 Utiliser
3049 \begin_inset space ~
3050 \end_inset
3051
3052 les
3053 \begin_inset space ~
3054 \end_inset
3055
3056 tableaux
3057 \begin_inset space ~
3058 \end_inset
3059
3060 longs
3061 \family default
3062  de l'onglet 
3063 \family sans
3064 Tableau
3065 \begin_inset space ~
3066 \end_inset
3067
3068 long
3069 \family default
3070  de la fenêtre 
3071 \family sans
3072 Paramètres
3073 \begin_inset space ~
3074 \end_inset
3075
3076 du
3077 \begin_inset space ~
3078 \end_inset
3079
3080 tableau
3081 \family default
3082  pour le répartir automatiquement sur plusieurs pages.
3083  En cochant cette option, vous activez un certain nombre de cases d'option
3084  et vous pouvez alors définir:
3085 \end_layout
3086
3087 \begin_layout Description
3088 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3089  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3090  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3091  première page, si 
3092 \family sans
3093 Premier
3094 \begin_inset space ~
3095 \end_inset
3096
3097 en-tête
3098 \family default
3099  est défini.
3100  Ces lignes forment l'en-tête principal.
3101 \end_layout
3102
3103 \begin_layout Description
3104 Premier
3105 \begin_inset space ~
3106 \end_inset
3107
3108 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3109  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3110  d'en-tête utilisées pour la première page du tableau long.
3111 \end_layout
3112
3113 \begin_layout Description
3114 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3115  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3116  constituant les pieds de toutes les pages du tableau long ; sauf de la
3117  dernière page si 
3118 \family sans
3119 Dernier
3120 \begin_inset space ~
3121 \end_inset
3122
3123 pied
3124 \family default
3125  est défini.
3126 \end_layout
3127
3128 \begin_layout Description
3129 Dernier
3130 \begin_inset space ~
3131 \end_inset
3132
3133 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3134  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3135  constituant le pied de la dernière page du tableau long
3136 \end_layout
3137
3138 \begin_layout Standard
3139 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3140  Si vous activez plusieurs options pour une même ligne, vous devez être
3141  conscients que seule la première sera prise en compte.
3142  
3143 \begin_inset Note Note
3144 status collapsed
3145
3146 \begin_layout Plain Layout
3147 Il y a quelque chose que je n'ai pas compris : la deuxième option serait
3148  mise automatiquement à 
3149 \begin_inset Quotes eld
3150 \end_inset
3151
3152 est vide
3153 \begin_inset Quotes erd
3154 \end_inset
3155
3156 ...(NdT)
3157 \end_layout
3158
3159 \end_inset
3160
3161 Dans ce contexte, première veut dire première en suivant l'ordre 
3162 \family sans
3163 Pied, Dernier
3164 \begin_inset space ~
3165 \end_inset
3166
3167 Pied, 
3168 \family default
3169 et
3170 \family sans
3171  En-tête, Premier
3172 \begin_inset space ~
3173 \end_inset
3174
3175 En-tête
3176 \family default
3177 .
3178  Voyez le tableau long qui suit pour voir comment ça marche :
3179 \end_layout
3180
3181 \begin_layout Standard
3182 \align center
3183 \begin_inset Tabular
3184 <lyxtabular version="3" rows="69" columns="3">
3185 <features islongtable="true">
3186 <column alignment="left" valignment="top" width="0cm">
3187 <column alignment="left" valignment="top" width="0pt">
3188 <column alignment="right" valignment="top" width="0pt">
3189 <row endfirsthead="true">
3190 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \series bold
3196 Exemple d'annuaire téléphonique (ignorez les noms)
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row endfirsthead="true">
3221 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \series bold
3227 NOM
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 TEL.
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row endhead="true">
3254 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \series bold
3260 Exemple d'annuaire téléphonique
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row endhead="true">
3285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 NOM
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 TEL.
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row endfoot="true">
3318 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322  continue page suivante
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Annovi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Silvia
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Bertoli
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Stefano
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Bozzi
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Walter
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Cachia
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Maria
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Cachia
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Maurizio
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Cinquemani
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Giusi
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Colin
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Bernard
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Concli
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Gianfranco
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Dal Bosco
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Carolina
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Dalpiaz
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Annamaria
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Feliciello
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Domenico
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Focarelli
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Paola
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Galletti
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Oreste
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Gasparini
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Franca
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Rizzardi
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Paola
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Lassini
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Giancarlo
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Malfatti
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Luciano
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Malfatti
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Valeriano
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Meneguzzo
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Roberto
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Mezzadra
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Roberto
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Pirpamer
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Erich
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Pochiesa
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Paolo
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111, 222
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Radina
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Claudio
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Stuffer
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Oskar
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Tacchelli
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Ugo
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Tezzele
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Margit
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Unterkalmsteiner
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Frieda
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Vieider
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Hilde
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Vigna
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Jürgen
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Weber
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Maurizio
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 111
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Winkler
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Franz
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 111
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312  
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Annovi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Silvia
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Bertoli
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Stefano
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Bozzi
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Walter
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Cachia
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Maria
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Cachia
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Maurizio
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Cinquemani
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Giusi
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Colin
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Bernard
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Concli
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Gianfranco
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Dal Bosco
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Carolina
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Dalpiaz
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Annamaria
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Feliciello
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Domenico
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Focarelli
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Paola
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Galletti
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Oreste
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Gasparini
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Franca
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Rizzardi
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Paola
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Lassini
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Giancarlo
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Malfatti
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Luciano
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Malfatti
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Valeriano
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Meneguzzo
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Roberto
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Mezzadra
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Roberto
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Pirpamer
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Erich
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Pochiesa
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Paolo
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555, 222
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Radina
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Claudio
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Stuffer
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Oskar
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Tacchelli
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Ugo
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Tezzele
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Margit
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Unterkalmsteiner
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Frieda
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 555
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Vieider
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Hilde
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Vigna
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Jürgen
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 999
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row>
5236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \series bold
5242 Weber
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Maurizio
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 555
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \series bold
5273 Winkler
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 Franz
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 555
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row endlastfoot="true">
5298 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 Fin
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 </lyxtabular>
5327
5328 \end_inset
5329
5330
5331 \begin_inset ERT
5332 status open
5333
5334 \begin_layout Plain Layout
5335
5336
5337 \backslash
5338 addtocounter{table}{-1}
5339 \end_layout
5340
5341 \end_inset
5342
5343
5344 \begin_inset Note Note
5345 status open
5346
5347 \begin_layout Plain Layout
5348 Voyez la note grisée de la section
5349 \begin_inset space ~
5350 \end_inset
5351
5352
5353 \begin_inset CommandInset ref
5354 LatexCommand ref
5355 reference "sub:Tableaux-longs-légende"
5356
5357 \end_inset
5358
5359  pour une explication de cette commande.
5360 \end_layout
5361
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \begin_layout Subsection
5368 Notes de Bas de Page dans les Tableaux Longs
5369 \begin_inset CommandInset label
5370 LatexCommand label
5371 name "sub:Notes-dans-tableau-long"
5372
5373 \end_inset
5374
5375
5376 \begin_inset Index
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Tableaux longs ! Notes de bas de page
5381 \end_layout
5382
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5390  long.
5391  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5392  contenant la note.
5393  Par exemple le tableau
5394 \begin_inset space ~
5395 \end_inset
5396
5397
5398 \begin_inset CommandInset ref
5399 LatexCommand ref
5400 reference "tab:Légendes-tableau-différentes"
5401
5402 \end_inset
5403
5404  a une note de bas de page.
5405 \end_layout
5406
5407 \begin_layout Subsection
5408 Alignement des Tableaux Longs
5409 \begin_inset Index
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413 Tableaux longs ! Alignement
5414 \end_layout
5415
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Standard
5422 Par défaut les Tableaux Longs sont centrés.
5423  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5424  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5425  de dialogue.
5426  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5427  des longueurs 
5428 \series bold
5429
5430 \backslash
5431 LTleft 
5432 \series default
5433 et 
5434 \series bold
5435
5436 \backslash
5437 LTright
5438 \series default
5439  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5440  concerné :
5441 \end_layout
5442
5443 \begin_layout Standard
5444
5445 \series bold
5446
5447 \backslash
5448 setlength{
5449 \backslash
5450 LTleft}{valeur}
5451 \end_layout
5452
5453 \begin_layout Standard
5454 Où 
5455 \series bold
5456 valeur
5457 \series default
5458  peut avoir n'importe laquelle des unités listées dans le tableau
5459 \begin_inset space ~
5460 \end_inset
5461
5462
5463 \begin_inset CommandInset ref
5464 LatexCommand ref
5465 reference "cha:Unités-de-longueur"
5466
5467 \end_inset
5468
5469 .
5470  
5471 \series bold
5472
5473 \backslash
5474 LTleft
5475 \series default
5476  contrôle la distance horizontale entre le bord gauche de la page et le
5477  tableau, et
5478 \series bold
5479  
5480 \backslash
5481 LTright
5482 \series default
5483  la distance au bord droit.
5484  La valeur par défaut des ces deux distances est 
5485 \series bold
5486
5487 \backslash
5488 fill
5489 \series default
5490 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5491 \end_layout
5492
5493 \begin_layout Standard
5494 Le tableau long suivant a été aligné à gauche en mettant 
5495 \series bold
5496
5497 \backslash
5498 LTleft
5499 \series default
5500  à 0
5501 \begin_inset space \thinspace{}
5502 \end_inset
5503
5504 pt.
5505 \begin_inset ERT
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509
5510
5511 \backslash
5512 setlength{
5513 \backslash
5514 LTleft}{0pt}
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Standard
5523 \begin_inset Tabular
5524 <lyxtabular version="3" rows="5" columns="5">
5525 <features islongtable="true">
5526 <column alignment="center" valignment="top" width="0">
5527 <column alignment="center" valignment="top" width="0">
5528 <column alignment="center" valignment="top" width="0">
5529 <column alignment="center" valignment="top" width="0">
5530 <column alignment="center" valignment="top" width="0">
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 1
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 2
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 3
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 4
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 5
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 asd
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 s
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 s
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 s
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 asd
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 asd
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 s
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 asd
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \begin_inset ERT
5772 status collapsed
5773
5774 \begin_layout Plain Layout
5775
5776
5777 \backslash
5778 setlength{
5779 \backslash
5780 LTleft}{
5781 \backslash
5782 fill}
5783 \end_layout
5784
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \begin_layout Subsection
5791 Légendes et Tableaux longs
5792 \begin_inset Index
5793 status collapsed
5794
5795 \begin_layout Plain Layout
5796 Tableaux longs ! Légendes
5797 \end_layout
5798
5799 \end_inset
5800
5801
5802 \begin_inset CommandInset label
5803 LatexCommand label
5804 name "sub:Tableaux-longs-légende"
5805
5806 \end_inset
5807
5808
5809 \end_layout
5810
5811 \begin_layout Standard
5812 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5813  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5814  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5815  Longs.
5816 \end_layout
5817
5818 \begin_layout Standard
5819 Comme LyX ne gère pas complètement les légendes dans les Tableaux Longs,
5820  on doit bricoler un peu pour les créer :
5821 \end_layout
5822
5823 \begin_layout Enumerate
5824 Créez
5825 \family sans
5826  
5827 \family default
5828 un Tableau Long.
5829 \end_layout
5830
5831 \begin_layout Enumerate
5832 Sélectionnez sa première ligne et désactivez sa ligne de bordure du haut.
5833 \end_layout
5834
5835 \begin_layout Enumerate
5836 Insérez la légende dans la première cellule du tableau en utilisant le menu
5837 \family sans
5838  Insérer\SpecialChar \menuseparator
5839 Légende
5840 \family default
5841  .
5842 \begin_inset Newline newline
5843 \end_inset
5844
5845 Vous pouvez aussi ajouter un titre court pour la légende qui apparaîtra
5846  dans la Liste des Figures à la place de la légende complète.
5847 \end_layout
5848
5849 \begin_layout Enumerate
5850 Insérez 
5851 \begin_inset Quotes eld
5852 \end_inset
5853
5854
5855 \series bold
5856
5857 \backslash
5858
5859 \backslash
5860 %
5861 \series default
5862
5863 \begin_inset Quotes erd
5864 \end_inset
5865
5866  en tant que code LaTeX après la légende.
5867 \end_layout
5868
5869 \begin_layout Standard
5870 Le 
5871 \series bold
5872
5873 \backslash
5874
5875 \backslash
5876 %
5877 \series default
5878  placé après le texte de la légende supprime les lignes verticales entre
5879  les cellules suivantes de cette ligne.
5880  La première ligne de notre tableau est une fausse ligne qui sert à mettre
5881  la légende, le tableau commence réellement à la deuxième ligne.
5882 \end_layout
5883
5884 \begin_layout Standard
5885 Voici un petit Tableau Long pour voir comment ça marche :
5886 \end_layout
5887
5888 \begin_layout Standard
5889 \begin_inset Tabular
5890 <lyxtabular version="3" rows="6" columns="5">
5891 <features islongtable="true">
5892 <column alignment="center" valignment="top" width="0">
5893 <column alignment="center" valignment="top" width="0">
5894 <column alignment="center" valignment="top" width="0">
5895 <column alignment="center" valignment="top" width="0">
5896 <column alignment="center" valignment="top" width="0">
5897 <row caption="true">
5898 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 \begin_inset Caption
5903
5904 \begin_layout Plain Layout
5905 Tableau Long avec une légende
5906 \begin_inset OptArg
5907 status open
5908
5909 \begin_layout Plain Layout
5910 Tableau long
5911 \end_layout
5912
5913 \end_inset
5914
5915
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 <row>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 1
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 2
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 3
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 4
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 5
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 </row>
6009 <row>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 s
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 s
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 s
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 asd
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 s
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 s
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 s
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 asd
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 s
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 s
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 s
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 asd
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 asd
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 asd
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 </lyxtabular>
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \begin_layout Standard
6205 \begin_inset VSpace medskip
6206 \end_inset
6207
6208
6209 \begin_inset Note Greyedout
6210 status open
6211
6212 \begin_layout Plain Layout
6213
6214 \series bold
6215 Note:
6216 \series default
6217  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6218  n'avez pas prévu de légende.
6219  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6220 \begin_inset space ~
6221 \end_inset
6222
6223 2.4 suit le tableau
6224 \begin_inset space ~
6225 \end_inset
6226
6227 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6228  sans légende.
6229  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6230  après chaque tableau long sans légende :
6231 \end_layout
6232
6233 \begin_layout Plain Layout
6234
6235 \series bold
6236
6237 \backslash
6238 addtocounter{table}{-1}
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247 \begin_inset Note Greyedout
6248 status open
6249
6250 \begin_layout Plain Layout
6251
6252 \series bold
6253 Note:
6254 \series default
6255  Si vous utilisez le paquetage LaTeX 
6256 \series bold
6257 hyperref
6258 \series default
6259
6260 \begin_inset Index
6261 status collapsed
6262
6263 \begin_layout Plain Layout
6264 Paquetages LaTeX ! hyperref
6265 \end_layout
6266
6267 \end_inset
6268
6269  pour transformer vos références croisées en liens, le lien vers un tableau
6270  long pointera toujours sur le début du document.
6271 \end_layout
6272
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \begin_layout Standard
6279 \begin_inset Newpage newpage
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Subsubsection
6286 Références à des tableaux longs
6287 \begin_inset Index
6288 status collapsed
6289
6290 \begin_layout Plain Layout
6291 Tableaux longs ! Références
6292 \end_layout
6293
6294 \end_inset
6295
6296
6297 \end_layout
6298
6299 \begin_layout Standard
6300 \begin_inset Tabular
6301 <lyxtabular version="3" rows="6" columns="5">
6302 <features islongtable="true">
6303 <column alignment="center" valignment="top" width="0">
6304 <column alignment="center" valignment="top" width="0">
6305 <column alignment="center" valignment="top" width="0">
6306 <column alignment="center" valignment="top" width="0">
6307 <column alignment="center" valignment="top" width="0">
6308 <row caption="true">
6309 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 \begin_inset Caption
6314
6315 \begin_layout Plain Layout
6316 Tableau long référencé
6317 \begin_inset CommandInset label
6318 LatexCommand label
6319 name "tab:RefExemple"
6320
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 </row>
6370 <row>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 1
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 2
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 3
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 4
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 5
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 </row>
6417 <row>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 s
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 s
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 s
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 asd
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 </row>
6464 <row>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 asd
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 s
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 s
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 s
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 asd
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 </row>
6511 <row>
6512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 asd
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 s
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 s
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 s
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 asd
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 </row>
6558 <row>
6559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 asd
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 sad
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 asd
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 asd
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 asd
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 </row>
6605 </lyxtabular>
6606
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \begin_layout Standard
6613 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6614  dans sa légende.
6615  Notez qu'il faut ajouter le préfixe 
6616 \begin_inset Quotes eld
6617 \end_inset
6618
6619
6620 \emph on
6621 tab:
6622 \emph default
6623
6624 \begin_inset Quotes erd
6625 \end_inset
6626
6627  manuellement dans le champ de l'étiquette.
6628 \end_layout
6629
6630 \begin_layout Standard
6631 Ceci est une référence au tableau
6632 \begin_inset space ~
6633 \end_inset
6634
6635
6636 \begin_inset CommandInset ref
6637 LatexCommand ref
6638 reference "tab:RefExemple"
6639
6640 \end_inset
6641
6642 .
6643 \end_layout
6644
6645 \begin_layout Standard
6646 La mise en forme de la légende peut être ajustée avec celle de toutes les
6647  autres légendes de votre document en utilisant le paquetage LaTeX 
6648 \series bold
6649 caption
6650 \series default
6651
6652 \begin_inset Index
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 Paquetages LaTeX ! caption
6657 \end_layout
6658
6659 \end_inset
6660
6661 , voir la section
6662 \begin_inset space ~
6663 \end_inset
6664
6665
6666 \begin_inset CommandInset ref
6667 LatexCommand ref
6668 reference "sec:Formatage-légende"
6669
6670 \end_inset
6671
6672 .
6673 \end_layout
6674
6675 \begin_layout Subsubsection
6676 Largeur de la légende
6677 \begin_inset Index
6678 status collapsed
6679
6680 \begin_layout Plain Layout
6681 Tableaux longs ! Largeur de la légende
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 La largeur maximale des lignes de légende est définie par la longueur 
6691 \series bold
6692
6693 \backslash
6694 LTcapwidth
6695 \series default
6696 .
6697  Sa valeur par défaut est 4
6698 \begin_inset space \thinspace{}
6699 \end_inset
6700
6701 in.
6702  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6703  de votre document ou en tant que code TeX directement dans votre document
6704  avant le tableau qui doit être affectée.
6705 \end_layout
6706
6707 \begin_layout Standard
6708
6709 \series bold
6710
6711 \backslash
6712 setlength{
6713 \backslash
6714 LTcapwidth}{largeur}
6715 \end_layout
6716
6717 \begin_layout Standard
6718 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6719 ce
6720 \begin_inset space ~
6721 \end_inset
6722
6723
6724 \begin_inset CommandInset ref
6725 LatexCommand ref
6726 reference "cha:Unités-de-longueur"
6727
6728 \end_inset
6729
6730 .
6731 \end_layout
6732
6733 \begin_layout Standard
6734 Les tableaux suivants montrent la différence :
6735 \end_layout
6736
6737 \begin_layout Standard
6738 \begin_inset Tabular
6739 <lyxtabular version="3" rows="6" columns="5">
6740 <features islongtable="true">
6741 <column alignment="center" valignment="top" width="0">
6742 <column alignment="center" valignment="top" width="0">
6743 <column alignment="center" valignment="top" width="0">
6744 <column alignment="center" valignment="top" width="0">
6745 <column alignment="center" valignment="top" width="0">
6746 <row caption="true">
6747 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 \begin_inset Caption
6752
6753 \begin_layout Plain Layout
6754 long titre complet avec la largeur par défaut long titre complet avec la
6755  largeur par défaut long titre complet avec la largeur par défaut
6756 \begin_inset OptArg
6757 status open
6758
6759 \begin_layout Plain Layout
6760 Légende avec largeur par défaut
6761 \end_layout
6762
6763 \end_inset
6764
6765
6766 \end_layout
6767
6768 \end_inset
6769
6770
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 <row>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 1
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 2
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 3
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 4
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 5
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 </row>
6859 <row>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 asd
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 s
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 s
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 s
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 asd
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 s
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 s
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 s
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 asd
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 </row>
6953 <row>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 asd
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 s
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 s
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 s
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 asd
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 asd
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 sad
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 asd
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 asd
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 asd
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 </row>
7047 </lyxtabular>
7048
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \begin_layout Standard
7055 \begin_inset ERT
7056 status collapsed
7057
7058 \begin_layout Plain Layout
7059
7060
7061 \backslash
7062 setlength{
7063 \backslash
7064 LTcapwidth}{5cm}
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \begin_inset Tabular
7071 <lyxtabular version="3" rows="6" columns="5">
7072 <features islongtable="true">
7073 <column alignment="center" valignment="top" width="0">
7074 <column alignment="center" valignment="top" width="0">
7075 <column alignment="center" valignment="top" width="0">
7076 <column alignment="center" valignment="top" width="0">
7077 <column alignment="center" valignment="top" width="0">
7078 <row caption="true">
7079 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 \begin_inset Caption
7084
7085 \begin_layout Plain Layout
7086 long titre complet avec la largeur réglée à 5
7087 \begin_inset space \thinspace{}
7088 \end_inset
7089
7090 cm long titre complet avec la largeur réglée à 5
7091 \begin_inset space \thinspace{}
7092 \end_inset
7093
7094 cm long titre complet avec la largeur réglée à 5
7095 \begin_inset space \thinspace{}
7096 \end_inset
7097
7098 cm
7099 \begin_inset OptArg
7100 status open
7101
7102 \begin_layout Plain Layout
7103 Légende avec largeur à
7104 \begin_inset space \thinspace{}
7105 \end_inset
7106
7107 =
7108 \begin_inset space \thinspace{}
7109 \end_inset
7110
7111 5
7112 \begin_inset space \thinspace{}
7113 \end_inset
7114
7115 cm
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 </row>
7167 <row>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 1
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 2
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 3
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 4
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 5
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 </row>
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 s
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 s
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 s
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 asd
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 </row>
7261 <row>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 s
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 s
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 s
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 asd
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 </row>
7308 <row>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 s
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 s
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 s
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 asd
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 </row>
7355 <row>
7356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 asd
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 sad
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 asd
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 asd
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 asd
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 </row>
7402 </lyxtabular>
7403
7404 \end_inset
7405
7406
7407 \end_layout
7408
7409 \begin_layout Standard
7410 \begin_inset ERT
7411 status collapsed
7412
7413 \begin_layout Plain Layout
7414
7415
7416 \backslash
7417 setlength{
7418 \backslash
7419 LTcapwidth}{4in}
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \begin_layout Standard
7428 \begin_inset Note Greyedout
7429 status open
7430
7431 \begin_layout Plain Layout
7432
7433 \series bold
7434 Note:
7435 \series default
7436  Quand on utilise la paquetage LaTeX 
7437 \series bold
7438 caption
7439 \series default
7440
7441 \begin_inset Index
7442 status collapsed
7443
7444 \begin_layout Plain Layout
7445 Paquetages LaTeX ! caption
7446 \end_layout
7447
7448 \end_inset
7449
7450  , comme c'est les cas dans ce document, la légende prend toute la largeur
7451  de la page quand on utilise la largeur par défaut de 4
7452 \begin_inset space \thinspace{}
7453 \end_inset
7454
7455 in pour 
7456 \series bold
7457
7458 \backslash
7459 LTcapwidth
7460 \series default
7461 .
7462  Pour avoir dans ce cas une légende qui fasse exactement 4
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7467  comme par exemple 3.99
7468 \begin_inset space \thinspace{}
7469 \end_inset
7470
7471 in, soit utiliser la commande LaTeX 
7472 \series bold
7473
7474 \backslash
7475 captionsetup{width=valeur}
7476 \series default
7477  qui est disponible dans le paquetage 
7478 \series bold
7479 caption
7480 \series default
7481 .
7482 \end_layout
7483
7484 \end_inset
7485
7486
7487 \end_layout
7488
7489 \begin_layout Subsubsection
7490 Des Légendes différentes sur chaque page d'un tableau
7491 \begin_inset OptArg
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495 Légendes différentes
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \begin_inset Index
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505 Tableaux longs ! Légendes différentes par page
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \begin_layout Standard
7514 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7515  de celle de la première page, insérez une légende avec un titre court non
7516  vide dans une fausse première ligne qui sera marquée comme étant le premier
7517  en-tête.
7518  La légende utilisée pour les autres pages est insérée comme une légende
7519  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7520  principal.
7521  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7522  suivante à la place de la boîte de légende de LyX :
7523 \end_layout
7524
7525 \begin_layout Standard
7526
7527 \series bold
7528
7529 \backslash
7530 caption*{caption text}
7531 \end_layout
7532
7533 \begin_layout Standard
7534 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7535  la légende du premier en-tête.
7536  Le tableau
7537 \begin_inset space ~
7538 \end_inset
7539
7540
7541 \begin_inset CommandInset ref
7542 LatexCommand ref
7543 reference "tab:Légendes-tableau-différentes"
7544
7545 \end_inset
7546
7547  est un exemple de tableau long avec des légendes différentes et où la seconde
7548  légende ne contient pas le numéro du tableau.
7549 \end_layout
7550
7551 \begin_layout Standard
7552 \align center
7553 \begin_inset Tabular
7554 <lyxtabular version="3" rows="60" columns="3">
7555 <features islongtable="true">
7556 <column alignment="left" valignment="top" width="0cm">
7557 <column alignment="left" valignment="top" width="0pt">
7558 <column alignment="right" valignment="top" width="0pt">
7559 <row endfirsthead="true" caption="true">
7560 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 \begin_inset Caption
7565
7566 \begin_layout Plain Layout
7567 Exemple d'annuaire téléphonique
7568 \begin_inset CommandInset label
7569 LatexCommand label
7570 name "tab:Légendes-tableau-différentes"
7571
7572 \end_inset
7573
7574
7575 \begin_inset OptArg
7576 status open
7577
7578 \begin_layout Plain Layout
7579 Exemple Annuaire 
7580 \end_layout
7581
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row endfirsthead="true">
7614 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 </row>
7644 <row endfirsthead="true">
7645 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649
7650 \series bold
7651 NOM
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \series bold
7671 TÉL.
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 </row>
7677 <row endhead="true" caption="true">
7678 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 \begin_inset ERT
7683 status open
7684
7685 \begin_layout Plain Layout
7686
7687
7688 \backslash
7689 caption*{Suite de l'exemple d'annuaire téléphonique}
7690 \backslash
7691
7692 \backslash
7693 %
7694 \end_layout
7695
7696 \end_inset
7697
7698
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row endhead="true">
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 Exemple d'annuaire téléphonique
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row endhead="true">
7754 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \series bold
7760 NOM
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \series bold
7780 TÉL.
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row endfoot="true">
7787 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 suite page suivante\SpecialChar \ldots{}
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Annovi
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Silvia
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Bertoli
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Stefano
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Bozzi
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Walter
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Cachia
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Maria
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Cachia
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Maurizio
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Cinquemani
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Giusi
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Colin
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Bernard
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Concli
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Gianfranco
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Dal Bosco
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Carolina
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Dalpiaz
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Annamaria
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Feliciello
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Domenico
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Focarelli
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Paola
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Galletti
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Oreste
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Gasparini
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Franca
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Rizzardi
8258 \series default
8259
8260 \begin_inset Foot
8261 status open
8262
8263 \begin_layout Plain Layout
8264 Exemple de note de bas de page
8265 \end_layout
8266
8267 \end_inset
8268
8269
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Paola
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Lassini
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Giancarlo
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Malfatti
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Luciano
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Malfatti
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Valeriano
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Meneguzzo
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Roberto
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Mezzadra
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Roberto
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Pirpamer
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Erich
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Pochiesa
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Paolo
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111, 222
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Radina
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Claudio
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Stuffer
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Oskar
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Tacchelli
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Ugo
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Tezzele
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Margit
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Unterkalmsteiner
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Frieda
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Vieider
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Hilde
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Vigna
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Jürgen
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Weber
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Maurizio
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Winkler
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Franz
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794  
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Annovi
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Silvia
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Bertoli
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Stefano
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Bozzi
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Walter
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Cachia
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Maria
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Cachia
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Maurizio
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Cinquemani
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Giusi
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Colin
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Bernard
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Concli
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Gianfranco
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Dal Bosco
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Carolina
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Dalpiaz
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Annamaria
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Feliciello
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Domenico
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Focarelli
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Paola
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Galletti
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Oreste
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Gasparini
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Franca
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Rizzardi
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Paola
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Lassini
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Giancarlo
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Malfatti
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Luciano
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Malfatti
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Valeriano
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Meneguzzo
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Roberto
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Mezzadra
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Roberto
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row endlastfoot="true">
9439 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 </lyxtabular>
9468
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \begin_layout Section
9475 Questions particulières concernant les tableaux longs
9476 \begin_inset OptArg
9477 status collapsed
9478
9479 \begin_layout Plain Layout
9480 Questions sur les tableaux longs
9481 \end_layout
9482
9483 \end_inset
9484
9485
9486 \begin_inset CommandInset label
9487 LatexCommand label
9488 name "sec:Questions-sur-tableaux-longs"
9489
9490 \end_inset
9491
9492
9493 \end_layout
9494
9495 \begin_layout Subsection
9496 Calculs des pages des tableaux longs
9497 \begin_inset Index
9498 status collapsed
9499
9500 \begin_layout Plain Layout
9501 Tableaux longs ! Calculs
9502 \end_layout
9503
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \begin_layout Standard
9510 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9511  en utilisant des blocs (chunks).
9512  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9513  mémoire de LaTeX.
9514  La valeur par défaut est fixée pour des raisons historiques à seulement
9515  20 lignes de tableau.
9516  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9517  peut ralentir la création de votre document.
9518  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9519  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9520  préambule de votre document :
9521 \end_layout
9522
9523 \begin_layout Standard
9524
9525 \series bold
9526
9527 \backslash
9528 setcounter{LTchunksize}{100}
9529 \end_layout
9530
9531 \begin_layout Subsection
9532 Les Flottants et les Tableaux Longs
9533 \begin_inset Index
9534 status collapsed
9535
9536 \begin_layout Plain Layout
9537 Tableaux longs ! Flottants
9538 \end_layout
9539
9540 \end_inset
9541
9542
9543 \end_layout
9544
9545 \begin_layout Standard
9546 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9547  commence un tableau long.
9548  Pour éviter une telle situation, ajoutez la commande 
9549 \series bold
9550
9551 \backslash
9552 clearpage
9553 \series default
9554  en tant que code TeX juste avant votre tableau long.
9555 \end_layout
9556
9557 \begin_layout Subsection
9558 Sauts de pages forcés
9559 \begin_inset Index
9560 status collapsed
9561
9562 \begin_layout Plain Layout
9563 Tableaux longs ! Sauts de pages forcés
9564 \end_layout
9565
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \begin_layout Standard
9572 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9573  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9574  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9575  de saut de ligne 
9576 \begin_inset Quotes eld
9577 \end_inset
9578
9579
9580 \backslash
9581
9582 \backslash
9583
9584 \begin_inset Quotes erd
9585 \end_inset
9586
9587  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9588  Avant la commande 
9589 \begin_inset Quotes eld
9590 \end_inset
9591
9592
9593 \backslash
9594
9595 \backslash
9596
9597 \begin_inset Quotes erd
9598 \end_inset
9599
9600 , vous devez insérer en code TeX, autant de caractères 
9601 \begin_inset Quotes eld
9602 \end_inset
9603
9604 &
9605 \begin_inset Quotes erd
9606 \end_inset
9607
9608  qu'il y a de colonnes après la cellule concernée.
9609  Le caractère 
9610 \begin_inset Quotes eld
9611 \end_inset
9612
9613 &
9614 \begin_inset Quotes erd
9615 \end_inset
9616
9617  sert à séparer les colonnes d'un tableau.
9618  Écrivez en code-TeX, après chaque 
9619 \begin_inset Quotes eld
9620 \end_inset
9621
9622 &
9623 \begin_inset Quotes erd
9624 \end_inset
9625
9626  le contenu des cellules correspondantes et en même temps supprimez le contenu
9627  de ces cellules dans le texte normal.
9628  
9629 \begin_inset Newline newline
9630 \end_inset
9631
9632 Après la commande 
9633 \backslash
9634
9635 \backslash
9636 , insérez autant de caractères 
9637 \begin_inset Quotes eld
9638 \end_inset
9639
9640 &
9641 \begin_inset Quotes erd
9642 \end_inset
9643
9644  qu'il y a de colonnes avant la colonne traitée.
9645  Dans le tableau
9646 \begin_inset space ~
9647 \end_inset
9648
9649
9650 \begin_inset CommandInset ref
9651 LatexCommand ref
9652 reference "tab:Tableau-saut-de-page"
9653
9654 \end_inset
9655
9656  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9657  suivie par une autre colonne.
9658  La commande suivante a donc été insérée en code TeX dans la cellule après
9659  le mot 
9660 \begin_inset Quotes eld
9661 \end_inset
9662
9663
9664 \emph on
9665 Castelchiodato,
9666 \emph default
9667
9668 \begin_inset Quotes erd
9669 \end_inset
9670
9671 :
9672 \end_layout
9673
9674 \begin_layout Standard
9675
9676 \series bold
9677 & 111
9678 \backslash
9679
9680 \backslash
9681
9682 \begin_inset Newline newline
9683 \end_inset
9684
9685 &
9686 \end_layout
9687
9688 \begin_layout Standard
9689 Le 
9690 \begin_inset Quotes eld
9691 \end_inset
9692
9693 111
9694 \begin_inset Quotes erd
9695 \end_inset
9696
9697  dans la troisième colonne de la ligne a été supprimé.
9698  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9699  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9700  est coupée, utilisez cette commande à la place de la précédente :
9701 \end_layout
9702
9703 \begin_layout Standard
9704
9705 \series bold
9706 & 111
9707 \backslash
9708
9709 \backslash
9710
9711 \begin_inset Newline newline
9712 \end_inset
9713
9714
9715 \backslash
9716 hline &
9717 \end_layout
9718
9719 \begin_layout Standard
9720 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9721  insérer la commande
9722 \end_layout
9723
9724 \begin_layout Standard
9725
9726 \series bold
9727
9728 \backslash
9729 setlength{
9730 \backslash
9731 parfillskip}{0pt}
9732 \end_layout
9733
9734 \begin_layout Standard
9735 au début de la cellule.
9736  Cela assure que la portion de la cellule qui va se trouver affichée sur
9737  la page suivante le sera avec toute la largeur de la cellule.
9738 \end_layout
9739
9740 \begin_layout Standard
9741 \align center
9742 \begin_inset Tabular
9743 <lyxtabular version="3" rows="39" columns="3">
9744 <features islongtable="true">
9745 <column alignment="left" valignment="top" width="0cm">
9746 <column alignment="left" valignment="top" width="3cm">
9747 <column alignment="right" valignment="top" width="0pt">
9748 <row endfirsthead="true" caption="true">
9749 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 \begin_inset Caption
9754
9755 \begin_layout Plain Layout
9756 Tableau avec un saut de page forcé dans une cellule
9757 \begin_inset CommandInset label
9758 LatexCommand label
9759 name "tab:Tableau-saut-de-page"
9760
9761 \end_inset
9762
9763
9764 \begin_inset OptArg
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768 Tableau avec un saut de page forcé dans une cellule
9769 \end_layout
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row endfirsthead="true">
9803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \series bold
9809 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row endfirsthead="true">
9834 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \series bold
9840 NOM
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \series bold
9860 TÉL.
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row endhead="true" caption="true">
9867 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset ERT
9872 status collapsed
9873
9874 \begin_layout Plain Layout
9875
9876
9877 \backslash
9878 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9879 \backslash
9880
9881 \backslash
9882 %
9883 \end_layout
9884
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row endhead="true">
9912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916  
9917 \series bold
9918 Exemple d'annuaire téléphonique
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row endhead="true">
9943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 NOM
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 TÉL.
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row endfoot="true">
9976 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 suite page suivante\SpecialChar \ldots{}
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row>
10006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 Annovi
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 Silvia
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 111
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Bertoli
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 Stefano
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 111
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Bozzi
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Walter
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Cachia
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Maria
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Cachia
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Maurizio
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Cinquemani
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Giusi
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Colin
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Bernard
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Concli
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Gianfranco
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Dal Bosco
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Carolina
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Dalpiaz
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Annamaria
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Feliciello
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Domenico
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Focarelli
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Paola
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Galletti
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Oreste
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Gasparini
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Franca
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Lassini
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Giancarlo
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Malfatti
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Luciano
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Malfatti
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Valeriano
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Meneguzzo
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Roberto
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Mezzadra
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Roberto
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Pirpamer
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Erich
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Pochiesa
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Paolo
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111, 222
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Radina
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Claudio
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Rizzardi
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Fürst von Rossano, 5.
10704  Herzog von Canemorte, 11.
10705  Herzog von Palombara, 5.
10706  Herzog von Castelchiodato,
10707 \begin_inset ERT
10708 status open
10709
10710 \begin_layout Plain Layout
10711
10712 & 111
10713 \backslash
10714
10715 \backslash
10716
10717 \end_layout
10718
10719 \begin_layout Plain Layout
10720
10721 &
10722 \end_layout
10723
10724 \end_inset
10725
10726  11.
10727  Herzog von Poggionativo, 11.
10728  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10729  Graf von Valinfreda, 11.
10730  Baron von Cropalati, 11.
10731  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Stuffer
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Oskar
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Tacchelli
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Ugo
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Tezzele
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Margit
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Unterkalmsteiner
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Frieda
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Vieider
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Hilde
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Vigna
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Jürgen
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Weber
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Maurizio
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Winkler
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Franz
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row endlastfoot="true">
10995 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 </lyxtabular>
11024
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \begin_layout Standard
11031 \begin_inset Note Note
11032 status open
11033
11034 \begin_layout Plain Layout
11035 il semble qu'il y ait un problème avec cet exemple ...
11036  le saut de page ne se fait pas à l'endroit voulu ! 
11037 \end_layout
11038
11039 \begin_layout Plain Layout
11040 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11041  ! (NdT)
11042 \end_layout
11043
11044 \end_inset
11045
11046
11047 \begin_inset Newpage newpage
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Section
11054 Colonnes et lignes à lignes multiples
11055 \end_layout
11056
11057 \begin_layout Subsection
11058 Lignes Multiples dans une cellule de tableau
11059 \begin_inset CommandInset label
11060 LatexCommand label
11061 name "sub:Lignes-multiple-dans-cellule"
11062
11063 \end_inset
11064
11065
11066 \begin_inset Index
11067 status collapsed
11068
11069 \begin_layout Plain Layout
11070 Plusieurs lignes dans une case de tableau
11071 \end_layout
11072
11073 \end_inset
11074
11075
11076 \begin_inset Index
11077 status collapsed
11078
11079 \begin_layout Plain Layout
11080 Tableau ! Saut de ligne
11081 \end_layout
11082
11083 \end_inset
11084
11085
11086 \end_layout
11087
11088 \begin_layout Standard
11089 \align center
11090 \begin_inset Float table
11091 placement H
11092 wide false
11093 sideways false
11094 status open
11095
11096 \begin_layout Plain Layout
11097 \begin_inset Caption
11098
11099 \begin_layout Plain Layout
11100 \begin_inset CommandInset label
11101 LatexCommand label
11102 name "tab:Tableau-avec-plusieurs-lignes"
11103
11104 \end_inset
11105
11106 Tableau avec des lignes multiples dans une cellule
11107 \end_layout
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \begin_layout Plain Layout
11115 \align center
11116 \begin_inset Tabular
11117 <lyxtabular version="3" rows="3" columns="3">
11118 <features>
11119 <column alignment="center" valignment="middle" width="2.5cm">
11120 <column alignment="center" valignment="middle" width="0">
11121 <column alignment="center" valignment="middle" width="0">
11122 <row>
11123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 Lignes
11128 \begin_inset Newline linebreak
11129 \end_inset
11130
11131 multiples
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 b
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 c
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 d
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 e
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 f
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 g
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 h
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 i
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 </lyxtabular>
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Standard
11226 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11227  d'un paragraphe avec des sauts de lignes et des césures.
11228 \end_layout
11229
11230 \begin_layout Standard
11231 Pour obtenir le tableau
11232 \begin_inset space ~
11233 \end_inset
11234
11235
11236 \begin_inset CommandInset ref
11237 LatexCommand ref
11238 reference "tab:Tableau-avec-plusieurs-lignes"
11239
11240 \end_inset
11241
11242 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11243  droit dessus.
11244  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11245  2.5
11246 \begin_inset space \thinspace{}
11247 \end_inset
11248
11249 cm et choisissez les alignements vertical et horizontal centrés.
11250  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11251  Comme notre texte est plus petit que 2.5
11252 \begin_inset space \thinspace{}
11253 \end_inset
11254
11255 cm, une seule ligne va apparaître.
11256  Pour avoir deux lignes, 
11257 \lang english
11258 a justified line break (shortcut 
11259 \family sans
11260 Ctrl-Shift-Return
11261 \family default
11262 ) was added
11263 \lang french
11264 .
11265  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11266 ement découpé en plusieurs lignes.
11267 \end_layout
11268
11269 \begin_layout Standard
11270 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11271  pas effectuer de césure si c'est le premier élément de la cellule.
11272  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11273  premier élément : Ajoutez la commande
11274 \end_layout
11275
11276 \begin_layout Standard
11277
11278 \series bold
11279
11280 \backslash
11281 hspace{0pt}
11282 \end_layout
11283
11284 \begin_layout Standard
11285 en code TeX avant votre mot.
11286  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11287  Le tableau 
11288 \begin_inset space ~
11289 \end_inset
11290
11291
11292 \begin_inset CommandInset ref
11293 LatexCommand ref
11294 reference "tab:Tableau-césure"
11295
11296 \end_inset
11297
11298  montre l'effet de cette insertion.
11299 \end_layout
11300
11301 \begin_layout Standard
11302 \begin_inset Float table
11303 placement h
11304 wide false
11305 sideways false
11306 status open
11307
11308 \begin_layout Plain Layout
11309 \begin_inset Caption
11310
11311 \begin_layout Plain Layout
11312 \begin_inset CommandInset label
11313 LatexCommand label
11314 name "tab:Tableau-césure"
11315
11316 \end_inset
11317
11318 Tableau avec et sans césure.
11319 \end_layout
11320
11321 \end_inset
11322
11323
11324 \end_layout
11325
11326 \begin_layout Plain Layout
11327 \begin_inset space \hfill{}
11328 \end_inset
11329
11330
11331 \begin_inset Tabular
11332 <lyxtabular version="3" rows="3" columns="3">
11333 <features>
11334 <column alignment="center" valignment="middle" width="2.5cm">
11335 <column alignment="center" valignment="middle" width="0">
11336 <column alignment="center" valignment="middle" width="0">
11337 <row>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 mottrèslongdansunecellule
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 b
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 c
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 <row>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 d
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 e
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 f
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 g
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 h
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 i
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 </lyxtabular>
11425
11426 \end_inset
11427
11428
11429 \begin_inset space \hfill{}
11430 \end_inset
11431
11432
11433 \begin_inset Tabular
11434 <lyxtabular version="3" rows="3" columns="3">
11435 <features>
11436 <column alignment="center" valignment="middle" width="2.5cm">
11437 <column alignment="center" valignment="middle" width="0">
11438 <column alignment="center" valignment="middle" width="0">
11439 <row>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 \begin_inset ERT
11445 status collapsed
11446
11447 \begin_layout Plain Layout
11448
11449
11450 \backslash
11451 hspace{0pt}
11452 \end_layout
11453
11454 \end_inset
11455
11456 mottrèslongdansunecellule
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 b
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 c
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 </row>
11480 <row>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 d
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 e
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 f
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 g
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 h
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 i
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 </lyxtabular>
11539
11540 \end_inset
11541
11542
11543 \begin_inset space \hfill{}
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \begin_layout Standard
11555 \begin_inset Newpage newpage
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Subsection
11562 Multi-colonnes
11563 \begin_inset CommandInset label
11564 LatexCommand label
11565 name "sub:Multicolonnes"
11566
11567 \end_inset
11568
11569
11570 \begin_inset Index
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574 Multi-colonnes
11575 \end_layout
11576
11577 \end_inset
11578
11579
11580 \begin_inset Index
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584 Tableau ! Multi-colonnes
11585 \end_layout
11586
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \begin_layout Subsubsection
11593 Les Bases des Multicolonnes
11594 \end_layout
11595
11596 \begin_layout Standard
11597 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11598  qu'elle doit couvrir et utilisez soit le bouton
11599 \begin_inset Graphics
11600         filename ../../images/tabular-feature_multicolumn.png
11601         scale 85
11602         scaleBeforeRotation
11603
11604 \end_inset
11605
11606  de la barre d'outils tableau, ou le menu 
11607 \family sans
11608 Éditer\SpecialChar \menuseparator
11609 Tableau\SpecialChar \menuseparator
11610 Multi-colonnes
11611 \family default
11612 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11613  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11614  
11615 \family sans
11616 Tableau
11617 \family default
11618 .
11619 \end_layout
11620
11621 \begin_layout Standard
11622 Les multi-colonnes ont leurs propres paramètres de cellule.
11623  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11624  de la cellule, cela n'affecte que la cellule multi-colonne.
11625  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11626  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11627 \end_layout
11628
11629 \begin_layout Standard
11630 \align center
11631 \begin_inset Tabular
11632 <lyxtabular version="3" rows="3" columns="4">
11633 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11634 <column alignment="center" valignment="top" width="0pt">
11635 <column alignment="center" valignment="middle" width="0">
11636 <column alignment="center" valignment="top" width="0in">
11637 <column alignment="center" valignment="top" width="0pt">
11638 <row>
11639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 abc
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 def ghi
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 jkl
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 A
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 B
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 C
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 D
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 </row>
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 1
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 2
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 3
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 4
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 </lyxtabular>
11753
11754 \end_inset
11755
11756
11757 \end_layout
11758
11759 \begin_layout Subsubsection
11760 Calculs avec les multi-colonnes
11761 \begin_inset CommandInset label
11762 LatexCommand label
11763 name "sub:Calculs-multicolonnes"
11764
11765 \end_inset
11766
11767
11768 \begin_inset Index
11769 status collapsed
11770
11771 \begin_layout Plain Layout
11772 Multi-colonnes ! Calculs
11773 \end_layout
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 LyX gère directement les multi-colonnes, mais nous devons faire attention
11782  à la largeur des cellules couvertes par la cellule multicolonne.
11783 \end_layout
11784
11785 \begin_layout Standard
11786 \begin_inset Float table
11787 placement h
11788 wide false
11789 sideways false
11790 status open
11791
11792 \begin_layout Plain Layout
11793 \begin_inset Caption
11794
11795 \begin_layout Plain Layout
11796 \begin_inset CommandInset label
11797 LatexCommand label
11798 name "tab:Tableau-multicolonne-parfaite"
11799
11800 \end_inset
11801
11802 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11803  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11804 \begin_inset OptArg
11805 status open
11806
11807 \begin_layout Plain Layout
11808 Tableau avec multicolonne parfaite
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Plain Layout
11822 \align center
11823 \begin_inset Tabular
11824 <lyxtabular version="3" rows="3" columns="3">
11825 <features>
11826 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11827 <column alignment="center" valignment="middle" width="0">
11828 <column alignment="center" valignment="top" width="0">
11829 <row>
11830 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 multicolonne sur plusieurs lignes
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 c
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 <row>
11859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 d
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 e
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 f
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 </row>
11887 <row>
11888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 g
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 h
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 i
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 </lyxtabular>
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Par exemple, pour créer le tableau
11930 \begin_inset space ~
11931 \end_inset
11932
11933
11934 \begin_inset CommandInset ref
11935 LatexCommand ref
11936 reference "tab:Tableau-multicolonne-parfaite"
11937
11938 \end_inset
11939
11940 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11941  3×3 et faites un clic droit dessus.
11942  Ensuite choisissez pour cette cellule
11943 \emph on
11944 ,
11945 \emph default
11946  dans la fenêtre de dialogue de tableau, 
11947 \emph on
11948 multicolonne
11949 \emph default
11950
11951 \emph on
11952 alignement
11953 \begin_inset space ~
11954 \end_inset
11955
11956 horizontal
11957 \begin_inset space ~
11958 \end_inset
11959
11960 centré
11961 \emph default
11962  et une largeur de 2.5
11963 \begin_inset space \thinspace{}
11964 \end_inset
11965
11966 cm.
11967  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11968  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11969 \begin_inset space \thinspace{}
11970 \end_inset
11971
11972 cm pour la première colonne.
11973  La deuxième colonne aura alors automatiquement une largeur de 1.25
11974 \begin_inset space \thinspace{}
11975 \end_inset
11976
11977 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11978  C'est ce qui a été fait pour le tableau
11979 \begin_inset space ~
11980 \end_inset
11981
11982
11983 \begin_inset CommandInset ref
11984 LatexCommand ref
11985 reference "tab:Tableau-multicolonne-imparfait"
11986
11987 \end_inset
11988
11989 .
11990 \end_layout
11991
11992 \begin_layout Standard
11993 \begin_inset Float table
11994 wide false
11995 sideways false
11996 status open
11997
11998 \begin_layout Plain Layout
11999 \begin_inset Caption
12000
12001 \begin_layout Plain Layout
12002 \begin_inset CommandInset label
12003 LatexCommand label
12004 name "tab:Tableau-multicolonne-imparfait"
12005
12006 \end_inset
12007
12008 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12009  de la largeur de la cellule multicolonne.
12010 \begin_inset OptArg
12011 status open
12012
12013 \begin_layout Plain Layout
12014 Tableau avec multicolonne pas parfaite
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Plain Layout
12028 \align center
12029 \begin_inset Tabular
12030 <lyxtabular version="3" rows="3" columns="3">
12031 <features>
12032 <column alignment="center" valignment="top" width="1.25cm">
12033 <column alignment="center" valignment="top" width="0">
12034 <column alignment="center" valignment="top" width="0">
12035 <row>
12036 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 multicolonne sur plusieurs lignes
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 c
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 </row>
12064 <row>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 d
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 e
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 f
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 </row>
12093 <row>
12094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 g
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 h
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 i
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 </row>
12122 </lyxtabular>
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \end_inset
12130
12131
12132 \end_layout
12133
12134 \begin_layout Standard
12135 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12136  de la cellule multicolonne, elle est un peu plus large.
12137  La raison est que la taille que l'on donne à une cellule, 
12138 \begin_inset Formula $W_{g}$
12139 \end_inset
12140
12141  n'est pas sa taille totale, 
12142 \begin_inset Formula $W_{\mathrm{tot}}$
12143 \end_inset
12144
12145  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12146  lui donne.
12147  L'appendice
12148 \begin_inset space ~
12149 \end_inset
12150
12151
12152 \begin_inset CommandInset ref
12153 LatexCommand eqref
12154 reference "cha:Explication-de-l'Equation"
12155
12156 \end_inset
12157
12158  explique pourquoi en détail.
12159 \end_layout
12160
12161 \begin_layout Standard
12162 La largeur nécessaire 
12163 \begin_inset Formula $W_{g\, n}$
12164 \end_inset
12165
12166  quand 
12167 \emph on
12168 n
12169 \emph default
12170  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12171  ait une largeur totale de 
12172 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12173 \end_inset
12174
12175 :
12176 \begin_inset Formula \begin{equation}
12177 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \begin_layout Standard
12185 Dans notre cas nous avons 
12186 \begin_inset Formula $n=2$
12187 \end_inset
12188
12189
12190 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12191 \end_inset
12192
12193 cm et les valeurs par défaut pour les autres longueurs, l'équation
12194 \begin_inset space ~
12195 \end_inset
12196
12197
12198 \begin_inset CommandInset ref
12199 LatexCommand ref
12200 reference "eq:Wgn"
12201
12202 \end_inset
12203
12204  devient
12205 \begin_inset Formula \begin{equation}
12206 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12215  
12216 \series bold
12217 calc
12218 \series default
12219  avec la ligne suivante dans le préambule du document
12220 \begin_inset Index
12221 status collapsed
12222
12223 \begin_layout Plain Layout
12224 Paquetages LaTeX ! calc
12225 \end_layout
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Standard
12233
12234 \series bold
12235
12236 \backslash
12237 usepackage{calc}
12238 \end_layout
12239
12240 \begin_layout Standard
12241 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12242  de dialogue.
12243  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12244  la fenêtre de dialogue.
12245  Voici un aperçu de ces paramètres :
12246 \end_layout
12247
12248 \begin_layout Itemize
12249
12250 \series bold
12251 p{largeur}
12252 \series default
12253  crée une cellule de taille donnée, le texte est aligné verticalement en
12254  haut.
12255 \end_layout
12256
12257 \begin_layout Itemize
12258
12259 \series bold
12260 m{largeur}
12261 \series default
12262  crée une cellule de taille donnée, le texte est aligné verticalement au
12263  centre
12264 \end_layout
12265
12266 \begin_layout Itemize
12267
12268 \series bold
12269 b{largeur}
12270 \series default
12271  crée une cellule de taille donnée, le texte est aligné verticalement en
12272  bas
12273 \end_layout
12274
12275 \begin_layout Standard
12276 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12277  la fenêtre de dialogue sont ignorés.
12278 \end_layout
12279
12280 \begin_layout Standard
12281 \begin_inset Note Greyedout
12282 status open
12283
12284 \begin_layout Plain Layout
12285
12286 \series bold
12287 Note:
12288 \series default
12289  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12290  en compte.
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Standard
12299 Comme le texte doit être centré horizontalement, on ajoute la commande 
12300 \series bold
12301
12302 \backslash
12303 centering
12304 \series default
12305 .
12306  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12307  des colonnes recouvertes :
12308 \end_layout
12309
12310 \begin_layout Standard
12311
12312 \series bold
12313 >{
12314 \backslash
12315 centering}m{1.25cm-6.2pt}
12316 \end_layout
12317
12318 \begin_layout Standard
12319 La commande 
12320 \series bold
12321 >{ }
12322 \series default
12323  signifie que les commandes qui se trouvent entre les accolades doivent
12324  être appliquées avant que la cellule ne soit créée.
12325 \end_layout
12326
12327 \begin_layout Standard
12328 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12329  multicolonne, il est toujours aligné à gauche.
12330  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12331  isolées.
12332  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12333 \end_layout
12334
12335 \begin_layout Standard
12336
12337 \series bold
12338 >{
12339 \backslash
12340 centering}m{2.5cm}
12341 \end_layout
12342
12343 \begin_layout Subsection
12344 Multi-lignes
12345 \begin_inset Index
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 Multi-lignes
12350 \end_layout
12351
12352 \end_inset
12353
12354
12355 \begin_inset Index
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 Tableau ! Multi-ligne
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \begin_inset Index
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 Paquetages LaTeX ! multirow
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12379  par LyX, il faut donc utiliser un peu de code TeX.
12380  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12381 \series bold
12382 multirow 
12383 \series default
12384 dans le préambule de votre document avec la commande 
12385 \end_layout
12386
12387 \begin_layout Standard
12388
12389 \series bold
12390
12391 \backslash
12392 usepackage{multirow}
12393 \end_layout
12394
12395 \begin_layout Standard
12396 Les cellules multilignes sont créées avec la commande
12397 \end_layout
12398
12399 \begin_layout Standard
12400
12401 \series bold
12402
12403 \backslash
12404 multirow{number of rows}{cell width}{cell entry}
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Pour créer le tableau suivant :
12409 \end_layout
12410
12411 \begin_layout Standard
12412 \align center
12413 \begin_inset ERT
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417
12418
12419 \backslash
12420 renewcommand{
12421 \backslash
12422 multirowsetup}{
12423 \backslash
12424 centering}
12425 \end_layout
12426
12427 \end_inset
12428
12429
12430 \begin_inset Tabular
12431 <lyxtabular version="3" rows="3" columns="3">
12432 <features>
12433 <column alignment="center" valignment="top" width="0">
12434 <column alignment="center" valignment="top" width="0">
12435 <column alignment="center" valignment="top" width="0">
12436 <row>
12437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441 a
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450 b
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 c
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 </row>
12465 <row>
12466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 \begin_inset ERT
12471 status open
12472
12473 \begin_layout Plain Layout
12474
12475
12476 \backslash
12477 multirow{2}{2.5cm}{
12478 \end_layout
12479
12480 \end_inset
12481
12482 cellule multi-lignes
12483 \begin_inset ERT
12484 status collapsed
12485
12486 \begin_layout Plain Layout
12487
12488 }
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 e
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 f
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 <row>
12518 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 h
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 i
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 </row>
12546 </lyxtabular>
12547
12548 \end_inset
12549
12550
12551 \begin_inset ERT
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555
12556
12557 \backslash
12558 renewcommand{
12559 \backslash
12560 multirowsetup}{
12561 \backslash
12562 raggedright}
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \begin_layout Standard
12571 créez un tableau 3×3.
12572  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12573  première colonne, la cellule est marquée comme étant une multicolonne et
12574  la bordure supérieure est désactivée.
12575  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12576  première colonne en y insérant la commande
12577 \end_layout
12578
12579 \begin_layout Standard
12580
12581 \series bold
12582
12583 \backslash
12584 multirow{2}{2.5cm}{
12585 \end_layout
12586
12587 \begin_layout Standard
12588 comme du code TeX.
12589  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12590  deux lignes et a une largeur de 2.5
12591 \begin_inset space \thinspace{}
12592 \end_inset
12593
12594 cm.
12595  Le contenu de la cellule suit le code TeX et on termine la commande en
12596  ajoutant l'accolade fermante 
12597 \series bold
12598 }
12599 \series default
12600  dans une nouvelle boîte de code TeX, juste après le texte.
12601 \end_layout
12602
12603 \begin_layout Standard
12604
12605 \series bold
12606
12607 \backslash
12608 multirow
12609 \series default
12610  aligne par défaut son contenu à gauche.
12611  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12612  
12613 \series bold
12614
12615 \backslash
12616 multirowsetup
12617 \series default
12618  avec la commande
12619 \end_layout
12620
12621 \begin_layout Standard
12622
12623 \series bold
12624
12625 \backslash
12626 renewcommand{
12627 \backslash
12628 multirowsetup}{
12629 \backslash
12630 centering}
12631 \end_layout
12632
12633 \begin_layout Standard
12634 dans le préambule du document.
12635  Après ça, tous les contenus de cellules multi-lignes du document seront
12636  centrés.
12637  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12638  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12639  juste avant le tableau concerné, plutôt que dans le préambule.
12640  Si le texte doit être aligné à droite, remplacez 
12641 \series bold
12642
12643 \backslash
12644 centering
12645 \series default
12646  par 
12647 \series bold
12648
12649 \backslash
12650 raggedleft
12651 \series default
12652 .
12653  Pour revenir à l'alignement à gauche utilisez 
12654 \series bold
12655
12656 \backslash
12657 raggedright
12658 \series default
12659 .
12660 \end_layout
12661
12662 \begin_layout Section
12663 Les Tableaux Formels
12664 \begin_inset CommandInset label
12665 LatexCommand label
12666 name "sec:Tableaux-Formels"
12667
12668 \end_inset
12669
12670
12671 \begin_inset Index
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675 Tableau ! Formel
12676 \end_layout
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Standard
12684 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12685  à celle du tableau
12686 \begin_inset space ~
12687 \end_inset
12688
12689
12690 \begin_inset CommandInset ref
12691 LatexCommand ref
12692 reference "tab:Exemple-tableau-booktabs"
12693
12694 \end_inset
12695
12696 .
12697  Ce genre de tableau est appelé 
12698 \begin_inset Quotes eld
12699 \end_inset
12700
12701
12702 \emph on
12703 formel
12704 \emph default
12705
12706 \begin_inset Quotes erd
12707 \end_inset
12708
12709 .
12710  Pour transformer un tableau en tableau formel, utilisez l'option 
12711 \family sans
12712 Formel
12713 \family default
12714  de l'onglet 
12715 \family sans
12716 Bordures
12717 \family default
12718  de la fenêtre de dialogue 
12719 \family sans
12720 Paramètres
12721 \begin_inset space ~
12722 \end_inset
12723
12724 du
12725 \begin_inset space ~
12726 \end_inset
12727
12728 tableau
12729 \family default
12730 .
12731 \end_layout
12732
12733 \begin_layout Standard
12734 \begin_inset Float table
12735 placement h
12736 wide false
12737 sideways false
12738 status open
12739
12740 \begin_layout Plain Layout
12741 \begin_inset Caption
12742
12743 \begin_layout Plain Layout
12744 \begin_inset CommandInset label
12745 LatexCommand label
12746 name "tab:Exemple-tableau-booktabs"
12747
12748 \end_inset
12749
12750 Exemple de tableau formel
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \end_layout
12757
12758 \begin_layout Plain Layout
12759 \align center
12760 \begin_inset Tabular
12761 <lyxtabular version="3" rows="8" columns="4">
12762 <features booktabs="true">
12763 <column alignment="center" valignment="top" width="0">
12764 <column alignment="center" valignment="top" width="0">
12765 <column alignment="center" valignment="top" width="0">
12766 <column alignment="center" valignment="top" width="0">
12767 <row>
12768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 Système
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 Medipix
12782 \begin_inset Formula $\,$
12783 \end_inset
12784
12785 1
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 Medipix
12795 \begin_inset Formula $\,$
12796 \end_inset
12797
12798 2
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 \begin_inset ERT
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822
12823
12824 \backslash
12825 cmidrule(r){2-2}
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \begin_inset ERT
12832 status collapsed
12833
12834 \begin_layout Plain Layout
12835
12836
12837 \backslash
12838 cmidrule(l){3-4}
12839 \end_layout
12840
12841 \end_inset
12842
12843 Épaisseur du capteur [µm]
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 300
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 300
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 700
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 <row>
12877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 Angle du biseau [°]
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 3.55
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 <cell alignment="center" valignment="top" topline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 2.71
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 7.99
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 </row>
12914 <row topspace="default">
12915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 Résolution spatiale [µm]
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 4.26
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 10.17
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 10.56
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 </row>
12952 <row topspace="default">
12953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 MTF à 
12958 \begin_inset Formula $f_{\mathrm{max}}$
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 0.53
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 0.37
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 0.39
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row topspace="default">
12995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 \begin_inset ERT
13000 status collapsed
13001
13002 \begin_layout Plain Layout
13003
13004
13005 \backslash
13006 cmidrule(l{10pt}){1-1}
13007 \end_layout
13008
13009 \end_inset
13010
13011 résolution spatiale LSF
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 </row>
13044 <row>
13045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 en µm
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 <cell alignment="center" valignment="top" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 129.7
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 52.75
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 50.78
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 </row>
13082 <row>
13083 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 en % de la taille des pixels
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 76.3
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 95.9
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 92.3
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 </lyxtabular>
13121
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \end_inset
13128
13129
13130 \end_layout
13131
13132 \begin_layout Standard
13133 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13134  
13135 \family sans
13136 Bordures
13137 \family default
13138  de la fenêtre de dialogue 
13139 \family sans
13140 Paramètres
13141 \begin_inset space ~
13142 \end_inset
13143
13144 du
13145 \begin_inset space ~
13146 \end_inset
13147
13148 tableau
13149 \family default
13150  comme c'est décrit dans la section
13151 \begin_inset space ~
13152 \end_inset
13153
13154
13155 \begin_inset CommandInset ref
13156 LatexCommand ref
13157 reference "sub:Espacement-lignes"
13158
13159 \end_inset
13160
13161 .
13162 \end_layout
13163
13164 \begin_layout Standard
13165 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13166  verticales.
13167  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13168  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13169  sortie imprimée :
13170 \begin_inset Newline newline
13171 \end_inset
13172
13173 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13174 \begin_inset space \thinspace{}
13175 \end_inset
13176
13177 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13178 \begin_inset space \thinspace{}
13179 \end_inset
13180
13181 em.
13182 \end_layout
13183
13184 \begin_layout Standard
13185 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13186  lignes de préambule suivantes :
13187 \end_layout
13188
13189 \begin_layout Standard
13190
13191 \series bold
13192
13193 \backslash
13194 let
13195 \backslash
13196 mytoprule
13197 \backslash
13198 toprule
13199 \begin_inset Newline newline
13200 \end_inset
13201
13202
13203 \backslash
13204 renewcommand{
13205 \backslash
13206 toprule}{
13207 \backslash
13208 mytoprule[width]}
13209 \end_layout
13210
13211 \begin_layout Standard
13212 Cet exemple concerne la première ligne, appelée 
13213 \series bold
13214 toprule
13215 \series default
13216 .
13217  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13218 \series bold
13219 toprule
13220 \series default
13221  par 
13222 \series bold
13223 bottomrule
13224 \series default
13225 .
13226  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13227  
13228 \series bold
13229 toprule
13230 \series default
13231  par 
13232 \series bold
13233 midrule
13234 \series default
13235 .
13236  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13237 \begin_inset space ~
13238 \end_inset
13239
13240
13241 \begin_inset CommandInset ref
13242 LatexCommand ref
13243 reference "cha:Unités-de-longueur"
13244
13245 \end_inset
13246
13247  pour préciser l'épaisseur voulue.
13248 \end_layout
13249
13250 \begin_layout Standard
13251 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13252  en mettant une ligne pour une cellule multi colonne.
13253  LyX va utiliser en interne la commande 
13254 \series bold
13255
13256 \backslash
13257 cmidrule
13258 \series default
13259  pour créer cette ligne.
13260  Sa syntaxe complète est :
13261 \end_layout
13262
13263 \begin_layout Standard
13264
13265 \series bold
13266
13267 \backslash
13268 cmidrule[largeur](rognage){colDépart-colFin}
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Les options de la commande 
13273 \series bold
13274
13275 \backslash
13276 cmidrule
13277 \series default
13278  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13279  TeX pour pouvoir les utiliser.
13280  On peut créer manuellement des lignes 
13281 \series bold
13282
13283 \backslash
13284 mitrales
13285 \series default
13286  en insérant la commande en code TeX comme le premier élément de la première
13287  cellule de la ligne.
13288  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13289  en question.
13290 \end_layout
13291
13292 \begin_layout Standard
13293 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13294 \begin_inset space \thinspace{}
13295 \end_inset
13296
13297 em.
13298  
13299 \series bold
13300 colDépart
13301 \series default
13302  est le numéro de la colonne dans laquelle la ligne commence et 
13303 \series bold
13304 colFin
13305 \series default
13306  est le numéro de la colonne dans laquelle elle se termine.
13307  La valeur de 
13308 \series bold
13309 colFin
13310 \series default
13311  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13312  Le paramètre optionnel 
13313 \series bold
13314 rognage
13315 \series default
13316  peut être soit 
13317 \emph on
13318 l{largeurRognage}
13319 \emph default
13320 , ou 
13321 \emph on
13322 r{largeurRognage}
13323 \emph default
13324  où les valeurs de
13325 \emph on
13326  largeurRognage
13327 \emph default
13328  sont aussi optionnelles.
13329  En utilisant par exemple la valeur 
13330 \emph on
13331 l{2pt}
13332 \emph default
13333  pour ce paramètre, la ligne va être rognée de 2
13334 \begin_inset space \thinspace{}
13335 \end_inset
13336
13337 pt à son extrémité gauche.
13338  Si vous ne spécifiez pas de valeur pour 
13339 \emph on
13340 largeurRognage
13341 \emph default
13342  les lignes sont par défaut rognées de 0.5
13343 \begin_inset space \thinspace{}
13344 \end_inset
13345
13346 em.
13347 \end_layout
13348
13349 \begin_layout Standard
13350 \begin_inset VSpace bigskip
13351 \end_inset
13352
13353 Le tableau
13354 \begin_inset space ~
13355 \end_inset
13356
13357
13358 \begin_inset CommandInset ref
13359 LatexCommand ref
13360 reference "tab:Exemple-tableau-booktabs"
13361
13362 \end_inset
13363
13364  a été créé en utilisant les commandes
13365 \end_layout
13366
13367 \begin_layout Standard
13368
13369 \series bold
13370
13371 \backslash
13372 cmidrule(r){2-2}
13373 \backslash
13374 cmidrule(l){3-4}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 au début de la deuxième ligne et
13379 \end_layout
13380
13381 \begin_layout Standard
13382
13383 \series bold
13384
13385 \backslash
13386 cmidrule(l{10pt}){1-1}
13387 \end_layout
13388
13389 \begin_layout Standard
13390 au début de la sixième ligne.
13391 \end_layout
13392
13393 \begin_layout Standard
13394 \begin_inset VSpace bigskip
13395 \end_inset
13396
13397
13398 \end_layout
13399
13400 \begin_layout Standard
13401 Vous pouvez vouloir des commandes 
13402 \series bold
13403
13404 \backslash
13405 cmidrule
13406 \series default
13407 s qui se recouvrent comme pour le tableau
13408 \begin_inset space ~
13409 \end_inset
13410
13411
13412 \begin_inset CommandInset ref
13413 LatexCommand ref
13414 reference "tab:Tableau-booktabs-special"
13415
13416 \end_inset
13417
13418 .
13419  On obtient ce résultat en utilisant la commande suivante en code TeX
13420 \end_layout
13421
13422 \begin_layout Standard
13423
13424 \series bold
13425
13426 \backslash
13427 morecmidrules
13428 \end_layout
13429
13430 \begin_layout Standard
13431 La commande qui a été utilisée pour la deuxième ligne du tableau
13432 \begin_inset space ~
13433 \end_inset
13434
13435
13436 \begin_inset CommandInset ref
13437 LatexCommand ref
13438 reference "tab:Tableau-booktabs-special"
13439
13440 \end_inset
13441
13442  est
13443 \end_layout
13444
13445 \begin_layout Standard
13446
13447 \series bold
13448
13449 \backslash
13450 cmidrule(r){2-2}
13451 \backslash
13452 cmidrule(l){3-4}
13453 \backslash
13454 morecmidrules
13455 \backslash
13456 cmidrule{2-4}
13457 \end_layout
13458
13459 \begin_layout Standard
13460 La commande pour la sixième ligne est
13461 \end_layout
13462
13463 \begin_layout Standard
13464
13465 \series bold
13466
13467 \backslash
13468 midrule
13469 \backslash
13470 morecmidrules
13471 \backslash
13472 cmidrule{3-4}
13473 \end_layout
13474
13475 \begin_layout Standard
13476 \begin_inset VSpace bigskip
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \begin_layout Standard
13483 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13484 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13485  font toute la largeur du tableau :
13486 \end_layout
13487
13488 \begin_layout Standard
13489
13490 \series bold
13491
13492 \backslash
13493 specialrule{largeur}{espace au dessus}{espace en dessous}
13494 \end_layout
13495
13496 \begin_layout Standard
13497 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13498  du paquetage LaTeX 
13499 \series bold
13500 booktabs
13501 \series default
13502  
13503 \begin_inset CommandInset citation
13504 LatexCommand cite
13505 key "booktabs"
13506
13507 \end_inset
13508
13509 .
13510 \begin_inset Index
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 Paquetages LaTeX ! booktabs
13515 \end_layout
13516
13517 \end_inset
13518
13519
13520 \end_layout
13521
13522 \begin_layout Standard
13523 \begin_inset Float table
13524 placement h
13525 wide false
13526 sideways false
13527 status open
13528
13529 \begin_layout Plain Layout
13530 \begin_inset Caption
13531
13532 \begin_layout Plain Layout
13533 \begin_inset CommandInset label
13534 LatexCommand label
13535 name "tab:Tableau-booktabs-special"
13536
13537 \end_inset
13538
13539 Tableau formel spécial
13540 \end_layout
13541
13542 \end_inset
13543
13544
13545 \end_layout
13546
13547 \begin_layout Plain Layout
13548 \align center
13549 \begin_inset Tabular
13550 <lyxtabular version="3" rows="8" columns="4">
13551 <features booktabs="true">
13552 <column alignment="center" valignment="top" width="0">
13553 <column alignment="center" valignment="top" width="0">
13554 <column alignment="center" valignment="top" width="0">
13555 <column alignment="center" valignment="top" width="0">
13556 <row>
13557 <cell alignment="center" valignment="top" topline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 Système
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" topline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 Medipix
13571 \begin_inset space \thinspace{}
13572 \end_inset
13573
13574 1
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 Medipix
13584 \begin_inset space \thinspace{}
13585 \end_inset
13586
13587 2
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 \begin_inset ERT
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611
13612
13613 \backslash
13614 cmidrule(r){2-2}
13615 \end_layout
13616
13617 \end_inset
13618
13619
13620 \begin_inset ERT
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624
13625
13626 \backslash
13627 cmidrule(l){3-4}
13628 \end_layout
13629
13630 \end_inset
13631
13632
13633 \begin_inset ERT
13634 status collapsed
13635
13636 \begin_layout Plain Layout
13637
13638
13639 \backslash
13640 morecmidrules 
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \begin_inset ERT
13647 status collapsed
13648
13649 \begin_layout Plain Layout
13650
13651
13652 \backslash
13653 cmidrule{2-4}
13654 \end_layout
13655
13656 \end_inset
13657
13658 Epaisseur du capteur [µm]
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 <cell alignment="center" valignment="top" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 300
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 300
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 700
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 </row>
13691 <row>
13692 <cell alignment="center" valignment="top" topline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Angle biseau [°]
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 3.55
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 2.71
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 7.99
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 </row>
13729 <row topspace="default">
13730 <cell alignment="center" valignment="top" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 Résolution spatiale [µm]
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 4.26
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 10.17
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 10.56
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row topspace="default">
13768 <cell alignment="center" valignment="top" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 MTF à 
13773 \begin_inset Formula $f_{\mathrm{max}}$
13774 \end_inset
13775
13776
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 0.53
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 0.37
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 0.39
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 <row>
13810 <cell alignment="center" valignment="top" topline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 \begin_inset ERT
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818
13819
13820 \backslash
13821 morecmidrules 
13822 \end_layout
13823
13824 \end_inset
13825
13826
13827 \begin_inset ERT
13828 status collapsed
13829
13830 \begin_layout Plain Layout
13831
13832
13833 \backslash
13834 cmidrule{3-4}
13835 \end_layout
13836
13837 \end_inset
13838
13839 résolution spatiale LSF
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" topline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 <row>
13873 <cell alignment="center" valignment="top" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 en µm
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 129.7
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 52.75
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 50.78
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 </row>
13910 <row>
13911 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 en % de la taille des pixels
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 76.3
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 95.9
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 92.3
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 </row>
13948 </lyxtabular>
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \end_inset
13956
13957
13958 \end_layout
13959
13960 \begin_layout Section
13961 Alignement Vertical des Tableaux
13962 \begin_inset Index
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 Tableau ! Alignement
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13976  doit être à l'intérieur d'une boîte.
13977  La boîte peut alors être alignée comme c'est décrit dans la 
13978 \begin_inset space ~
13979 \end_inset
13980
13981
13982 \begin_inset CommandInset ref
13983 LatexCommand ref
13984 reference "sec:Boîte-Dialogue"
13985
13986 \end_inset
13987
13988 .
13989 \end_layout
13990
13991 \begin_layout Standard
13992 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13993  minipage
13994 \begin_inset Foot
13995 status open
13996
13997 \begin_layout Plain Layout
13998 Les minipages son décrites dans la section
13999 \begin_inset space ~
14000 \end_inset
14001
14002
14003 \begin_inset CommandInset ref
14004 LatexCommand ref
14005 reference "sec:Minipages"
14006
14007 \end_inset
14008
14009 .
14010 \end_layout
14011
14012 \end_inset
14013
14014  dont la largeur est de 15
14015 \begin_inset space \thinspace{}
14016 \end_inset
14017
14018 col% :
14019 \end_layout
14020
14021 \begin_layout Itemize
14022 test 
14023 \begin_inset Box Frameless
14024 position "t"
14025 hor_pos "c"
14026 has_inner_box 1
14027 inner_pos "c"
14028 use_parbox 0
14029 width "15col%"
14030 special "none"
14031 height "1in"
14032 height_special "totalheight"
14033 status collapsed
14034
14035 \begin_layout Plain Layout
14036 \begin_inset Tabular
14037 <lyxtabular version="3" rows="3" columns="3">
14038 <features>
14039 <column alignment="center" valignment="top" width="0">
14040 <column alignment="center" valignment="top" width="0">
14041 <column alignment="center" valignment="top" width="0">
14042 <row>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 a
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 d
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 g
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 </row>
14071 <row>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 b
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 e
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 h
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 <row>
14101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 c
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 f
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 i
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 </row>
14129 </lyxtabular>
14130
14131 \end_inset
14132
14133
14134 \end_layout
14135
14136 \end_inset
14137
14138  test 
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144
14145 \backslash
14146 raisebox{0.85
14147 \backslash
14148 baselineskip}{
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \begin_inset Box Frameless
14155 position "t"
14156 hor_pos "c"
14157 has_inner_box 1
14158 inner_pos "c"
14159 use_parbox 0
14160 width "15col%"
14161 special "none"
14162 height "1in"
14163 height_special "totalheight"
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167 \begin_inset Tabular
14168 <lyxtabular version="3" rows="3" columns="3">
14169 <features>
14170 <column alignment="center" valignment="top" width="0">
14171 <column alignment="center" valignment="top" width="0">
14172 <column alignment="center" valignment="top" width="0">
14173 <row>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 a
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 d
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 g
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 b
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 e
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 h
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 </row>
14231 <row>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 c
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 f
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 i
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 </row>
14260 </lyxtabular>
14261
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \end_inset
14268
14269
14270 \begin_inset ERT
14271 status collapsed
14272
14273 \begin_layout Plain Layout
14274
14275 }
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \begin_layout Itemize
14284 test 
14285 \begin_inset Box Frameless
14286 position "c"
14287 hor_pos "c"
14288 has_inner_box 1
14289 inner_pos "c"
14290 use_parbox 0
14291 width "15col%"
14292 special "none"
14293 height "1in"
14294 height_special "totalheight"
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298 \begin_inset Tabular
14299 <lyxtabular version="3" rows="3" columns="3">
14300 <features>
14301 <column alignment="center" valignment="top" width="0">
14302 <column alignment="center" valignment="top" width="0">
14303 <column alignment="center" valignment="top" width="0">
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 a
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 d
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 g
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 </row>
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 b
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 e
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 h
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 </row>
14362 <row>
14363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 c
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 f
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 i
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 </lyxtabular>
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \begin_layout Itemize
14404 test 
14405 \begin_inset Box Frameless
14406 position "b"
14407 hor_pos "c"
14408 has_inner_box 1
14409 inner_pos "c"
14410 use_parbox 0
14411 width "15col%"
14412 special "none"
14413 height "1in"
14414 height_special "totalheight"
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418 \begin_inset Tabular
14419 <lyxtabular version="3" rows="3" columns="3">
14420 <features>
14421 <column alignment="center" valignment="top" width="0">
14422 <column alignment="center" valignment="top" width="0">
14423 <column alignment="center" valignment="top" width="0">
14424 <row>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 a
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 d
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 g
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 </row>
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 b
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 e
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 h
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row>
14483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 c
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 f
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 i
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 </lyxtabular>
14512
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \end_inset
14519
14520  test 
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526
14527 \backslash
14528 raisebox{-0.32
14529 \backslash
14530 baselineskip}{
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \begin_inset Box Frameless
14537 position "b"
14538 hor_pos "c"
14539 has_inner_box 1
14540 inner_pos "c"
14541 use_parbox 0
14542 width "15col%"
14543 special "none"
14544 height "1in"
14545 height_special "totalheight"
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549 \begin_inset Tabular
14550 <lyxtabular version="3" rows="3" columns="3">
14551 <features>
14552 <column alignment="center" valignment="top" width="0">
14553 <column alignment="center" valignment="top" width="0">
14554 <column alignment="center" valignment="top" width="0">
14555 <row>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 a
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 d
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 g
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 b
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 e
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607 h
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 </row>
14613 <row>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 c
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 f
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636 i
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 </row>
14642 </lyxtabular>
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \end_inset
14650
14651
14652 \begin_inset ERT
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656
14657 }
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \end_layout
14664
14665 \begin_layout Standard
14666 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14667  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14668  la ligne dans laquelle le tableau est inséré.
14669  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14670  boîte élévatrice (raisebox)
14671 \begin_inset Foot
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14676 \begin_inset space ~
14677 \end_inset
14678
14679
14680 \begin_inset CommandInset ref
14681 LatexCommand ref
14682 reference "sub:Alignement-Vertical"
14683
14684 \end_inset
14685
14686 .
14687 \end_layout
14688
14689 \end_inset
14690
14691 .
14692  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14693  aligné en utilisant la commande en code TeX suivante 
14694 \end_layout
14695
14696 \begin_layout Standard
14697
14698 \series bold
14699
14700 \backslash
14701 raisebox{0.85
14702 \backslash
14703 baselineskip}{
14704 \end_layout
14705
14706 \begin_layout Standard
14707 placée juste avant la boîte minipage.
14708  Après la boîte on insère l'accolade fermante en code TeX.
14709  Pour le deuxième tableau de la dernière ligne, la commande 
14710 \end_layout
14711
14712 \begin_layout Standard
14713
14714 \series bold
14715
14716 \backslash
14717 raisebox{-0.32
14718 \backslash
14719 baselineskip}{
14720 \end_layout
14721
14722 \begin_layout Standard
14723 est utilisée.
14724 \end_layout
14725
14726 \begin_layout Standard
14727 \begin_inset Note Greyedout
14728 status open
14729
14730 \begin_layout Plain Layout
14731
14732 \series bold
14733 Note:
14734 \series default
14735  L'alignement entre le contenu de la ligne du tableau et le texte de la
14736  ligne qui l'entoure ne peut pas être parfait.
14737  Le facteur utilisé dans la commande 
14738 \series bold
14739
14740 \backslash
14741 raisebox
14742 \series default
14743  pour obtenir cet alignement dépend de la police de caractères du document,
14744  de la taille de la police et de l'épaisseur des lignes du tableau.
14745 \end_layout
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Section
14753 Tableaux Colorés
14754 \begin_inset CommandInset label
14755 LatexCommand label
14756 name "sec:Tableaux-Colorés"
14757
14758 \end_inset
14759
14760
14761 \begin_inset Index
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 Tableau ! Coloré
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Subsection
14774 Cellules Colorées
14775 \begin_inset Index
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779 Couleur des tableaux ! Pour les cellules
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \begin_inset Index
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Couleur ! Pour les cellules de tableau
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \begin_layout Standard
14798 \begin_inset Float table
14799 placement h
14800 wide false
14801 sideways false
14802 status open
14803
14804 \begin_layout Plain Layout
14805 \begin_inset Caption
14806
14807 \begin_layout Plain Layout
14808 \begin_inset CommandInset label
14809 LatexCommand label
14810 name "tab:Tableau-coloré-sans-colortbl"
14811
14812 \end_inset
14813
14814 Tableau coloré sans utiliser le paquetage  
14815 \series bold
14816 colortbl
14817 \series default
14818
14819 \begin_inset OptArg
14820 status open
14821
14822 \begin_layout Plain Layout
14823 Tableau sans colortbl
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Plain Layout
14837 \align center
14838 \begin_inset Tabular
14839 <lyxtabular version="3" rows="3" columns="3">
14840 <features>
14841 <column alignment="center" valignment="top" width="0">
14842 <column alignment="center" valignment="top" width="0">
14843 <column alignment="center" valignment="top" width="0">
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \color green
14851 a
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860
14861 \color red
14862 b
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871
14872 \color red
14873 c
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 </row>
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \color green
14886 d
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \color blue
14897 e
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \color blue
14908 f
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row>
14915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \color green
14921 g
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \color blue
14932 h
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \color blue
14943 i
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 </lyxtabular>
14950
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Standard
14962 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14963  et choisissez une couleur dans le menu 
14964 \family sans
14965 Éditer\SpecialChar \menuseparator
14966 Style
14967 \begin_inset space ~
14968 \end_inset
14969
14970 de
14971 \begin_inset space ~
14972 \end_inset
14973
14974 Texte
14975 \family default
14976 .
14977  C'est ce qui a été utilisé pour créer le tableau
14978 \begin_inset space ~
14979 \end_inset
14980
14981
14982 \begin_inset CommandInset ref
14983 LatexCommand ref
14984 reference "tab:Tableau-coloré-sans-colortbl"
14985
14986 \end_inset
14987
14988 .
14989  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14990 \series bold
14991 colortbl
14992 \series default
14993 .
14994 \begin_inset Index
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998 Paquetages LaTeX ! colortbl
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 ifcolortbl
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \begin_inset Note Note
15021 status open
15022
15023 \begin_layout Plain Layout
15024 La section qui suit ne sera affichée que si vous avez installé le paquetage
15025  LaTeX 
15026 \series bold
15027 colortbl
15028 \series default
15029 .
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Standard
15038 Pour créer des tableaux colorés, vous devez charger le paquetage
15039 \series bold
15040  colortbl
15041 \series default
15042  dans le préambule avec la ligne
15043 \end_layout
15044
15045 \begin_layout Standard
15046
15047 \series bold
15048
15049 \backslash
15050 usepackage{colortbl}
15051 \end_layout
15052
15053 \begin_layout Standard
15054 On choisit la couleur d'une colonne avec la commande 
15055 \end_layout
15056
15057 \begin_layout Standard
15058
15059 \series bold
15060
15061 \backslash
15062 columncolor{nom de couleur}
15063 \end_layout
15064
15065 \begin_layout Standard
15066 à l'intérieur d'une commande 
15067 \series bold
15068 >{ }
15069 \series default
15070 .
15071  Vous trouverez plus d'information sur la commande 
15072 \series bold
15073 >{}
15074 \series default
15075  dans la section
15076 \begin_inset space ~
15077 \end_inset
15078
15079
15080 \begin_inset CommandInset ref
15081 LatexCommand ref
15082 reference "sub:Calculs-multicolonnes"
15083
15084 \end_inset
15085
15086 .
15087 \end_layout
15088
15089 \begin_layout Standard
15090 Les noms de couleurs suivants sont prédéfinis :
15091 \end_layout
15092
15093 \begin_layout Standard
15094
15095 \family sans
15096 red
15097 \family default
15098  (rouge), 
15099 \family sans
15100 green
15101 \family default
15102  (vert), 
15103 \family sans
15104 yellow
15105 \family default
15106  (jaune), 
15107 \family sans
15108 blue
15109 \family default
15110  (bleu), 
15111 \family sans
15112 cyan
15113 \family default
15114
15115 \family sans
15116 magenta
15117 \family default
15118
15119 \family sans
15120 black 
15121 \family default
15122 (noir) et 
15123 \family sans
15124 white 
15125 \family default
15126 (blanc).
15127 \end_layout
15128
15129 \begin_layout Standard
15130 \begin_inset VSpace medskip
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \begin_layout Standard
15137 Vous pouvez aussi définir votre propre couleur avec la commande
15138 \end_layout
15139
15140 \begin_layout Standard
15141
15142 \series bold
15143
15144 \backslash
15145 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15146 \end_layout
15147
15148 \begin_layout Standard
15149 Le modèle de couleur peut être
15150 \end_layout
15151
15152 \begin_layout Labeling
15153 \labelwidthstring 00.00.0000
15154 cmyk: cyan, magenta, jaune (yellow), noir (black)
15155 \end_layout
15156
15157 \begin_layout Labeling
15158 \labelwidthstring 00.00.0000
15159 rgb: red, vert (green), bleu (blue)
15160 \end_layout
15161
15162 \begin_layout Labeling
15163 \labelwidthstring 00.00.0000
15164 gray dégradé de gris (gray)
15165 \end_layout
15166
15167 \begin_layout Standard
15168 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15169  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15170 \end_layout
15171
15172 \begin_layout Standard
15173 Vous pouvez par exemple définir la couleur 
15174 \begin_inset Quotes eld
15175 \end_inset
15176
15177
15178 \emph on
15179 vertfonce
15180 \begin_inset Quotes erd
15181 \end_inset
15182
15183  dans le préambule avec la ligne
15184 \end_layout
15185
15186 \begin_layout Standard
15187
15188 \series bold
15189
15190 \backslash
15191 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15192 \end_layout
15193
15194 \begin_layout Standard
15195 et la couleur "
15196 \emph on
15197 grisclair
15198 \emph default
15199 " avec
15200 \end_layout
15201
15202 \begin_layout Standard
15203
15204 \series bold
15205
15206 \backslash
15207 definecolor{grisclair}{gray}{0.8}
15208 \end_layout
15209
15210 \begin_layout Standard
15211 \begin_inset VSpace medskip
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \begin_layout Standard
15218 Les lignes sont colorées avec la commande
15219 \end_layout
15220
15221 \begin_layout Standard
15222
15223 \series bold
15224
15225 \backslash
15226 rowcolor{nom de la couleur}
15227 \end_layout
15228
15229 \begin_layout Standard
15230 et les cellules sont colorées avec la commande
15231 \end_layout
15232
15233 \begin_layout Standard
15234
15235 \series bold
15236
15237 \backslash
15238 cellcolor{nom de la couleur}
15239 \end_layout
15240
15241 \begin_layout Standard
15242 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15247  choisissez une couleur dans le menu 
15248 \family sans
15249 Éditer\SpecialChar \menuseparator
15250 Style
15251 \begin_inset space ~
15252 \end_inset
15253
15254 de
15255 \begin_inset space ~
15256 \end_inset
15257
15258 Texte
15259 \family default
15260 .
15261  Si une cellule contient du code TeX, faites bien attention à ne colorer
15262  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15263 \end_layout
15264
15265 \begin_layout Standard
15266 \begin_inset Note Greyedout
15267 status open
15268
15269 \begin_layout Plain Layout
15270
15271 \series bold
15272 Note:
15273 \series default
15274  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15275  définies par l'utilisateur.
15276 \end_layout
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \begin_layout Standard
15284 \begin_inset VSpace bigskip
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \begin_layout Standard
15291 Pour créer le tableau
15292 \begin_inset space ~
15293 \end_inset
15294
15295
15296 \begin_inset CommandInset ref
15297 LatexCommand ref
15298 reference "tab:Tableau-coloré-avec-colortbl"
15299
15300 \end_inset
15301
15302  faites ce qui suit : La couleur de la première colonne doit être 
15303 \emph on
15304 vertfonce
15305 \emph default
15306 .
15307  On insère donc la commande
15308 \end_layout
15309
15310 \begin_layout Standard
15311
15312 \series bold
15313 >{
15314 \backslash
15315 columncolor{vertfonce}
15316 \backslash
15317 centering}c
15318 \end_layout
15319
15320 \begin_layout Standard
15321 en code TeX pour cette colonne.
15322  La première ligne doit être bleue
15323 \begin_inset Note Note
15324 status open
15325
15326 \begin_layout Plain Layout
15327 cyan ? (NdT)
15328 \end_layout
15329
15330 \end_inset
15331
15332 , d'où la commande en code TeX
15333 \end_layout
15334
15335 \begin_layout Standard
15336
15337 \series bold
15338
15339 \backslash
15340 rowcolow{cyan}
15341 \end_layout
15342
15343 \begin_layout Standard
15344 qui est insérée dans la première cellule de cette ligne.
15345  Notez que cela annule la couleur de colonne pour la première cellule.
15346  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15347  en code TeX la commande
15348 \end_layout
15349
15350 \begin_layout Standard
15351
15352 \series bold
15353
15354 \backslash
15355 cellcolor{magenta}
15356 \end_layout
15357
15358 \begin_layout Standard
15359 Les caractères peuvent maintenant être colorés en utilisant le menu 
15360 \family sans
15361 Éditer\SpecialChar \menuseparator
15362 Style
15363 \begin_inset space ~
15364 \end_inset
15365
15366 de
15367 \begin_inset space ~
15368 \end_inset
15369
15370 Texte
15371 \family default
15372 .
15373 \end_layout
15374
15375 \begin_layout Standard
15376 \begin_inset Float table
15377 placement h
15378 wide false
15379 sideways false
15380 status open
15381
15382 \begin_layout Plain Layout
15383 \begin_inset Caption
15384
15385 \begin_layout Plain Layout
15386 \begin_inset CommandInset label
15387 LatexCommand label
15388 name "tab:Tableau-coloré-avec-colortbl"
15389
15390 \end_inset
15391
15392 Tableau coloré en utilisant le paquetage 
15393 \series bold
15394 colortbl
15395 \series default
15396
15397 \begin_inset OptArg
15398 status collapsed
15399
15400 \begin_layout Plain Layout
15401 Tableau avec colortbl
15402 \end_layout
15403
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \begin_layout Plain Layout
15415 \align center
15416 \begin_inset Tabular
15417 <lyxtabular version="3" rows="3" columns="3">
15418 <features>
15419 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15420 <column alignment="center" valignment="top" width="0">
15421 <column alignment="center" valignment="top" width="0">
15422 <row>
15423 <cell alignment="center" valignment="top" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427 \begin_inset ERT
15428 status collapsed
15429
15430 \begin_layout Plain Layout
15431
15432
15433 \backslash
15434 rowcolor{cyan}
15435 \end_layout
15436
15437 \end_inset
15438
15439
15440 \color magenta
15441 a
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \color red
15452 b
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \color red
15463 c
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 </row>
15469 <row>
15470 <cell alignment="center" valignment="top" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474
15475 \color yellow
15476 d
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485
15486 \color blue
15487 e
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496
15497 \color blue
15498 f
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 <row>
15505 <cell alignment="center" valignment="top" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \color yellow
15511 g
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \color blue
15522 h
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 \begin_inset ERT
15532 status collapsed
15533
15534 \begin_layout Plain Layout
15535
15536
15537 \backslash
15538 cellcolor{magenta}
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \color green
15545 i
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 </lyxtabular>
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \begin_layout Standard
15564 \begin_inset ERT
15565 status collapsed
15566
15567 \begin_layout Plain Layout
15568
15569
15570 \backslash
15571 else
15572 \end_layout
15573
15574 \end_inset
15575
15576
15577 \begin_inset Note Note
15578 status open
15579
15580 \begin_layout Plain Layout
15581 Ce qui suit sera affiché si le paquetage 
15582 \series bold
15583 colortbl
15584 \series default
15585  n'est pas installé :
15586 \end_layout
15587
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \begin_layout Standard
15594 Vous devez installer le paquetage 
15595 \series bold
15596 colortbl
15597 \series default
15598  pour voir le contenu des cette section dans la sortie imprimée.
15599 \end_layout
15600
15601 \begin_layout Standard
15602 \begin_inset ERT
15603 status collapsed
15604
15605 \begin_layout Plain Layout
15606
15607
15608 \backslash
15609 fi
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Subsection
15618 Les filets colorées
15619 \begin_inset Index
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623 Tableau Coloré ! Pour les filets
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \begin_inset Index
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 Couleur ! Pour les filets des tableaux
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \begin_inset Note Note
15640 status collapsed
15641
15642 \begin_layout Plain Layout
15643 on parle de filets plutôt que de lignes pour les tableaux
15644 \end_layout
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Comme c'est décrit dans la section
15653 \begin_inset space ~
15654 \end_inset
15655
15656
15657 \begin_inset CommandInset ref
15658 LatexCommand ref
15659 reference "sub:Epaisseur-filets"
15660
15661 \end_inset
15662
15663 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15664  variable 
15665 \series bold
15666
15667 \backslash
15668 arrayrulewidth
15669 \series default
15670 .
15671  Elle est mise à 1.5
15672 \begin_inset space \thinspace{}
15673 \end_inset
15674
15675 pt pour tous les tableaux de cette section.
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681
15682 \backslash
15683 setlength{
15684 \backslash
15685 arrayrulewidth}{1.5pt}
15686 \end_layout
15687
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \begin_layout Standard
15694 Pour colorer les filets verticaux, par exemple en vert, créez le format
15695  de colonne suivant dans le préambule du document, en suivant la description
15696  de la section
15697 \begin_inset space ~
15698 \end_inset
15699
15700
15701 \begin_inset CommandInset ref
15702 LatexCommand ref
15703 reference "sub:Formats-personnalisés"
15704
15705 \end_inset
15706
15707 :
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 newcolumntype{W}{!{
15716 \backslash
15717 color{green}
15718 \backslash
15719 vline}}
15720 \end_layout
15721
15722 \begin_layout Standard
15723 Pour le tableau
15724 \begin_inset space ~
15725 \end_inset
15726
15727
15728 \begin_inset CommandInset ref
15729 LatexCommand ref
15730 reference "tab:Tableau-filets-verticaux-colorés"
15731
15732 \end_inset
15733
15734  le paramètre LaTeX
15735 \series bold
15736  WcW
15737 \series default
15738  a été utilisé pour la dernière colonne et
15739 \series bold
15740  Wc
15741 \series default
15742  pour les autres colonnes.
15743 \end_layout
15744
15745 \begin_layout Standard
15746 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15747 \end_layout
15748
15749 \begin_layout Standard
15750 \begin_inset Float table
15751 placement h
15752 wide false
15753 sideways false
15754 status open
15755
15756 \begin_layout Plain Layout
15757 \begin_inset Caption
15758
15759 \begin_layout Plain Layout
15760 \begin_inset CommandInset label
15761 LatexCommand label
15762 name "tab:Tableau-filets-verticaux-colorés"
15763
15764 \end_inset
15765
15766 Tableau avec filets verticaux colorés
15767 \end_layout
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Plain Layout
15775 \align center
15776 \begin_inset Tabular
15777 <lyxtabular version="3" rows="3" columns="3">
15778 <features>
15779 <column alignment="center" valignment="top" width="0" special="Wc">
15780 <column alignment="center" valignment="top" width="0" special="Wc">
15781 <column alignment="center" valignment="top" width="0" special="WcW">
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 sd
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 sd
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row>
15841 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 sd
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 </lyxtabular>
15870
15871 \end_inset
15872
15873
15874 \end_layout
15875
15876 \end_inset
15877
15878
15879 \end_layout
15880
15881 \begin_layout Standard
15882 \begin_inset VSpace bigskip
15883 \end_inset
15884
15885 Pour colorer les filets horizontaux en rouge comme pour le tableau
15886 \begin_inset space ~
15887 \end_inset
15888
15889
15890 \begin_inset CommandInset ref
15891 LatexCommand ref
15892 reference "tab:Tableau-filet-horizontaux-colorés"
15893
15894 \end_inset
15895
15896 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15897  le flottant de tableau :
15898 \end_layout
15899
15900 \begin_layout Standard
15901
15902 \series bold
15903
15904 \backslash
15905 let
15906 \backslash
15907 myHlineC
15908 \backslash
15909 hline
15910 \begin_inset Newline newline
15911 \end_inset
15912
15913
15914 \backslash
15915 renewcommand{
15916 \backslash
15917 hline}
15918 \begin_inset Newline newline
15919 \end_inset
15920
15921
15922 \begin_inset ERT
15923 status collapsed
15924
15925 \begin_layout Plain Layout
15926
15927
15928 \backslash
15929 hphantom{ }
15930 \end_layout
15931
15932 \end_inset
15933
15934 {
15935 \backslash
15936 arrayrulecolor{red}
15937 \backslash
15938 myHlineC
15939 \backslash
15940 arrayrulecolor{black}}
15941 \end_layout
15942
15943 \begin_layout Standard
15944 \begin_inset ERT
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948
15949
15950 \backslash
15951 let
15952 \backslash
15953 myHlineC
15954 \backslash
15955 hline
15956 \end_layout
15957
15958 \begin_layout Plain Layout
15959
15960
15961 \backslash
15962 renewcommand{
15963 \backslash
15964 hline}
15965 \end_layout
15966
15967 \begin_layout Plain Layout
15968
15969  {
15970 \backslash
15971 arrayrulecolor{red}
15972 \backslash
15973 myHlineC
15974 \backslash
15975 arrayrulecolor{black}}
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \begin_inset Float table
15982 placement h
15983 wide false
15984 sideways false
15985 status open
15986
15987 \begin_layout Plain Layout
15988 \begin_inset Caption
15989
15990 \begin_layout Plain Layout
15991 \begin_inset CommandInset label
15992 LatexCommand label
15993 name "tab:Tableau-filet-horizontaux-colorés"
15994
15995 \end_inset
15996
15997 Tableau avec filets horizontaux colorés
15998 \end_layout
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \begin_layout Plain Layout
16006 \align center
16007 \begin_inset Tabular
16008 <lyxtabular version="3" rows="3" columns="3">
16009 <features>
16010 <column alignment="center" valignment="top" width="0">
16011 <column alignment="center" valignment="top" width="0">
16012 <column alignment="center" valignment="top" width="0">
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 sd
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 sd
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 <row>
16072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 sd
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 </lyxtabular>
16101
16102 \end_inset
16103
16104
16105 \end_layout
16106
16107 \end_inset
16108
16109
16110 \end_layout
16111
16112 \begin_layout Standard
16113 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16114  en code TeX, juste après le tableau ou le flottant de tableau :
16115 \end_layout
16116
16117 \begin_layout Standard
16118
16119 \series bold
16120
16121 \backslash
16122 renewcommand{
16123 \backslash
16124 hline}{
16125 \backslash
16126 myHlineC}
16127 \end_layout
16128
16129 \begin_layout Standard
16130 Le tableau
16131 \begin_inset space ~
16132 \end_inset
16133
16134
16135 \begin_inset CommandInset ref
16136 LatexCommand ref
16137 reference "tab:Tableau-avec-filets-colorés"
16138
16139 \end_inset
16140
16141  est un exemple avec des filets horizontaux et verticaux colorés.
16142 \end_layout
16143
16144 \begin_layout Standard
16145 \begin_inset Float table
16146 placement h
16147 wide false
16148 sideways false
16149 status open
16150
16151 \begin_layout Plain Layout
16152 \begin_inset Caption
16153
16154 \begin_layout Plain Layout
16155 \begin_inset CommandInset label
16156 LatexCommand label
16157 name "tab:Tableau-avec-filets-colorés"
16158
16159 \end_inset
16160
16161 Tableau avec filets horizontaux et verticaux colorés
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \begin_layout Plain Layout
16170 \align center
16171 \begin_inset Tabular
16172 <lyxtabular version="3" rows="3" columns="3">
16173 <features>
16174 <column alignment="center" valignment="top" width="0" special="Wc">
16175 <column alignment="center" valignment="top" width="0" special="Wc">
16176 <column alignment="center" valignment="top" width="0" special="WcW">
16177 <row>
16178 <cell alignment="center" valignment="top" topline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 sd
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row>
16207 <cell alignment="center" valignment="top" topline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 sd
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row topspace="default">
16236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 sd
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 </row>
16264 </lyxtabular>
16265
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \begin_layout Standard
16277 \begin_inset ERT
16278 status collapsed
16279
16280 \begin_layout Plain Layout
16281
16282
16283 \backslash
16284 renewcommand{
16285 \backslash
16286 hline}{
16287 \backslash
16288 myHlineC}
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset ERT
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301
16302
16303 \backslash
16304 setlength{
16305 \backslash
16306 arrayrulewidth}{0.4pt}
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \begin_layout Section
16315 Personnalisation des Tableaux
16316 \begin_inset Index
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320 Tableau ! Personnalisation
16321 \end_layout
16322
16323 \end_inset
16324
16325
16326 \begin_inset Index
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330 Personnalisation des tableaux
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \begin_layout Subsection
16339 Espacement des lignes
16340 \begin_inset CommandInset label
16341 LatexCommand label
16342 name "sub:Espacement-lignes"
16343
16344 \end_inset
16345
16346
16347 \begin_inset Index
16348 status collapsed
16349
16350 \begin_layout Plain Layout
16351 Personnalisation des tableaux ! Espacement des lignes
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Standard
16360 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16361  l'onglet 
16362 \family sans
16363 Bordures
16364 \family default
16365  de la fenêtre de dialogue 
16366 \family sans
16367 Paramètres
16368 \begin_inset space ~
16369 \end_inset
16370
16371 du
16372 \begin_inset space ~
16373 \end_inset
16374
16375 tableau
16376 \family default
16377 .
16378  Vous y trouverez trois possibilités :
16379 \end_layout
16380
16381 \begin_layout Description
16382 Haut
16383 \begin_inset space ~
16384 \end_inset
16385
16386 de
16387 \begin_inset space ~
16388 \end_inset
16389
16390 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16391  Si le tableau est un tableau formel
16392 \begin_inset Foot
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396 Les tableaux formels sont décrits dans la section
16397 \begin_inset space ~
16398 \end_inset
16399
16400
16401 \begin_inset CommandInset ref
16402 LatexCommand ref
16403 reference "sec:Tableaux-Formels"
16404
16405 \end_inset
16406
16407 .
16408 \end_layout
16409
16410 \end_inset
16411
16412  LyX va insérer par défaut un espace de 0.5
16413 \begin_inset space \thinspace{}
16414 \end_inset
16415
16416 em.
16417  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16418  les filets verticaux comme dans le tableau suivant :
16419 \begin_inset VSpace medskip
16420 \end_inset
16421
16422
16423 \begin_inset Newline newline
16424 \end_inset
16425
16426
16427 \begin_inset space \hspace*{}
16428 \length 0pt
16429 \end_inset
16430
16431
16432 \begin_inset space \hfill{}
16433 \end_inset
16434
16435
16436 \begin_inset Tabular
16437 <lyxtabular version="3" rows="3" columns="1">
16438 <features>
16439 <column alignment="center" valignment="top" width="0">
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 A
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row topspace="3mm">
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 espace de 3
16457 \begin_inset space \thinspace{}
16458 \end_inset
16459
16460 mm en haut de la ligne
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 C
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 </lyxtabular>
16478
16479 \end_inset
16480
16481
16482 \begin_inset space \hfill{}
16483 \end_inset
16484
16485
16486 \begin_inset space \hspace*{}
16487 \length 0pt
16488 \end_inset
16489
16490
16491 \begin_inset VSpace medskip
16492 \end_inset
16493
16494
16495 \begin_inset Newline newline
16496 \end_inset
16497
16498 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16499  pas de filets verticaux.
16500 \end_layout
16501
16502 \begin_layout Description
16503 Bas
16504 \begin_inset space ~
16505 \end_inset
16506
16507 de
16508 \begin_inset space ~
16509 \end_inset
16510
16511 ligne va ajouter de l'espace sous les caractères de la ligne.
16512  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16513  de 0.5
16514 \begin_inset space \thinspace{}
16515 \end_inset
16516
16517 em, pour les tableaux normaux, l'espace par défaut est de 2
16518 \begin_inset space \thinspace{}
16519 \end_inset
16520
16521 pt.
16522 \end_layout
16523
16524 \begin_layout Description
16525 Entre
16526 \begin_inset space ~
16527 \end_inset
16528
16529 les
16530 \begin_inset space ~
16531 \end_inset
16532
16533 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16534  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16535  de 0.5
16536 \begin_inset space \thinspace{}
16537 \end_inset
16538
16539 em.
16540  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16541  les filets verticaux comme dans le tableau suivant :
16542 \begin_inset VSpace medskip
16543 \end_inset
16544
16545
16546 \begin_inset Newline newline
16547 \end_inset
16548
16549
16550 \begin_inset space \hspace*{}
16551 \length 0pt
16552 \end_inset
16553
16554
16555 \begin_inset space \hfill{}
16556 \end_inset
16557
16558
16559 \begin_inset Tabular
16560 <lyxtabular version="3" rows="3" columns="1">
16561 <features>
16562 <column alignment="center" valignment="top" width="0">
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 A
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row interlinespace="3mm">
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 \begin_inset Formula $\downarrow$
16580 \end_inset
16581
16582  espace de 3
16583 \begin_inset space \thinspace{}
16584 \end_inset
16585
16586 mm entre les lignes 
16587 \begin_inset Formula $\downarrow$
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $\uparrow$
16602 \end_inset
16603
16604  espace de 3
16605 \begin_inset space \thinspace{}
16606 \end_inset
16607
16608 mm entre les lignes 
16609 \begin_inset Formula $\uparrow$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 </lyxtabular>
16619
16620 \end_inset
16621
16622
16623 \begin_inset space \hfill{}
16624 \end_inset
16625
16626
16627 \begin_inset space \hspace*{}
16628 \length 0pt
16629 \end_inset
16630
16631
16632 \begin_inset VSpace medskip
16633 \end_inset
16634
16635
16636 \begin_inset Newline newline
16637 \end_inset
16638
16639 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16640  pas de filets verticaux.
16641 \end_layout
16642
16643 \begin_layout Standard
16644 \begin_inset VSpace bigskip
16645 \end_inset
16646
16647 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16648  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16649  dans le préambule :
16650 \end_layout
16651
16652 \begin_layout Standard
16653
16654 \series bold
16655
16656 \backslash
16657 @ifundefined{extrarowheight}
16658 \begin_inset Newline newline
16659 \end_inset
16660
16661
16662 \begin_inset ERT
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666
16667
16668 \backslash
16669 hphantom{ }
16670 \end_layout
16671
16672 \end_inset
16673
16674 {
16675 \backslash
16676 usepackage{array}}{}
16677 \begin_inset Newline newline
16678 \end_inset
16679
16680
16681 \backslash
16682 setlength{
16683 \backslash
16684 extrarowheight}{height}
16685 \end_layout
16686
16687 \begin_layout Standard
16688 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16689  plus exactement centré verticalement.
16690  (le paquetage 
16691 \series bold
16692 array 
16693 \series default
16694 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16695  auto-définis.
16696  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16697  
16698 \series bold
16699
16700 \backslash
16701 @ifundefined
16702 \series default
16703  dans la commande précédente.)
16704 \end_layout
16705
16706 \begin_layout Subsection
16707 Alignements de cellules spéciaux
16708 \begin_inset Index
16709 status collapsed
16710
16711 \begin_layout Plain Layout
16712 Personnalisation des tableaux ! Alignement de cellules spéciaux
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Standard
16721 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16722  cellules sur un caractère donné, par exemple le séparateur décimal comme
16723  dans le tableau
16724 \begin_inset space ~
16725 \end_inset
16726
16727
16728 \begin_inset CommandInset ref
16729 LatexCommand ref
16730 reference "tab:Tableau-centré-sur-séparateur"
16731
16732 \end_inset
16733
16734 .
16735 \end_layout
16736
16737 \begin_layout Standard
16738 \begin_inset Float table
16739 placement h
16740 wide false
16741 sideways false
16742 status open
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Caption
16746
16747 \begin_layout Plain Layout
16748 \begin_inset CommandInset label
16749 LatexCommand label
16750 name "tab:Tableau-centré-sur-séparateur"
16751
16752 \end_inset
16753
16754 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \begin_layout Plain Layout
16763 \align center
16764 \begin_inset Tabular
16765 <lyxtabular version="3" rows="4" columns="2">
16766 <features>
16767 <column alignment="right" valignment="top" width="0">
16768 <column alignment="left" valignment="top" width="0" special="@{}l">
16769 <row>
16770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 en-tête
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 12,
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 6
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row>
16810 <cell alignment="center" valignment="top" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 0,
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 68
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 -123,
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 0
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 </lyxtabular>
16850
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \begin_layout Standard
16862 Ce tableau a été créé comme un tableau 4×2.
16863  L'en-tête est une cellule multicolonne centrée.
16864  La première colonne est alignée à droite et contient les chiffres qui se
16865  trouvent avant la virgule ainsi que la virgule elle-même.
16866  La deuxième colonne est alignée à gauche et contient les chiffres situés
16867  après la virgule.
16868  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16869  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16870 \end_layout
16871
16872 \begin_layout Standard
16873
16874 \series bold
16875 @{}l
16876 \end_layout
16877
16878 \begin_layout Standard
16879 Le tableau
16880 \begin_inset space ~
16881 \end_inset
16882
16883
16884 \begin_inset CommandInset ref
16885 LatexCommand ref
16886 reference "tab:Plusieurs-exemples-alignements"
16887
16888 \end_inset
16889
16890  montre quelques exemples d'alignements.
16891  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16892  plus petit espace mathématique au début de la dernière colonne pour obtenir
16893  l'espacement correct autour du signe de relation.
16894 \end_layout
16895
16896 \begin_layout Standard
16897 \begin_inset Float table
16898 wide false
16899 sideways false
16900 status open
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Caption
16904
16905 \begin_layout Plain Layout
16906 \begin_inset CommandInset label
16907 LatexCommand label
16908 name "tab:Plusieurs-exemples-alignements"
16909
16910 \end_inset
16911
16912 Plusieurs exemples d'alignement de cellules
16913 \lang english
16914 .
16915 \end_layout
16916
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \begin_layout Plain Layout
16923 \align center
16924 \begin_inset Tabular
16925 <lyxtabular version="3" rows="4" columns="6">
16926 <features>
16927 <column alignment="right" valignment="top" width="0">
16928 <column alignment="left" valignment="top" width="0" special="@{}l">
16929 <column alignment="right" valignment="top" width="0">
16930 <column alignment="left" valignment="top" width="0" special="@{}l">
16931 <column alignment="right" valignment="top" width="0">
16932 <column alignment="left" valignment="top" width="0" special="@{}l">
16933 <row>
16934 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 unités
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 exposants
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 relations
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 12×
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 24
17004 \begin_inset space \thinspace{}
17005 \end_inset
17006
17007 bouteilles
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $10\cdot$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $10^{\mbox{-}17}$
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 $\Gamma(t)\propto$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Formula $\:\Upsilon(t)$
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 </row>
17061 <row>
17062 <cell alignment="center" valignment="top" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 1024×
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 768
17076 \begin_inset space \thinspace{}
17077 \end_inset
17078
17079 Pixels
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $5.78\cdot$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $10^{7}$
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 $A\ne$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\: B_{\mathrm{red}}$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 32×
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 6
17148 \begin_inset space \thinspace{}
17149 \end_inset
17150
17151 cm
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 -
17161 \begin_inset Formula $33.5\cdot$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $10^{4}$
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(\alpha)\ge$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\:\sin(\beta)$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 </lyxtabular>
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \begin_layout Standard
17219 \begin_inset VSpace bigskip
17220 \end_inset
17221
17222 Il y a aussi le paquetage LaTeX 
17223 \series bold
17224 dcolumn
17225 \series default
17226
17227 \begin_inset Index
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 Paquetages LaTeX ! dcolumn
17232 \end_layout
17233
17234 \end_inset
17235
17236  qui fournit des alignements pour les cellules de tableaux.
17237  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17238  et ne permet pas de formules dans les cellules du tableau : Avec 
17239 \series bold
17240 dcolumn
17241 \series default
17242  la première colonne du tableau
17243 \begin_inset space ~
17244 \end_inset
17245
17246
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Plusieurs-exemples-alignements"
17250
17251 \end_inset
17252
17253  ressemblera à la première colonne du tableau
17254 \begin_inset space ~
17255 \end_inset
17256
17257
17258 \begin_inset CommandInset ref
17259 LatexCommand ref
17260 reference "tab:Alignements-avec-dcolumn"
17261
17262 \end_inset
17263
17264
17265 \lang english
17266  and only with some tricks like the expected.
17267  
17268 \lang french
17269 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17270 \begin_inset space ~
17271 \end_inset
17272
17273
17274 \begin_inset CommandInset ref
17275 LatexCommand ref
17276 reference "tab:Plusieurs-exemples-alignements"
17277
17278 \end_inset
17279
17280  avec 
17281 \series bold
17282 dcolumn
17283 \series default
17284 .
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset Float table
17289 placement h
17290 wide false
17291 sideways false
17292 status open
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Caption
17296
17297 \begin_layout Plain Layout
17298 \begin_inset CommandInset label
17299 LatexCommand label
17300 name "tab:Alignements-avec-dcolumn"
17301
17302 \end_inset
17303
17304 Alignements quand on utilise le paquetage LaTeX dcolumn.
17305  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17306  pour obtenir la sortie.
17307 \end_layout
17308
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Plain Layout
17315 \align center
17316 \begin_inset Tabular
17317 <lyxtabular version="3" rows="4" columns="3">
17318 <features>
17319 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17320 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17321 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17322 <row>
17323 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 unités
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 unités
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 unités
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 12x24
17357 \begin_inset space \thinspace{}
17358 \end_inset
17359
17360
17361 \begin_inset Formula $\mbox{bouteilles}$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 12x24
17374 \begin_inset space \thinspace{}
17375 \end_inset
17376
17377
17378 \begin_inset Formula $\mbox{bouteilles}$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 12
17391 \begin_inset ERT
17392 status collapsed
17393
17394 \begin_layout Plain Layout
17395
17396
17397 \backslash
17398 times 
17399 \end_layout
17400
17401 \end_inset
17402
17403 24~
17404 \begin_inset Formula $\mbox{bouteilles}$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 </row>
17413 <row>
17414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 1024x768
17419 \begin_inset space \thinspace{}
17420 \end_inset
17421
17422
17423 \begin_inset Formula $\mbox{Pixels}$
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 1024x768
17436 \begin_inset space \thinspace{}
17437 \end_inset
17438
17439
17440 \begin_inset Formula $\mbox{Pixels}$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 1024
17453 \begin_inset ERT
17454 status collapsed
17455
17456 \begin_layout Plain Layout
17457
17458
17459 \backslash
17460 times 
17461 \end_layout
17462
17463 \end_inset
17464
17465 768~
17466 \begin_inset Formula $\mbox{Pixels}$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 32x6
17481 \begin_inset space \thinspace{}
17482 \end_inset
17483
17484
17485 \begin_inset Formula $\mbox{cm}$
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 32x6
17498 \begin_inset space \thinspace{}
17499 \end_inset
17500
17501
17502 \begin_inset Formula $\mbox{cm}$
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 32
17515 \begin_inset ERT
17516 status collapsed
17517
17518 \begin_layout Plain Layout
17519
17520
17521 \backslash
17522 times 
17523 \end_layout
17524
17525 \end_inset
17526
17527 6~
17528 \begin_inset Formula $\mbox{cm}$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 </lyxtabular>
17538
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \begin_layout Subsection
17550 Formats de cellule et de colonne personnalisés
17551 \begin_inset CommandInset label
17552 LatexCommand label
17553 name "sub:Formats-personnalisés"
17554
17555 \end_inset
17556
17557
17558 \begin_inset Index
17559 status collapsed
17560
17561 \begin_layout Plain Layout
17562 Personnalisation des tableaux !  Format de cellule/colonne
17563 \end_layout
17564
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \begin_layout Standard
17571 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17572  multicolonne comme dans la section
17573 \begin_inset space ~
17574 \end_inset
17575
17576
17577 \begin_inset CommandInset ref
17578 LatexCommand ref
17579 reference "sub:Calculs-multicolonnes"
17580
17581 \end_inset
17582
17583  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17584  multicolonnes.
17585  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17586  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17587  du document.
17588  Le format est défini avec la commande
17589 \end_layout
17590
17591 \begin_layout Standard
17592
17593 \series bold
17594
17595 \backslash
17596 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17597 \end_layout
17598
17599 \begin_layout Standard
17600 Le nom du format peut n'avoir qu'une lettre.
17601  Les lettres 
17602 \emph on
17603 b
17604 \emph default
17605
17606 \emph on
17607 c
17608 \emph default
17609
17610 \emph on
17611 l
17612 \emph default
17613
17614 \emph on
17615 m
17616 \emph default
17617
17618 \emph on
17619 p
17620 \emph default
17621  et 
17622 \emph on
17623 r
17624 \emph default
17625  sont prédéfinies et donc ne peuvent être utilisées.
17626  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17627 \end_layout
17628
17629 \begin_layout Standard
17630 \begin_inset VSpace medskip
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 Pour de cellules multicolonnes centrées verticalement et horizontalement
17638  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17639  :
17640 \end_layout
17641
17642 \begin_layout Standard
17643
17644 \series bold
17645
17646 \backslash
17647 newcolumntype{M}[1]{>{
17648 \backslash
17649 centering
17650 \backslash
17651 hspace{0pt}}m{#1}}
17652 \end_layout
17653
17654 \begin_layout Standard
17655 Où le 
17656 \series bold
17657
17658 \backslash
17659 hspace{0pt}
17660 \series default
17661  évite le problème de césure du premier mot, comme c'est décrit en section
17662 \begin_inset space ~
17663 \end_inset
17664
17665
17666 \begin_inset CommandInset ref
17667 LatexCommand ref
17668 reference "sub:Lignes-multiple-dans-cellule"
17669
17670 \end_inset
17671
17672 .
17673  Ensuite, vous pouvez entrer
17674 \end_layout
17675
17676 \begin_layout Standard
17677
17678 \series bold
17679 M{width}
17680 \end_layout
17681
17682 \begin_layout Standard
17683 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17684  une multicolonne.
17685 \end_layout
17686
17687 \begin_layout Standard
17688 \begin_inset VSpace bigskip
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \begin_layout Standard
17695 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17696  définir le format
17697 \end_layout
17698
17699 \begin_layout Standard
17700
17701 \series bold
17702
17703 \backslash
17704 newcolumntype{S}[2]{>{
17705 \backslash
17706 centering
17707 \backslash
17708 hspace{0pt}}
17709 \begin_inset Newline newline
17710 \end_inset
17711
17712
17713 \begin_inset ERT
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717
17718
17719 \backslash
17720 phantom{
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \backslash
17727 newcolumntype{S}[2]
17728 \begin_inset ERT
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732
17733 }
17734 \end_layout
17735
17736 \end_inset
17737
17738 m{(#1+(2
17739 \backslash
17740 tabcolsep+
17741 \backslash
17742 arrayrulewidth)*(1-#2))/#2}}
17743 \end_layout
17744
17745 \begin_layout Standard
17746 Ce format utilise l'équation
17747 \begin_inset space ~
17748 \end_inset
17749
17750
17751 \begin_inset CommandInset ref
17752 LatexCommand eqref
17753 reference "eq:Wgn"
17754
17755 \end_inset
17756
17757  pour calculer la largeur que doit avoir chacune des cellules couverte par
17758  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17759 \end_layout
17760
17761 \begin_layout Standard
17762 Ensuite, vous pouvez entrer
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17769 \end_layout
17770
17771 \begin_layout Standard
17772 comme paramètre LaTeX de la colonne.
17773 \end_layout
17774
17775 \begin_layout Standard
17776 \begin_inset VSpace bigskip
17777 \end_inset
17778
17779
17780 \end_layout
17781
17782 \begin_layout Standard
17783 Pour des colonnes colorées, vous pouvez définir
17784 \end_layout
17785
17786 \begin_layout Standard
17787
17788 \series bold
17789
17790 \backslash
17791 newcolumntype{K}[1]{>{
17792 \backslash
17793 columncolor{#1}
17794 \backslash
17795 hspace{0pt}}c}
17796 \end_layout
17797
17798 \begin_layout Standard
17799 Le 
17800 \begin_inset Quotes eld
17801 \end_inset
17802
17803 c
17804 \begin_inset Quotes erd
17805 \end_inset
17806
17807  à la fin crée une colonne de largeur variable dont le texte est centré
17808  horizontalement.
17809  Vous pouvez maintenant entrer
17810 \end_layout
17811
17812 \begin_layout Standard
17813
17814 \series bold
17815 K{nom de couleur}
17816 \end_layout
17817
17818 \begin_layout Standard
17819 comme paramètre LaTeX.
17820 \end_layout
17821
17822 \begin_layout Standard
17823 \begin_inset VSpace bigskip
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \begin_layout Standard
17830 Pour créer le tableau
17831 \begin_inset space ~
17832 \end_inset
17833
17834
17835 \begin_inset CommandInset ref
17836 LatexCommand ref
17837 reference "tab:Tableau-formats-personnalisés"
17838
17839 \end_inset
17840
17841  utilisez les paramètres LaTeX
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847 M{2.5cm}
17848 \end_layout
17849
17850 \begin_layout Standard
17851 pour la première colonne et la multicolonne,
17852 \end_layout
17853
17854 \begin_layout Standard
17855
17856 \series bold
17857 K{red}
17858 \end_layout
17859
17860 \begin_layout Standard
17861 pour la dernière colonne, et
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867 S{2.5cm}{2}
17868 \end_layout
17869
17870 \begin_layout Standard
17871 pour les cellules de la deuxième colonne.
17872 \end_layout
17873
17874 \begin_layout Standard
17875 \begin_inset Float table
17876 placement h
17877 wide false
17878 sideways false
17879 status open
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Caption
17883
17884 \begin_layout Plain Layout
17885 \begin_inset CommandInset label
17886 LatexCommand label
17887 name "tab:Tableau-formats-personnalisés"
17888
17889 \end_inset
17890
17891 Tableau utilisant des formats personnalisés
17892 \end_layout
17893
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Plain Layout
17900 \align center
17901 \begin_inset Tabular
17902 <lyxtabular version="3" rows="3" columns="4">
17903 <features>
17904 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17905 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17906 <column alignment="center" valignment="middle" width="0">
17907 <column alignment="center" valignment="middle" width="0" special="K{red}">
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 motTrèsLongDansUneCellule
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 multicolonne avec multiligne
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 c
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 d
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 e
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 f
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 g
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 </row>
17984 <row>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 h
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 i
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 j
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 k
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 </row>
18022 </lyxtabular>
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Subsection
18035 Épaisseur des filets
18036 \begin_inset CommandInset label
18037 LatexCommand label
18038 name "sub:Epaisseur-filets"
18039
18040 \end_inset
18041
18042
18043 \begin_inset Index
18044 status collapsed
18045
18046 \begin_layout Plain Layout
18047 Personnalisation des tableaux ! Épaisseur filets
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18057  
18058 \series bold
18059
18060 \backslash
18061 arrayrulewidth
18062 \series default
18063 .
18064  Pour mettre, par exemple, une épaisseur de filet de 1.5
18065 \begin_inset space \thinspace{}
18066 \end_inset
18067
18068 pt, comme pour le tableau
18069 \begin_inset space ~
18070 \end_inset
18071
18072
18073 \begin_inset CommandInset ref
18074 LatexCommand ref
18075 reference "tab:Tableau-filets-1.5pt"
18076
18077 \end_inset
18078
18079 , insérez la commande
18080 \end_layout
18081
18082 \begin_layout Standard
18083
18084 \series bold
18085
18086 \backslash
18087 setlength{
18088 \backslash
18089 arrayrulewidth}{1.5pt}
18090 \end_layout
18091
18092 \begin_layout Standard
18093 en code TeX avant le tableau ou le flottant de tableau.
18094  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18095  suivent.
18096  pour revenir aux valeurs par défaut, mettez 
18097 \series bold
18098
18099 \backslash
18100 arrayrulewidth
18101 \series default
18102  à 0.4
18103 \begin_inset space \thinspace{}
18104 \end_inset
18105
18106 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18107 \end_layout
18108
18109 \begin_layout Standard
18110 \begin_inset ERT
18111 status collapsed
18112
18113 \begin_layout Plain Layout
18114
18115
18116 \backslash
18117 setlength{
18118 \backslash
18119 arrayrulewidth}{1.5pt}
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \begin_inset Float table
18126 wide false
18127 sideways false
18128 status open
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Caption
18132
18133 \begin_layout Plain Layout
18134 \begin_inset CommandInset label
18135 LatexCommand label
18136 name "tab:Tableau-filets-1.5pt"
18137
18138 \end_inset
18139
18140 Tableau avec des filets de 1.5
18141 \begin_inset space \thinspace{}
18142 \end_inset
18143
18144 pt
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Plain Layout
18153 \align center
18154 \begin_inset Tabular
18155 <lyxtabular version="3" rows="3" columns="3">
18156 <features>
18157 <column alignment="center" valignment="top" width="0">
18158 <column alignment="center" valignment="top" width="0">
18159 <column alignment="center" valignment="top" width="0">
18160 <row>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 sd
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 sd
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 sd
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 </lyxtabular>
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \begin_inset ERT
18258 status collapsed
18259
18260 \begin_layout Plain Layout
18261
18262
18263 \backslash
18264 setlength{
18265 \backslash
18266 arrayrulewidth}{0.4pt}
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset VSpace bigskip
18276 \end_inset
18277
18278 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18279 \begin_inset space \thinspace{}
18280 \end_inset
18281
18282 pt, comme dans le tableau
18283 \begin_inset space ~
18284 \end_inset
18285
18286
18287 \begin_inset CommandInset ref
18288 LatexCommand ref
18289 reference "tab:Tableau-filets-horizontaux-1.5pt"
18290
18291 \end_inset
18292
18293 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18294  de tableau :
18295 \end_layout
18296
18297 \begin_layout Standard
18298
18299 \series bold
18300
18301 \backslash
18302 let
18303 \backslash
18304 myHline
18305 \backslash
18306 hline
18307 \begin_inset Newline newline
18308 \end_inset
18309
18310
18311 \backslash
18312 renewcommand{
18313 \backslash
18314 hline}
18315 \begin_inset Newline newline
18316 \end_inset
18317
18318  {
18319 \backslash
18320 noalign{
18321 \backslash
18322 global
18323 \backslash
18324 arrayrulewidth 1.5pt}
18325 \begin_inset Newline newline
18326 \end_inset
18327
18328  
18329 \backslash
18330 myHline
18331 \backslash
18332 noalign{
18333 \backslash
18334 global
18335 \backslash
18336 arrayrulewidth 0.4pt}}
18337 \end_layout
18338
18339 \begin_layout Standard
18340 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18341  en code TeX après le tableau ou le flottant de tableau :
18342 \end_layout
18343
18344 \begin_layout Standard
18345
18346 \series bold
18347
18348 \backslash
18349 renewcommand{
18350 \backslash
18351 hline}{
18352 \backslash
18353 myHline}
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 let
18365 \backslash
18366 myHline
18367 \backslash
18368 hline
18369 \end_layout
18370
18371 \begin_layout Plain Layout
18372
18373
18374 \backslash
18375 renewcommand{
18376 \backslash
18377 hline}
18378 \end_layout
18379
18380 \begin_layout Plain Layout
18381
18382  {
18383 \backslash
18384 noalign{
18385 \backslash
18386 global
18387 \backslash
18388 arrayrulewidth 1.5pt}
18389 \end_layout
18390
18391 \begin_layout Plain Layout
18392
18393   
18394 \backslash
18395 myHline
18396 \backslash
18397 noalign{
18398 \backslash
18399 global
18400 \backslash
18401 arrayrulewidth 0.4pt}}
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \begin_inset Float table
18408 wide false
18409 sideways false
18410 status open
18411
18412 \begin_layout Plain Layout
18413 \begin_inset Caption
18414
18415 \begin_layout Plain Layout
18416 \begin_inset CommandInset label
18417 LatexCommand label
18418 name "tab:Tableau-filets-horizontaux-1.5pt"
18419
18420 \end_inset
18421
18422 Tableau avec des filets horizontaux de 1.5
18423 \begin_inset space \thinspace{}
18424 \end_inset
18425
18426 pt
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Plain Layout
18435 \align center
18436 \begin_inset Tabular
18437 <lyxtabular version="3" rows="3" columns="3">
18438 <features>
18439 <column alignment="center" valignment="top" width="0">
18440 <column alignment="center" valignment="top" width="0">
18441 <column alignment="center" valignment="top" width="0">
18442 <row>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 sd
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 <row>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 sd
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 <row>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 sd
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 </row>
18529 </lyxtabular>
18530
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \begin_inset ERT
18540 status collapsed
18541
18542 \begin_layout Plain Layout
18543
18544
18545 \backslash
18546 renewcommand{
18547 \backslash
18548 hline}{
18549 \backslash
18550 myHline}
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 \begin_inset VSpace bigskip
18560 \end_inset
18561
18562 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18563 \begin_inset space \thinspace{}
18564 \end_inset
18565
18566 pt, créez le format de colonne suivant dans le préambule, en suivant la
18567  description de la section
18568 \begin_inset space ~
18569 \end_inset
18570
18571
18572 \begin_inset CommandInset ref
18573 LatexCommand ref
18574 reference "sub:Formats-personnalisés"
18575
18576 \end_inset
18577
18578 :
18579 \end_layout
18580
18581 \begin_layout Standard
18582
18583 \series bold
18584
18585 \backslash
18586 newcolumntype{V}{!{
18587 \backslash
18588 vrule width 1.5pt}}
18589 \end_layout
18590
18591 \begin_layout Standard
18592 Pour le tableau
18593 \begin_inset space ~
18594 \end_inset
18595
18596
18597 \begin_inset CommandInset ref
18598 LatexCommand ref
18599 reference "tab:Tableau-filets-verticaux-1.5pt"
18600
18601 \end_inset
18602
18603  le paramètre LaTeX 
18604 \end_layout
18605
18606 \begin_layout Standard
18607
18608 \series bold
18609 VcV
18610 \end_layout
18611
18612 \begin_layout Standard
18613 a été utilisé pour la dernière colonne et
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619 Vc
18620 \end_layout
18621
18622 \begin_layout Standard
18623 pour les autres colonnes.
18624 \end_layout
18625
18626 \begin_layout Standard
18627 \begin_inset Float table
18628 wide false
18629 sideways false
18630 status open
18631
18632 \begin_layout Plain Layout
18633 \begin_inset Caption
18634
18635 \begin_layout Plain Layout
18636 \begin_inset CommandInset label
18637 LatexCommand label
18638 name "tab:Tableau-filets-verticaux-1.5pt"
18639
18640 \end_inset
18641
18642 Tableau avec des filets verticaux de 1.5
18643 \begin_inset space \thinspace{}
18644 \end_inset
18645
18646 pt 
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Plain Layout
18655 \align center
18656 \begin_inset Tabular
18657 <lyxtabular version="3" rows="3" columns="3">
18658 <features>
18659 <column alignment="center" valignment="top" width="0" special="Vc">
18660 <column alignment="center" valignment="top" width="0" special="Vc">
18661 <column alignment="center" valignment="top" width="0" special="VcV">
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 sd
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 sd
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 sd
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 </lyxtabular>
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Subsection
18762 Filets à traits interrompus
18763 \begin_inset Index
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767 Personnalisation des tableaux ! Filets à traits interrompus
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \begin_layout Standard
18776 \begin_inset ERT
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780
18781
18782 \backslash
18783 ifarydshln
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \begin_inset Note Note
18790 status open
18791
18792 \begin_layout Plain Layout
18793 La section suivante ne s'affichera que si vous avez installé le paquetage
18794  LaTeX 
18795 \series bold
18796 arydshln
18797 \series default
18798 .
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Standard
18807 \begin_inset Float table
18808 placement H
18809 wide false
18810 sideways false
18811 status open
18812
18813 \begin_layout Plain Layout
18814 \begin_inset Caption
18815
18816 \begin_layout Plain Layout
18817 \begin_inset CommandInset label
18818 LatexCommand label
18819 name "tab:Tableau-filets-tirets"
18820
18821 \end_inset
18822
18823 Tableau avec des filets à traits interrompus
18824 \end_layout
18825
18826 \end_inset
18827
18828
18829 \end_layout
18830
18831 \begin_layout Plain Layout
18832 \align center
18833 \begin_inset Tabular
18834 <lyxtabular version="3" rows="5" columns="5">
18835 <features>
18836 <column alignment="center" valignment="top" width="0">
18837 <column alignment="center" valignment="top" width="0">
18838 <column alignment="center" valignment="top" width="0" special=":c">
18839 <column alignment="center" valignment="top" width="0">
18840 <column alignment="center" valignment="top" width="0">
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 a
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 b
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 c
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 d
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 e
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 f
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 g
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 h
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 i
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 j
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 \begin_inset ERT
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 hdashline 
18948 \end_layout
18949
18950 \end_inset
18951
18952 k
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 l
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 m
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979 n
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 o
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 </row>
18994 <row>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Plain Layout
19003
19004
19005 \backslash
19006 cdashline{4-5}
19007 \end_layout
19008
19009 \end_inset
19010
19011 p
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 q
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 r
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 s
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 <row>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 t
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 u
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 v
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 w
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 x
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 </lyxtabular>
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \begin_layout Standard
19113 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19114  donc employer du code TeX.
19115  Mais avant il faut charger le paquetage LaTeX 
19116 \series bold
19117 arydshln
19118 \series default
19119
19120 \begin_inset Index
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124 Paquetages LaTeX ! arydshln
19125 \end_layout
19126
19127 \end_inset
19128
19129  dans le préambule du document avec la commande 
19130 \end_layout
19131
19132 \begin_layout Standard
19133
19134 \series bold
19135
19136 \backslash
19137 usepackage{arydshln}
19138 \end_layout
19139
19140 \begin_layout Standard
19141 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19142  
19143 \begin_inset Quotes eld
19144 \end_inset
19145
19146 :
19147 \begin_inset Quotes erd
19148 \end_inset
19149
19150  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19151  dans la fenêtre de dialogue de paramètre du tableau.
19152 \end_layout
19153
19154 \begin_layout Standard
19155 Pour un trait horizontal interrompu, ajoutez la commande
19156 \end_layout
19157
19158 \begin_layout Standard
19159
19160 \series bold
19161
19162 \backslash
19163 hdashline
19164 \end_layout
19165
19166 \begin_layout Standard
19167 en code TeX comme premier élément de la première cellule de la ligne de
19168  tableau.
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19173  commande 
19174 \end_layout
19175
19176 \begin_layout Standard
19177
19178 \series bold
19179
19180 \backslash
19181 cdashline{
19182 \series default
19183 numéros de colonnes}
19184 \end_layout
19185
19186 \begin_layout Standard
19187 en code TeX comme premier élément de la première cellule de la ligne.
19188  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19189  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19190 \end_layout
19191
19192 \begin_layout Standard
19193
19194 \series bold
19195
19196 \backslash
19197 cdashline{2-4}
19198 \end_layout
19199
19200 \begin_layout Standard
19201 comme premier élément de la première cellule de la ligne contenant la multicolon
19202 ne.
19203 \end_layout
19204
19205 \begin_layout Standard
19206 \begin_inset VSpace bigskip
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \begin_layout Standard
19213 Le tableau
19214 \begin_inset space ~
19215 \end_inset
19216
19217
19218 \begin_inset CommandInset ref
19219 LatexCommand ref
19220 reference "tab:Tableau-filets-tirets"
19221
19222 \end_inset
19223
19224  a été créé en utilisant 
19225 \begin_inset Quotes eld
19226 \end_inset
19227
19228
19229 \series bold
19230 :c
19231 \series default
19232
19233 \begin_inset Quotes erd
19234 \end_inset
19235
19236  comme paramètre LaTeX pour la troisième colonne.
19237  La commande en code TeX 
19238 \series bold
19239
19240 \backslash
19241 hdashline
19242 \series default
19243  a été insérée dans la première cellule de la troisième ligne et la commande
19244  en code TeX 
19245 \series bold
19246
19247 \backslash
19248 cdashline{4-5}
19249 \series default
19250  a été insérée dans la première cellule de la quatrième ligne.
19251 \end_layout
19252
19253 \begin_layout Standard
19254 \begin_inset Note Greyedout
19255 status open
19256
19257 \begin_layout Plain Layout
19258
19259 \series bold
19260 Note:
19261 \series default
19262  Le paquetage LaTeX 
19263 \series bold
19264 arydshln
19265 \series default
19266  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19267  
19268 \series bold
19269 colortbl
19270 \series default
19271
19272 \begin_inset Index
19273 status collapsed
19274
19275 \begin_layout Plain Layout
19276 Paquetages LaTeX ! colortbl
19277 \end_layout
19278
19279 \end_inset
19280
19281  qui est utilisé pour avoir des tableaux colorés dans la section
19282 \begin_inset space ~
19283 \end_inset
19284
19285
19286 \begin_inset CommandInset ref
19287 LatexCommand ref
19288 reference "sec:Tableaux-Colorés"
19289
19290 \end_inset
19291
19292 .
19293  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19294  traits interrompus.
19295 \end_layout
19296
19297 \end_inset
19298
19299
19300 \end_layout
19301
19302 \begin_layout Standard
19303 \begin_inset ERT
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307
19308
19309 \backslash
19310 else
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \begin_inset Note Note
19317 status open
19318
19319 \begin_layout Plain Layout
19320 Ce qui suit sera affiché si le paquetage LaTeX 
19321 \series bold
19322 arydshln
19323 \series default
19324  n'est pas installé :
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 Vous devez installer le paquetage LaTeX 
19334 \series bold
19335 arydshln
19336 \series default
19337  pour voir le contenu des cette section dans la sortie imprimée.
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \begin_inset ERT
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345
19346
19347 \backslash
19348 fi
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \begin_layout Chapter
19357 Flottants
19358 \begin_inset Index
19359 status collapsed
19360
19361 \begin_layout Plain Layout
19362 Flottants
19363 \end_layout
19364
19365 \end_inset
19366
19367
19368 \begin_inset CommandInset label
19369 LatexCommand label
19370 name "cha:Flottants"
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \begin_layout Section
19378 Introduction
19379 \begin_inset CommandInset label
19380 LatexCommand label
19381 name "sec:Flottants-Introduction"
19382
19383 \end_inset
19384
19385
19386 \begin_inset Index
19387 status collapsed
19388
19389 \begin_layout Plain Layout
19390 Flottants ! Introduction
19391 \end_layout
19392
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \begin_layout Standard
19399 Un flottant est une portion de document, qui peut être associé à une étiquette
19400  et dont la position n'est pas fixée.
19401  Il peut 
19402 \begin_inset Quotes eld
19403 \end_inset
19404
19405 flotter
19406 \begin_inset Quotes erd
19407 \end_inset
19408
19409  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19410  plus approprié.
19411  Les 
19412 \family sans
19413 Notes
19414 \begin_inset space ~
19415 \end_inset
19416
19417 en
19418 \begin_inset space ~
19419 \end_inset
19420
19421 Bas
19422 \begin_inset space ~
19423 \end_inset
19424
19425 de
19426 \begin_inset space ~
19427 \end_inset
19428
19429 Page
19430 \family default
19431  et le 
19432 \family sans
19433 Notes
19434 \begin_inset space ~
19435 \end_inset
19436
19437 en
19438 \begin_inset space ~
19439 \end_inset
19440
19441 Marge
19442 \family default
19443  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19444  sur la page suivante quand il y a trop de notes sur la page courante.
19445 \end_layout
19446
19447 \begin_layout Standard
19448 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19449  très grande qualité.
19450  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19451  éviter des lignes blanches ou des pages sans texte.
19452  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19453  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19454  le texte.
19455  Les flottants sont donc numérotés.
19456  Les références croisées sont décrites dans la section
19457 \begin_inset space ~
19458 \end_inset
19459
19460
19461 \begin_inset CommandInset ref
19462 LatexCommand ref
19463 reference "sec:Referencer-les-Flottants"
19464
19465 \end_inset
19466
19467 .
19468 \end_layout
19469
19470 \begin_layout Standard
19471 Pour insérer un flottant, on utilise un des sous menus du menu 
19472 \family sans
19473 Insérer\SpecialChar \menuseparator
19474 Flottant.
19475
19476 \family default
19477  Une boîte va être insérée dans votre document avec par exemple une étiquette
19478  du genre 
19479 \begin_inset Quotes eld
19480 \end_inset
19481
19482 Figure
19483 \begin_inset space ~
19484 \end_inset
19485
19486 #:
19487 \begin_inset Quotes erd
19488 \end_inset
19489
19490  (où # est un numéro).
19491  L'étiquette est automatiquement traduite dans la langue du document dans
19492  la sortie finale.
19493  Après l'étiquette vous pouvez insérer du texte comme légende.
19494  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19495  séparé, à l'intérieur du flottant.
19496  Vous trouverez plus de détails sur le positionnement des légendes dans
19497  la section
19498 \begin_inset space ~
19499 \end_inset
19500
19501
19502 \begin_inset CommandInset ref
19503 LatexCommand ref
19504 reference "sec:Placement-légende"
19505
19506 \end_inset
19507
19508 .
19509  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19510  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19511  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19512  Une boîte de flottant fermée ressemble à ceci : 
19513 \begin_inset Graphics
19514         filename clipart/floatQt4.png
19515         scale 60
19516
19517 \end_inset
19518
19519  -- une case grise avec un texte rouge.
19520 \end_layout
19521
19522 \begin_layout Standard
19523 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19524  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19525  est formaté de façon particulière.
19526 \end_layout
19527
19528 \begin_layout Section
19529 Les Types de Flottants
19530 \end_layout
19531
19532 \begin_layout Standard
19533 En plus des flottants de figures et de tableau qui sont décrits respectivement
19534  dans les sections 
19535 \begin_inset space ~
19536 \end_inset
19537
19538
19539 \begin_inset CommandInset ref
19540 LatexCommand ref
19541 reference "sec:Figure-Floats"
19542
19543 \end_inset
19544
19545  et 
19546 \begin_inset CommandInset ref
19547 LatexCommand ref
19548 reference "sec:Table-Floats"
19549
19550 \end_inset
19551
19552 , LyX offre aussi les types 
19553 \series bold
19554 Algorithme
19555 \series default
19556  et 
19557 \series bold
19558 Flottant
19559 \begin_inset space ~
19560 \end_inset
19561
19562 d'enrobage
19563 \begin_inset Note Note
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567
19568 \series bold
19569 \lang english
19570 je préfèrerai 
19571 \begin_inset Quotes eld
19572 \end_inset
19573
19574 d'habillage
19575 \begin_inset Quotes erd
19576 \end_inset
19577
19578  (NdT)
19579 \end_layout
19580
19581 \end_inset
19582
19583
19584 \series default
19585 .
19586 \end_layout
19587
19588 \begin_layout Subsection
19589 Flottant d'algorithme 
19590 \begin_inset Index
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594 Flottants ! Algorithmes
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \begin_inset CommandInset label
19601 LatexCommand label
19602 name "sub:Flottant-d'Algorithme"
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \begin_layout Standard
19610 \begin_inset Float algorithm
19611 placement h
19612 wide false
19613 sideways false
19614 status open
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Caption
19618
19619 \begin_layout Plain Layout
19620 \begin_inset CommandInset label
19621 LatexCommand label
19622 name "alg:Exemple-Flottant-Algorithme"
19623
19624 \end_inset
19625
19626 Exemple de flottant d'algorithme
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout LyX-Code
19635 for I in 1..N loop
19636 \begin_inset Newline newline
19637 \end_inset
19638
19639  Sum:= Sum + A(I); /*comment*/
19640 \begin_inset Newline newline
19641 \end_inset
19642
19643 end loop
19644 \begin_inset VSpace -4mm
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \begin_layout Standard
19656 Ce type de flottant est inséré à l'aide du menu 
19657 \family sans
19658 Insérer\SpecialChar \menuseparator
19659 Flottant\SpecialChar \menuseparator
19660 Algorithme
19661 \family default
19662 .
19663  Il peut être utilisé pour des morceaux de code source ou des descriptions
19664  d'algorithmes.
19665  Vous pouvez par exemple utiliser l'environnement Code
19666 \begin_inset space ~
19667 \end_inset
19668
19669 LyX qui est décrit dans le 
19670 \emph on
19671 Guide
19672 \emph default
19673
19674 \begin_inset space ~
19675 \end_inset
19676
19677
19678 \emph on
19679 de
19680 \begin_inset space ~
19681 \end_inset
19682
19683 l'Utilisateur
19684 \emph default
19685  de LyX.
19686  l'algorithme
19687 \begin_inset space ~
19688 \end_inset
19689
19690
19691 \begin_inset CommandInset ref
19692 LatexCommand ref
19693 reference "alg:Exemple-Flottant-Algorithme"
19694
19695 \end_inset
19696
19697  est un exemple de flottant d'algorithme où un espace vertical de -4
19698 \begin_inset space \thinspace{}
19699 \end_inset
19700
19701 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19702  soit placée exactement sous le texte de la dernière ligne.
19703 \end_layout
19704
19705 \begin_layout Standard
19706 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19707  du document.
19708  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19709 ent en ajoutant la ligne suivante dans le préambule de votre document :
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \series bold
19715
19716 \backslash
19717 floatname{algorithm}{votre
19718 \begin_inset space ~
19719 \end_inset
19720
19721 nom}
19722 \end_layout
19723
19724 \begin_layout Standard
19725
19726 \lang english
19727 where
19728 \family sans
19729 \lang french
19730  votre
19731 \begin_inset space ~
19732 \end_inset
19733
19734 nom
19735 \family default
19736  est le mot 
19737 \begin_inset Quotes eld
19738 \end_inset
19739
19740
19741 \emph on
19742 algorithme
19743 \emph default
19744
19745 \begin_inset Quotes erd
19746 \end_inset
19747
19748  dans votre langue.
19749 \end_layout
19750
19751 \begin_layout Standard
19752
19753 \lang english
19754 To insert the list of algorithms you can in this case not use the menu 
19755 \family sans
19756 Insert\SpecialChar \menuseparator
19757 List
19758 \begin_inset space \thinspace{}
19759 \end_inset
19760
19761 /
19762 \begin_inset space \thinspace{}
19763 \end_inset
19764
19765 TOC\SpecialChar \menuseparator
19766 List of Algorithms
19767 \family default
19768  when your document is an English one.
19769  For non-English documents, use this command in TeX-Code instead:
19770 \end_layout
19771
19772 \begin_layout Standard
19773
19774 \series bold
19775 \lang english
19776
19777 \backslash
19778 listof{algorithm}{your
19779 \begin_inset space ~
19780 \end_inset
19781
19782 name}
19783 \end_layout
19784
19785 \begin_layout Standard
19786
19787 \lang english
19788 where 
19789 \family sans
19790 your
19791 \begin_inset space ~
19792 \end_inset
19793
19794 name
19795 \family default
19796  is the word 
19797 \begin_inset Quotes eld
19798 \end_inset
19799
19800
19801 \emph on
19802 List of Algorithm
19803 \emph default
19804 s
19805 \begin_inset Quotes erd
19806 \end_inset
19807
19808  in your language.
19809 \end_layout
19810
19811 \begin_layout Standard
19812 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19813  schéma 
19814 \begin_inset Quotes eld
19815 \end_inset
19816
19817 chapitre.algorithme
19818 \begin_inset Quotes erd
19819 \end_inset
19820
19821  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19822  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19823  commande dans le préambule de votre document :
19824 \end_layout
19825
19826 \begin_layout Standard
19827
19828 \series bold
19829
19830 \backslash
19831 numberwithin{algorithm}{chapter}
19832 \end_layout
19833
19834 \begin_layout Standard
19835 Pour pouvoir utiliser la commande 
19836 \series bold
19837
19838 \backslash
19839 numberwithin
19840 \series default
19841 , activez l'option 
19842 \family sans
19843 Utiliser
19844 \begin_inset space ~
19845 \end_inset
19846
19847 le
19848 \begin_inset space ~
19849 \end_inset
19850
19851 paquetage
19852 \begin_inset space ~
19853 \end_inset
19854
19855 AMS
19856 \begin_inset space ~
19857 \end_inset
19858
19859 math
19860 \family default
19861  dans la rubrique 
19862 \family sans
19863 Options
19864 \begin_inset space ~
19865 \end_inset
19866
19867 des
19868 \begin_inset space ~
19869 \end_inset
19870
19871 Maths
19872 \family default
19873  de la fenêtre de dialogue 
19874 \family sans
19875 Paramètres
19876 \begin_inset space ~
19877 \end_inset
19878
19879 du
19880 \begin_inset space ~
19881 \end_inset
19882
19883 Document
19884 \family default
19885 .
19886 \end_layout
19887
19888 \begin_layout Subsection
19889 Flottant d'enrobage
19890 \begin_inset Index
19891 status collapsed
19892
19893 \begin_layout Plain Layout
19894 Flottants ! Flottants d'enrobage
19895 \end_layout
19896
19897 \end_inset
19898
19899
19900 \begin_inset CommandInset label
19901 LatexCommand label
19902 name "sub:flottants-d'enrobage"
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 \begin_inset Wrap figure
19911 lines 0
19912 placement l
19913 overhang 0col%
19914 width "40col%"
19915 status open
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Graphics
19919         filename ../clipart/mobius.eps
19920         width 40col%
19921         scaleBeforeRotation
19922         rotateOrigin center
19923
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Caption
19931
19932 \begin_layout Plain Layout
19933 \begin_inset CommandInset label
19934 LatexCommand label
19935 name "fig:Figure-enrobée"
19936
19937 \end_inset
19938
19939 Ceci est une figure habillée et vous lisez la superbe légende qui la décrit.
19940 \begin_inset VSpace medskip
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952
19953 Ce type de flottant est utilisé quand on veut que le texte habille la figure
19954  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19955  Vous pouvez en insérer un en utilisant le menu 
19956 \family sans
19957 Insérer\SpecialChar \menuseparator
19958 Flottant\SpecialChar \menuseparator
19959 Flottant
19960 \begin_inset space ~
19961 \end_inset
19962
19963 d'enrobage
19964 \family default
19965 \lang english
19966  
19967 \lang french
19968 à la condition que le paquetage LaTeX 
19969 \series bold
19970 wrapfig
19971 \series default
19972
19973 \begin_inset Index
19974 status collapsed
19975
19976 \begin_layout Plain Layout
19977 Paquetages LaTeX ! wrapfig
19978 \begin_inset ERT
19979 status collapsed
19980
19981 \begin_layout Plain Layout
19982
19983
19984 \backslash
19985 vspace{4mm}
19986 \end_layout
19987
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \end_inset
19994
19995  soit installé.
19996 \begin_inset Foot
19997 status collapsed
19998
19999 \begin_layout Plain Layout
20000 Voyez dans la manuel 
20001 \emph on
20002 Configuration
20003 \begin_inset space ~
20004 \end_inset
20005
20006 LaTeX 
20007 \emph default
20008 comment installer des paquetages LaTeX.
20009 \end_layout
20010
20011 \end_inset
20012
20013  La largeur et la position du flottant peut être modifiée en faisant un
20014  clic droit sur la boîte du flottant.
20015  La figure
20016 \begin_inset space ~
20017 \end_inset
20018
20019
20020 \begin_inset CommandInset ref
20021 LatexCommand ref
20022 reference "fig:Figure-enrobée"
20023
20024 \end_inset
20025
20026  est un exemple de flottant d'enrobage avec une largeur de 40
20027 \begin_inset space \thinspace{}
20028 \end_inset
20029
20030 col%.
20031 \begin_inset Foot
20032 status collapsed
20033
20034 \begin_layout Plain Layout
20035 Les unités disponibles sont expliquées dans l'appendice
20036 \begin_inset space ~
20037 \end_inset
20038
20039
20040 \begin_inset CommandInset ref
20041 LatexCommand ref
20042 reference "cha:Unités-de-longueur"
20043
20044 \end_inset
20045
20046 .
20047 \end_layout
20048
20049 \end_inset
20050
20051  Un peu d'espace a été ajouté sous la légende pour mieux la séparer du texte
20052  qui l'entoure.
20053 \end_layout
20054
20055 \begin_layout Standard
20056 \begin_inset Note Greyedout
20057 status open
20058
20059 \begin_layout Plain Layout
20060
20061 \series bold
20062 Note:
20063 \series default
20064  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20065  figure trop près du bas de page peut tout chambouler et faire que le flottant
20066  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20067  de texte.
20068 \end_layout
20069
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \begin_layout Standard
20076 En général:
20077 \end_layout
20078
20079 \begin_layout Itemize
20080 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20081  qui risquent de passer à la page suivante.
20082  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20083  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20084  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20085  de page.
20086 \end_layout
20087
20088 \begin_layout Itemize
20089 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20090  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20091 e.
20092 \end_layout
20093
20094 \begin_layout Itemize
20095 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20096  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20097  texte entre les deux, comme séparateur.
20098 \end_layout
20099
20100 \begin_layout Itemize
20101 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20102  ou les tableaux.
20103 \end_layout
20104
20105 \begin_layout Section
20106 Numérotation des flottants
20107 \begin_inset CommandInset label
20108 LatexCommand label
20109 name "sec:Numérotatio-Flottants"
20110
20111 \end_inset
20112
20113
20114 \begin_inset Index
20115 status collapsed
20116
20117 \begin_layout Plain Layout
20118 Flottants ! Numérotation
20119 \end_layout
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \begin_layout Standard
20127 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20128  ils se trouvent, soit en utilisant un format du genre 
20129 \begin_inset Quotes eld
20130 \end_inset
20131
20132 chapitre.numéro
20133 \begin_inset Quotes erd
20134 \end_inset
20135
20136  ou 
20137 \begin_inset Quotes eld
20138 \end_inset
20139
20140 section.numéro
20141 \begin_inset Quotes erd
20142 \end_inset
20143
20144 .
20145  Cela dépend de la classe de document utilisée.
20146 \end_layout
20147
20148 \begin_layout Standard
20149 Pour changer le format de la numérotation qui ne dépend pas de la section
20150  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20151  le préambule du document :
20152 \end_layout
20153
20154 \begin_layout Standard
20155
20156 \series bold
20157
20158 \backslash
20159 renewcommand{
20160 \backslash
20161 thetable}{
20162 \backslash
20163 roman{table}}
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 thetable
20172 \series default
20173  est la commande qui imprime le numéro du tableau, pour les figures, la
20174  commande serait 
20175 \series bold
20176
20177 \backslash
20178 thefigure
20179 \series default
20180 .
20181  La commande 
20182 \series bold
20183
20184 \backslash
20185 roman
20186 \series default
20187  utilisée dans la commande précédente, imprime le numéro du tableau sous
20188  forme de petits chiffres romains.
20189 \end_layout
20190
20191 \begin_layout Standard
20192 Pour changer le type de numérotation pour par exemple 
20193 \begin_inset Quotes eld
20194 \end_inset
20195
20196 sous-section.numéro
20197 \begin_inset Quotes erd
20198 \end_inset
20199
20200 , utilisez la commande suivante dans le préambule du document :
20201 \end_layout
20202
20203 \begin_layout Standard
20204
20205 \series bold
20206
20207 \backslash
20208 numberwithin{table}{subsection}
20209 \end_layout
20210
20211 \begin_layout Standard
20212 Pour pouvoir utiliser la commande 
20213 \series bold
20214
20215 \backslash
20216 numberwithin
20217 \series default
20218 , vous devez activer l'option 
20219 \family sans
20220 Utiliser
20221 \begin_inset space ~
20222 \end_inset
20223
20224 le
20225 \begin_inset space ~
20226 \end_inset
20227
20228 paquetage
20229 \begin_inset space ~
20230 \end_inset
20231
20232 maths
20233 \begin_inset space ~
20234 \end_inset
20235
20236 AMS
20237 \family default
20238  dans la rubrique 
20239 \family sans
20240 Options
20241 \begin_inset space ~
20242 \end_inset
20243
20244 des
20245 \begin_inset space ~
20246 \end_inset
20247
20248 Maths
20249 \family default
20250  de la fenêtre de dialogue 
20251 \family sans
20252 Paramètres
20253 \family default
20254  du document.
20255 \end_layout
20256
20257 \begin_layout Standard
20258 Veuillez aussi jeter un coup d'œil à la section
20259 \begin_inset space ~
20260 \end_inset
20261
20262
20263 \begin_inset CommandInset ref
20264 LatexCommand ref
20265 reference "sub:Numerotation-notes-bas-de-page"
20266
20267 \end_inset
20268
20269  pour plus de détails et des notes importantes sur les commandes de numérotation.
20270 \end_layout
20271
20272 \begin_layout Section
20273 Faire Référence à des Flottants
20274 \begin_inset CommandInset label
20275 LatexCommand label
20276 name "sec:Referencer-les-Flottants"
20277
20278 \end_inset
20279
20280
20281 \begin_inset Index
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285 Flottants ! Références
20286 \end_layout
20287
20288 \end_inset
20289
20290
20291 \begin_inset Index
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295 Références
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \begin_layout Standard
20304 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20305  en utilisant le menu 
20306 \family sans
20307 Insérer\SpecialChar \menuseparator
20308 Étiquette
20309 \family default
20310  ou le bouton 
20311 \begin_inset Graphics
20312         filename ../../images/label-insert.png
20313         scale 85
20314         scaleBeforeRotation
20315
20316 \end_inset
20317
20318  de la barre d'outils.
20319  Une boîte grise de ce genre : 
20320 \begin_inset Graphics
20321         filename clipart/labelQt4.png
20322         scale 85
20323         scaleBeforeRotation
20324
20325 \end_inset
20326
20327  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20328  de saisir le texte de l'étiquette.
20329  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20330  précédés d'un préfixe.
20331  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20332  préfixe sera "
20333 \family sans
20334 fig:
20335 \family default
20336 ".
20337 \end_layout
20338
20339 \begin_layout Standard
20340 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20341  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20342 \family sans
20343 Insérer\SpecialChar \menuseparator
20344 Référence
20345 \begin_inset space ~
20346 \end_inset
20347
20348 Croisée
20349 \family default
20350  ou le bouton 
20351 \begin_inset Graphics
20352         filename ../../images/dialog-show-new-inset_ref.png
20353         scale 85
20354         scaleBeforeRotation
20355
20356 \end_inset
20357
20358  de la barre d'outils.
20359  Une boîte grise de référence croisée comme celle-ci : 
20360 \begin_inset Graphics
20361         filename ../clipart/referenceQt4.png
20362         scale 85
20363         scaleBeforeRotation
20364
20365 \end_inset
20366
20367  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20368  toutes les étiquettes définies dans votre document.
20369  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20370  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20371  de la fenêtre de dialogue.
20372  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20373  une.
20374  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20375  de la référence croisée.
20376 \end_layout
20377
20378 \begin_layout Standard
20379 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20380  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20381  les deux.
20382  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20383  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20384  du numéro de la référence.
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20389  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20390  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20391  pas à vous en préoccuper.
20392 \end_layout
20393
20394 \begin_layout Standard
20395 Le bouton 
20396 \family sans
20397 Aller
20398 \begin_inset space ~
20399 \end_inset
20400
20401 à
20402 \begin_inset space ~
20403 \end_inset
20404
20405 l'étiquette
20406 \family default
20407  dans la fenêtre de référence croisée va positionner le curseur juste devant
20408  l'étiquette à laquelle on fait référence.
20409  Le nom du bouton bouton 
20410 \family sans
20411 Revenir
20412 \family default
20413  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20414  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20415  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20416  à votre point de départ.
20417 \end_layout
20418
20419 \begin_layout Subsection
20420 Formats de Références Croisées
20421 \begin_inset CommandInset label
20422 LatexCommand label
20423 name "sub:Formats-Références-Croisées"
20424
20425 \end_inset
20426
20427
20428 \begin_inset Index
20429 status collapsed
20430
20431 \begin_layout Plain Layout
20432 Références ! Formats
20433 \end_layout
20434
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \begin_layout Standard
20441 Il y a six types de références croisées :
20442 \end_layout
20443
20444 \begin_layout Description
20445 <référence>
20446 \begin_inset space ~
20447 \end_inset
20448
20449 : affiche le numéro de l'élément, c'est le choix par défaut : 
20450 \begin_inset CommandInset ref
20451 LatexCommand ref
20452 reference "fig:Deux-images-déformées"
20453
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \begin_layout Description
20460 (<référence>)
20461 \begin_inset space ~
20462 \end_inset
20463
20464 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20465  normalement pour faire référence à des formules mathématiques, en particulier
20466  quand le mot 
20467 \begin_inset Quotes eld
20468 \end_inset
20469
20470 Équation
20471 \begin_inset Quotes erd
20472 \end_inset
20473
20474  est omis : 
20475 \begin_inset CommandInset ref
20476 LatexCommand eqref
20477 reference "eq:Wgn"
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Description
20485 <page>
20486 \begin_inset space ~
20487 \end_inset
20488
20489 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20490 \begin_inset space ~
20491 \end_inset
20492
20493
20494 \begin_inset CommandInset ref
20495 LatexCommand pageref
20496 reference "fig:Deux-images-déformées"
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \begin_layout Description
20504 page
20505 \begin_inset space ~
20506 \end_inset
20507
20508 <page>
20509 \begin_inset space ~
20510 \end_inset
20511
20512 : affiche le mot 
20513 \begin_inset Quotes eld
20514 \end_inset
20515
20516 page
20517 \begin_inset Quotes erd
20518 \end_inset
20519
20520  suivi du numéro de la page sur laquelle se trouve l'élément : 
20521 \begin_inset CommandInset ref
20522 LatexCommand vpageref
20523 reference "fig:Deux-images-déformées"
20524
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \begin_layout Description
20531 <référence>
20532 \begin_inset space ~
20533 \end_inset
20534
20535 page
20536 \begin_inset space ~
20537 \end_inset
20538
20539 <page>
20540 \begin_inset space ~
20541 \end_inset
20542
20543 : affiche le numéro de l'élément, le mot 
20544 \begin_inset Quotes eld
20545 \end_inset
20546
20547 page
20548 \begin_inset Quotes erd
20549 \end_inset
20550
20551  et le numéro de la page : 
20552 \begin_inset CommandInset ref
20553 LatexCommand vref
20554 reference "fig:Deux-images-déformées"
20555
20556 \end_inset
20557
20558
20559 \end_layout
20560
20561 \begin_layout Description
20562 Référence
20563 \begin_inset space ~
20564 \end_inset
20565
20566 mise
20567 \begin_inset space ~
20568 \end_inset
20569
20570 en
20571 \begin_inset space ~
20572 \end_inset
20573
20574 forme
20575 \begin_inset space ~
20576 \end_inset
20577
20578 : affiche une référence croisée qui définit son propre format.
20579
20580 \lang english
20581  
20582 \lang french
20583
20584 \begin_inset Note Greyedout
20585 status open
20586
20587 \begin_layout Plain Layout
20588
20589 \series bold
20590 Note:
20591 \series default
20592  Ce type de référence croisée n'est disponible que si vous avez installé
20593  le paquetage LaTeX 
20594 \series bold
20595 prettyref.
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Standard
20604 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20605  se trouve sur la page précédente, la même page ou la page suivante.
20606  Vous verrez par exemple un texte du genre 
20607 \begin_inset Quotes eld
20608 \end_inset
20609
20610 sur cette page
20611 \begin_inset Quotes erd
20612 \end_inset
20613
20614  à la place.
20615 \end_layout
20616
20617 \begin_layout Standard
20618 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20619  se trouve sont calculés automatiquement par LaTeX.
20620  Vous choisissez une des six variétés de références dans le champ Format
20621  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20622  boîte de la référence croisée.
20623 \end_layout
20624
20625 \begin_layout Subsection
20626 Nommage automatique des références croisées
20627 \begin_inset Index
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631 Références ! Nommage automatique
20632 \end_layout
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Standard
20640 Le paquetage LaTeX 
20641 \series bold
20642 hyperref
20643 \series default
20644  fournit une fonction très utile pour automatiser la création des références
20645  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20646  une section).
20647  Par exemple pour vous éviter de devoir écrire le mot 
20648 \begin_inset Quotes eld
20649 \end_inset
20650
20651 Figure
20652 \begin_inset Quotes erd
20653 \end_inset
20654
20655  devant chaque boîte de référence.
20656  Pour profiter de ce nommage automatique des références croisées, vous devez
20657  charger le paquetage LaTeX 
20658 \series bold
20659 hyperref
20660 \series default
20661
20662 \begin_inset Index
20663 status collapsed
20664
20665 \begin_layout Plain Layout
20666 Paquetages LaTeX ! hyperref
20667 \end_layout
20668
20669 \end_inset
20670
20671  dans le préambule du document avec
20672 \end_layout
20673
20674 \begin_layout Standard
20675
20676 \series bold
20677
20678 \backslash
20679 usepackage[pdfborder={0 0 0}]{hyperref}
20680 \begin_inset Newline newline
20681 \end_inset
20682
20683
20684 \backslash
20685 AtBeginDocument{
20686 \backslash
20687 renewcommand{
20688 \backslash
20689 ref}[1]{
20690 \backslash
20691 mbox{
20692 \backslash
20693 autoref{#1}}}}
20694 \end_layout
20695
20696 \begin_layout Standard
20697
20698 \series bold
20699 hyperref
20700 \series default
20701  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20702  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20703  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20704  transporté sur la portion de document référencée.
20705  
20706 \series bold
20707 hyperref
20708 \series default
20709  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20710  la navigation à l'intérieur du document.
20711  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20712  dans le préambule de ce document pour voir toutes les options qui ont été
20713  utilisées dans la commande de chargement d'
20714 \series bold
20715 hyperref
20716 \series default
20717 .
20718  Pour en apprendre plus au sujet du paquetage 
20719 \series bold
20720 hyperref
20721 \series default
20722 , nous vous renvoyons à sa documentation 
20723 \begin_inset CommandInset citation
20724 LatexCommand cite
20725 key "hyperref"
20726
20727 \end_inset
20728
20729 .
20730 \end_layout
20731
20732 \begin_layout Standard
20733 \begin_inset Note Greyedout
20734 status open
20735
20736 \begin_layout Plain Layout
20737
20738 \series bold
20739 Note:
20740 \series default
20741  Le nommage automatique de références ne peut être utilisé si vous avez
20742  choisi le style de référence 
20743 \family sans
20744 Référence
20745 \begin_inset space ~
20746 \end_inset
20747
20748 mise
20749 \begin_inset space ~
20750 \end_inset
20751
20752 en
20753 \begin_inset space ~
20754 \end_inset
20755
20756 forme
20757 \family default
20758  décrit dans la section
20759 \begin_inset space ~
20760 \end_inset
20761
20762
20763 \begin_inset CommandInset ref
20764 LatexCommand ref
20765 reference "sub:Formats-Références-Croisées"
20766
20767 \end_inset
20768
20769 .
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Subsection
20778 Positionnement des Références 
20779 \begin_inset CommandInset label
20780 LatexCommand label
20781 name "sub:Reference-Position"
20782
20783 \end_inset
20784
20785
20786 \begin_inset Index
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 Références ! Positionnement
20791 \end_layout
20792
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \begin_layout Standard
20799 Si vous utilisez le paquetage 
20800 \series bold
20801 hyperref
20802 \series default
20803
20804 \begin_inset Index
20805 status collapsed
20806
20807 \begin_layout Plain Layout
20808 Paquetages LaTeX ! hyperref
20809 \end_layout
20810
20811 \end_inset
20812
20813  pour lier vos références croisées dans la sortie finale, vous verrez que
20814  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20815  l'image.
20816  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20817  pourrez voir l'image sans faire défiler le texte.
20818  Ce problème vient du fait que le point d'ancrage de la référence se situe
20819  à l'endroit de l'étiquette.
20820  En utilisant le paquetage LaTeX 
20821 \series bold
20822 hypcap
20823 \series default
20824
20825 \begin_inset Index
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829 Paquetages LaTeX ! hypcap
20830 \end_layout
20831
20832 \end_inset
20833
20834 , qui fait partie du paquetage LaTeX 
20835 \series bold
20836 oberdiek
20837 \series default
20838
20839 \begin_inset Index
20840 status collapsed
20841
20842 \begin_layout Plain Layout
20843 Paquetages LaTeX ! oberdiek
20844 \end_layout
20845
20846 \end_inset
20847
20848 , le point d'ancrage d'un lien est place en haut du flottant.
20849  Pour utiliser cette fonction avec les flottants de figure, chargez 
20850 \series bold
20851 hypcap
20852 \series default
20853  dans l'entête du document avec la ligne
20854 \end_layout
20855
20856 \begin_layout Standard
20857
20858 \series bold
20859
20860 \backslash
20861 usepackage[figure]{hypcap}
20862 \end_layout
20863
20864 \begin_layout Standard
20865 Vous pouvez aussi utiliser 
20866 \series bold
20867 hypcap
20868 \series default
20869  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20870  de stabilité.
20871  Pour plus d'information, jetez un coup d'œil au manuel d' 
20872 \series bold
20873 hypcap
20874 \series default
20875  
20876 \begin_inset CommandInset citation
20877 LatexCommand cite
20878 key "hypcap"
20879
20880 \end_inset
20881
20882 .
20883 \end_layout
20884
20885 \begin_layout Standard
20886 \begin_inset Note Greyedout
20887 status open
20888
20889 \begin_layout Plain Layout
20890
20891 \series bold
20892 Note:
20893 \series default
20894  
20895 \series bold
20896 hypcap
20897 \series default
20898  doit être chargé après 
20899 \series bold
20900 hyperref
20901 \series default
20902  dans le préambule du document.
20903 \end_layout
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Standard
20911 \begin_inset Note Greyedout
20912 status open
20913
20914 \begin_layout Plain Layout
20915
20916 \series bold
20917 Note:
20918 \series default
20919  
20920 \series bold
20921 hypcap
20922 \series default
20923  n'a aucun effet pour les références à des sous-figures.
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \begin_layout Section
20932 Placement des Flottants
20933 \begin_inset CommandInset label
20934 LatexCommand label
20935 name "sec:Placement-flottants"
20936
20937 \end_inset
20938
20939
20940 \begin_inset Index
20941 status collapsed
20942
20943 \begin_layout Plain Layout
20944 Flottants ! Placement
20945 \end_layout
20946
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \begin_layout Standard
20953 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20954  de dialogue 
20955 \family sans
20956 Paramètre
20957 \begin_inset space ~
20958 \end_inset
20959
20960 de
20961 \begin_inset space ~
20962 \end_inset
20963
20964 Flottant
20965 \family default
20966  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
20967  utilise pour déterminer où placer le flottant.
20968 \begin_inset Newline newline
20969 \end_inset
20970
20971 L'option 
20972 \family sans
20973 Plusieurs
20974 \begin_inset space ~
20975 \end_inset
20976
20977 colonnes
20978 \family default
20979  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
20980  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
20981  confiné sur une seule colonne.
20982 \begin_inset Newline newline
20983 \end_inset
20984
20985 L'option 
20986 \family sans
20987 Rotation
20988 \begin_inset space ~
20989 \end_inset
20990
20991 90°
20992 \family default
20993  est utilisée pour faire tourner les flottants, voyez la section
20994 \begin_inset space ~
20995 \end_inset
20996
20997
20998 \begin_inset CommandInset ref
20999 LatexCommand ref
21000 reference "sec:Flottants-renversés"
21001
21002 \end_inset
21003
21004 .
21005 \end_layout
21006
21007 \begin_layout Standard
21008 En désactivant l'option 
21009 \family sans
21010 Utilise
21011 \begin_inset space ~
21012 \end_inset
21013
21014 le
21015 \begin_inset space ~
21016 \end_inset
21017
21018 placement
21019 \begin_inset space ~
21020 \end_inset
21021
21022 par
21023 \begin_inset space ~
21024 \end_inset
21025
21026 défaut
21027 \family default
21028  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21029  le placement du flottant:
21030 \end_layout
21031
21032 \begin_layout Description
21033 Ici,
21034 \begin_inset space ~
21035 \end_inset
21036
21037 si
21038 \begin_inset space ~
21039 \end_inset
21040
21041 possible: essaie de placer le flottant à la position où il a été inséré
21042  dans LyX
21043 \end_layout
21044
21045 \begin_layout Description
21046 Haut
21047 \begin_inset space ~
21048 \end_inset
21049
21050 de
21051 \begin_inset space ~
21052 \end_inset
21053
21054 la
21055 \begin_inset space ~
21056 \end_inset
21057
21058 page: essaie de placer le flottant en haut de la page courante
21059 \end_layout
21060
21061 \begin_layout Description
21062 Bas
21063 \begin_inset space ~
21064 \end_inset
21065
21066 de
21067 \begin_inset space ~
21068 \end_inset
21069
21070 la
21071 \begin_inset space ~
21072 \end_inset
21073
21074 page: essaie de placer le flottant en bas de la page courante
21075 \end_layout
21076
21077 \begin_layout Description
21078 Page
21079 \begin_inset space ~
21080 \end_inset
21081
21082 de
21083 \begin_inset space ~
21084 \end_inset
21085
21086 flottants: essaie de placer le flottant sur une page à part, éventuellement
21087  avec d'autres flottants 
21088 \end_layout
21089
21090 \begin_layout Standard
21091 LaTeX utilise
21092 \emph on
21093  toujours 
21094 \emph default
21095 les options dans l'ordre donné ci-dessus.
21096  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21097  d'abord essayer 
21098 \family sans
21099 Ici
21100 \begin_inset space ~
21101 \end_inset
21102
21103 si
21104 \begin_inset space ~
21105 \end_inset
21106
21107 possible
21108 \family default
21109 , ensuite 
21110 \family sans
21111 Haut
21112 \begin_inset space ~
21113 \end_inset
21114
21115 de
21116 \begin_inset space ~
21117 \end_inset
21118
21119 la
21120 \begin_inset space ~
21121 \end_inset
21122
21123 page
21124 \family default
21125 , et ainsi de suite.
21126  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21127  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21128  Si aucune des quatre options de placement n'est possible, la procédure
21129  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21130 \end_layout
21131
21132 \begin_layout Standard
21133 Par défaut, chaque option a ses propres règles d'application:
21134 \end_layout
21135
21136 \begin_layout Standard
21137
21138 \family sans
21139 Haut
21140 \begin_inset space ~
21141 \end_inset
21142
21143 de
21144 \begin_inset space ~
21145 \end_inset
21146
21147 la
21148 \begin_inset space ~
21149 \end_inset
21150
21151 page
21152 \family default
21153  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21154  en haut de page (
21155 \series bold
21156
21157 \backslash
21158 topfraction
21159 \series default
21160 ).
21161 \end_layout
21162
21163 \begin_layout Standard
21164
21165 \family sans
21166 Bas
21167 \begin_inset space ~
21168 \end_inset
21169
21170 de
21171 \begin_inset space ~
21172 \end_inset
21173
21174 la
21175 \begin_inset space ~
21176 \end_inset
21177
21178 page
21179 \family default
21180  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21181  en bas de page (
21182 \series bold
21183
21184 \backslash
21185 bottomfraction
21186 \series default
21187 ).
21188 \end_layout
21189
21190 \begin_layout Standard
21191
21192 \family sans
21193 Page
21194 \begin_inset space ~
21195 \end_inset
21196
21197 de
21198 \begin_inset space ~
21199 \end_inset
21200
21201 flottants
21202 \family default
21203  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21204  si ils occupent plus de 50% de celle-ci (
21205 \series bold
21206
21207 \backslash
21208 floatpagefraction
21209 \series default
21210 ).
21211 \end_layout
21212
21213 \begin_layout Standard
21214 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21215  supplémentaire 
21216 \family sans
21217 Ignorer
21218 \begin_inset space ~
21219 \end_inset
21220
21221 les
21222 \begin_inset space ~
21223 \end_inset
21224
21225 règles
21226 \begin_inset space ~
21227 \end_inset
21228
21229 LaTeX
21230 \family default
21231 \lang english
21232 .
21233 \begin_inset Newline newline
21234 \end_inset
21235
21236
21237 \lang french
21238 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21239  données entre parenthèses après les descriptions des règles données ci-dessus.
21240  Par exemple, pour augmenter à 50
21241 \begin_inset space \thinspace{}
21242 \end_inset
21243
21244 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21245  trop petite, ajoutez cette ligne au préambule de votre document :
21246 \end_layout
21247
21248 \begin_layout Standard
21249
21250 \series bold
21251
21252 \backslash
21253 renewcommand{
21254 \backslash
21255 bottomfraction}{0.5}
21256 \end_layout
21257
21258 \begin_layout Standard
21259 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21260  exactement à l'endroit où vous l'avez inséré.
21261  dans ce cas utilisez l'option 
21262 \family sans
21263 Ici
21264 \begin_inset space ~
21265 \end_inset
21266
21267 à
21268 \begin_inset space ~
21269 \end_inset
21270
21271 tout
21272 \begin_inset space ~
21273 \end_inset
21274
21275 Prix
21276 \family default
21277 .
21278  Utilisez cette option le moins souvent possible et seulement quand le document
21279  est presque prêt à être imprimé.
21280  En effet, le flottant n'est plus capable de 
21281 \begin_inset Quotes eld
21282 \end_inset
21283
21284 flotter
21285 \begin_inset Quotes erd
21286 \end_inset
21287
21288 , ce qui peut perturber toutes les mises en page.
21289 \end_layout
21290
21291 \begin_layout Standard
21292 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21293  sont toujours entourés par le texte d'un paragraphe donné.
21294 \begin_inset VSpace bigskip
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \begin_layout Standard
21301 On peut parfois se trouver dans la situation où un flottant est placé en
21302  haut d'une page alors que la section concernée ne commence qu'au milieu
21303  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21304  la section précédente.
21305  On peut utiliser la commande LaTeX 
21306 \series bold
21307
21308 \backslash
21309 suppressfloats
21310 \series default
21311  pour éviter ce cas.
21312  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21313  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21314  soit placé avant que la section commence.
21315  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21316  votre document :
21317 \end_layout
21318
21319 \begin_layout Standard
21320
21321 \series bold
21322
21323 \backslash
21324 let
21325 \backslash
21326 mySection
21327 \backslash
21328 section
21329 \begin_inset Newline newline
21330 \end_inset
21331
21332
21333 \backslash
21334 renewcommand{
21335 \backslash
21336 section}{
21337 \backslash
21338 suppressfloats[t]
21339 \backslash
21340 mySection}
21341 \end_layout
21342
21343 \begin_layout Standard
21344 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21345  comme les chapitres et les sous-sections.
21346  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21347  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21348  ensuite avoir du mal à trouver un positionnement correct.
21349 \end_layout
21350
21351 \begin_layout Standard
21352 \begin_inset VSpace bigskip
21353 \end_inset
21354
21355 Dans certains cas il est demandé de placer toutes les figures et tous les
21356  tableaux à la fin du document.
21357  C'est pour de telles situations que le paquetage LaTeX 
21358 \series bold
21359 endfloat
21360 \series default
21361
21362 \begin_inset Index
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366 Paquetages LaTeX ! endfloat
21367 \end_layout
21368
21369 \end_inset
21370
21371  a été développé.
21372  Il met en effet tous les flottants de figures et de tableaux à la fin du
21373  document dans leurs propres sections.
21374  À la position d'origine du flottant, une indication textuelle du genre
21375  
21376 \begin_inset Quotes eld
21377 \end_inset
21378
21379
21380 \family sans
21381 [Figure
21382 \begin_inset space ~
21383 \end_inset
21384
21385 3.2 
21386 \lang english
21387 about here.
21388 \lang french
21389 ]
21390 \family default
21391
21392 \begin_inset Quotes erd
21393 \end_inset
21394
21395  est insérée.
21396  Le paquetage 
21397 \series bold
21398 endfloat
21399 \series default
21400  est chargé dans le préambule avec la ligne suivante 
21401 \end_layout
21402
21403 \begin_layout Standard
21404
21405 \series bold
21406
21407 \backslash
21408 usepackage[options]{endfloat}
21409 \end_layout
21410
21411 \begin_layout Standard
21412 Il y a aussi de nombreuses options de paquetage pour modifier le format
21413  des sections de figures ou de tableau qui sont créées.
21414  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21415  
21416 \series bold
21417 endfloa
21418 \series default
21419
21420 \begin_inset CommandInset citation
21421 LatexCommand cite
21422 key "endfloat"
21423
21424 \end_inset
21425
21426 .
21427 \begin_inset Newline newline
21428 \end_inset
21429
21430
21431 \begin_inset Note Greyedout
21432 status open
21433
21434 \begin_layout Plain Layout
21435
21436 \series bold
21437 Note: endfloat
21438 \series default
21439  ne fournit pas de traduction automatique de l'indication textuelle, vous
21440  devez donc le faire manuellement, voyez la section
21441 \begin_inset space ~
21442 \end_inset
21443
21444 4 de 
21445 \begin_inset CommandInset citation
21446 LatexCommand cite
21447 key "endfloat"
21448
21449 \end_inset
21450
21451 .
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \begin_inset Newline newline
21458 \end_inset
21459
21460
21461 \begin_inset Note Greyedout
21462 status open
21463
21464 \begin_layout Plain Layout
21465
21466 \series bold
21467 Note:
21468 \series default
21469  Il y a actuellement un bug dans le paquetage 
21470 \series bold
21471 endfloat
21472 \series default
21473  quand la légende contient un 
21474 \begin_inset Quotes eld
21475 \end_inset
21476
21477 ß
21478 \begin_inset Quotes erd
21479 \end_inset
21480
21481  allemand.
21482  Utilisez dans ce cas la commande 
21483 \begin_inset Quotes eld
21484 \end_inset
21485
21486
21487 \series bold
21488
21489 \backslash
21490 ss
21491 \series default
21492
21493 \begin_inset Quotes erd
21494 \end_inset
21495
21496  en code TeX à la place du 
21497 \begin_inset Quotes eld
21498 \end_inset
21499
21500 ß
21501 \begin_inset Quotes erd
21502 \end_inset
21503
21504 .
21505 \end_layout
21506
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \begin_layout Standard
21513 \begin_inset VSpace bigskip
21514 \end_inset
21515
21516 Pour plus d'information sur les manières de placer les flottants, jetez
21517  un coup d'œil aux livres sur LaTeX, 
21518 \begin_inset CommandInset citation
21519 LatexCommand cite
21520 key "latexcompanion,latexguide,latexbook"
21521
21522 \end_inset
21523
21524 .
21525 \end_layout
21526
21527 \begin_layout Section
21528 Flottants Renversés
21529 \begin_inset CommandInset label
21530 LatexCommand label
21531 name "sec:Flottants-renversés"
21532
21533 \end_inset
21534
21535
21536 \begin_inset Index
21537 status collapsed
21538
21539 \begin_layout Plain Layout
21540 Flottants ! Renversés
21541 \end_layout
21542
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \begin_layout Standard
21549 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21550  tableaux très larges.
21551  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21552  un clic droit sur la boîte du flottant et utilisez l'option 
21553 \family sans
21554 Rotation
21555 \begin_inset space ~
21556 \end_inset
21557
21558 90°
21559 \family default
21560 .
21561 \end_layout
21562
21563 \begin_layout Standard
21564 Les flottants renversés sont systématiquement placés sur leur propre page
21565  ( ou colonne, si vous avez un document sur deux colonnes ).
21566  Il sont pivotés de sorte que vous puissiez les lire en vous plaçant du
21567  côté de la marge externe.
21568  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21569  ajouter soit l'option 
21570 \series bold
21571 figuresleft
21572 \series default
21573  soit l'option 
21574 \series bold
21575 figuresright
21576 \series default
21577  aux options de la classe de document.
21578 \end_layout
21579
21580 \begin_layout Standard
21581 Faire référence à un flottant renversé se fait de la même manière que pour
21582  un flottant normal, la mise en forme de la légende est aussi identique
21583  : Le tableau
21584 \begin_inset space ~
21585 \end_inset
21586
21587
21588 \begin_inset CommandInset ref
21589 LatexCommand ref
21590 reference "tab:Tableau-pivoté"
21591
21592 \end_inset
21593
21594  est un exemple de flottant de tableau renversé.
21595 \end_layout
21596
21597 \begin_layout Standard
21598 \begin_inset Note Greyedout
21599 status open
21600
21601 \begin_layout Plain Layout
21602
21603 \series bold
21604 Note:
21605 \series default
21606  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21607  DVI.
21608 \end_layout
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \begin_layout Standard
21616 \begin_inset Float table
21617 wide false
21618 sideways true
21619 status open
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Caption
21623
21624 \begin_layout Plain Layout
21625 \begin_inset CommandInset label
21626 LatexCommand label
21627 name "tab:Tableau-pivoté"
21628
21629 \end_inset
21630
21631  Tableau pivoté
21632 \end_layout
21633
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \begin_layout Plain Layout
21640 \align center
21641 \begin_inset Tabular
21642 <lyxtabular version="3" rows="1" columns="5">
21643 <features>
21644 <column alignment="center" valignment="top" width="0">
21645 <column alignment="center" valignment="top" width="0">
21646 <column alignment="center" valignment="top" width="0">
21647 <column alignment="center" valignment="top" width="0">
21648 <column alignment="center" valignment="top" width="0">
21649 <row>
21650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 test
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 b
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 c
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 d
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 e
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 </lyxtabular>
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Section
21709 Flottants côte-à-côte
21710 \begin_inset Index
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714 Flottants ! côte-à-côte
21715 \end_layout
21716
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \begin_layout Standard
21723 Pour placer des flottants côte-à-côte, comme pour la figure
21724 \begin_inset space ~
21725 \end_inset
21726
21727
21728 \begin_inset CommandInset ref
21729 LatexCommand ref
21730 reference "fig:Flottant-gauche"
21731
21732 \end_inset
21733
21734  et 
21735 \begin_inset CommandInset ref
21736 LatexCommand ref
21737 reference "fig:Flottant-droit"
21738
21739 \end_inset
21740
21741 , on n'utilise 
21742 \emph on
21743 qu'un seul 
21744 \emph default
21745 flottant.
21746  On y insère deux boîtes de minipages
21747 \begin_inset Foot
21748 status collapsed
21749
21750 \begin_layout Plain Layout
21751 Les minipages sont décrites dans la section
21752 \begin_inset space ~
21753 \end_inset
21754
21755
21756 \begin_inset CommandInset ref
21757 LatexCommand ref
21758 reference "sec:Minipages"
21759
21760 \end_inset
21761
21762 .
21763 \end_layout
21764
21765 \end_inset
21766
21767 .
21768  La largeur est mise à 45
21769 \begin_inset space \thinspace{}
21770 \end_inset
21771
21772 -50
21773 \begin_inset space \thinspace{}
21774 \end_inset
21775
21776 column% et l'alignement de la boîte à 
21777 \family sans
21778 Bas
21779 \family default
21780  pour chaque minipage.
21781  Les boîtes minipages contiennent l'image et la légende exactement comme
21782  avec un flottant.
21783  La seule différence est que l'unité de longueur 
21784 \family sans
21785 Largeur
21786 \begin_inset space ~
21787 \end_inset
21788
21789 colonne
21790 \begin_inset space ~
21791 \end_inset
21792
21793 %
21794 \family default
21795  utilisée pour l'image est maintenant définie par rapport à la largeur des
21796  boîtes minipages.
21797 \end_layout
21798
21799 \begin_layout Standard
21800 \begin_inset Float figure
21801 wide false
21802 sideways false
21803 status open
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Box Frameless
21807 position "b"
21808 hor_pos "c"
21809 has_inner_box 1
21810 inner_pos "t"
21811 use_parbox 0
21812 width "45col%"
21813 special "none"
21814 height "1in"
21815 height_special "totalheight"
21816 status open
21817
21818 \begin_layout Plain Layout
21819 \align center
21820 \begin_inset Graphics
21821         filename ../clipart/mobius.eps
21822         lyxscale 50
21823         width 100col%
21824         scaleBeforeRotation
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Plain Layout
21832 \begin_inset Caption
21833
21834 \begin_layout Plain Layout
21835 \begin_inset CommandInset label
21836 LatexCommand label
21837 name "fig:Flottant-gauche"
21838
21839 \end_inset
21840
21841 Flottant du côté gauche.
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850
21851
21852 \begin_inset space \hfill{}
21853 \end_inset
21854
21855
21856 \begin_inset Box Frameless
21857 position "b"
21858 hor_pos "c"
21859 has_inner_box 1
21860 inner_pos "t"
21861 use_parbox 0
21862 width "45col%"
21863 special "none"
21864 height "1in"
21865 height_special "totalheight"
21866 status open
21867
21868 \begin_layout Plain Layout
21869 \align center
21870 \begin_inset Graphics
21871         filename ../clipart/platypus.eps
21872         lyxscale 50
21873         width 100col%
21874         scaleBeforeRotation
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \begin_layout Plain Layout
21882 \begin_inset Caption
21883
21884 \begin_layout Plain Layout
21885 \begin_inset CommandInset label
21886 LatexCommand label
21887 name "fig:Flottant-droit"
21888
21889 \end_inset
21890
21891 Flottant du côté droit.
21892 \end_layout
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \begin_layout Section
21910 Mise en Forme de la Légende
21911 \begin_inset Index
21912 status collapsed
21913
21914 \begin_layout Plain Layout
21915 Légende ! Mise en forme
21916 \end_layout
21917
21918 \end_inset
21919
21920
21921 \begin_inset Index
21922 status collapsed
21923
21924 \begin_layout Plain Layout
21925 Flottants ! Mise en forme de la Légende
21926 \end_layout
21927
21928 \end_inset
21929
21930
21931 \begin_inset Index
21932 status collapsed
21933
21934 \begin_layout Plain Layout
21935 Paquetages LaTeX ! caption
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \begin_inset CommandInset label
21942 LatexCommand label
21943 name "sec:Formatage-légende"
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Standard
21951 L'environnement 
21952 \family sans
21953 Légende
21954 \family default
21955  est l'environnement de paragraphe par défaut pour les 
21956 \family sans
21957 flottants
21958 \family default
21959 .
21960  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21961  par exemple 
21962 \begin_inset Quotes eld
21963 \end_inset
21964
21965
21966 \family sans
21967 Figure #:
21968 \family default
21969
21970 \begin_inset Quotes erd
21971 \end_inset
21972
21973  suivi par le texte de la légende.
21974  Le 
21975 \begin_inset Quotes eld
21976 \end_inset
21977
21978 #
21979 \begin_inset Quotes erd
21980 \end_inset
21981
21982  étant remplacé par le numéro de référence réel.
21983  Par défaut l'étiquette et le numéro sont dans la même police de caractères
21984  que le texte de la légende et deux points suivent le numéro pour séparer
21985  l'étiquette du texte.
21986  Ce format de légende n'est pas forcément adapté à tous les types de documents.
21987 \end_layout
21988
21989 \begin_layout Standard
21990 Pour modifier le format par défaut des légendes, il faut charger le paquetage
21991  LaTeX 
21992 \series bold
21993 caption
21994 \series default
21995
21996 \begin_inset Index
21997 status collapsed
21998
21999 \begin_layout Plain Layout
22000 Paquetages LaTeX ! caption
22001 \end_layout
22002
22003 \end_inset
22004
22005  dans le préambule de votre document avec la ligne suivante :
22006 \end_layout
22007
22008 \begin_layout Standard
22009
22010 \series bold
22011
22012 \backslash
22013 usepackage[format definition]{caption}
22014 \end_layout
22015
22016 \begin_layout Standard
22017 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22018  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22019  dans ce document, utilisez les commandes suivantes :
22020 \end_layout
22021
22022 \begin_layout Standard
22023
22024 \series bold
22025
22026 \backslash
22027 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22028 \end_layout
22029
22030 \begin_layout Standard
22031 Vous pouvez aussi définir des formats de légendes différents pour les différents
22032  types de flottants.
22033  Dans ce cas chargez le paquetage 
22034 \series bold
22035 caption 
22036 \series default
22037 sans option de format spécifique et définissez les différents formats à
22038  l'aide de la commande 
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 captionsetup[type de flottant]{définition du format}
22047 \end_layout
22048
22049 \begin_layout Standard
22050 dans le préambule du document.
22051  Par exemple les formats de légende de la Figure
22052 \begin_inset space ~
22053 \end_inset
22054
22055
22056 \begin_inset CommandInset ref
22057 LatexCommand ref
22058 reference "fig:Legende-de-fig"
22059
22060 \end_inset
22061
22062  et du Tableau
22063 \begin_inset space ~
22064 \end_inset
22065
22066
22067 \begin_inset CommandInset ref
22068 LatexCommand ref
22069 reference "tab:Légende-de-tab"
22070
22071 \end_inset
22072
22073  peuvent être créés en utilisant les commandes suivantes dans le préambule
22074  :
22075 \end_layout
22076
22077 \begin_layout Standard
22078
22079 \series bold
22080
22081 \backslash
22082 usepackage[tableposition=top]{caption}
22083 \series default
22084
22085 \begin_inset Newline newline
22086 \end_inset
22087
22088
22089 \series bold
22090
22091 \backslash
22092 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22093 \begin_inset Newline newline
22094 \end_inset
22095
22096
22097 \begin_inset ERT
22098 status collapsed
22099
22100 \begin_layout Plain Layout
22101
22102
22103 \backslash
22104 hphantom{
22105 \backslash
22106
22107 \backslash
22108 captionsetup[figure]
22109 \backslash
22110 {}
22111 \end_layout
22112
22113 \end_inset
22114
22115  labelsep=period}
22116 \begin_inset Newline newline
22117 \end_inset
22118
22119
22120 \backslash
22121 captionsetup[table]{labelfont={bf,sf}}
22122 \end_layout
22123
22124 \begin_layout Standard
22125 \begin_inset Note Greyedout
22126 status open
22127
22128 \begin_layout Plain Layout
22129
22130 \series bold
22131 Note:
22132 \series default
22133  L'option 
22134 \series bold
22135 tableposition=top
22136 \series default
22137  n'a pas d'effet quand on utilise un document de classe 
22138 \series bold
22139 koma-script
22140 \series default
22141
22142 \begin_inset Index
22143 status collapsed
22144
22145 \begin_layout Plain Layout
22146 Paquetages LaTeX ! koma-script
22147 \end_layout
22148
22149 \end_inset
22150
22151 .
22152  Dans ce cas on doit utiliser l'option 
22153 \series bold
22154 tablecaptionabove
22155 \series default
22156  de la classe de document.
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Standard
22165 Pour plus d'information sur le paquetage 
22166 \series bold
22167 caption
22168 \series default
22169  nous vous renvoyons à sa documentation 
22170 \begin_inset CommandInset citation
22171 LatexCommand cite
22172 key "caption"
22173
22174 \end_inset
22175
22176 .
22177 \end_layout
22178
22179 \begin_layout Standard
22180 Pour changer le nom de l'étiquette, par exemple de 
22181 \begin_inset Quotes eld
22182 \end_inset
22183
22184 Figure
22185 \begin_inset Quotes erd
22186 \end_inset
22187
22188  à 
22189 \begin_inset Quotes eld
22190 \end_inset
22191
22192 Image
22193 \begin_inset Quotes erd
22194 \end_inset
22195
22196 , utilisez la commande suivante dans le préambule :
22197 \end_layout
22198
22199 \begin_layout Standard
22200
22201 \series bold
22202
22203 \backslash
22204 renewcommand{
22205 \backslash
22206 fnum@figure}{Image~
22207 \backslash
22208 thefigure}
22209 \end_layout
22210
22211 \begin_layout Standard
22212 où 
22213 \series bold
22214
22215 \backslash
22216 thefigure
22217 \series default
22218  insère le numéro de la figure et
22219 \series bold
22220  
22221 \begin_inset Quotes eld
22222 \end_inset
22223
22224 ~
22225 \series default
22226
22227 \begin_inset Quotes erd
22228 \end_inset
22229
22230  ajoute une espace insécable.
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset VSpace bigskip
22235 \end_inset
22236
22237 Si vous utilisez un document de classe 
22238 \series bold
22239 koma-script
22240 \series default
22241
22242 \begin_inset Index
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246 Paquetages LaTeX ! koma-script
22247 \end_layout
22248
22249 \end_inset
22250
22251  (
22252 \family sans
22253 article (koma-script)
22254 \family default
22255
22256 \family sans
22257 book (koma-script)
22258 \family default
22259
22260 \family sans
22261 letter (koma-script)
22262 \family default
22263 , ou 
22264 \family sans
22265 report (koma-script)
22266 \family default
22267
22268 \begin_inset space \thinspace{}
22269 \end_inset
22270
22271 ), Vous pouvez utiliser la commande incorporée 
22272 \series bold
22273
22274 \backslash
22275 setkomafont 
22276 \series default
22277 du paquetage
22278 \series bold
22279  koma-script 
22280 \series default
22281 à la place du paquetage
22282 \series bold
22283  caption.
22284  
22285 \series default
22286 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22287  suivante au préambule de votre document :
22288 \end_layout
22289
22290 \begin_layout Standard
22291
22292 \series bold
22293
22294 \backslash
22295 setkomafont{captionlabel}{
22296 \backslash
22297 bfseries}
22298 \end_layout
22299
22300 \begin_layout Standard
22301 Pour plus d'information au sujet de 
22302 \series bold
22303
22304 \backslash
22305 setkomafont
22306 \series default
22307  nous vous renvoyons à la documentation du paquetage 
22308 \series bold
22309 koma-script
22310 \series default
22311  
22312 \begin_inset CommandInset citation
22313 LatexCommand cite
22314 key "koma-script"
22315
22316 \end_inset
22317
22318 .
22319 \end_layout
22320
22321 \begin_layout Standard
22322 \begin_inset ERT
22323 status collapsed
22324
22325 \begin_layout Plain Layout
22326
22327
22328 \backslash
22329 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22330 }
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \begin_inset Note Note
22337 status open
22338
22339 \begin_layout Plain Layout
22340 Le format de la légende n'est modifié que pour cet exemple.
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \begin_layout Standard
22349 \begin_inset Float figure
22350 placement !p
22351 wide false
22352 sideways false
22353 status open
22354
22355 \begin_layout Plain Layout
22356 \align center
22357 \begin_inset Graphics
22358         filename ../clipart/mobius.eps
22359         lyxscale 50
22360         scale 50
22361         scaleBeforeRotation
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Caption
22370
22371 \begin_layout Plain Layout
22372 \begin_inset CommandInset label
22373 LatexCommand label
22374 name "fig:Legende-de-fig"
22375
22376 \end_inset
22377
22378 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22379  pour montrer les différents types de formats de légendes.
22380  Ici on a utilisé un format de légende personnalisé.
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \begin_layout Standard
22394 \begin_inset ERT
22395 status collapsed
22396
22397 \begin_layout Plain Layout
22398
22399
22400 \backslash
22401 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22402 on}
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \begin_layout Standard
22411 \begin_inset Float table
22412 placement !p
22413 wide false
22414 sideways false
22415 status open
22416
22417 \begin_layout Plain Layout
22418 \begin_inset Caption
22419
22420 \begin_layout Plain Layout
22421 \begin_inset CommandInset label
22422 LatexCommand label
22423 name "tab:Légende-de-tab"
22424
22425 \end_inset
22426
22427 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22428  pour montrer les différents types de formats de légendes.
22429  Ici on a utilisé le format de légende par défaut.
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Plain Layout
22438 \align center
22439 \begin_inset Tabular
22440 <lyxtabular version="3" rows="1" columns="5">
22441 <features>
22442 <column alignment="center" valignment="top" width="0">
22443 <column alignment="center" valignment="top" width="0">
22444 <column alignment="center" valignment="top" width="0">
22445 <column alignment="center" valignment="top" width="0">
22446 <column alignment="center" valignment="top" width="0">
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 a
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 b
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 c
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 d
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 e
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 </lyxtabular>
22495
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \begin_layout Section
22507 Positionnement de la Légende
22508 \begin_inset Index
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512 Légende ! Placement
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \begin_inset Index
22519 status collapsed
22520
22521 \begin_layout Plain Layout
22522 Flottants ! Placement de la légende
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \begin_inset CommandInset label
22529 LatexCommand label
22530 name "sec:Placement-légende"
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Standard
22538 La règle habituelle pour placer la légende est :
22539 \end_layout
22540
22541 \begin_layout Description
22542 Figure
22543 \begin_inset space ~
22544 \end_inset
22545
22546 : La légende est placée en dessous de la figure
22547 \end_layout
22548
22549 \begin_layout Description
22550 Tableau
22551 \begin_inset space ~
22552 \end_inset
22553
22554 : La légende est placée au dessus du tableau
22555 \end_layout
22556
22557 \begin_layout Standard
22558 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22559  au dessus des tableaux.
22560  Ce qui fait que si vous utilisez une des classes de document 
22561 \family sans
22562 article
22563 \family default
22564
22565 \family sans
22566 book
22567 \family default
22568
22569 \family sans
22570 letter
22571 \family default
22572 , ou 
22573 \family sans
22574 report
22575 \family default
22576  il n'y aura pas d'espace libre entre la légende et le tableau.
22577  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22578  de chargement du paquetage LaTeX 
22579 \series bold
22580 caption
22581 \series default
22582  dans le préambule de votre document
22583 \begin_inset Foot
22584 status open
22585
22586 \begin_layout Plain Layout
22587 Voir la section
22588 \begin_inset space ~
22589 \end_inset
22590
22591
22592 \begin_inset CommandInset ref
22593 LatexCommand ref
22594 reference "sec:Formatage-légende"
22595
22596 \end_inset
22597
22598  pour plus d'information sur le paquetage 
22599 \series bold
22600 caption
22601 \series default
22602 .
22603 \end_layout
22604
22605 \end_inset
22606
22607 :
22608 \end_layout
22609
22610 \begin_layout Standard
22611
22612 \series bold
22613 tableposition=top
22614 \end_layout
22615
22616 \begin_layout Standard
22617 Si vous utilisez une classe de document 
22618 \series bold
22619 koma-script
22620 \series default
22621
22622 \begin_inset Index
22623 status collapsed
22624
22625 \begin_layout Plain Layout
22626 Paquetages LaTeX ! koma-script
22627 \end_layout
22628
22629 \end_inset
22630
22631  (
22632 \family sans
22633 article (koma-script)
22634 \family default
22635
22636 \family sans
22637 book (koma-script)
22638 \family default
22639
22640 \family sans
22641 letter (koma-script)
22642 \family default
22643 , ou 
22644 \family sans
22645 report (koma-script)
22646 \family default
22647
22648 \begin_inset space \thinspace{}
22649 \end_inset
22650
22651 ), vous pouvez utiliser à la place du paquetage 
22652 \series bold
22653 caption
22654 \series default
22655  l'option 
22656 \series bold
22657 tablecaptionabove
22658 \series default
22659  de la classe de document.
22660 \end_layout
22661
22662 \begin_layout Standard
22663 \begin_inset VSpace bigskip
22664 \end_inset
22665
22666 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22667  Pour cela, vous devez charger le paquetage LaTeX 
22668 \series bold
22669 sidecap
22670 \series default
22671
22672 \begin_inset Index
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676 Paquetages LaTeX ! sidecap
22677 \end_layout
22678
22679 \end_inset
22680
22681  dans le préambule de votre document avec la ligne de commande suivante
22682 \end_layout
22683
22684 \begin_layout Standard
22685
22686 \series bold
22687
22688 \backslash
22689 usepackage[option]{sidecap}
22690 \end_layout
22691
22692 \begin_layout Standard
22693 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22694  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22695  paires.
22696  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22697  
22698 \series bold
22699 innercaption
22700 \series default
22701 .
22702  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22703  
22704 \series bold
22705 rightcaption
22706 \series default
22707  ou 
22708 \series bold
22709 leftcaption
22710 \series default
22711 .
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \begin_inset ERT
22716 status collapsed
22717
22718 \begin_layout Plain Layout
22719
22720
22721 \backslash
22722 ifsidecap
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \begin_inset Note Note
22729 status open
22730
22731 \begin_layout Plain Layout
22732 La section suivante ne sera affichée que si le paquetage LaTeX 
22733 \series bold
22734 sidecap
22735 \series default
22736  a été installé.
22737 \end_layout
22738
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \begin_layout Standard
22745 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22746  ajouter ces commandes dans le préambule de votre document :
22747 \end_layout
22748
22749 \begin_layout Standard
22750
22751 \lyxline
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758
22759 \backslash
22760 newcommand{
22761 \backslash
22762 TabBesBeg}{%
22763 \begin_inset Newline newline
22764 \end_inset
22765
22766
22767 \begin_inset ERT
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771
22772
22773 \backslash
22774 hphantom{ }
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \backslash
22781 let
22782 \backslash
22783 MyTable
22784 \backslash
22785 table
22786 \begin_inset Newline newline
22787 \end_inset
22788
22789
22790 \begin_inset ERT
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794
22795
22796 \backslash
22797 hphantom{ }
22798 \end_layout
22799
22800 \end_inset
22801
22802
22803 \backslash
22804 let
22805 \backslash
22806 MyEndtable
22807 \backslash
22808 endtable
22809 \begin_inset Newline newline
22810 \end_inset
22811
22812
22813 \begin_inset ERT
22814 status collapsed
22815
22816 \begin_layout Plain Layout
22817
22818
22819 \backslash
22820 hphantom{ }
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \backslash
22827 renewenvironment{table}{
22828 \backslash
22829 begin{SCtable}}{
22830 \backslash
22831 end{SCtable}}}
22832 \end_layout
22833
22834 \begin_layout Standard
22835
22836 \series bold
22837
22838 \backslash
22839 newcommand{
22840 \backslash
22841 TabBesEnd}{%
22842 \begin_inset Newline newline
22843 \end_inset
22844
22845
22846 \begin_inset ERT
22847 status collapsed
22848
22849 \begin_layout Plain Layout
22850
22851
22852 \backslash
22853 hphantom{ }
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \backslash
22860 let
22861 \backslash
22862 table
22863 \backslash
22864 MyTable
22865 \begin_inset Newline newline
22866 \end_inset
22867
22868
22869 \begin_inset ERT
22870 status collapsed
22871
22872 \begin_layout Plain Layout
22873
22874
22875 \backslash
22876 hphantom{ }
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \backslash
22883 let
22884 \backslash
22885 endtable
22886 \backslash
22887 MyEndtable
22888 \end_layout
22889
22890 \begin_layout Standard
22891
22892 \series bold
22893
22894 \backslash
22895 newcommand{
22896 \backslash
22897 FigBesBeg}{%
22898 \begin_inset Newline newline
22899 \end_inset
22900
22901
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 hphantom{ }
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \backslash
22916 let
22917 \backslash
22918 MyFigure
22919 \backslash
22920 figure
22921 \begin_inset Newline newline
22922 \end_inset
22923
22924
22925 \begin_inset ERT
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929
22930
22931 \backslash
22932 hphantom{ }
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \backslash
22939 let
22940 \backslash
22941 MyEndfigure
22942 \backslash
22943 endfigure
22944 \begin_inset Newline newline
22945 \end_inset
22946
22947
22948 \begin_inset ERT
22949 status collapsed
22950
22951 \begin_layout Plain Layout
22952
22953
22954 \backslash
22955 hphantom{ }
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \backslash
22962 renewenvironment{figure}{
22963 \backslash
22964 begin{SCfigure}}{
22965 \backslash
22966 end{SCfigure}}}
22967 \end_layout
22968
22969 \begin_layout Standard
22970
22971 \series bold
22972
22973 \backslash
22974 newcommand{
22975 \backslash
22976 FigBesEnd}{%
22977 \begin_inset Newline newline
22978 \end_inset
22979
22980
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 hphantom{ }
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \backslash
22995 let
22996 \backslash
22997 figure
22998 \backslash
22999 MyFigure
23000 \begin_inset Newline newline
23001 \end_inset
23002
23003
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 hphantom{ }
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \backslash
23018 let
23019 \backslash
23020 endfigure
23021 \backslash
23022 MyEndfigure}
23023 \end_layout
23024
23025 \begin_layout Standard
23026
23027 \lyxline
23028
23029 \end_layout
23030
23031 \begin_layout Standard
23032 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23033  la légende se place sur le côté.
23034  Pour les flottants de figure, utilisez la commande
23035 \end_layout
23036
23037 \begin_layout Standard
23038
23039 \series bold
23040
23041 \backslash
23042 FigBesBeg
23043 \end_layout
23044
23045 \begin_layout Standard
23046 en code TeX avant le flottant.
23047  Après le flottant, insérez la commande
23048 \end_layout
23049
23050 \begin_layout Standard
23051
23052 \series bold
23053
23054 \backslash
23055 FigBesEnd
23056 \end_layout
23057
23058 \begin_layout Standard
23059 en code TeX pour revenir à la définition originale du flottant.
23060 \end_layout
23061
23062 \begin_layout Standard
23063 Pour les flottants de tableau, utilisez les commandes correspondantes
23064 \end_layout
23065
23066 \begin_layout Standard
23067
23068 \series bold
23069
23070 \backslash
23071 TabBesBeg
23072 \series default
23073  et 
23074 \series bold
23075
23076 \backslash
23077 TabBesEnd
23078 \end_layout
23079
23080 \begin_layout Standard
23081 La figure
23082 \begin_inset space ~
23083 \end_inset
23084
23085
23086 \begin_inset CommandInset ref
23087 LatexCommand ref
23088 reference "fig:legende-a-coté-fig"
23089
23090 \end_inset
23091
23092  et le tableau
23093 \begin_inset space ~
23094 \end_inset
23095
23096
23097 \begin_inset CommandInset ref
23098 LatexCommand ref
23099 reference "tab:legende-à-coté-tableau"
23100
23101 \end_inset
23102
23103  sont des exemples où la légende a été mises sur le coté.
23104 \end_layout
23105
23106 \begin_layout Standard
23107 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23108  pour les flottants de tableau et vers le bas pour les flottants de figure.
23109  Pour changer ce comportement, vous pouvez utiliser les commandes
23110 \end_layout
23111
23112 \begin_layout Standard
23113
23114 \series bold
23115
23116 \backslash
23117 sidecaptionvpos{type flottant}{placement}
23118 \end_layout
23119
23120 \begin_layout Standard
23121 dans le préambule du document ou en code TeX juste avant le flottant visé.
23122  Le type du flottant est soit 
23123 \family sans
23124 figure
23125 \family default
23126  soit 
23127 \family sans
23128 table
23129 \family default
23130 , le placement peut être 
23131 \begin_inset Quotes eld
23132 \end_inset
23133
23134
23135 \family sans
23136 t
23137 \family default
23138
23139 \begin_inset Quotes erd
23140 \end_inset
23141
23142  pour haut (top), 
23143 \begin_inset Quotes eld
23144 \end_inset
23145
23146
23147 \family sans
23148 c
23149 \family default
23150
23151 \begin_inset Quotes erd
23152 \end_inset
23153
23154  pour centre (center), ou 
23155 \begin_inset Quotes eld
23156 \end_inset
23157
23158
23159 \family sans
23160 b
23161 \family default
23162
23163 \begin_inset Quotes erd
23164 \end_inset
23165
23166  pour bas (bottom).
23167  Pour que, par exemple, les légendes des flottants de figure soient centrés
23168  verticalement, utilisez la commande
23169 \end_layout
23170
23171 \begin_layout Standard
23172
23173 \series bold
23174
23175 \backslash
23176 sidecaptionvpos{figure}{c}
23177 \end_layout
23178
23179 \begin_layout Standard
23180 C'est ce qui a été utilisé pour la figure
23181 \begin_inset space ~
23182 \end_inset
23183
23184
23185 \begin_inset CommandInset ref
23186 LatexCommand ref
23187 reference "fig:legende-à-coté-fig-2"
23188
23189 \end_inset
23190
23191 .
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset VSpace medskip
23196 \end_inset
23197
23198 Pour plus d'information sur le paquetage 
23199 \series bold
23200 sidecap
23201 \series default
23202  nous vous renvoyons à sa documentation 
23203 \begin_inset CommandInset citation
23204 LatexCommand cite
23205 key "sidecap"
23206
23207 \end_inset
23208
23209 .
23210 \end_layout
23211
23212 \begin_layout Standard
23213 \begin_inset Note Greyedout
23214 status open
23215
23216 \begin_layout Plain Layout
23217
23218 \series bold
23219 Note:
23220 \series default
23221  Le paquetage LaTeX 
23222 \series bold
23223 hypcap
23224 \series default
23225
23226 \begin_inset Index
23227 status collapsed
23228
23229 \begin_layout Plain Layout
23230 Paquetages LaTeX ! hypcap
23231 \end_layout
23232
23233 \end_inset
23234
23235 , qui est décrit dans la section
23236 \begin_inset space ~
23237 \end_inset
23238
23239
23240 \begin_inset CommandInset ref
23241 LatexCommand ref
23242 reference "sub:Reference-Position"
23243
23244 \end_inset
23245
23246 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \begin_layout Standard
23255 \begin_inset ERT
23256 status collapsed
23257
23258 \begin_layout Plain Layout
23259
23260
23261 \backslash
23262 FigBesBeg 
23263 \end_layout
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Standard
23271 \begin_inset Float figure
23272 wide false
23273 sideways false
23274 status open
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Graphics
23278         filename ../clipart/escher-lsd.eps
23279         scale 75
23280         scaleBeforeRotation
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Plain Layout
23288 \begin_inset Caption
23289
23290 \begin_layout Plain Layout
23291 \begin_inset CommandInset label
23292 LatexCommand label
23293 name "fig:legende-a-coté-fig"
23294
23295 \end_inset
23296
23297 Une légende à côté d'une figure.
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \begin_layout Standard
23311 \begin_inset ERT
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315
23316
23317 \backslash
23318 TabBesBeg 
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \begin_inset Float table
23328 wide false
23329 sideways false
23330 status open
23331
23332 \begin_layout Plain Layout
23333 \begin_inset Caption
23334
23335 \begin_layout Plain Layout
23336 \begin_inset CommandInset label
23337 LatexCommand label
23338 name "tab:legende-à-coté-tableau"
23339
23340 \end_inset
23341
23342 Une légende à côté d'un tableau.
23343 \end_layout
23344
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Tabular
23352 <lyxtabular version="3" rows="4" columns="5">
23353 <features>
23354 <column alignment="center" valignment="top" width="0">
23355 <column alignment="center" valignment="top" width="0">
23356 <column alignment="center" valignment="top" width="0">
23357 <column alignment="center" valignment="top" width="0">
23358 <column alignment="center" valignment="top" width="0">
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 a
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 b
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 c
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 d
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 e
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 f
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 g
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 h
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 i
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 j
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 </row>
23547 </lyxtabular>
23548
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \begin_layout Standard
23560 \begin_inset ERT
23561 status collapsed
23562
23563 \begin_layout Plain Layout
23564
23565
23566 \backslash
23567 TabBesEnd
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 sidecaptionvpos{figure}{c}
23584 \end_layout
23585
23586 \end_inset
23587
23588
23589 \begin_inset Float figure
23590 wide false
23591 sideways false
23592 status open
23593
23594 \begin_layout Plain Layout
23595 \begin_inset Graphics
23596         filename ../clipart/escher-lsd.eps
23597         scale 75
23598         scaleBeforeRotation
23599
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Caption
23607
23608 \begin_layout Plain Layout
23609 \begin_inset CommandInset label
23610 LatexCommand label
23611 name "fig:legende-à-coté-fig-2"
23612
23613 \end_inset
23614
23615 Une légende centrée verticalement à côté d'une figure.
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \begin_layout Standard
23629 \begin_inset ERT
23630 status collapsed
23631
23632 \begin_layout Plain Layout
23633
23634
23635 \backslash
23636 FigBesEnd
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 else
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \begin_inset Note Note
23659 status open
23660
23661 \begin_layout Plain Layout
23662 Ce qui suit sera affiché si le paquetage LaTeX 
23663 \series bold
23664 sidecap
23665 \series default
23666  n'est pas installé :
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \begin_layout Standard
23675 Vous devez installer le paquetage LaTeX 
23676 \series bold
23677 sidecap
23678 \series default
23679  pour voir la suite de cette section dans la sortie imprimée.
23680 \end_layout
23681
23682 \begin_layout Standard
23683 \begin_inset ERT
23684 status collapsed
23685
23686 \begin_layout Plain Layout
23687
23688
23689 \backslash
23690 fi
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Section
23699 Les Listes de Flottants
23700 \begin_inset CommandInset label
23701 LatexCommand label
23702 name "sec:Listes-de-flottants"
23703
23704 \end_inset
23705
23706
23707 \begin_inset Index
23708 status collapsed
23709
23710 \begin_layout Plain Layout
23711 Flottants ! Listes de Flottants
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \begin_layout Standard
23720 De la même façon que la table des matières fait la liste des sections du
23721  document, il y a des listes pour tous les types de flottants, comme par
23722  exemple pour les figures du document.
23723  Vous pouvez les insérer en utilisant le menu 
23724 \family sans
23725 Insérer\SpecialChar \menuseparator
23726 Listes
23727 \begin_inset space ~
23728 \end_inset
23729
23730 &
23731 \begin_inset space ~
23732 \end_inset
23733
23734 TdM
23735 \family default
23736 .
23737 \end_layout
23738
23739 \begin_layout Standard
23740 Les entrées de la liste sont la légende du flottant ou éventuellement le
23741  titre court, le numéro du flottant, et le numéro de la page où le flottant
23742  apparaît dans le document.
23743 \end_layout
23744
23745 \begin_layout Standard
23746 Vous trouverez à la fin de ce document une liste des figures et une liste
23747  des tableaux.
23748 \end_layout
23749
23750 \begin_layout Chapter
23751 Notes
23752 \end_layout
23753
23754 \begin_layout Section
23755 Les Notes de LyX
23756 \begin_inset CommandInset label
23757 LatexCommand label
23758 name "sec:LyX-Notes"
23759
23760 \end_inset
23761
23762
23763 \begin_inset Index
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767 Notes ! Notes LyX 
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \begin_layout Standard
23776 On peut insérer une note en utilisant le bouton 
23777 \begin_inset Graphics
23778         filename ../../images/note-insert.png
23779         scale 85
23780         scaleBeforeRotation
23781
23782 \end_inset
23783
23784  de la barre d'outils ou avec le menu 
23785 \family sans
23786 Insérer\SpecialChar \menuseparator
23787 Note
23788 \family default
23789 .
23790  Il y a cinq types de notes :
23791 \end_layout
23792
23793 \begin_layout Description
23794 Note
23795 \begin_inset space ~
23796 \end_inset
23797
23798 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23799  finale.
23800  La boîte de cette note ressemble à ceci :
23801 \begin_inset Newline newline
23802 \end_inset
23803
23804
23805 \begin_inset Newline newline
23806 \end_inset
23807
23808
23809 \begin_inset Graphics
23810         filename clipart/LyXNoteImageQt4.png
23811         scale 65
23812         scaleBeforeRotation
23813
23814 \end_inset
23815
23816  
23817 \begin_inset Note Note
23818 status open
23819
23820 \begin_layout Plain Layout
23821 Le texte de cette note n'apparaîtra pas à l'impression.
23822 \end_layout
23823
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \begin_layout Description
23830 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23831  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23832  vers un fichier au format LaTeX avec le menu 
23833 \family sans
23834 Fichier\SpecialChar \menuseparator
23835 Exporter\SpecialChar \menuseparator
23836 LaTeX (pdflatex) / (plain)
23837 \family default
23838 .
23839  La boîte de cette note ressemble à ceci :
23840 \begin_inset Newline newline
23841 \end_inset
23842
23843
23844 \begin_inset Newline newline
23845 \end_inset
23846
23847
23848 \begin_inset Graphics
23849         filename clipart/CommentNoteImageQt4.png
23850         scale 55
23851         scaleBeforeRotation
23852
23853 \end_inset
23854
23855
23856 \lang english
23857  
23858 \lang french
23859
23860 \begin_inset Note Comment
23861 status open
23862
23863 \begin_layout Plain Layout
23864 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23865  LaTeX.
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Description
23874 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23875  La boîte de cette note ressemble à ceci :
23876 \lang english
23877
23878 \begin_inset Newline newline
23879 \end_inset
23880
23881
23882 \lang french
23883
23884 \begin_inset Newline newline
23885 \end_inset
23886
23887
23888 \begin_inset Graphics
23889         filename clipart/GreyedOutNoteImageQt4.png
23890         scale 55
23891         scaleBeforeRotation
23892
23893 \end_inset
23894
23895
23896 \begin_inset Newline newline
23897 \end_inset
23898
23899
23900 \begin_inset ERT
23901 status collapsed
23902
23903 \begin_layout Plain Layout
23904
23905
23906 \backslash
23907 renewenvironment{lyxgreyedout}
23908 \end_layout
23909
23910 \begin_layout Plain Layout
23911
23912 {
23913 \backslash
23914 textcolor[gray]{0.8}
23915 \backslash
23916 bgroup}{
23917 \backslash
23918 egroup}
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \begin_inset Note Greyedout
23925 status open
23926
23927 \begin_layout Plain Layout
23928 Le texte
23929 \begin_inset Foot
23930 status open
23931
23932 \begin_layout Plain Layout
23933 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23934  grisé.
23935  
23936 \end_layout
23937
23938 \end_inset
23939
23940  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \begin_inset ERT
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950
23951
23952 \backslash
23953 renewenvironment{lyxgreyedout}
23954 \end_layout
23955
23956 \begin_layout Plain Layout
23957
23958 {
23959 \backslash
23960 textcolor{blue}
23961 \backslash
23962 bgroup}{
23963 \backslash
23964 egroup}
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \begin_inset Note Note
23971 status open
23972
23973 \begin_layout Plain Layout
23974 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
23975  originale qu'elle a dans LyX.
23976  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
23977  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \begin_inset Newline newline
23984 \end_inset
23985
23986
23987 \begin_inset Newline newline
23988 \end_inset
23989
23990 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
23991  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
23992 \end_layout
23993
23994 \begin_layout Description
23995 Encadrée Ce type de note apparaîtra sur la sortie finale sous la forme d'un
23996  texte encadré.
23997  La boîte de cette note ressemble à ceci :
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \begin_inset Newline newline
24003 \end_inset
24004
24005
24006 \begin_inset Graphics
24007         filename clipart/FramedNoteImageQt4.png
24008         scale 65
24009         scaleBeforeRotation
24010
24011 \end_inset
24012
24013
24014 \lang english
24015  
24016 \lang french
24017
24018 \begin_inset Box Framed
24019 position "t"
24020 hor_pos "c"
24021 has_inner_box 0
24022 inner_pos "t"
24023 use_parbox 0
24024 width "100col%"
24025 special "none"
24026 height "1in"
24027 height_special "totalheight"
24028 status open
24029
24030 \begin_layout Plain Layout
24031 Le texte de cette note apparaîtra encadré à l'impression.
24032 \end_layout
24033
24034 \end_inset
24035
24036 Contrairement aux boîtes encadrées
24037 \begin_inset Foot
24038 status collapsed
24039
24040 \begin_layout Plain Layout
24041 Les boîtes encadrées sont traitées dans la section
24042 \begin_inset space ~
24043 \end_inset
24044
24045
24046 \begin_inset CommandInset ref
24047 LatexCommand ref
24048 reference "sec:Boîtes-encadrées"
24049
24050 \end_inset
24051
24052 .
24053 \end_layout
24054
24055 \end_inset
24056
24057 , le cadre de la note utilise toute la largeur du texte et constitue un
24058  paragraphe à lui tout seul.
24059 \end_layout
24060
24061 \begin_layout Description
24062 Colorée Ce type de note apparaîtra sur la sortie finale avec un arrière-plan
24063  coloré en rouge.
24064  La boîte de cette note ressemble à ceci :
24065 \begin_inset Newline newline
24066 \end_inset
24067
24068
24069 \begin_inset Newline newline
24070 \end_inset
24071
24072
24073 \begin_inset Graphics
24074         filename clipart/ShadedNoteImageQt4.png
24075         scale 65
24076         scaleBeforeRotation
24077
24078 \end_inset
24079
24080
24081 \begin_inset Box Shaded
24082 position "t"
24083 hor_pos "c"
24084 has_inner_box 0
24085 inner_pos "t"
24086 use_parbox 0
24087 width "100col%"
24088 special "none"
24089 height "1in"
24090 height_special "totalheight"
24091 status open
24092
24093 \begin_layout Plain Layout
24094 Le texte de cette note apparaîtra sur fond rouge à l'impression.
24095 \end_layout
24096
24097 \end_inset
24098
24099 Contrairement aux boîtes colorées
24100 \begin_inset Foot
24101 status collapsed
24102
24103 \begin_layout Plain Layout
24104 Les boîtes colorées sont traitées dans la section
24105 \begin_inset space ~
24106 \end_inset
24107
24108
24109 \begin_inset CommandInset ref
24110 LatexCommand ref
24111 reference "sec:Boîtes-colorées"
24112
24113 \end_inset
24114
24115 .
24116 \end_layout
24117
24118 \end_inset
24119
24120  , la note utilise toute la largeur du texte et constitue un paragraphe
24121  à elle toute seule.
24122 \end_layout
24123
24124 \begin_layout Standard
24125 \begin_inset VSpace bigskip
24126 \end_inset
24127
24128 Quand vous utilisez le bouton 
24129 \begin_inset Graphics
24130         filename ../../images/note-insert.png
24131         scale 85
24132         scaleBeforeRotation
24133
24134 \end_inset
24135
24136  de la barre d'outils, vous insérez une 
24137 \family sans
24138 Note
24139 \begin_inset space ~
24140 \end_inset
24141
24142 LyX
24143 \family default
24144 .
24145  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24146 la et cliquez sur le bouton d'insertion de note.
24147  Pour retransformer une note en texte, appuyez sur la touche 
24148 \family sans
24149 backspace
24150 \family default
24151  quand le curseur est au tout début de la note ou appuyez sur la touche
24152  
24153 \family sans
24154 Suppr.
24155
24156 \family default
24157  quand le curseur se trouve à la fin de la note.
24158 \end_layout
24159
24160 \begin_layout Standard
24161 \begin_inset VSpace bigskip
24162 \end_inset
24163
24164 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24165  commandes suivantes dans le préambule :
24166 \end_layout
24167
24168 \begin_layout Standard
24169
24170 \series bold
24171
24172 \backslash
24173 renewenvironment{lyxgreyedout}
24174 \begin_inset Newline newline
24175 \end_inset
24176
24177
24178 \begin_inset ERT
24179 status collapsed
24180
24181 \begin_layout Plain Layout
24182
24183
24184 \backslash
24185 hphantom{ }
24186 \end_layout
24187
24188 \end_inset
24189
24190 {
24191 \backslash
24192 textcolor{color}
24193 \backslash
24194 bgroup}{
24195 \backslash
24196 egroup}
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24201  sont expliqués dans la section
24202 \begin_inset space ~
24203 \end_inset
24204
24205
24206 \begin_inset CommandInset ref
24207 LatexCommand ref
24208 reference "sec:Tableaux-Colorés"
24209
24210 \end_inset
24211
24212 .
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24217  grisées avec leur texte en bleu.
24218 \end_layout
24219
24220 \begin_layout Standard
24221 \begin_inset VSpace bigskip
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 Le style du texte des notes 
24229 \family sans
24230 Encadrées
24231 \family default
24232  et 
24233 \family sans
24234 Grisées
24235 \family default
24236  peut être modifié avec la fenêtre de dialogue 
24237 \family sans
24238 Style
24239 \begin_inset space ~
24240 \end_inset
24241
24242 du
24243 \begin_inset space ~
24244 \end_inset
24245
24246 texte
24247 \family default
24248 .
24249
24250 \family sans
24251  
24252 \end_layout
24253
24254 \begin_layout Standard
24255 L'épaisseur du trait de bordure pour les notes 
24256 \family sans
24257 Encadrées
24258 \family default
24259  est par défaut de 0.4
24260 \begin_inset space \thinspace{}
24261 \end_inset
24262
24263 pt ; elle peut être modifiée en changeant la valeur de 
24264 \series bold
24265
24266 \backslash
24267 FrameRule
24268 \series default
24269 .
24270  L'espace entre le contenu de la note et le cadre est par défaut de 9
24271 \begin_inset space \thinspace{}
24272 \end_inset
24273
24274 pt ; cette valeur peut aussi être modifiée en changeant la valeur de 
24275 \series bold
24276
24277 \backslash
24278 FrameSep
24279 \series default
24280 .
24281  Par exemple l'aspect de cette note 
24282 \family sans
24283 Encadrée
24284 \family default
24285  est obtenue avec les commandes en code TeX suivantes :
24286 \end_layout
24287
24288 \begin_layout Standard
24289
24290 \series bold
24291
24292 \backslash
24293 FrameRule 5pt 
24294 \backslash
24295 FrameSep 0.5cm
24296 \end_layout
24297
24298 \begin_layout Standard
24299 \begin_inset ERT
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303
24304
24305 \backslash
24306 FrameRule 5pt 
24307 \backslash
24308 FrameSep 0.5cm
24309 \end_layout
24310
24311 \end_inset
24312
24313
24314 \begin_inset Box Framed
24315 position "t"
24316 hor_pos "c"
24317 has_inner_box 0
24318 inner_pos "t"
24319 use_parbox 0
24320 width "100col%"
24321 special "none"
24322 height "1in"
24323 height_special "totalheight"
24324 status open
24325
24326 \begin_layout Plain Layout
24327 Ce texte est dans une note 
24328 \family sans
24329 Encadrée
24330 \family default
24331 .
24332 \end_layout
24333
24334 \end_inset
24335
24336
24337 \begin_inset ERT
24338 status collapsed
24339
24340 \begin_layout Plain Layout
24341
24342
24343 \backslash
24344 FrameRule 0.4pt 
24345 \backslash
24346 FrameSep 9pt
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \begin_layout Standard
24355 \begin_inset VSpace bigskip
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \begin_layout Standard
24362 Pour les notes 
24363 \family sans
24364 Grisées
24365 \family default
24366 , l'espace par défaut entre le texte de la note et le cadre est de 3
24367 \begin_inset space \thinspace{}
24368 \end_inset
24369
24370 pt ; ce qui peut être modifié en changeant la valeur de 
24371 \series bold
24372
24373 \backslash
24374 fboxsep
24375 \series default
24376 .
24377 \begin_inset Newline newline
24378 \end_inset
24379
24380 La couleur par défaut pour le fond est le rouge, ce qui peut être modifié
24381  en utilisant la commande 
24382 \series bold
24383
24384 \backslash
24385 definecolor{shadebox}
24386 \series default
24387 .
24388  Le fonctionnement de la commande 
24389 \series bold
24390
24391 \backslash
24392 definecolor
24393 \series default
24394  est expliqué dans la  section
24395 \begin_inset space ~
24396 \end_inset
24397
24398
24399 \begin_inset CommandInset ref
24400 LatexCommand ref
24401 reference "sec:Tableaux-Colorés"
24402
24403 \end_inset
24404
24405
24406 \begin_inset Foot
24407 status open
24408
24409 \begin_layout Plain Layout
24410 Notez qu'il faut charger le paquetage LaTeX 
24411 \series bold
24412 color
24413 \series default
24414  dans le préambule pour pouvoir utiliser la commande 
24415 \series bold
24416
24417 \backslash
24418 definecolor,
24419 \series default
24420  voir la section
24421 \begin_inset space ~
24422 \end_inset
24423
24424
24425 \begin_inset CommandInset ref
24426 LatexCommand ref
24427 reference "sec:Boîtes-colorées"
24428
24429 \end_inset
24430
24431 .
24432 \end_layout
24433
24434 \end_inset
24435
24436 .
24437 \end_layout
24438
24439 \begin_layout Standard
24440 Par exemple l'aspect de cette note 
24441 \family sans
24442 Grisée
24443 \family default
24444  est obtenue avec les commandes en code TeX suivantes :
24445 \end_layout
24446
24447 \begin_layout Standard
24448
24449 \series bold
24450
24451 \backslash
24452 fboxsep 0.5cm
24453 \series default
24454
24455 \begin_inset Newline newline
24456 \end_inset
24457
24458
24459 \series bold
24460
24461 \backslash
24462 def\SpecialChar \textcompwordmark{}
24463 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24464 \end_layout
24465
24466 \begin_layout Standard
24467 \begin_inset ERT
24468 status collapsed
24469
24470 \begin_layout Plain Layout
24471
24472
24473 \backslash
24474 fboxsep 0.5cm
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \begin_inset ERT
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484
24485
24486 \backslash
24487 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \begin_inset Box Shaded
24494 position "t"
24495 hor_pos "c"
24496 has_inner_box 0
24497 inner_pos "t"
24498 use_parbox 0
24499 width "100col%"
24500 special "none"
24501 height "1in"
24502 height_special "totalheight"
24503 status open
24504
24505 \begin_layout Plain Layout
24506
24507 \color yellow
24508 Ceci est un texte jaune dans une boîte grisée avec un fond vert foncé.
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \begin_inset ERT
24515 status collapsed
24516
24517 \begin_layout Plain Layout
24518
24519
24520 \backslash
24521 fboxsep 3pt
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \begin_inset ERT
24528 status collapsed
24529
24530 \begin_layout Plain Layout
24531
24532
24533 \backslash
24534 definecolor{shadecolor}{rgb}{1,0,0}
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Section
24543 Notes en Bas de Page
24544 \begin_inset CommandInset label
24545 LatexCommand label
24546 name "sec:Notes-bas-de-page"
24547
24548 \end_inset
24549
24550
24551 \begin_inset Index
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 Notes ! Notes de bas de page
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \begin_inset Index
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565 Notes de bas de page
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \begin_layout Standard
24574 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24575  
24576 \begin_inset Graphics
24577         filename ../../images/footnote-insert.png
24578         scale 85
24579         scaleBeforeRotation
24580
24581 \end_inset
24582
24583  de la barre d'outils, soit en utilisant le menu 
24584 \family sans
24585 Insérer\SpecialChar \menuseparator
24586 Note
24587 \begin_inset space ~
24588 \end_inset
24589
24590 en
24591 \begin_inset space ~
24592 \end_inset
24593
24594 Bas
24595 \begin_inset space ~
24596 \end_inset
24597
24598 de
24599 \begin_inset space ~
24600 \end_inset
24601
24602 Page
24603 \family default
24604 .
24605  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24606  rouge 
24607 \begin_inset Quotes fld
24608 \end_inset
24609
24610 bas
24611 \begin_inset Quotes frd
24612 \end_inset
24613
24614  qui ressemble à ceci : 
24615 \begin_inset Graphics
24616         filename clipart/footnoteQt4.png
24617         scale 80
24618         scaleBeforeRotation
24619
24620 \end_inset
24621
24622  Vous pouvez y entrer votre texte.
24623  Si vous voulez transformer du texte déjà existant en note en bas de page,
24624  sélectionnez-le et cliquez sur le bouton 
24625 \family sans
24626 Note
24627 \begin_inset space ~
24628 \end_inset
24629
24630 en
24631 \begin_inset space ~
24632 \end_inset
24633
24634 Bas
24635 \begin_inset space ~
24636 \end_inset
24637
24638 de
24639 \begin_inset space ~
24640 \end_inset
24641
24642 Page
24643 \family default
24644  de la barre d'outils.
24645  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24646  
24647 \family sans
24648 backspace
24649 \family default
24650  quand le curseur est au tout début de la note ou appuyez sur la touche
24651  
24652 \family sans
24653 Suppr.
24654
24655 \family default
24656  quand le curseur se trouve à la fin de la note.
24657 \end_layout
24658
24659 \begin_layout Standard
24660 Voici un exemple de note en bas de page:
24661 \begin_inset Foot
24662 status open
24663
24664 \begin_layout Plain Layout
24665 \begin_inset CommandInset label
24666 LatexCommand label
24667 name "fn:Note-en-bas"
24668
24669 \end_inset
24670
24671 Ceci est un exemple de note en bas de page.
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \begin_inset ERT
24678 status collapsed
24679
24680 \begin_layout Plain Layout
24681
24682
24683 \backslash
24684 newcounter{MyRepeatFoot}
24685 \end_layout
24686
24687 \begin_layout Plain Layout
24688
24689
24690 \backslash
24691 setcounter{MyRepeatFoot}{
24692 \backslash
24693 thefootnote}
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Standard
24702 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24703  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24704  de note.
24705  Le texte de la note est placé en bas de la page courante.
24706  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24707  Selon votre classe de document les numéros de notes pourront être réinitialisés
24708  à chaque nouveau chapitre.
24709 \end_layout
24710
24711 \begin_layout Standard
24712 On peut faire référence à une note en bas de page comme on le fait avec
24713  les flottants : Insérez une étiquette dans la note et faites une référence
24714  croisée vers cette étiquette comme c'est décrit dans la
24715 \begin_inset space ~
24716 \end_inset
24717
24718
24719 \begin_inset CommandInset ref
24720 LatexCommand ref
24721 reference "sec:Referencer-les-Flottants"
24722
24723 \end_inset
24724
24725 .
24726 \begin_inset Newline newline
24727 \end_inset
24728
24729 Voici une référence à une note de bas de page :
24730 \begin_inset space ~
24731 \end_inset
24732
24733
24734 \begin_inset CommandInset ref
24735 LatexCommand ref
24736 reference "fn:Note-en-bas"
24737
24738 \end_inset
24739
24740 .
24741 \end_layout
24742
24743 \begin_layout Standard
24744 \begin_inset VSpace defskip
24745 \end_inset
24746
24747 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24748  des minipages, voyez la section
24749 \begin_inset space ~
24750 \end_inset
24751
24752
24753 \begin_inset CommandInset ref
24754 LatexCommand ref
24755 reference "sec:Minipages"
24756
24757 \end_inset
24758
24759 .
24760  Les notes de bas de page dans des tableaux longs sont traitées dans la
24761  section
24762 \begin_inset space ~
24763 \end_inset
24764
24765
24766 \begin_inset CommandInset ref
24767 LatexCommand ref
24768 reference "sub:Notes-dans-tableau-long"
24769
24770 \end_inset
24771
24772 .
24773 \end_layout
24774
24775 \begin_layout Standard
24776 \begin_inset VSpace defskip
24777 \end_inset
24778
24779 Pour créer seulement la marque de note, utilisez la commande 
24780 \series bold
24781
24782 \backslash
24783 footnotemark[nombre]
24784 \series default
24785  en code TeX.
24786  On utilise cette possibilité quand on a plusieurs fois la même annotation
24787  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24788  bas de page à chaque fois.
24789 \begin_inset Newline newline
24790 \end_inset
24791
24792 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24793  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24794  part.
24795  Pour la marque de note qui suit, ces commandes ont été insérées en code
24796  TeX après la note
24797 \begin_inset space ~
24798 \end_inset
24799
24800
24801 \begin_inset CommandInset ref
24802 LatexCommand ref
24803 reference "fn:Note-en-bas"
24804
24805 \end_inset
24806
24807  pour enregistrer le numéro de note de bas de page :
24808 \end_layout
24809
24810 \begin_layout Standard
24811
24812 \series bold
24813
24814 \backslash
24815 newcounter{MyRepeatFoot}
24816 \begin_inset Newline newline
24817 \end_inset
24818
24819
24820 \backslash
24821 setcounter{MyRepeatFoot}{
24822 \backslash
24823 thefootnote}
24824 \end_layout
24825
24826 \begin_layout Standard
24827 La marque de note a été créée avec la commande suivante :
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833
24834 \backslash
24835 footnotemark[
24836 \backslash
24837 theMyRepeatFoot]
24838 \end_layout
24839
24840 \begin_layout Standard
24841 Voici un exemple de marque de note de bas de page : 
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 footnotemark[
24850 \backslash
24851 theMyRepeatFoot]
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \begin_layout Subsection
24860 Numérotation de Notes de Bas de Page
24861 \begin_inset CommandInset label
24862 LatexCommand label
24863 name "sub:Numerotation-notes-bas-de-page"
24864
24865 \end_inset
24866
24867
24868 \begin_inset Index
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 Notes de bas de page ! Numérotation
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24882  ajoutez cette commande dans le préambule de votre document :
24883 \end_layout
24884
24885 \begin_layout Standard
24886
24887 \series bold
24888
24889 \backslash
24890 @addtoreset{footnote}{section}
24891 \end_layout
24892
24893 \begin_layout Standard
24894 \begin_inset VSpace bigskip
24895 \end_inset
24896
24897 La commande de préambule suivante change le style de numérotation des notes
24898  en petits chiffres romains :
24899 \end_layout
24900
24901 \begin_layout Standard
24902
24903 \series bold
24904
24905 \backslash
24906 renewcommand{
24907 \backslash
24908 thefootnote}{
24909 \backslash
24910 roman{footnote}}
24911 \end_layout
24912
24913 \begin_layout Standard
24914 \begin_inset ERT
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918
24919
24920 \backslash
24921 renewcommand{
24922 \backslash
24923 thefootnote}{
24924 \backslash
24925 roman{footnote}}
24926 \end_layout
24927
24928 \end_inset
24929
24930  Cette note de bas de page utilise une numérotation en chiffres romains
24931  :
24932 \begin_inset Foot
24933 status open
24934
24935 \begin_layout Plain Layout
24936 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24937  romains.
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Standard
24946 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24947  la commande précédente 
24948 \series bold
24949
24950 \backslash
24951 roman
24952 \series default
24953  par 
24954 \series bold
24955
24956 \backslash
24957 Roman
24958 \series default
24959 .
24960  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24961  utilisez respectivement soit 
24962 \series bold
24963
24964 \backslash
24965 Alph
24966 \series default
24967  soit 
24968 \series bold
24969
24970 \backslash
24971 alph
24972 \series default
24973 .
24974  Pour les 
24975 \begin_inset Quotes eld
24976 \end_inset
24977
24978 numéroter
24979 \begin_inset Quotes erd
24980 \end_inset
24981
24982  avec des symboles, utilisez 
24983 \series bold
24984
24985 \backslash
24986 fnsymbol
24987 \series default
24988 .
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset Note Greyedout
24993 status open
24994
24995 \begin_layout Plain Layout
24996
24997 \series bold
24998 Note:
24999 \series default
25000  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
25001  puisque cette numérotation est limitée à des lettres seules.
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \begin_inset Newline newline
25008 \end_inset
25009
25010
25011 \begin_inset Note Greyedout
25012 status open
25013
25014 \begin_layout Plain Layout
25015
25016 \series bold
25017 Note:
25018 \series default
25019  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 Pour revenir au style de numérotation par défaut quand vous en avez changé,
25029  utilisez 
25030 \series bold
25031
25032 \backslash
25033 arabic
25034 \series default
25035  à la place de 
25036 \series bold
25037
25038 \backslash
25039 roman
25040 \series default
25041  dans la commande précédente.
25042 \begin_inset ERT
25043 status collapsed
25044
25045 \begin_layout Plain Layout
25046
25047
25048 \backslash
25049 renewcommand{
25050 \backslash
25051 thefootnote}{
25052 \backslash
25053 arabic{footnote}}
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 \begin_inset VSpace bigskip
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \begin_layout Standard
25069 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25070  le schéma 
25071 \begin_inset Quotes eld
25072 \end_inset
25073
25074 chapitre.note
25075 \begin_inset Quotes erd
25076 \end_inset
25077
25078 , ajoutez la commande suivante au préambule de votre document :
25079 \end_layout
25080
25081 \begin_layout Standard
25082
25083 \series bold
25084
25085 \backslash
25086 numberwithin{footnote}{chapter}
25087 \end_layout
25088
25089 \begin_layout Standard
25090 Pour pouvoir utiliser la commande 
25091 \series bold
25092
25093 \backslash
25094 numberwithin
25095 \series default
25096 , activez dans la rubrique 
25097 \family sans
25098 Options
25099 \begin_inset space ~
25100 \end_inset
25101
25102 des
25103 \begin_inset space ~
25104 \end_inset
25105
25106 Maths
25107 \family default
25108  dans les paramètres du document, l'option 
25109 \family sans
25110 Utiliser
25111 \begin_inset space ~
25112 \end_inset
25113
25114 le
25115 \begin_inset space ~
25116 \end_inset
25117
25118 paquetage
25119 \begin_inset space ~
25120 \end_inset
25121
25122 maths
25123 \begin_inset space ~
25124 \end_inset
25125
25126 AMS
25127 \family default
25128 .
25129 \end_layout
25130
25131 \begin_layout Standard
25132 \begin_inset ERT
25133 status collapsed
25134
25135 \begin_layout Plain Layout
25136
25137
25138 \backslash
25139 numberwithin{footnote}{chapter}
25140 \end_layout
25141
25142 \end_inset
25143
25144 Ceci est un autre exemple de note de bas de page:
25145 \series bold
25146
25147 \begin_inset Foot
25148 status open
25149
25150 \begin_layout Plain Layout
25151 Cette note est numérotée en suivant le schéma 
25152 \begin_inset Quotes eld
25153 \end_inset
25154
25155 chapitre.note
25156 \begin_inset Quotes erd
25157 \end_inset
25158
25159 .
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \series default
25166
25167 \begin_inset ERT
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 renewcommand{
25175 \backslash
25176 thefootnote}{
25177 \backslash
25178 arabic{footnote}}
25179 \end_layout
25180
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \begin_layout Standard
25187 \begin_inset Note Greyedout
25188 status open
25189
25190 \begin_layout Plain Layout
25191
25192 \series bold
25193 Note:
25194 \series default
25195  
25196 \series bold
25197
25198 \backslash
25199 numberwithin
25200 \series default
25201  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25202  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25203  prises en compte.
25204  
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 Donc pour avoir par exemple le schéma 
25214 \begin_inset Quotes eld
25215 \end_inset
25216
25217 chapitre.
25218 \backslash
25219 Roman{note}
25220 \begin_inset Quotes erd
25221 \end_inset
25222
25223 , utilisez la commande suivante plutôt que 
25224 \series bold
25225
25226 \backslash
25227 numberwithin
25228 \series default
25229  :
25230 \end_layout
25231
25232 \begin_layout Standard
25233
25234 \series bold
25235
25236 \backslash
25237 renewcommand{
25238 \backslash
25239 thefootnote}{
25240 \backslash
25241 thechapter.
25242 \backslash
25243 Roman{footnote}}
25244 \end_layout
25245
25246 \begin_layout Subsection
25247 Positionnement de notes de bas de page
25248 \begin_inset Index
25249 status collapsed
25250
25251 \begin_layout Plain Layout
25252 Notes de bas de page ! Positionnement
25253 \end_layout
25254
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \begin_layout Standard
25261 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25262  vertical entre elles en bas de la page.
25263  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25264  de 1.5
25265 \begin_inset space \thinspace{}
25266 \end_inset
25267
25268 mm avec la commande suivante dans le préambule :
25269 \end_layout
25270
25271 \begin_layout Standard
25272
25273 \series bold
25274
25275 \backslash
25276 let
25277 \backslash
25278 myFoot
25279 \backslash
25280 footnote
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284
25285 \backslash
25286 renewcommand{
25287 \backslash
25288 footnote}[1]{
25289 \backslash
25290 myFoot{#1
25291 \backslash
25292 vspace{1.5mm}}}
25293 \end_layout
25294
25295 \begin_layout Standard
25296 \begin_inset VSpace bigskip
25297 \end_inset
25298
25299 Dans un document à deux colonnes les notes de bas de page apparaissent en
25300  bas de chaque colonne, comme sur la Figure
25301 \begin_inset space ~
25302 \end_inset
25303
25304
25305 \begin_inset CommandInset ref
25306 LatexCommand ref
25307 reference "fig:Position-standard-note-bas-de-page"
25308
25309 \end_inset
25310
25311 .
25312  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25313  sur la Figure
25314 \begin_inset space ~
25315 \end_inset
25316
25317
25318 \begin_inset CommandInset ref
25319 LatexCommand ref
25320 reference "fig:Position-note-avec-ftnright"
25321
25322 \end_inset
25323
25324 , utilisez le paquetage LaTeX 
25325 \series bold
25326 ftnright
25327 \series default
25328
25329 \begin_inset Index
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333 Paquetages LaTeX ! ftnright
25334 \end_layout
25335
25336 \end_inset
25337
25338  avec cette commande dans le préambule du document:
25339 \end_layout
25340
25341 \begin_layout Standard
25342
25343 \series bold
25344
25345 \backslash
25346 usepackage{ftnright}
25347 \end_layout
25348
25349 \begin_layout Standard
25350 \begin_inset Float figure
25351 placement !h
25352 wide false
25353 sideways false
25354 status open
25355
25356 \begin_layout Plain Layout
25357 \begin_inset ERT
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361
25362
25363 \backslash
25364 framebox{
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \begin_inset Graphics
25371         filename ../clipart/without_fntright.pdf
25372         width 100col%
25373         scaleBeforeRotation
25374
25375 \end_inset
25376
25377
25378 \begin_inset ERT
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382
25383 }
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \begin_layout Plain Layout
25392 \begin_inset Caption
25393
25394 \begin_layout Plain Layout
25395 \begin_inset CommandInset label
25396 LatexCommand label
25397 name "fig:Position-standard-note-bas-de-page"
25398
25399 \end_inset
25400
25401 Positionnement standard des notes de bas de page dans un document à deux
25402  colonnes.
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Standard
25416 \begin_inset Float figure
25417 placement !h
25418 wide false
25419 sideways false
25420 status open
25421
25422 \begin_layout Plain Layout
25423 \begin_inset ERT
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427
25428
25429 \backslash
25430 framebox{
25431 \end_layout
25432
25433 \end_inset
25434
25435
25436 \begin_inset Graphics
25437         filename ../clipart/with_fntright.pdf
25438         width 100col%
25439         scaleBeforeRotation
25440
25441 \end_inset
25442
25443
25444 \begin_inset ERT
25445 status collapsed
25446
25447 \begin_layout Plain Layout
25448
25449 }
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Plain Layout
25458 \begin_inset Caption
25459
25460 \begin_layout Plain Layout
25461 \begin_inset CommandInset label
25462 LatexCommand label
25463 name "fig:Position-note-avec-ftnright"
25464
25465 \end_inset
25466
25467 Positionnement de notes de bas de page dans un document à deux colonnes
25468  en utilisant le paquetage LaTeX 
25469 \series bold
25470 ftnright
25471 \series default
25472 .
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 \begin_inset VSpace bigskip
25487 \end_inset
25488
25489 Dans certaines publications scientifiques, il est courant de rassembler
25490  les notes de bas de page et de les imprimer dans un paragraphe particulier
25491  à la fin de la section, comme sur la Figure
25492 \begin_inset space ~
25493 \end_inset
25494
25495
25496 \begin_inset CommandInset ref
25497 LatexCommand ref
25498 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25499
25500 \end_inset
25501
25502 .
25503  On les appelle 
25504 \begin_inset Quotes eld
25505 \end_inset
25506
25507 notes de fin
25508 \begin_inset Quotes erd
25509 \end_inset
25510
25511 .
25512 \begin_inset Note Note
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 J'ai pas trouvé mieux pour endnotes (NdT)
25517 \end_layout
25518
25519 \end_inset
25520
25521
25522 \begin_inset Index
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526 Notes de fin
25527 \end_layout
25528
25529 \end_inset
25530
25531  Pour utiliser des notes de fin à la place des notes de bas de page dans
25532  votre document, chargez le paquetage LaTeX 
25533 \series bold
25534 endnotes
25535 \series default
25536
25537 \begin_inset Index
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541 Paquetages LaTeX ! endnotes
25542 \end_layout
25543
25544 \end_inset
25545
25546  avec ces lignes dans le préambule du document
25547 \end_layout
25548
25549 \begin_layout Standard
25550
25551 \series bold
25552
25553 \backslash
25554 usepackage{endnotes}
25555 \begin_inset Newline newline
25556 \end_inset
25557
25558
25559 \backslash
25560 let
25561 \backslash
25562 footnote
25563 \backslash
25564 endnote
25565 \end_layout
25566
25567 \begin_layout Standard
25568 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25569 \end_layout
25570
25571 \begin_layout Standard
25572
25573 \series bold
25574
25575 \backslash
25576 theendnotes
25577 \end_layout
25578
25579 \begin_layout Standard
25580 en code TeX à la fin d'une section ou d'un chapitre.
25581 \end_layout
25582
25583 \begin_layout Standard
25584 \begin_inset Float figure
25585 wide false
25586 sideways false
25587 status open
25588
25589 \begin_layout Plain Layout
25590 \align center
25591 \begin_inset ERT
25592 status collapsed
25593
25594 \begin_layout Plain Layout
25595
25596
25597 \backslash
25598 framebox{
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \begin_inset Graphics
25605         filename ../clipart/endnotes.pdf
25606         scaleBeforeRotation
25607
25608 \end_inset
25609
25610
25611 \begin_inset ERT
25612 status collapsed
25613
25614 \begin_layout Plain Layout
25615
25616 }
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \begin_layout Plain Layout
25625 \begin_inset Caption
25626
25627 \begin_layout Plain Layout
25628 \begin_inset CommandInset label
25629 LatexCommand label
25630 name "fig:Notes-de-fin---notes-de-bas-de-page"
25631
25632 \end_inset
25633
25634 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25635  séparé à la fin des sections ou des chapitres.
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \begin_inset VSpace medskip
25650 \end_inset
25651
25652 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25653  dans la langue du document, cela doit être fait manuellement.
25654  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25655  
25656 \begin_inset Quotes eld
25657 \end_inset
25658
25659 Notes
25660 \begin_inset Quotes erd
25661 \end_inset
25662
25663  en sa traduction Allemande
25664 \begin_inset Foot
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668 En français, 
25669 \begin_inset Quotes eld
25670 \end_inset
25671
25672 Notes
25673 \begin_inset Quotes erd
25674 \end_inset
25675
25676  peut être conservé.
25677 \end_layout
25678
25679 \end_inset
25680
25681  
25682 \begin_inset Quotes eld
25683 \end_inset
25684
25685 Anmerkungen
25686 \begin_inset Quotes erd
25687 \end_inset
25688
25689  :
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695
25696 \backslash
25697 renewcommand{
25698 \backslash
25699 notesname}{Anmerkungen}
25700 \end_layout
25701
25702 \begin_layout Standard
25703 \begin_inset VSpace medskip
25704 \end_inset
25705
25706 La numérotation des notes de fin peut être modifiée comme celle des notes
25707  de bas de page comme c'est décrit dans la section
25708 \begin_inset space ~
25709 \end_inset
25710
25711
25712 \begin_inset CommandInset ref
25713 LatexCommand ref
25714 reference "sub:Numerotation-notes-bas-de-page"
25715
25716 \end_inset
25717
25718  ; remplacez juste la commande 
25719 \series bold
25720
25721 \backslash
25722 thefootnote
25723 \series default
25724  par 
25725 \series bold
25726
25727 \backslash
25728 theendnote
25729 \series default
25730 .
25731  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25732 \series bold
25733
25734 \backslash
25735 @addtoreset
25736 \series default
25737  comme c'est décrit dans la section
25738 \begin_inset space ~
25739 \end_inset
25740
25741
25742 \begin_inset CommandInset ref
25743 LatexCommand ref
25744 reference "sub:Numerotation-notes-bas-de-page"
25745
25746 \end_inset
25747
25748  et remplacez le paramètre de commande 
25749 \series bold
25750 footnote
25751 \series default
25752  par 
25753 \series bold
25754 endnote
25755 \series default
25756 .
25757 \end_layout
25758
25759 \begin_layout Standard
25760 Pour seulement créer une marque de note de fin, utilisez la commande 
25761 \series bold
25762
25763 \backslash
25764 endnotemark[numéro]
25765 \series default
25766  qui est semblable à 
25767 \series bold
25768
25769 \backslash
25770 footnotemark
25771 \series default
25772 , décrite dans la section
25773 \begin_inset space ~
25774 \end_inset
25775
25776
25777 \begin_inset CommandInset ref
25778 LatexCommand ref
25779 reference "sec:Notes-bas-de-page"
25780
25781 \end_inset
25782
25783 .
25784 \end_layout
25785
25786 \begin_layout Standard
25787 \begin_inset VSpace bigskip
25788 \end_inset
25789
25790 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25791 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25792 \series bold
25793 footmisc
25794 \series default
25795
25796 \begin_inset Index
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800 Paquetages LaTeX ! footmisc
25801 \end_layout
25802
25803 \end_inset
25804
25805
25806 \begin_inset CommandInset citation
25807 LatexCommand cite
25808 key "footmisc"
25809
25810 \end_inset
25811
25812  pour plus d'information à ce sujet.
25813 \end_layout
25814
25815 \begin_layout Standard
25816 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25817  voyez les livres sur LaTeX, 
25818 \begin_inset CommandInset citation
25819 LatexCommand cite
25820 key "latexcompanion,latexguide,latexbook"
25821
25822 \end_inset
25823
25824 .
25825 \end_layout
25826
25827 \begin_layout Section
25828 Notes en Marge
25829 \begin_inset Index
25830 status collapsed
25831
25832 \begin_layout Plain Layout
25833 Notes ! Notes en Marge
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Standard
25842 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25843 t de la même façon.
25844  Quand vous insérez une note en marge avec 
25845 \family sans
25846 Insérer\SpecialChar \menuseparator
25847 Note
25848 \begin_inset space ~
25849 \end_inset
25850
25851 en
25852 \begin_inset space ~
25853 \end_inset
25854
25855 Marge
25856 \family default
25857  ou avec le bouton 
25858 \begin_inset Graphics
25859         filename ../../images/marginalnote-insert.png
25860         scale 85
25861         scaleBeforeRotation
25862
25863 \end_inset
25864
25865  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25866  grise avec une étiquette rouge 
25867 \begin_inset Quotes fld
25868 \end_inset
25869
25870 marge
25871 \begin_inset Quotes frd
25872 \end_inset
25873
25874 .
25875  
25876 \begin_inset Marginal
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880 C'est une note en marge.
25881 \end_layout
25882
25883 \end_inset
25884
25885  Cette boîte est la représentation de votre note dans LyX.
25886  Vous pouvez y entrer votre texte.
25887 \end_layout
25888
25889 \begin_layout Standard
25890 Les notes en marge apparaissent dans la marge de droite dans les documents
25891  imprimées sur une seule face.
25892  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25893  
25894 \begin_inset Quotes eld
25895 \end_inset
25896
25897 extérieure
25898 \begin_inset Quotes erd
25899 \end_inset
25900
25901  -- la gauche sur les pages paires et la droite sur les pages impaires.
25902  Le texte de la note en marge est aligné à l'opposé de la marge externe
25903  -- aligné à droite quand la note apparaît dans la marge de gauche.
25904  La première ligne de la note apparaît à la hauteur de la ligne de texte
25905  où la note a été insérée dans le document.
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \begin_inset VSpace bigskip
25910 \end_inset
25911
25912 Pour placer une note dans la marge interne, ajoutez la commande suivante
25913  :
25914 \end_layout
25915
25916 \begin_layout Standard
25917
25918 \series bold
25919
25920 \backslash
25921 reversemarginpar
25922 \end_layout
25923
25924 \begin_layout Standard
25925 sous forme de code TeX avant votre note de marge.
25926  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25927  qui suivent 
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932
25933
25934 \backslash
25935 reversemarginpar 
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \begin_inset Marginal
25942 status open
25943
25944 \begin_layout Plain Layout
25945 Cette note en marge est dans la marge interne.
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \series bold
25952
25953 \begin_inset Newline newline
25954 \end_inset
25955
25956
25957 \series default
25958
25959 \begin_inset Note Greyedout
25960 status open
25961
25962 \begin_layout Plain Layout
25963
25964 \series bold
25965 Note:
25966 \series default
25967  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25968  les notes sont souvent mal mises en formes dans la sortie imprimée.
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 Pour revenir au positionnement par défaut, ajoutez la commande :
25978 \end_layout
25979
25980 \begin_layout Standard
25981
25982 \series bold
25983
25984 \backslash
25985 normalmarginpar
25986 \end_layout
25987
25988 \begin_layout Standard
25989 sous forme de code TeX.
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995
25996 \backslash
25997 normalmarginpar 
25998 \end_layout
25999
26000 \end_inset
26001
26002  
26003 \begin_inset Note Greyedout
26004 status open
26005
26006 \begin_layout Plain Layout
26007
26008 \series bold
26009 Note:
26010 \series default
26011  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26012  
26013 \series bold
26014
26015 \backslash
26016 reversemarginpar
26017 \series default
26018  est aussi utilisée.
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Standard
26027 \begin_inset VSpace bigskip
26028 \end_inset
26029
26030
26031 \begin_inset Marginal
26032 status open
26033
26034 \begin_layout Plain Layout
26035 UnTrèsLongMotEnMarge sans césure.
26036 \end_layout
26037
26038 \end_inset
26039
26040  Comme dans le cas décrit dans la section
26041 \begin_inset space ~
26042 \end_inset
26043
26044
26045 \begin_inset CommandInset ref
26046 LatexCommand ref
26047 reference "sub:Lignes-multiple-dans-cellule"
26048
26049 \end_inset
26050
26051 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26052  mot d'une note en marge.
26053  Pour éviter ce problème, insérez la commande suivante sous forme de code
26054  TeX, avant le mot en question: 
26055 \begin_inset Marginal
26056 status open
26057
26058 \begin_layout Plain Layout
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064
26065 \backslash
26066 hspace{0pt}
26067 \end_layout
26068
26069 \end_inset
26070
26071 UnMotTrèsLongEnMarge avec une césure.
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Standard
26080
26081 \series bold
26082
26083 \backslash
26084 hspace{0pt}
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset VSpace bigskip
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset Note Greyedout
26096 status open
26097
26098 \begin_layout Plain Layout
26099
26100 \series bold
26101 Note:
26102 \series default
26103  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26104  tableaux, des flottants et des notes de bas de page.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset VSpace bigskip
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Standard
26120 \begin_inset ERT
26121 status collapsed
26122
26123 \begin_layout Plain Layout
26124
26125
26126 \backslash
26127 ifmarginnote
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \begin_inset Note Note
26134 status open
26135
26136 \begin_layout Plain Layout
26137 La section suivante ne sera affichée que si le paquetage LaTeX 
26138 \series bold
26139 marginnote
26140 \series default
26141  a été installé.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26151 \series bold
26152 marginnote
26153 \series default
26154
26155 \begin_inset Index
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159 Paquetages LaTeX ! marginnote
26160 \end_layout
26161
26162 \end_inset
26163
26164 .
26165  En ajoutant les deux lignes suivantes au préambule de votre document, la
26166  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26167  la commande fournie par le paquetage 
26168 \series bold
26169 marginnote
26170 \series default
26171  :
26172 \end_layout
26173
26174 \begin_layout Standard
26175
26176 \series bold
26177
26178 \backslash
26179 usepackage{marginnote}
26180 \begin_inset Newline newline
26181 \end_inset
26182
26183
26184 \backslash
26185 let
26186 \backslash
26187 marginpar
26188 \backslash
26189 marginnote
26190 \end_layout
26191
26192 \begin_layout Standard
26193 Ce paquetage est aussi utilisé dans ce document parce que 
26194 \series bold
26195 marginnote
26196 \series default
26197  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26198  vertical pour une note.
26199  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26200  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26201  en page.
26202  Le décalage est inséré dans LyX sous forme de code TeX directement après
26203  la note sous la forme
26204 \end_layout
26205
26206 \begin_layout Standard
26207
26208 \series bold
26209 [offset]
26210 \end_layout
26211
26212 \begin_layout Standard
26213 où l'offset utilise l'une des unités listées dans le tableau
26214 \begin_inset space ~
26215 \end_inset
26216
26217
26218 \begin_inset CommandInset ref
26219 LatexCommand ref
26220 reference "cha:Unités-de-longueur"
26221
26222 \end_inset
26223
26224 .
26225  Une valeur négative déplace la note vers le haut, une valeur positive la
26226  déplace vers le bas.
26227  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26228  vers le haut de 1.5
26229 \begin_inset space \thinspace{}
26230 \end_inset
26231
26232 cm avec la commande en code TeX 
26233 \begin_inset Quotes eld
26234 \end_inset
26235
26236
26237 \series bold
26238 [-1.5cm]
26239 \series default
26240
26241 \begin_inset Quotes erd
26242 \end_inset
26243
26244
26245 \begin_inset Marginal
26246 status collapsed
26247
26248 \begin_layout Plain Layout
26249 Cette note en marge est décalée vers le haut de 1.5
26250 \begin_inset space \thinspace{}
26251 \end_inset
26252
26253 cm par rapport à sa position d'origine.
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264 [-1.5cm]
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \begin_layout Standard
26273 \begin_inset VSpace medskip
26274 \end_inset
26275
26276 Avec le paquetage 
26277 \series bold
26278 marginnote
26279 \series default
26280  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26281  Par exemple les commandes 
26282 \end_layout
26283
26284 \begin_layout Standard
26285
26286 \series bold
26287
26288 \backslash
26289 renewcommand*{
26290 \backslash
26291 raggedleftmarginnote}{
26292 \backslash
26293 centering}
26294 \begin_inset Newline newline
26295 \end_inset
26296
26297
26298 \backslash
26299 renewcommand*{
26300 \backslash
26301 raggedrightmarginnote}{
26302 \backslash
26303 centering}
26304 \end_layout
26305
26306 \begin_layout Standard
26307 donnent un alignement centré.
26308  
26309 \series bold
26310
26311 \backslash
26312 raggedleftmarginnote
26313 \series default
26314  indique une note qui apparaît dans la marge de gauche.
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 renewcommand*{
26323 \backslash
26324 raggedleftmarginnote}{
26325 \backslash
26326 centering}
26327 \end_layout
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 renewcommand*{
26334 \backslash
26335 raggedrightmarginnote}{
26336 \backslash
26337 centering}
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \begin_inset Marginal
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347 Le texte de cette note en marge est centré.
26348 \end_layout
26349
26350 \end_inset
26351
26352 .
26353  Le comportement par défaut est donné par
26354 \end_layout
26355
26356 \begin_layout Standard
26357
26358 \series bold
26359
26360 \backslash
26361 renewcommand*{
26362 \backslash
26363 raggedleftmarginnote}{
26364 \backslash
26365 raggedleft}
26366 \begin_inset Newline newline
26367 \end_inset
26368
26369
26370 \backslash
26371 renewcommand*{
26372 \backslash
26373 raggedrightmarginnote}{
26374 \backslash
26375 raggedright}
26376 \series default
26377
26378 \begin_inset ERT
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382
26383
26384 \backslash
26385 renewcommand*{
26386 \backslash
26387 raggedleftmarginnote}{
26388 \backslash
26389 raggedleft}
26390 \end_layout
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 renewcommand*{
26397 \backslash
26398 raggedrightmarginnote}{
26399 \backslash
26400 raggedright}
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \begin_layout Standard
26409 \begin_inset VSpace medskip
26410 \end_inset
26411
26412 Pour les autre fonctions du paquetage 
26413 \series bold
26414 marginnote
26415 \series default
26416  nous vous renvoyons à sa documentation 
26417 \begin_inset CommandInset citation
26418 LatexCommand cite
26419 key "marginnote"
26420
26421 \end_inset
26422
26423 .
26424 \end_layout
26425
26426 \begin_layout Standard
26427 \begin_inset VSpace bigskip
26428 \end_inset
26429
26430 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26431  définition.
26432  Pour créer par exemple une entête pour toutes les notes en marge avec le
26433  texte 
26434 \begin_inset Quotes eld
26435 \end_inset
26436
26437
26438 \family sans
26439 \series bold
26440 \bar under
26441 Attention!
26442 \family default
26443 \series default
26444 \bar default
26445
26446 \begin_inset Quotes erd
26447 \end_inset
26448
26449  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26450  de votre document :
26451 \end_layout
26452
26453 \begin_layout Standard
26454
26455 \series bold
26456
26457 \backslash
26458 let
26459 \backslash
26460 myMarginpar
26461 \backslash
26462 marginpar
26463 \begin_inset Newline newline
26464 \end_inset
26465
26466
26467 \backslash
26468 renewcommand{
26469 \backslash
26470 marginpar}[1]{
26471 \backslash
26472 myMarginpar{%
26473 \begin_inset Newline newline
26474 \end_inset
26475
26476
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481
26482
26483 \backslash
26484 hphantom{ }
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \backslash
26491 hspace{0pt}
26492 \backslash
26493 textsf{
26494 \backslash
26495 textbf{
26496 \backslash
26497 underbar{Attention!}}}%
26498 \begin_inset Newline newline
26499 \end_inset
26500
26501
26502 \begin_inset ERT
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506
26507
26508 \backslash
26509 hphantom{ }
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \backslash
26516 vspace{1.5mm}
26517 \backslash
26518
26519 \backslash
26520 #1}}
26521 \end_layout
26522
26523 \begin_layout Standard
26524 \begin_inset ERT
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528
26529
26530 \backslash
26531 let
26532 \backslash
26533 myMarginpar
26534 \backslash
26535 marginpar
26536 \end_layout
26537
26538 \begin_layout Plain Layout
26539
26540
26541 \backslash
26542 renewcommand{
26543 \backslash
26544 marginpar}[1]{
26545 \backslash
26546 myMarginpar{%
26547 \end_layout
26548
26549 \begin_layout Plain Layout
26550
26551    
26552 \backslash
26553 textsf{
26554 \backslash
26555 textbf{
26556 \backslash
26557 underbar{Attention!}}}%
26558 \end_layout
26559
26560 \begin_layout Plain Layout
26561
26562    
26563 \backslash
26564 vspace{1.5mm}
26565 \backslash
26566
26567 \backslash
26568 #1}}
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \begin_inset Marginal
26575 status open
26576
26577 \begin_layout Plain Layout
26578 Ceci est une note en marge avec une en-tête prédéfinie.
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588
26589 [-1.5cm]
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \begin_inset ERT
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599
26600
26601 \backslash
26602 renewcommand{
26603 \backslash
26604 marginpar}[1]{
26605 \backslash
26606 myMarginpar{#1}}
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \begin_inset Note Note
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616
26617 \lang english
26618 The margin note format is changed only for this example.
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \begin_inset ERT
26628 status collapsed
26629
26630 \begin_layout Plain Layout
26631
26632
26633 \backslash
26634 else
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \begin_inset Note Note
26641 status open
26642
26643 \begin_layout Plain Layout
26644 Ce qui suit sera affiché si le paquetage LaTeX 
26645 \series bold
26646 marginnote
26647 \series default
26648  n'est pas installé :
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \begin_layout Standard
26657 Vous devez installer le paquetage LaTeX 
26658 \series bold
26659 marginnote
26660 \series default
26661  pour voir la suite de cette section dans la sortie imprimée.
26662 \end_layout
26663
26664 \begin_layout Standard
26665 \begin_inset ERT
26666 status collapsed
26667
26668 \begin_layout Plain Layout
26669
26670
26671 \backslash
26672 fi
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Chapter
26681 Les Boîtes
26682 \end_layout
26683
26684 \begin_layout Section
26685 Introduction
26686 \begin_inset Index
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 Boîtes ! Introduction
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \begin_layout Standard
26699 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26700  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26701  voir la section
26702 \begin_inset space ~
26703 \end_inset
26704
26705
26706 \begin_inset CommandInset ref
26707 LatexCommand ref
26708 reference "sec:Minipages"
26709
26710 \end_inset
26711
26712 , pour encadrer des portions de texte, voir la section
26713 \begin_inset space ~
26714 \end_inset
26715
26716
26717 \begin_inset CommandInset ref
26718 LatexCommand ref
26719 reference "sec:Boîtes-encadrées"
26720
26721 \end_inset
26722
26723 , pour empêcher que des mots subissent une césure, voir la section
26724 \begin_inset space ~
26725 \end_inset
26726
26727
26728 \begin_inset CommandInset ref
26729 LatexCommand ref
26730 reference "sec:Empêcher-césure"
26731
26732 \end_inset
26733
26734 , pour aligner du texte, voir la section
26735 \begin_inset space ~
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset ref
26740 LatexCommand ref
26741 reference "sub:Alignement-Vertical"
26742
26743 \end_inset
26744
26745 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26746 \begin_inset space ~
26747 \end_inset
26748
26749
26750 \begin_inset CommandInset ref
26751 LatexCommand ref
26752 reference "sec:Boîtes-colorées"
26753
26754 \end_inset
26755
26756 .
26757 \end_layout
26758
26759 \begin_layout Standard
26760 On peut insérer une boîte en utilisant le menu 
26761 \family sans
26762 Insérer\SpecialChar \menuseparator
26763 Boîte
26764 \family default
26765  ou avec le bouton 
26766 \begin_inset Graphics
26767         filename ../../images/box-insert.png
26768         scale 85
26769         scaleBeforeRotation
26770
26771 \end_inset
26772
26773  de la barre d'outils.
26774  Une boîte grise avec une étiquette 
26775 \family sans
26776 Boîte
26777 \begin_inset space ~
26778 \end_inset
26779
26780 (Minipage)
26781 \family default
26782
26783 \begin_inset Graphics
26784         filename clipart/BoxInsetDefaultQt4.png
26785         scale 65
26786         scaleBeforeRotation
26787
26788 \end_inset
26789
26790 , est alors insérée.
26791  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26792  La fenêtre de dialogue qui apparaît donne accès aux types de
26793 \family sans
26794  Boîte
26795 \begin_inset space ~
26796 \end_inset
26797
26798 Intérieure
26799 \family default
26800  
26801 \family sans
26802 Parbox
26803 \begin_inset Note Note
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807 En attendant un traduction plus correcte NdT
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \family default
26814  et 
26815 \family sans
26816 Minipage
26817 \family default
26818 .
26819  Le type 
26820 \family sans
26821 Minipage
26822 \family default
26823  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26824  dans la section
26825 \begin_inset space ~
26826 \end_inset
26827
26828
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "sec:Minipages"
26832
26833 \end_inset
26834
26835 ; le type 
26836 \family sans
26837 Parbox
26838 \family default
26839  est décrit dans la section
26840 \begin_inset space ~
26841 \end_inset
26842
26843
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "sec:Parboxes"
26847
26848 \end_inset
26849
26850 .
26851 \end_layout
26852
26853 \begin_layout Standard
26854 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26855  comme les flottants ou les notes de bas de page.
26856 \end_layout
26857
26858 \begin_layout Standard
26859 \begin_inset Note Greyedout
26860 status open
26861
26862 \begin_layout Plain Layout
26863
26864 \series bold
26865 Note:
26866 \series default
26867  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26868  de type 
26869 \family sans
26870 Liste
26871 \family default
26872  ou 
26873 \family sans
26874 Description
26875 \family default
26876 .
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Standard
26885 \begin_inset Note Greyedout
26886 status open
26887
26888 \begin_layout Plain Layout
26889
26890 \series bold
26891 Note:
26892 \series default
26893  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26894 \family sans
26895 Boîte
26896 \begin_inset space ~
26897 \end_inset
26898
26899 Intérieure
26900 \family default
26901  à 
26902 \family sans
26903 Aucune
26904 \family default
26905  que quand vous utilisez une boîte encadrée.
26906  Les boîtes sans 
26907 \family sans
26908 Boîte
26909 \begin_inset space ~
26910 \end_inset
26911
26912 Intérieure
26913 \family default
26914  et sans cadre sont expliquées dans la section
26915 \begin_inset space ~
26916 \end_inset
26917
26918
26919 \begin_inset CommandInset ref
26920 LatexCommand ref
26921 reference "sec:Empêcher-césure"
26922
26923 \end_inset
26924
26925 .
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Section
26934 La fenêtre de dialogue Boîte
26935 \begin_inset CommandInset label
26936 LatexCommand label
26937 name "sec:Boîte-Dialogue"
26938
26939 \end_inset
26940
26941
26942 \begin_inset Index
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946 Boîtes ! Fenêtre de dialogue Boîte
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Subsection
26955 Taille
26956 \begin_inset Index
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960 Boîtes ! Taille
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Standard
26969 Dans la fenêtre de dialogue 
26970 \family sans
26971 Paramètres
26972 \begin_inset space ~
26973 \end_inset
26974
26975 de
26976 \begin_inset space ~
26977 \end_inset
26978
26979 Boîte
26980 \family default
26981  vous pouvez modifier la géométrie de la boîte avec les champs 
26982 \family sans
26983 Largeur
26984 \family default
26985  et 
26986 \family sans
26987 Hauteur
26988 \family default
26989 .
26990  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26991  dans le tableau
26992 \begin_inset space ~
26993 \end_inset
26994
26995
26996 \begin_inset CommandInset ref
26997 LatexCommand ref
26998 reference "tab:Unités"
26999
27000 \end_inset
27001
27002 .
27003  Le champ 
27004 \family sans
27005 Hauteur
27006 \family default
27007  offre en plus les spécifications de taille suivantes :
27008 \end_layout
27009
27010 \begin_layout Description
27011 Profondeur C'est simplement la 
27012 \begin_inset Quotes eld
27013 \end_inset
27014
27015 hauteur
27016 \begin_inset Quotes erd
27017 \end_inset
27018
27019  du texte.
27020  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27021  lignes de texte dans la boîte.
27022 \begin_inset Newline newline
27023 \end_inset
27024
27025
27026 \begin_inset Newline newline
27027 \end_inset
27028
27029
27030 \begin_inset Newline newline
27031 \end_inset
27032
27033
27034 \begin_inset Box Boxed
27035 position "c"
27036 hor_pos "c"
27037 has_inner_box 1
27038 inner_pos "c"
27039 use_parbox 0
27040 width "12col%"
27041 special "none"
27042 height "1in"
27043 height_special "depth"
27044 status open
27045
27046 \begin_layout Plain Layout
27047 \align center
27048 Boîte dont la hauteur est égale à 1
27049 \begin_inset space \thinspace{}
27050 \end_inset
27051
27052 Profondeur
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \begin_inset Newline newline
27059 \end_inset
27060
27061
27062 \begin_inset Newline newline
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Description
27069 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27070  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27071  est deux fois plus haute que le texte : 
27072 \begin_inset Box Boxed
27073 position "c"
27074 hor_pos "c"
27075 has_inner_box 1
27076 inner_pos "c"
27077 use_parbox 0
27078 width "20col%"
27079 special "none"
27080 height "2in"
27081 height_special "height"
27082 status open
27083
27084 \begin_layout Plain Layout
27085 \align center
27086 Boîte dont la hauteur est 2
27087 \begin_inset space \thinspace{}
27088 \end_inset
27089
27090 Hauteur
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Description
27099 Hauteur
27100 \begin_inset space ~
27101 \end_inset
27102
27103 Totale C'est égal à Hauteur
27104 \begin_inset space \thinspace{}
27105 \end_inset
27106
27107 +
27108 \begin_inset space \thinspace{}
27109 \end_inset
27110
27111 Profondeur : 
27112 \begin_inset Box Boxed
27113 position "c"
27114 hor_pos "c"
27115 has_inner_box 1
27116 inner_pos "c"
27117 use_parbox 0
27118 width "20col%"
27119 special "none"
27120 height "1in"
27121 height_special "totalheight"
27122 status open
27123
27124 \begin_layout Plain Layout
27125 \align center
27126 Boîte dont la hauteur est 1
27127 \begin_inset space \thinspace{}
27128 \end_inset
27129
27130 Hauteur
27131 \begin_inset space ~
27132 \end_inset
27133
27134 Totale
27135 \end_layout
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Description
27143 Largeur On prend la largeur de la boîte comme hauteur : 
27144 \begin_inset Box Boxed
27145 position "c"
27146 hor_pos "c"
27147 has_inner_box 1
27148 inner_pos "c"
27149 use_parbox 0
27150 width "12col%"
27151 special "none"
27152 height "1in"
27153 height_special "width"
27154 status open
27155
27156 \begin_layout Plain Layout
27157 \align center
27158 Boîte dont la hauteur est 1
27159 \begin_inset space \thinspace{}
27160 \end_inset
27161
27162 Largeur
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \begin_layout Subsection
27171 Alignement
27172 \begin_inset Index
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176 Boîtes ! Alignement
27177 \end_layout
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \begin_layout Standard
27185 Quand vous avez choisi une 
27186 \family sans
27187 Boîte
27188 \begin_inset space ~
27189 \end_inset
27190
27191 Intérieure
27192 \family default
27193 , l'alignement vertical de la boîte peut être :
27194 \end_layout
27195
27196 \begin_layout Description
27197 Haut Ceci est un exemple de texte.
27198  
27199 \begin_inset Box Boxed
27200 position "t"
27201 hor_pos "c"
27202 has_inner_box 1
27203 inner_pos "c"
27204 use_parbox 0
27205 width "12col%"
27206 special "none"
27207 height "1in"
27208 height_special "totalheight"
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 \align center
27213 Cette boîte est alignée sur le haut.
27214 \end_layout
27215
27216 \end_inset
27217
27218  Ceci est un exemple de texte.
27219 \end_layout
27220
27221 \begin_layout Description
27222 Milieu Ceci est un exemple de texte.
27223  
27224 \begin_inset Box Boxed
27225 position "c"
27226 hor_pos "c"
27227 has_inner_box 1
27228 inner_pos "c"
27229 use_parbox 0
27230 width "12col%"
27231 special "none"
27232 height "1in"
27233 height_special "totalheight"
27234 status collapsed
27235
27236 \begin_layout Plain Layout
27237 \align center
27238 Cette boîte est alignée au centre.
27239 \end_layout
27240
27241 \end_inset
27242
27243  Ceci est un exemple de texte.
27244 \end_layout
27245
27246 \begin_layout Description
27247 Bas Ceci est un exemple de texte.
27248  
27249 \begin_inset Box Boxed
27250 position "b"
27251 hor_pos "c"
27252 has_inner_box 1
27253 inner_pos "c"
27254 use_parbox 0
27255 width "12col%"
27256 special "none"
27257 height "1in"
27258 height_special "totalheight"
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 \align center
27263 Cette boîte est alignée sur le bas.
27264 \end_layout
27265
27266 \end_inset
27267
27268  Ceci est un exemple de texte.
27269 \end_layout
27270
27271 \begin_layout Standard
27272 \begin_inset Note Greyedout
27273 status open
27274
27275 \begin_layout Plain Layout
27276
27277 \series bold
27278 Note:
27279 \series default
27280  
27281 \lang english
27282 The vertical box aligment can be lost in the output when you have two boxes
27283  in a line and one has e.
27284 \begin_inset space \thinspace{}
27285 \end_inset
27286
27287 g.
27288 \begin_inset space ~
27289 \end_inset
27290
27291 a shadow and the other one not.
27292 \end_layout
27293
27294 \end_inset
27295
27296
27297 \end_layout
27298
27299 \begin_layout Standard
27300 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27301  paragraphe grâce à la fenêtre de dialogue 
27302 \family sans
27303 Paramètres
27304 \begin_inset space ~
27305 \end_inset
27306
27307 de
27308 \begin_inset space ~
27309 \end_inset
27310
27311 Boîte
27312 \family default
27313 .
27314 \end_layout
27315
27316 \begin_layout Standard
27317 \begin_inset VSpace bigskip
27318 \end_inset
27319
27320 Quand vous avez choisi une 
27321 \family sans
27322 Boîte
27323 \begin_inset space ~
27324 \end_inset
27325
27326 Intérieure
27327 \family default
27328 , l'alignement vertical du contenu de la boîte peut être :
27329 \end_layout
27330
27331 \begin_layout Description
27332 haut Ceci est un exemple de texte.
27333 \begin_inset Box Boxed
27334 position "c"
27335 hor_pos "c"
27336 has_inner_box 1
27337 inner_pos "t"
27338 use_parbox 0
27339 width "12col%"
27340 special "none"
27341 height "1.5in"
27342 height_special "totalheight"
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346 \align center
27347 Le texte de cette boîte est aligné sur le haut.
27348 \end_layout
27349
27350 \end_inset
27351
27352  Ceci est un exemple de texte.
27353 \end_layout
27354
27355 \begin_layout Description
27356 milieu Ceci est un exemple de texte.
27357  
27358 \begin_inset Box Boxed
27359 position "c"
27360 hor_pos "c"
27361 has_inner_box 1
27362 inner_pos "c"
27363 use_parbox 0
27364 width "12col%"
27365 special "none"
27366 height "1.5in"
27367 height_special "totalheight"
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371 \align center
27372 Le texte de cette boîte est aligné au centre
27373 \end_layout
27374
27375 \end_inset
27376
27377  Ceci est un exemple de texte.
27378 \end_layout
27379
27380 \begin_layout Description
27381 bas Ceci est un exemple de texte.
27382  
27383 \begin_inset Box Boxed
27384 position "c"
27385 hor_pos "c"
27386 has_inner_box 1
27387 inner_pos "b"
27388 use_parbox 0
27389 width "12col%"
27390 special "none"
27391 height "1.5in"
27392 height_special "totalheight"
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 \align center
27397 Le texte de cette boîte est aligné en bas.
27398 \end_layout
27399
27400 \end_inset
27401
27402  Ceci est un exemple de texte.
27403 \end_layout
27404
27405 \begin_layout Description
27406 élongation Ceci est un exemple de texte.
27407  
27408 \begin_inset Box Boxed
27409 position "c"
27410 hor_pos "c"
27411 has_inner_box 1
27412 inner_pos "s"
27413 use_parbox 0
27414 width "12col%"
27415 special "none"
27416 height "1.5in"
27417 height_special "totalheight"
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421 \align center
27422 Le texte 
27423 \end_layout
27424
27425 \begin_layout Plain Layout
27426 \align center
27427 de cette
27428 \end_layout
27429
27430 \begin_layout Plain Layout
27431 \align center
27432 boîte est
27433 \end_layout
27434
27435 \begin_layout Plain Layout
27436 \align center
27437 allongé.
27438 \end_layout
27439
27440 \end_inset
27441
27442  Ceci est un exemple de texte.
27443 \end_layout
27444
27445 \begin_layout Standard
27446 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27447  paragraphe.
27448  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27449 \end_layout
27450
27451 \begin_layout Standard
27452 \begin_inset VSpace bigskip
27453 \end_inset
27454
27455 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27456  la fenêtre de dialogue 
27457 \family sans
27458 Paramètres
27459 \begin_inset space ~
27460 \end_inset
27461
27462 de
27463 \begin_inset space ~
27464 \end_inset
27465
27466 paragraphe
27467 \family default
27468  quand vous avez choisi une 
27469 \family sans
27470 Boîte
27471 \begin_inset space ~
27472 \end_inset
27473
27474 Intérieure
27475 \family default
27476 .
27477 \end_layout
27478
27479 \begin_layout Standard
27480 \align center
27481 \begin_inset Box Boxed
27482 position "c"
27483 hor_pos "c"
27484 has_inner_box 1
27485 inner_pos "s"
27486 use_parbox 0
27487 width "15col%"
27488 special "none"
27489 height "1.25in"
27490 height_special "totalheight"
27491 status open
27492
27493 \begin_layout Plain Layout
27494 \align left
27495 Le texte de 
27496 \end_layout
27497
27498 \begin_layout Plain Layout
27499 \align left
27500 cette boîte
27501 \end_layout
27502
27503 \begin_layout Plain Layout
27504 \align right
27505 est allongé.
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Standard
27514 Si vous n'avez pas choisi une 
27515 \family sans
27516 Boîte
27517 \begin_inset space ~
27518 \end_inset
27519
27520 Intérieure
27521 \family default
27522 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27523  de dialogue de boîte.
27524 \end_layout
27525
27526 \begin_layout Standard
27527 \align center
27528 \begin_inset Box Boxed
27529 position "c"
27530 hor_pos "s"
27531 has_inner_box 0
27532 inner_pos "s"
27533 use_parbox 0
27534 width "90col%"
27535 special "none"
27536 height "1.25in"
27537 height_special "totalheight"
27538 status open
27539
27540 \begin_layout Plain Layout
27541 \align left
27542 Le texte de cette boîte est allongé horizontalement.
27543 \end_layout
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \begin_layout Section
27551 Les Boîtes Encadrées
27552 \begin_inset CommandInset label
27553 LatexCommand label
27554 name "sec:Boîtes-encadrées"
27555
27556 \end_inset
27557
27558
27559 \begin_inset Index
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563 Boîtes ! Cadres
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \begin_layout Standard
27572 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27573  
27574 \family sans
27575 Décoration
27576 \family default
27577  dans la boîte de dialogue 
27578 \family sans
27579 Paramètres
27580 \begin_inset space ~
27581 \end_inset
27582
27583 de
27584 \begin_inset space ~
27585 \end_inset
27586
27587 Boîte
27588 \family default
27589 .
27590  Les possibilités sont les suivantes :
27591 \end_layout
27592
27593 \begin_layout Description
27594 Boîte
27595 \begin_inset space ~
27596 \end_inset
27597
27598 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27599  L'épaisseur du trait de ce cadre est donnée par la variable  
27600 \series bold
27601
27602 \backslash
27603 fboxrule
27604 \series default
27605 .
27606  
27607 \begin_inset Box Boxed
27608 position "c"
27609 hor_pos "c"
27610 has_inner_box 1
27611 inner_pos "c"
27612 use_parbox 0
27613 width "20col%"
27614 special "none"
27615 height "1in"
27616 height_special "totalheight"
27617 status open
27618
27619 \begin_layout Plain Layout
27620 \align center
27621 Boîte rectangulaire
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Description
27630 Boîte
27631 \begin_inset space ~
27632 \end_inset
27633
27634 ovale,
27635 \begin_inset space ~
27636 \end_inset
27637
27638 fine Ceci dessine un cadre ovalisée autour de la boîte.
27639  L'épaisseur du trait de ce cadre est de  0.4
27640 \begin_inset space \thinspace{}
27641 \end_inset
27642
27643 pt.
27644  
27645 \begin_inset Box ovalbox
27646 position "c"
27647 hor_pos "c"
27648 has_inner_box 1
27649 inner_pos "c"
27650 use_parbox 0
27651 width "20col%"
27652 special "none"
27653 height "1in"
27654 height_special "totalheight"
27655 status open
27656
27657 \begin_layout Plain Layout
27658 \align center
27659 Boîte ovalisée, fine
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Description
27668 Boîte
27669 \begin_inset space ~
27670 \end_inset
27671
27672 ovale,
27673 \begin_inset space ~
27674 \end_inset
27675
27676 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27677  L'épaisseur du trait de ce cadre est de   0.8
27678 \begin_inset space \thinspace{}
27679 \end_inset
27680
27681 pt.
27682  
27683 \begin_inset Box Ovalbox
27684 position "c"
27685 hor_pos "c"
27686 has_inner_box 1
27687 inner_pos "c"
27688 use_parbox 0
27689 width "20col%"
27690 special "none"
27691 height "1in"
27692 height_special "totalheight"
27693 status open
27694
27695 \begin_layout Plain Layout
27696 \align center
27697 Boîte ovalisée, épaisse
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Description
27706 Boîte
27707 \begin_inset space ~
27708 \end_inset
27709
27710 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27711  L'épaisseur du trait de ce cadre est donnée par la variable  
27712 \series bold
27713
27714 \backslash
27715 fboxrule
27716 \series default
27717 , l'ombre a une épaisseur de  4
27718 \begin_inset space \thinspace{}
27719 \end_inset
27720
27721 pt.
27722  
27723 \begin_inset Box Shadowbox
27724 position "c"
27725 hor_pos "c"
27726 has_inner_box 1
27727 inner_pos "c"
27728 use_parbox 0
27729 width "20col%"
27730 special "none"
27731 height "1in"
27732 height_special "totalheight"
27733 status open
27734
27735 \begin_layout Plain Layout
27736 \align center
27737 Boîte ombrée
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Description
27746 Boîte
27747 \begin_inset space ~
27748 \end_inset
27749
27750 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27751  L'épaisseur du trait du cadre interne est de 0.75
27752 \begin_inset space \thinspace{}
27753 \end_inset
27754
27755
27756 \series bold
27757
27758 \backslash
27759 fboxrule
27760 \series default
27761 , l'épaisseur du trait du cadre externe est de 1.5
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765
27766 \series bold
27767
27768 \backslash
27769 fboxrule
27770 \series default
27771 .
27772  La distance entre les deux cadres est de  1.5
27773 \begin_inset space \thinspace{}
27774 \end_inset
27775
27776
27777 \series bold
27778
27779 \backslash
27780 fboxrule
27781 \series default
27782
27783 \begin_inset space \thinspace{}
27784 \end_inset
27785
27786 +
27787 \begin_inset space \thinspace{}
27788 \end_inset
27789
27790 0.5
27791 \begin_inset space \thinspace{}
27792 \end_inset
27793
27794 pt.
27795  
27796 \begin_inset Box Doublebox
27797 position "c"
27798 hor_pos "c"
27799 has_inner_box 1
27800 inner_pos "c"
27801 use_parbox 0
27802 width "20col%"
27803 special "none"
27804 height "1in"
27805 height_special "totalheight"
27806 status open
27807
27808 \begin_layout Plain Layout
27809 \align center
27810 Boîte double
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 \begin_inset VSpace bigskip
27820 \end_inset
27821
27822 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27823  style de boîte utilisé.
27824  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27825  le paquetage LaTeX 
27826 \series bold
27827 fancybox
27828 \series default
27829 .
27830 \end_layout
27831
27832 \begin_layout Standard
27833 \begin_inset VSpace bigskip
27834 \end_inset
27835
27836 La valeur par défaut pour la variable 
27837 \series bold
27838
27839 \backslash
27840 fboxrule
27841 \series default
27842  est 0.4
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 pt.
27847  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27848  pour avoir 2
27849 \begin_inset space \thinspace{}
27850 \end_inset
27851
27852 pt :
27853 \end_layout
27854
27855 \begin_layout Standard
27856
27857 \series bold
27858
27859 \backslash
27860 setlength{
27861 \backslash
27862 fboxrule}{2pt}
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 setlength{
27874 \backslash
27875 fboxrule}{2pt}
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \begin_inset Box Boxed
27882 position "c"
27883 hor_pos "c"
27884 has_inner_box 1
27885 inner_pos "c"
27886 use_parbox 0
27887 width "25col%"
27888 special "none"
27889 height "1in"
27890 height_special "totalheight"
27891 status open
27892
27893 \begin_layout Plain Layout
27894 \align center
27895 Boîte rectangulaire avec 
27896 \series bold
27897
27898 \backslash
27899 fboxrule
27900 \series default
27901
27902 \begin_inset space \thinspace{}
27903 \end_inset
27904
27905 =
27906 \begin_inset space \thinspace{}
27907 \end_inset
27908
27909 2
27910 \begin_inset space \thinspace{}
27911 \end_inset
27912
27913 pt
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \begin_inset ERT
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923
27924
27925 \backslash
27926 setlength{
27927 \backslash
27928 fboxrule}{0.4pt}
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 \begin_inset VSpace bigskip
27938 \end_inset
27939
27940 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27941  les types de cadres, par défaut il est de 3
27942 \begin_inset space \thinspace{}
27943 \end_inset
27944
27945 pt.
27946  Vous pouvez le modifier en donnant une autre valeur à la variable 
27947 \series bold
27948
27949 \backslash
27950 fboxsep
27951 \series default
27952 .
27953  Par exemple la commande
27954 \end_layout
27955
27956 \begin_layout Standard
27957
27958 \series bold
27959
27960 \backslash
27961 setlength{
27962 \backslash
27963 fboxsep}{10pt}
27964 \end_layout
27965
27966 \begin_layout Standard
27967 met une valeur de 10
27968 \begin_inset space \thinspace{}
27969 \end_inset
27970
27971 pt, comme celle utilisée pour cette boîte :
27972 \end_layout
27973
27974 \begin_layout Standard
27975 \begin_inset ERT
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979
27980
27981 \backslash
27982 setlength{
27983 \backslash
27984 fboxsep}{10pt}
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Box Boxed
27991 position "c"
27992 hor_pos "c"
27993 has_inner_box 1
27994 inner_pos "c"
27995 use_parbox 0
27996 width "25col%"
27997 special "none"
27998 height "1in"
27999 height_special "totalheight"
28000 status open
28001
28002 \begin_layout Plain Layout
28003 \align center
28004 Boîte rectangulaire avec 
28005 \series bold
28006
28007 \backslash
28008 fboxsep
28009 \series default
28010
28011 \begin_inset space \thinspace{}
28012 \end_inset
28013
28014 =
28015 \begin_inset space \thinspace{}
28016 \end_inset
28017
28018 10
28019 \begin_inset space \thinspace{}
28020 \end_inset
28021
28022 pt
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \begin_inset ERT
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032
28033
28034 \backslash
28035 setlength{
28036 \backslash
28037 fboxsep}{3pt}
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \begin_layout Standard
28046 \begin_inset VSpace bigskip
28047 \end_inset
28048
28049 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
28050  la commande 
28051 \series bold
28052
28053 \backslash
28054 cornersize
28055 \series default
28056 .
28057  Par exemple, la commande
28058 \end_layout
28059
28060 \begin_layout Standard
28061
28062 \series bold
28063
28064 \backslash
28065 cornersize*{1cm}
28066 \end_layout
28067
28068 \begin_layout Standard
28069 donne un diamètre de 1
28070 \begin_inset space \thinspace{}
28071 \end_inset
28072
28073 cm.
28074  La commande
28075 \end_layout
28076
28077 \begin_layout Standard
28078
28079 \series bold
28080
28081 \backslash
28082 cornersize{num}
28083 \end_layout
28084
28085 \begin_layout Standard
28086 fixe le diamètre à 
28087 \family sans
28088 num
28089 \begin_inset space \thinspace{}
28090 \end_inset
28091
28092 ×
28093 \begin_inset space \thinspace{}
28094 \end_inset
28095
28096 minimum(largeur et hauteur de la boîte)
28097 \family default
28098 .
28099  La valeur par défaut est 
28100 \series bold
28101
28102 \backslash
28103 cornersize{0.5}
28104 \series default
28105 .
28106 \end_layout
28107
28108 \begin_layout Standard
28109 \begin_inset ERT
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113
28114
28115 \backslash
28116 cornersize*{1.5cm}
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \begin_inset Box Ovalbox
28123 position "c"
28124 hor_pos "c"
28125 has_inner_box 1
28126 inner_pos "c"
28127 use_parbox 0
28128 width "25col%"
28129 special "none"
28130 height "1in"
28131 height_special "totalheight"
28132 status open
28133
28134 \begin_layout Plain Layout
28135 \align center
28136 Boîte ovale avec 
28137 \series bold
28138
28139 \backslash
28140 cornersize
28141 \series default
28142
28143 \begin_inset space \thinspace{}
28144 \end_inset
28145
28146 =
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 1.5
28151 \begin_inset space \thinspace{}
28152 \end_inset
28153
28154 cm
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \begin_inset ERT
28161 status collapsed
28162
28163 \begin_layout Plain Layout
28164
28165
28166 \backslash
28167 cornersize{0.5}
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176 \begin_inset VSpace bigskip
28177 \end_inset
28178
28179 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28180  
28181 \series bold
28182
28183 \backslash
28184 shadowsize
28185 \series default
28186 .
28187  Elle est fixée à 2
28188 \begin_inset space \thinspace{}
28189 \end_inset
28190
28191 pt pour la boîte suivante par la commande :
28192 \end_layout
28193
28194 \begin_layout Standard
28195
28196 \series bold
28197
28198 \backslash
28199 setlength{
28200 \backslash
28201 shadowsize}{2pt}
28202 \end_layout
28203
28204 \begin_layout Standard
28205 \begin_inset ERT
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209
28210
28211 \backslash
28212 setlength{
28213 \backslash
28214 shadowsize}{2pt}
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \begin_inset Box Shadowbox
28221 position "c"
28222 hor_pos "c"
28223 has_inner_box 1
28224 inner_pos "c"
28225 use_parbox 0
28226 width "25col%"
28227 special "none"
28228 height "1in"
28229 height_special "totalheight"
28230 status open
28231
28232 \begin_layout Plain Layout
28233 \align center
28234 Boîte ombrée avec 
28235 \series bold
28236
28237 \backslash
28238 shadowsize
28239 \series default
28240
28241 \begin_inset space \thinspace{}
28242 \end_inset
28243
28244 =
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 2
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 pt
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 setlength{
28266 \backslash
28267 shadowsize}{4pt}
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \begin_inset VSpace bigskip
28277 \end_inset
28278
28279 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28280  les boîtes qui suivent la commandes qui les a changées.
28281 \end_layout
28282
28283 \begin_layout Section
28284 Minipages
28285 \begin_inset CommandInset label
28286 LatexCommand label
28287 name "sec:Minipages"
28288
28289 \end_inset
28290
28291
28292 \begin_inset Index
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 Boîtes ! Minipages
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28306 ur d'une page.
28307  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28308  règles d'indentation, de saut de ligne, etc.
28309  s'appliquent.
28310 \end_layout
28311
28312 \begin_layout Standard
28313 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28314  langues.
28315 \end_layout
28316
28317 \begin_layout Standard
28318 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28319  Leur largeur est fixée à 45
28320 \begin_inset space \thinspace{}
28321 \end_inset
28322
28323 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28324  via le menu 
28325 \family sans
28326 Insérer\SpecialChar \menuseparator
28327 Formats\SpecialChar \menuseparator
28328 Ressort
28329 \begin_inset space ~
28330 \end_inset
28331
28332 Horizontal
28333 \family default
28334 .
28335 \end_layout
28336
28337 \begin_layout Standard
28338
28339 \lang english
28340 \begin_inset Box Frameless
28341 position "t"
28342 hor_pos "c"
28343 has_inner_box 1
28344 inner_pos "c"
28345 use_parbox 0
28346 width "45col%"
28347 special "none"
28348 height "1in"
28349 height_special "totalheight"
28350 status open
28351
28352 \begin_layout Plain Layout
28353
28354 \lang german
28355 Dies ist ein deutscher Text.
28356  Dies ist ein deutscher Text.
28357  Dies ist ein deutscher Text.
28358  Dies ist ein deutscher Text.
28359  Dies ist ein deutscher Text.
28360  Dies ist ein deutscher Text.
28361  Dies ist ein deutscher Text.
28362  Dies ist ein deutscher Text.
28363  Dies ist ein deutscher Text.
28364  Dies ist ein deutscher Text.
28365  Dies ist ein deutscher Text.
28366  Dies ist ein deutscher Text.
28367  Dies ist ein deutscher Text
28368 \begin_inset Foot
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372
28373 \lang german
28374 Dies ist eine deutsche Fußnote.
28375 \end_layout
28376
28377 \end_inset
28378
28379 .
28380  Dies ist ein deutscher Text.
28381  Dies ist ein deutscher Text.
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \begin_inset space \hfill{}
28388 \end_inset
28389
28390
28391 \begin_inset Box Frameless
28392 position "t"
28393 hor_pos "c"
28394 has_inner_box 1
28395 inner_pos "c"
28396 use_parbox 0
28397 width "45col%"
28398 special "none"
28399 height "1in"
28400 height_special "totalheight"
28401 status open
28402
28403 \begin_layout Plain Layout
28404
28405 \lang english
28406 This is an English Text.
28407  This is an English Text.
28408  This is an English Text.
28409  This is an English Text.
28410  This is an English Text.
28411  This is an English Text.
28412  This is an English Text.
28413  This is an English Text.
28414  This is an English Text.
28415  This is an English Text.
28416  This is an English Text.
28417  This is an English Text.
28418  This is an English Text.
28419  This is an English Text.
28420  This is an English Text.
28421  This is an English Text.
28422 \begin_inset Foot
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427 \lang english
28428 This is an English footnote.
28429 \end_layout
28430
28431 \end_inset
28432
28433  This is an English Text.
28434  
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 \begin_inset VSpace bigskip
28444 \end_inset
28445
28446 Une autre application des minipages est l'ajout de notes de bas de page
28447  à l'intérieur d'un tableau.
28448  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28449  dans un tableau n'apparaissent pas en bas de la page courante.
28450  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28451  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28452  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28453  dehors des minipages.
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Les notes de bas de page de ce tableau n'apparaissent pas : 
28458 \begin_inset Tabular
28459 <lyxtabular version="3" rows="3" columns="4">
28460 <features>
28461 <column alignment="center" valignment="top" width="0pt">
28462 <column alignment="center" valignment="top" width="0pt">
28463 <column alignment="center" valignment="top" width="0pt">
28464 <column alignment="center" valignment="top" width="0pt">
28465 <row>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 1
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 2
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 3
28489 \begin_inset Foot
28490 status open
28491
28492 \begin_layout Plain Layout
28493 Ceci est une note de bas de page à l'intérieur d'un tableau.
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Plain Layout
28507 4
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 </row>
28513 <row>
28514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28515 \begin_inset Text
28516
28517 \begin_layout Plain Layout
28518 a
28519 \end_layout
28520
28521 \end_inset
28522 </cell>
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527 b
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Plain Layout
28536 c
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28542 \begin_inset Text
28543
28544 \begin_layout Plain Layout
28545 d
28546 \end_layout
28547
28548 \end_inset
28549 </cell>
28550 </row>
28551 <row>
28552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 e
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 f
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 g
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 h
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 </row>
28589 </lyxtabular>
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 \align center
28598 \begin_inset Box Frameless
28599 position "t"
28600 hor_pos "c"
28601 has_inner_box 1
28602 inner_pos "c"
28603 use_parbox 0
28604 width "30col%"
28605 special "none"
28606 height "1in"
28607 height_special "totalheight"
28608 status open
28609
28610 \begin_layout Plain Layout
28611 \align center
28612 \begin_inset Tabular
28613 <lyxtabular version="3" rows="3" columns="4">
28614 <features>
28615 <column alignment="center" valignment="top" width="0pt">
28616 <column alignment="center" valignment="top" width="0pt">
28617 <column alignment="center" valignment="top" width="0pt">
28618 <column alignment="center" valignment="top" width="0pt">
28619 <row>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Plain Layout
28624 1
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633 2
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28639 \begin_inset Text
28640
28641 \begin_layout Plain Layout
28642 3
28643 \begin_inset Foot
28644 status open
28645
28646 \begin_layout Plain Layout
28647 Ceci est une note de bas de page à l'intérieur d'un tableau.
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \end_inset
28656 </cell>
28657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28658 \begin_inset Text
28659
28660 \begin_layout Plain Layout
28661 4
28662 \end_layout
28663
28664 \end_inset
28665 </cell>
28666 </row>
28667 <row>
28668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28669 \begin_inset Text
28670
28671 \begin_layout Plain Layout
28672 a
28673 \end_layout
28674
28675 \end_inset
28676 </cell>
28677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28678 \begin_inset Text
28679
28680 \begin_layout Plain Layout
28681 b
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28687 \begin_inset Text
28688
28689 \begin_layout Plain Layout
28690 c
28691 \end_layout
28692
28693 \end_inset
28694 </cell>
28695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28696 \begin_inset Text
28697
28698 \begin_layout Plain Layout
28699 d
28700 \end_layout
28701
28702 \end_inset
28703 </cell>
28704 </row>
28705 <row>
28706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28707 \begin_inset Text
28708
28709 \begin_layout Plain Layout
28710 e
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719 f
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28725 \begin_inset Text
28726
28727 \begin_layout Plain Layout
28728 g
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28734 \begin_inset Text
28735
28736 \begin_layout Plain Layout
28737 h
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 </row>
28743 </lyxtabular>
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756 \begin_inset VSpace bigskip
28757 \end_inset
28758
28759 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28760  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28761  minipages, même si vous les avez mis par exemple à 
28762 \family sans
28763 Moyen
28764 \family default
28765  dans les paramètres du document.
28766 \end_layout
28767
28768 \begin_layout Standard
28769 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28770  portion de texte, voyez la section
28771 \begin_inset space ~
28772 \end_inset
28773
28774
28775 \begin_inset CommandInset ref
28776 LatexCommand ref
28777 reference "sub:Couleur-pour-les-Paragraphes"
28778
28779 \end_inset
28780
28781 .
28782 \end_layout
28783
28784 \begin_layout Standard
28785 \begin_inset Note Greyedout
28786 status open
28787
28788 \begin_layout Plain Layout
28789
28790 \series bold
28791 Note:
28792 \series default
28793  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28794  mais les minipages peuvent être utilisées dans un tableau, un flottant
28795  ou une autre boîte.
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Section
28804 Les Parboxes
28805 \begin_inset CommandInset label
28806 LatexCommand label
28807 name "sec:Parboxes"
28808
28809 \end_inset
28810
28811
28812 \begin_inset Index
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816 Boîtes ! Parboxes
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \begin_inset Note Note
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829
28830 \lang english
28831 En attendant une traduction de parbox (NdT)
28832 \end_layout
28833
28834 \end_inset
28835
28836 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28837  ne peuvent avoir de note de bas de page.
28838  La principale différence avec les minipages, c'est que les minipages au
28839  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28840  LaTeX.
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \align center
28845 \begin_inset Box Frameless
28846 position "t"
28847 hor_pos "c"
28848 has_inner_box 1
28849 inner_pos "t"
28850 use_parbox 1
28851 width "33col%"
28852 special "none"
28853 height "1in"
28854 height_special "totalheight"
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858 Ceci est un texte à l'intérieur d'une parbox.
28859  Ceci est un texte à l'intérieur d'une parbox.
28860 \end_layout
28861
28862 \begin_layout Plain Layout
28863 Cette note de bas de page ne devrait pas apparaître :
28864 \begin_inset Foot
28865 status open
28866
28867 \begin_layout Plain Layout
28868 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28869  pas.
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \begin_layout Section
28883 Des Boîtes pour les Mots et les Caractères
28884 \begin_inset Index
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Boîtes ! Pour les caractères
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Subsection
28897 Empêcher la Césure
28898 \begin_inset CommandInset label
28899 LatexCommand label
28900 name "sec:Empêcher-césure"
28901
28902 \end_inset
28903
28904
28905 \begin_inset Index
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 Boîtes ! Pour empêcher la césure
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \end_layout
28916
28917 \begin_layout Standard
28918 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28919  un texte ne soit coupé par une césure.
28920 \begin_inset Newline newline
28921 \end_inset
28922
28923 Voici un exemple de texte :
28924 \end_layout
28925
28926 \begin_layout Standard
28927 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28928  césure dans un 
28929 \begin_inset Quotes eld
28930 \end_inset
28931
28932 motTrèsTrèsLong
28933 \begin_inset Quotes erd
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 Pour empêcher que le mot 
28941 \begin_inset Quotes eld
28942 \end_inset
28943
28944 motTrèsTrèsLong
28945 \begin_inset Quotes erd
28946 \end_inset
28947
28948  soit coupé, ajoutez la commande
28949 \end_layout
28950
28951 \begin_layout Standard
28952
28953 \series bold
28954
28955 \backslash
28956 mbox{
28957 \end_layout
28958
28959 \begin_layout Standard
28960 en code TeX avant le mot.
28961  Après le mot, insérez l'accolade fermante 
28962 \begin_inset Quotes eld
28963 \end_inset
28964
28965
28966 \series bold
28967 }
28968 \series default
28969
28970 \begin_inset Quotes erd
28971 \end_inset
28972
28973  en code TeX.
28974 \end_layout
28975
28976 \begin_layout Standard
28977 Voici le résultat :
28978 \end_layout
28979
28980 \begin_layout Standard
28981 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28982  césure dans un
28983 \begin_inset ERT
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987
28988
28989 \backslash
28990 mbox{
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \begin_inset Quotes eld
28997 \end_inset
28998
28999 motTrèsTrèsLong
29000 \begin_inset Quotes erd
29001 \end_inset
29002
29003 .
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009 }
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Une autre méthode consiste à mettre la commande 
29019 \begin_inset Quotes eld
29020 \end_inset
29021
29022
29023 \series bold
29024
29025 \backslash
29026 -
29027 \series default
29028
29029 \begin_inset Quotes grd
29030 \end_inset
29031
29032  en code TeX, juste avant le mot :
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29037  césure dans un 
29038 \begin_inset Quotes eld
29039 \end_inset
29040
29041
29042 \begin_inset ERT
29043 status collapsed
29044
29045 \begin_layout Plain Layout
29046
29047
29048 \backslash
29049 -
29050 \end_layout
29051
29052 \end_inset
29053
29054 motTrèsTrèsLong
29055 \begin_inset Quotes erd
29056 \end_inset
29057
29058 .
29059 \end_layout
29060
29061 \begin_layout Standard
29062 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29063  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29064 \family sans
29065 Insérer\SpecialChar \menuseparator
29066 Formats\SpecialChar \menuseparator
29067 Passage
29068 \begin_inset space ~
29069 \end_inset
29070
29071 à
29072 \begin_inset space ~
29073 \end_inset
29074
29075 la
29076 \begin_inset space ~
29077 \end_inset
29078
29079 Ligne
29080 \family default
29081  (raccourci 
29082 \series bold
29083 Ctrl-Entrée
29084 \series default
29085 ) :
29086 \end_layout
29087
29088 \begin_layout Standard
29089 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29090  césure dans un
29091 \begin_inset Newline newline
29092 \end_inset
29093
29094
29095 \begin_inset ERT
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100
29101 \backslash
29102 mbox{
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \begin_inset Quotes eld
29109 \end_inset
29110
29111 motTrèsTrèsLong
29112 \begin_inset Quotes erd
29113 \end_inset
29114
29115 .
29116 \begin_inset ERT
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120
29121 }
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Subsection
29130 Alignement Vertical
29131 \begin_inset CommandInset label
29132 LatexCommand label
29133 name "sub:Alignement-Vertical"
29134
29135 \end_inset
29136
29137
29138 \begin_inset Index
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 Boîtes ! Pour l'alignement vertical
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Index
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Boîtes ! Boîtes élévatrices
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \begin_inset Index
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Raisebox|see
29163 \begin_inset ERT
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167
29168 {
29169 \end_layout
29170
29171 \end_inset
29172
29173 Boîtes élévatrices
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179 }
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 Avec la commande 
29194 \series bold
29195
29196 \backslash
29197 raisebox
29198 \series default
29199  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29200  par rapport au texte qui l'entoure.
29201  La commande
29202 \series bold
29203  
29204 \backslash
29205 raisebox
29206 \series default
29207  s'utilise en suivant la syntaxe suivante :
29208 \end_layout
29209
29210 \begin_layout Standard
29211
29212 \series bold
29213
29214 \backslash
29215 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29220  pour l'abaisser.
29221 \end_layout
29222
29223 \begin_layout Standard
29224 Pour aligner le mot 
29225 \begin_inset Quotes eld
29226 \end_inset
29227
29228 empêcher
29229 \begin_inset Quotes erd
29230 \end_inset
29231
29232  de façon à ce que le point le plus bas du caractère le plus 
29233 \begin_inset Quotes eld
29234 \end_inset
29235
29236 profond
29237 \begin_inset Quotes erd
29238 \end_inset
29239
29240 , le 
29241 \begin_inset Quotes eld
29242 \end_inset
29243
29244 p
29245 \begin_inset Quotes erd
29246 \end_inset
29247
29248 , soit au niveau de la ligne de base, insérez la commande 
29249 \end_layout
29250
29251 \begin_layout Standard
29252
29253 \series bold
29254
29255 \backslash
29256 raisebox{
29257 \backslash
29258 depth}{
29259 \end_layout
29260
29261 \begin_layout Standard
29262 en code TeX avant le mot.
29263  Insérez après le mot l'accolade fermante 
29264 \begin_inset Quotes eld
29265 \end_inset
29266
29267
29268 \series bold
29269 }
29270 \series default
29271
29272 \begin_inset Quotes erd
29273 \end_inset
29274
29275  en code TeX.
29276 \begin_inset Newline newline
29277 \end_inset
29278
29279 Voici le résultat :
29280 \end_layout
29281
29282 \begin_layout Standard
29283 Cette ligne de texte contient le mot 
29284 \begin_inset ERT
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288
29289
29290 \backslash
29291 raisebox{
29292 \backslash
29293 depth}{
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \begin_inset Quotes eld
29300 \end_inset
29301
29302 empêcher
29303 \begin_inset Quotes erd
29304 \end_inset
29305
29306
29307 \begin_inset ERT
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312 }
29313 \end_layout
29314
29315 \end_inset
29316
29317  comme mot élevé.
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset VSpace bigskip
29322 \end_inset
29323
29324 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29325  entre les lignes va être agrandie :
29326 \end_layout
29327
29328 \begin_layout Standard
29329 Cette ligne de texte contient le mot
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 raisebox{-
29338 \backslash
29339 depth}{
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \begin_inset Quotes eld
29346 \end_inset
29347
29348 empêcher
29349 \begin_inset Quotes erd
29350 \end_inset
29351
29352
29353 \begin_inset ERT
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357
29358 }
29359 \end_layout
29360
29361 \end_inset
29362
29363  comme mot abaissé.
29364 \begin_inset Newline newline
29365 \end_inset
29366
29367 Cette ligne de texte contient le mot 
29368 \begin_inset ERT
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372
29373
29374 \backslash
29375 raisebox{0.5cm}{
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \begin_inset Quotes eld
29382 \end_inset
29383
29384 tester
29385 \begin_inset Quotes erd
29386 \end_inset
29387
29388
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394 }
29395 \end_layout
29396
29397 \end_inset
29398
29399  comme mot élevé.
29400 \end_layout
29401
29402 \begin_layout Standard
29403 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29404  mettez la hauteur de la boîte à zéro.
29405  Par exemple utilisez
29406 \end_layout
29407
29408 \begin_layout Standard
29409
29410 \series bold
29411
29412 \backslash
29413 raisebox{-
29414 \backslash
29415 depth}[0pt]{
29416 \end_layout
29417
29418 \begin_layout Standard
29419 Cette ligne de texte contient le mot
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425
29426 \backslash
29427 raisebox{-
29428 \backslash
29429 depth}[0pt]{
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \begin_inset Quotes eld
29436 \end_inset
29437
29438 empêcher
29439 \begin_inset Quotes erd
29440 \end_inset
29441
29442
29443 \begin_inset ERT
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447
29448 }
29449 \end_layout
29450
29451 \end_inset
29452
29453  comme mot abaissé.
29454 \begin_inset Newline newline
29455 \end_inset
29456
29457 Cette ligne de texte contient le mot 
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463
29464 \backslash
29465 raisebox{0.5cm}[0pt]{
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \begin_inset Quotes eld
29472 \end_inset
29473
29474 tester
29475 \begin_inset Quotes erd
29476 \end_inset
29477
29478
29479 \begin_inset ERT
29480 status collapsed
29481
29482 \begin_layout Plain Layout
29483
29484 }
29485 \end_layout
29486
29487 \end_inset
29488
29489  comme mot élevé.
29490 \end_layout
29491
29492 \begin_layout Section
29493 Boîtes Colorées
29494 \begin_inset CommandInset label
29495 LatexCommand label
29496 name "sec:Boîtes-colorées"
29497
29498 \end_inset
29499
29500
29501 \begin_inset Index
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Boîtes ! Couleur
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Subsection
29514 De la couleur pour le texte
29515 \begin_inset Index
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Couleur ! Pour le texte
29520 \end_layout
29521
29522 \end_inset
29523
29524
29525 \end_layout
29526
29527 \begin_layout Standard
29528 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29529  une boîte appelée 
29530 \begin_inset Quotes eld
29531 \end_inset
29532
29533 colorbox
29534 \begin_inset Quotes erd
29535 \end_inset
29536
29537 .
29538  Cela demande que le paquetage LaTeX 
29539 \series bold
29540 color
29541 \series default
29542
29543 \begin_inset Index
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547 Paquetages LaTeX ! color
29548 \end_layout
29549
29550 \end_inset
29551
29552  soit chargé dans le préambule du document avec la commande
29553 \end_layout
29554
29555 \begin_layout Standard
29556
29557 \series bold
29558
29559 \backslash
29560 @ifundefined{textcolor}
29561 \begin_inset Newline newline
29562 \end_inset
29563
29564
29565 \begin_inset ERT
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569
29570
29571 \backslash
29572 hphantom{ }
29573 \end_layout
29574
29575 \end_inset
29576
29577 {
29578 \backslash
29579 usepackage{color}}{}
29580 \end_layout
29581
29582 \begin_layout Standard
29583 Le paquetage 
29584 \series bold
29585 color
29586 \series default
29587  sera chargé automatiquement par LyX dès que vous colorez du texte
29588 \begin_inset Foot
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29593  
29594 \series bold
29595
29596 \backslash
29597 @ifundefined
29598 \series default
29599 .
29600 \end_layout
29601
29602 \end_inset
29603
29604 .
29605 \end_layout
29606
29607 \begin_layout Standard
29608 \begin_inset VSpace medskip
29609 \end_inset
29610
29611 Les boîtes colorées sont créées par la commande 
29612 \series bold
29613
29614 \backslash
29615 colorbox
29616 \series default
29617 .
29618  Elle est utilisée avec la syntaxe suivante :
29619 \end_layout
29620
29621 \begin_layout Standard
29622
29623 \series bold
29624
29625 \backslash
29626 colorbox{couleur}{contenu de la boîte}
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29631  peuvent être placées à l'intérieur d'autres boîtes.
29632 \end_layout
29633
29634 \begin_layout Standard
29635 Les couleurs suivantes sont prédéfinies ::
29636 \begin_inset Newline newline
29637 \end_inset
29638
29639
29640 \family sans
29641 black
29642 \family default
29643  (noir), 
29644 \family sans
29645 blue
29646 \family default
29647  (bleu), 
29648 \family sans
29649 cyan
29650 \family default
29651 \series bold
29652 ,
29653 \series default
29654  
29655 \family sans
29656 green
29657 \family default
29658  (vert), 
29659 \family sans
29660 magenta
29661 \family default
29662
29663 \family sans
29664 red
29665 \family default
29666  (rouge), 
29667 \family sans
29668 white
29669 \family default
29670  (blanc), and 
29671 \family sans
29672 yellow
29673 \family default
29674  (jaune).
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29679  section
29680 \begin_inset space ~
29681 \end_inset
29682
29683
29684 \begin_inset CommandInset ref
29685 LatexCommand ref
29686 reference "sec:Tableaux-Colorés"
29687
29688 \end_inset
29689
29690 .
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29695 \end_layout
29696
29697 \begin_layout Standard
29698
29699 \series bold
29700
29701 \backslash
29702 colorbox{red}{
29703 \end_layout
29704
29705 \begin_layout Standard
29706 avant le mot en code TeX.
29707  Insérez l'accolade fermante 
29708 \begin_inset Quotes eld
29709 \end_inset
29710
29711 }
29712 \begin_inset Quotes erd
29713 \end_inset
29714
29715  après le mot, en code TeX.
29716 \begin_inset Newline newline
29717 \end_inset
29718
29719 Voici le résultat :
29720 \end_layout
29721
29722 \begin_layout Standard
29723 Cette ligne de texte contient le mot
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729
29730 \backslash
29731 colorbox{red}{
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \begin_inset Quotes eld
29738 \end_inset
29739
29740 Attention!
29741 \begin_inset Quotes erd
29742 \end_inset
29743
29744
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750 }
29751 \end_layout
29752
29753 \end_inset
29754
29755  sur fond rouge.
29756 \end_layout
29757
29758 \begin_layout Standard
29759 \begin_inset VSpace bigskip
29760 \end_inset
29761
29762 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29763  vous pouvez utiliser la commande 
29764 \series bold
29765
29766 \backslash
29767 fcolorbox
29768 \series default
29769  avec la syntaxe suivante :
29770 \end_layout
29771
29772 \begin_layout Standard
29773
29774 \series bold
29775
29776 \backslash
29777 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 fcolorbox
29786 \series default
29787  est une extension de 
29788 \series bold
29789
29790 \backslash
29791 colorbox
29792 \series default
29793 .
29794  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29795  peuvent être modifiés avec les variables 
29796 \series bold
29797
29798 \backslash
29799 fboxrule
29800 \series default
29801  et 
29802 \series bold
29803
29804 \backslash
29805 fboxsep
29806 \series default
29807 , comme c'est décrit dans la section
29808 \begin_inset space ~
29809 \end_inset
29810
29811
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "sec:Boîtes-encadrées"
29815
29816 \end_inset
29817
29818 .
29819 \end_layout
29820
29821 \begin_layout Standard
29822 Pour l'exemple suivant, on a utilisé la commande
29823 \end_layout
29824
29825 \begin_layout Standard
29826
29827 \series bold
29828
29829 \backslash
29830 fcolorbox{cyan}{magenta}{
29831 \end_layout
29832
29833 \begin_layout Standard
29834 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29835 \begin_inset space \thinspace{}
29836 \end_inset
29837
29838 mm:
29839 \begin_inset Newline newline
29840 \end_inset
29841
29842
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 fboxrule 1mm 
29851 \backslash
29852 fboxsep 1mm
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \begin_inset ERT
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862
29863
29864 \backslash
29865 fcolorbox{cyan}{magenta}{
29866 \end_layout
29867
29868 \end_inset
29869
29870 Ce texte est dans une boîte encadrée et colorée.
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876 }
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \end_layout
29883
29884 \begin_layout Standard
29885 \begin_inset VSpace bigskip
29886 \end_inset
29887
29888 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29889  les yeux ! - NdT) :
29890 \begin_inset Newline newline
29891 \end_inset
29892
29893
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899
29900 \backslash
29901 fcolorbox{cyan}{magenta}{
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \color yellow
29908 Ce texte est coloré dans une boîte colorée et encadrée.
29909 \color inherit
29910
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916 }
29917 \end_layout
29918
29919 \end_inset
29920
29921
29922 \begin_inset ERT
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926
29927
29928 \backslash
29929 fboxrule 0.4pt 
29930 \backslash
29931 fboxsep 3pt
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \end_layout
29938
29939 \begin_layout Standard
29940
29941 \series bold
29942 \begin_inset VSpace medskip
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949 \begin_inset Note Greyedout
29950 status open
29951
29952 \begin_layout Plain Layout
29953
29954 \series bold
29955 Note:
29956 \series default
29957  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29958  de ligne.
29959  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29960  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Subsection
29969 De la couleur pour les paragraphes
29970 \begin_inset CommandInset label
29971 LatexCommand label
29972 name "sub:Couleur-pour-les-Paragraphes"
29973
29974 \end_inset
29975
29976
29977 \begin_inset Index
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981 Couleur ! Pour les  paragraphes
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
29991  texte dans une minipage.
29992  Avant la minipage, insérez la commande 
29993 \series bold
29994
29995 \backslash
29996 colorbox
29997 \series default
29998  
29999 \end_layout
30000
30001 \begin_layout Standard
30002
30003 \series bold
30004
30005 \backslash
30006 colorbox{color}{
30007 \end_layout
30008
30009 \begin_layout Standard
30010 en code TeX.
30011  Après la minipage, insérez l'accolade fermante 
30012 \begin_inset Quotes eld
30013 \end_inset
30014
30015 }
30016 \begin_inset Quotes erd
30017 \end_inset
30018
30019  en code TeX.
30020 \end_layout
30021
30022 \begin_layout Standard
30023 \begin_inset ERT
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028
30029 \backslash
30030 colorbox{lightgrey}{
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \begin_inset Box Frameless
30037 position "t"
30038 hor_pos "c"
30039 has_inner_box 1
30040 inner_pos "t"
30041 use_parbox 0
30042 width "100col%"
30043 special "none"
30044 height "1in"
30045 height_special "totalheight"
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 Ce texte a un fond coloré.
30050  Ce texte a un fond coloré.
30051 \end_layout
30052
30053 \begin_layout Plain Layout
30054 \begin_inset VSpace defskip
30055 \end_inset
30056
30057 Le texte peut avoir des notes de bas de page
30058 \begin_inset Foot
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062 Un autre exemple de note de bas de page
30063 \end_layout
30064
30065 \end_inset
30066
30067  et contenir des figures et des tableaux.
30068 \end_layout
30069
30070 \begin_layout Plain Layout
30071 \align center
30072 \begin_inset Tabular
30073 <lyxtabular version="3" rows="3" columns="3">
30074 <features>
30075 <column alignment="center" valignment="top" width="0">
30076 <column alignment="center" valignment="top" width="0">
30077 <column alignment="center" valignment="top" width="0">
30078 <row>
30079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30080 \begin_inset Text
30081
30082 \begin_layout Plain Layout
30083 a
30084 \end_layout
30085
30086 \end_inset
30087 </cell>
30088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30089 \begin_inset Text
30090
30091 \begin_layout Plain Layout
30092 !
30093 \end_layout
30094
30095 \end_inset
30096 </cell>
30097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30098 \begin_inset Text
30099
30100 \begin_layout Plain Layout
30101 3
30102 \end_layout
30103
30104 \end_inset
30105 </cell>
30106 </row>
30107 <row>
30108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30109 \begin_inset Text
30110
30111 \begin_layout Plain Layout
30112 <
30113 \end_layout
30114
30115 \end_inset
30116 </cell>
30117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30118 \begin_inset Text
30119
30120 \begin_layout Plain Layout
30121 b2
30122 \begin_inset Quotes erd
30123 \end_inset
30124
30125 |
30126 \end_layout
30127
30128 \end_inset
30129 </cell>
30130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30131 \begin_inset Text
30132
30133 \begin_layout Plain Layout
30134 >
30135 \end_layout
30136
30137 \end_inset
30138 </cell>
30139 </row>
30140 <row>
30141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30142 \begin_inset Text
30143
30144 \begin_layout Plain Layout
30145 1
30146 \end_layout
30147
30148 \end_inset
30149 </cell>
30150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30151 \begin_inset Text
30152
30153 \begin_layout Plain Layout
30154 §
30155 \end_layout
30156
30157 \end_inset
30158 </cell>
30159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30160 \begin_inset Text
30161
30162 \begin_layout Plain Layout
30163 c
30164 \end_layout
30165
30166 \end_inset
30167 </cell>
30168 </row>
30169 </lyxtabular>
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \begin_inset ERT
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183
30184 }
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Section
30193 Les boîtes pivotées et redimensionnées
30194 \end_layout
30195
30196 \begin_layout Standard
30197 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30198  charger le paquetage LaTeX 
30199 \series bold
30200 graphicx
30201 \series default
30202
30203 \begin_inset Index
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207 Paquetages LaTeX ! graphicx
30208 \end_layout
30209
30210 \end_inset
30211
30212  dans le préambule de votre document avec la commande
30213 \end_layout
30214
30215 \begin_layout Standard
30216
30217 \series bold
30218
30219 \backslash
30220 @ifundefined{rotatebox}
30221 \begin_inset Newline newline
30222 \end_inset
30223
30224
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 hphantom{ }
30233 \end_layout
30234
30235 \end_inset
30236
30237 {
30238 \backslash
30239 usepackage{graphicx}}{}
30240 \end_layout
30241
30242 \begin_layout Standard
30243 \begin_inset Note Greyedout
30244 status open
30245
30246 \begin_layout Plain Layout
30247
30248 \series bold
30249 Note:
30250 \series default
30251  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30252  redimensionnés.
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \end_layout
30259
30260 \begin_layout Standard
30261 \begin_inset Note Greyedout
30262 status open
30263
30264 \begin_layout Plain Layout
30265
30266 \series bold
30267 Note:
30268 \series default
30269  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30270  redimensionnée.
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \begin_layout Subsection
30279 Les Boîtes pivotées
30280 \begin_inset Index
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284 Boîtes ! pivotées
30285 \end_layout
30286
30287 \end_inset
30288
30289
30290 \begin_inset Index
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294 Pivoter des objets
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \begin_inset Index
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 Figures ! Pivotées
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset Index
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314 Tableau ! Pivoter
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30324  (rotated).
30325  Une telle boîte est créée avec la commande 
30326 \series bold
30327
30328 \backslash
30329 rotatebox
30330 \series default
30331  en code TeX avec la syntaxe
30332 \end_layout
30333
30334 \begin_layout Standard
30335
30336 \series bold
30337
30338 \backslash
30339 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30340 \end_layout
30341
30342 \begin_layout Standard
30343 La position du pivot est donnée par l'origine de rotation spécifiée sous
30344  la forme 
30345 \series bold
30346 origin=position
30347 \series default
30348 .
30349  Les valeurs suivantes sont possibles pour la position: 
30350 \emph on
30351 c
30352 \emph default
30353  (centre), 
30354 \emph on
30355 l
30356 \emph default
30357  (gauche/
30358 \lang english
30359 left
30360 \lang french
30361 ), 
30362 \emph on
30363 r
30364 \emph default
30365  (droite/
30366 \lang english
30367 right
30368 \lang french
30369 ), 
30370 \emph on
30371 b
30372 \emph default
30373  (bas/
30374 \lang english
30375 bottom
30376 \lang french
30377 ), 
30378 \emph on
30379 t
30380 \emph default
30381  (haut/
30382 \lang english
30383 top
30384 \lang french
30385 ), et aussi des combinaisons des quatre positions de base.
30386  Par exemple 
30387 \emph on
30388 lt
30389 \emph default
30390  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30391  Quand on ne donne pas d'origine, la position 
30392 \emph on
30393 l
30394 \emph default
30395  est utilisée.
30396  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30397  ou négatif.
30398  Le sens positif de rotation est anti-horaire.
30399 \end_layout
30400
30401 \begin_layout Standard
30402 Dans l'exemple qui suit, la commande 
30403 \series bold
30404
30405 \backslash
30406 rotatebox[origin=c]{60}{
30407 \series default
30408  a été insérée en code TeX juste avant le texte 
30409 \begin_inset Quotes eld
30410 \end_inset
30411
30412 pivoté de 90°
30413 \begin_inset Quotes erd
30414 \end_inset
30415
30416  ; la boîte est refermée juste après le texte par une accolade fermante
30417  
30418 \begin_inset Quotes eld
30419 \end_inset
30420
30421 }
30422 \begin_inset Quotes erd
30423 \end_inset
30424
30425  en code TeX.
30426 \end_layout
30427
30428 \begin_layout Standard
30429 Voici une ligne avec du texte 
30430 \begin_inset ERT
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434
30435
30436 \backslash
30437 rotatebox[origin=c]{60}{
30438 \end_layout
30439
30440 \end_inset
30441
30442 pivoté de 60°
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448 }
30449 \end_layout
30450
30451 \end_inset
30452
30453 .
30454 \end_layout
30455
30456 \begin_layout Standard
30457 La boîte peut contenir une autre boîte ou une formule en ligne :
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Voici une ligne avec du texte 
30462 \begin_inset ERT
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466
30467
30468 \backslash
30469 rotatebox[origin=r]{-60}{
30470 \end_layout
30471
30472 \end_inset
30473
30474
30475 \begin_inset Box Doublebox
30476 position "c"
30477 hor_pos "c"
30478 has_inner_box 0
30479 inner_pos "c"
30480 use_parbox 0
30481 width "1in"
30482 special "width"
30483 height "1in"
30484 height_special "totalheight"
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488 pivoté de -60°
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499 }
30500 \end_layout
30501
30502 \end_inset
30503
30504  et encadré 
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 rotatebox[origin=lb]{60}{
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30519 \end_inset
30520
30521
30522 \begin_inset ERT
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526
30527 }
30528 \end_layout
30529
30530 \end_inset
30531
30532  et une formule.
30533 \end_layout
30534
30535 \begin_layout Standard
30536 ou encore une figure ou un tableau :
30537 \end_layout
30538
30539 \begin_layout Standard
30540 Voici une ligne
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 rotatebox[origin=lb]{90}{
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \begin_inset Graphics
30555         filename ../clipart/platypus.eps
30556         lyxscale 50
30557         width 25col%
30558
30559 \end_inset
30560
30561
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567 }
30568 \end_layout
30569
30570 \end_inset
30571
30572  avec une image pivotée de 90° 
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 rotatebox[origin=l]{-90}{
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset Tabular
30587 <lyxtabular version="3" rows="2" columns="2">
30588 <features>
30589 <column alignment="center" valignment="top" width="0">
30590 <column alignment="center" valignment="top" width="0">
30591 <row>
30592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 q
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605 w
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 </row>
30611 <row>
30612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30613 \begin_inset Text
30614
30615 \begin_layout Plain Layout
30616 e
30617 \end_layout
30618
30619 \end_inset
30620 </cell>
30621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30622 \begin_inset Text
30623
30624 \begin_layout Plain Layout
30625 r
30626 \end_layout
30627
30628 \end_inset
30629 </cell>
30630 </row>
30631 </lyxtabular>
30632
30633 \end_inset
30634
30635
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641 }
30642 \end_layout
30643
30644 \end_inset
30645
30646  et un tableau.
30647 \end_layout
30648
30649 \begin_layout Subsection
30650 Les boîtes redimensionnées
30651 \begin_inset Index
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Boîtes ! Redimensionnées
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset Index
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Redimensionner des objets
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \begin_inset Index
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 Figures ! Redimensionnées
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \begin_inset Index
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Tableau ! Redimensionner
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Pour redimensionner des objets on peut utiliser les commandes 
30695 \series bold
30696
30697 \backslash
30698 scalebox
30699 \series default
30700  et 
30701 \series bold
30702
30703 \backslash
30704 resizebox
30705 \series default
30706  insérées sous forme de code TeX.
30707 \end_layout
30708
30709 \begin_layout Standard
30710
30711 \series bold
30712
30713 \backslash
30714 scalebox
30715 \series default
30716  est utilisée avec la syntaxe suivante :
30717 \end_layout
30718
30719 \begin_layout Standard
30720
30721 \series bold
30722
30723 \backslash
30724 scalebox{horizontal}[vertical]{contenu de la boîte}
30725 \end_layout
30726
30727 \begin_layout Standard
30728 Horizontal et vertical sont les facteurs d'échelle correspondants.
30729  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30730  utilisé comme facteur vertical.
30731 \end_layout
30732
30733 \begin_layout Standard
30734 Par exemple, la commande 
30735 \series bold
30736
30737 \backslash
30738 scalebox{2}{Bonjour}
30739 \series default
30740  crée un 
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 scalebox{2}{
30749 \end_layout
30750
30751 \end_inset
30752
30753 Bonjour
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 }
30760 \end_layout
30761
30762 \end_inset
30763
30764  de taille double par rapport à la taille du texte du document.
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 scalebox{2}[1]{Hello}
30773 \series default
30774  au contraire va déformer le 
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780
30781 \backslash
30782 scalebox{2}[1]{
30783 \end_layout
30784
30785 \end_inset
30786
30787 Bonjour
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793 }
30794 \end_layout
30795
30796 \end_inset
30797
30798 .
30799 \end_layout
30800
30801 \begin_layout Standard
30802 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30803  La commande 
30804 \series bold
30805
30806 \backslash
30807 scalebox{-1}[1]{Hello}
30808 \series default
30809  peut donc être utilisée pour créer du texte en miroir : 
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815
30816 \backslash
30817 scalebox{-1}[1]{
30818 \end_layout
30819
30820 \end_inset
30821
30822 Bonjour
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828 }
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \begin_layout Standard
30837
30838 \series bold
30839
30840 \backslash
30841 scalebox{1}[-1]{Bonjour}
30842 \series default
30843  effectue une réflexion du 
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 scalebox{1}[-1]{
30852 \end_layout
30853
30854 \end_inset
30855
30856 Bonjour
30857 \begin_inset ERT
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861
30862 }
30863 \end_layout
30864
30865 \end_inset
30866
30867  par rapport à la ligne de base.
30868 \end_layout
30869
30870 \begin_layout Standard
30871 La commande 
30872 \series bold
30873
30874 \backslash
30875 reflectbox{contenu de la boîte} 
30876 \series default
30877 existe aussi et est équivalente à
30878 \series bold
30879  
30880 \backslash
30881 scalebox{-1}[1]{contenu de la boîte}.
30882
30883 \series default
30884  
30885 \begin_inset Newline newline
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Standard
30892 \begin_inset VSpace bigskip
30893 \end_inset
30894
30895 La commande 
30896 \series bold
30897
30898 \backslash
30899 resizebox
30900 \series default
30901  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30902  données.
30903  La syntaxe de la commande est :
30904 \end_layout
30905
30906 \begin_layout Standard
30907
30908 \series bold
30909
30910 \backslash
30911 resizebox{largeur}{hauteur}{contenu de la boîte}
30912 \end_layout
30913
30914 \begin_layout Standard
30915 Si un des deux paramètres est remplacé par un point d'exclamation 
30916 \series bold
30917 !
30918 \series default
30919 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30920 \end_layout
30921
30922 \begin_layout Standard
30923 La commande 
30924 \series bold
30925
30926 \backslash
30927 resizebox{2cm}{1cm}{Bonjour}
30928 \series default
30929  produit : 
30930 \begin_inset ERT
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934
30935
30936 \backslash
30937 resizebox{2cm}{1cm}{
30938 \end_layout
30939
30940 \end_inset
30941
30942 Bonjour
30943 \begin_inset ERT
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947
30948 }
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \begin_inset Newline newline
30955 \end_inset
30956
30957 La commande 
30958 \series bold
30959
30960 \backslash
30961 resizebox{2cm}{!}{Bonjour}
30962 \series default
30963  produit : 
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 resizebox{2cm}{!}{
30972 \end_layout
30973
30974 \end_inset
30975
30976 Bonjour
30977 \begin_inset ERT
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981
30982 }
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset VSpace bigskip
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \begin_layout Standard
30998 \begin_inset Note Greyedout
30999 status open
31000
31001 \begin_layout Plain Layout
31002
31003 \series bold
31004 Note:
31005 \series default
31006  Quand les paramètres des commandes 
31007 \series bold
31008
31009 \backslash
31010 scalebox
31011 \series default
31012  ou 
31013 \series bold
31014
31015 \backslash
31016 resizebox
31017 \series default
31018  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31019  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31020  partiellement.
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \end_layout
31027
31028 \begin_layout Standard
31029 \begin_inset VSpace bigskip
31030 \end_inset
31031
31032
31033 \end_layout
31034
31035 \begin_layout Standard
31036 Les boîtes peuvent être combinée dans n'importe quel ordre.
31037  Par exemple, la commande 
31038 \begin_inset Newline newline
31039 \end_inset
31040
31041
31042 \series bold
31043
31044 \backslash
31045 rotatebox[origin=c]{-45}{
31046 \backslash
31047 resizebox{2cm}{!}{
31048 \backslash
31049 reflectbox{Bonjour}}}
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053
31054 \series default
31055 produit :
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \align center
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 rotatebox[origin=c]{-45}{
31068 \backslash
31069 resizebox{2cm}{!}{
31070 \backslash
31071 reflectbox{
31072 \end_layout
31073
31074 \end_inset
31075
31076 Bonjour
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082 }}}
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Standard
31091 \noindent
31092 Les images, les tableaux et les formules sont autorisées comme contenu de
31093  boîte :
31094 \end_layout
31095
31096 \begin_layout Standard
31097 \align center
31098 \begin_inset ERT
31099 status collapsed
31100
31101 \begin_layout Plain Layout
31102
31103
31104 \backslash
31105 rotatebox[origin=c]{-30}{
31106 \backslash
31107 resizebox{2cm}{!}{
31108 \backslash
31109 reflectbox{
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \begin_inset Graphics
31116         filename ../clipart/platypus.eps
31117         lyxscale 50
31118         width 25col%
31119
31120 \end_inset
31121
31122
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128 }}}
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139
31140 \backslash
31141 rotatebox[origin=c]{-45}{
31142 \backslash
31143 resizebox{2cm}{!}{
31144 \backslash
31145 reflectbox{
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \begin_inset Tabular
31152 <lyxtabular version="3" rows="2" columns="2">
31153 <features>
31154 <column alignment="center" valignment="top" width="0">
31155 <column alignment="center" valignment="top" width="0">
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 q
31162 \end_layout
31163
31164 \end_inset
31165 </cell>
31166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170 w
31171 \end_layout
31172
31173 \end_inset
31174 </cell>
31175 </row>
31176 <row>
31177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31178 \begin_inset Text
31179
31180 \begin_layout Plain Layout
31181 e
31182 \end_layout
31183
31184 \end_inset
31185 </cell>
31186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Plain Layout
31190 r
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 </row>
31196 </lyxtabular>
31197
31198 \end_inset
31199
31200
31201 \begin_inset ERT
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205
31206 }}}
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 rotatebox[origin=c]{-45}{
31220 \backslash
31221 resizebox{2cm}{!}{
31222 \backslash
31223 reflectbox{
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31230 \end_inset
31231
31232
31233 \begin_inset ERT
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237
31238 }}}
31239 \end_layout
31240
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \begin_layout Standard
31247 Quand on utilise le style global de formule 
31248 \series bold
31249 fleqn
31250 \series default
31251  dans le document
31252 \begin_inset Foot
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256 Quand 
31257 \begin_inset Quotes eld
31258 \end_inset
31259
31260 fleqn
31261 \begin_inset Quotes erd
31262 \end_inset
31263
31264  est ajouté aux options de la classe de document.
31265 \end_layout
31266
31267 \end_inset
31268
31269 , les formules hors texte peuvent aussi être redimensionnées.
31270 \end_layout
31271
31272 \begin_layout Chapter
31273 Trucs Externes
31274 \begin_inset Index
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278 Trucs externes
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Standard
31287 Avec le menu 
31288 \family sans
31289 Insérer\SpecialChar \menuseparator
31290 Fichier
31291 \family default
31292  vous pouvez insérer un contenu externe à votre document.
31293  Ce contenu peut être :
31294 \end_layout
31295
31296 \begin_layout Description
31297 Document
31298 \begin_inset space ~
31299 \end_inset
31300
31301 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31302  document.
31303 \end_layout
31304
31305 \begin_layout Description
31306 Texte
31307 \begin_inset space ~
31308 \end_inset
31309
31310 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31311 e.
31312 \end_layout
31313
31314 \begin_layout Description
31315 Texte
31316 \begin_inset space ~
31317 \end_inset
31318
31319 Brut
31320 \begin_inset space ~
31321 \end_inset
31322
31323 par
31324 \begin_inset space ~
31325 \end_inset
31326
31327 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31328  Les lignes vides créent un nouveau paragraphe dans votre document.
31329 \end_layout
31330
31331 \begin_layout Description
31332 Objet
31333 \begin_inset space ~
31334 \end_inset
31335
31336 Externe Fichiers de formats variés.
31337 \end_layout
31338
31339 \begin_layout Description
31340 Sous-Document Documents LyX ou LaTeX.
31341 \end_layout
31342
31343 \begin_layout Section
31344 Objets Externes 
31345 \begin_inset Index
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 Trucs externes ! Objets Externes
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Standard
31358 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31359  de fichiers dans votre document sans avoir à convertir ces derniers en
31360  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31361  qui va s'occuper des conversions.
31362  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31363  LyX des images dans des formats divers.
31364 \end_layout
31365
31366 \begin_layout Standard
31367 On insère des objets externes en utilisant la fenêtre de dialogue 
31368 \family sans
31369 Objet
31370 \begin_inset space ~
31371 \end_inset
31372
31373 Externe
31374 \family default
31375  qui est accessible via le menu 
31376 \family sans
31377 Insérer\SpecialChar \menuseparator
31378 Fichiers\SpecialChar \menuseparator
31379 Objet
31380 \begin_inset space ~
31381 \end_inset
31382
31383 Externe
31384 \family default
31385 .
31386  Actuellement les types de fichiers (
31387 \family sans
31388 Modèles
31389 \family default
31390 ) suivants sont autorisés :
31391 \end_layout
31392
31393 \begin_layout Description
31394 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31395  par le programme 
31396 \series bold
31397
31398 \begin_inset CommandInset href
31399 LatexCommand href
31400 name "XBoard"
31401 target "http://en.wikipedia.org/wiki/XBoard"
31402
31403 \end_inset
31404
31405
31406 \series default
31407 .
31408 \end_layout
31409
31410 \begin_layout Description
31411 Date Ce modèle insère la date sous la forme 
31412 \emph on
31413 Jour-Mois-Année
31414 \emph default
31415 .
31416  Voici un exemple de date insérée comme objet externe :: 
31417 \begin_inset External
31418         template Date
31419         filename .
31420
31421 \end_inset
31422
31423
31424 \lang english
31425
31426 \begin_inset space ~
31427 \end_inset
31428
31429
31430 \begin_inset Note Note
31431 status open
31432
31433 \begin_layout Plain Layout
31434
31435 \lang english
31436 Remove the protected space when bug 4398 is fixed!
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \lang french
31443
31444 \begin_inset Newline newline
31445 \end_inset
31446
31447 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31448  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31449 \family sans
31450 Insérer\SpecialChar \menuseparator
31451 Date
31452 \family default
31453  et avec la commande LaTeX 
31454 \series bold
31455
31456 \backslash
31457 today
31458 \series default
31459  entrée comme code TeX.
31460  Ces différentes méthodes sont comparée dans le tableau
31461 \begin_inset space ~
31462 \end_inset
31463
31464
31465 \begin_inset CommandInset ref
31466 LatexCommand ref
31467 reference "tab:Comparaison-des-dates"
31468
31469 \end_inset
31470
31471 .
31472 \end_layout
31473
31474 \begin_layout Description
31475 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31476  par le programme 
31477 \series bold
31478
31479 \begin_inset CommandInset href
31480 LatexCommand href
31481 name "LilyPond"
31482 target "http://en.wikipedia.org/wiki/LilyPond"
31483
31484 \end_inset
31485
31486
31487 \series default
31488 .
31489 \end_layout
31490
31491 \begin_layout Description
31492 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31493  À peu près tous les formats d'images populaires sont acceptés.
31494  Les images peuvent être traitées dans la fenêtre de dialogue 
31495 \family sans
31496 Objet
31497 \begin_inset space ~
31498 \end_inset
31499
31500 Externe
31501 \family default
31502  comme les images qui sont habituellement incorporées en utilisant le menu
31503  
31504 \family sans
31505 Insérer\SpecialChar \menuseparator
31506 Graphique
31507 \family default
31508 , comme c'est décrit dans la section
31509 \begin_inset space ~
31510 \end_inset
31511
31512
31513 \begin_inset CommandInset ref
31514 LatexCommand ref
31515 reference "sec:Graphics-Dialog"
31516
31517 \end_inset
31518
31519 .
31520  La différence est que seules les images matricielles sont autorisées, ce
31521  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31522 \end_layout
31523
31524 \begin_layout Description
31525 XFig Ce modèle accepte les images créées avec le programme 
31526 \series bold
31527
31528 \begin_inset CommandInset href
31529 LatexCommand href
31530 name "Xfig"
31531 target "http://en.wikipedia.org/wiki/Xfig"
31532
31533 \end_inset
31534
31535
31536 \series default
31537 .
31538 \end_layout
31539
31540 \begin_layout Standard
31541 \begin_inset Float table
31542 placement h
31543 wide false
31544 sideways false
31545 status open
31546
31547 \begin_layout Plain Layout
31548 \begin_inset Caption
31549
31550 \begin_layout Plain Layout
31551 \begin_inset CommandInset label
31552 LatexCommand label
31553 name "tab:Comparaison-des-dates"
31554
31555 \end_inset
31556
31557 Comparaison des méthodes d'insertion de la date.
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Plain Layout
31566 \align center
31567 \begin_inset Tabular
31568 <lyxtabular version="3" rows="4" columns="4">
31569 <features>
31570 <column alignment="center" valignment="top" width="0">
31571 <column alignment="center" valignment="top" width="0">
31572 <column alignment="center" valignment="top" width="0">
31573 <column alignment="center" valignment="top" width="0">
31574 <row>
31575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31576 \begin_inset Text
31577
31578 \begin_layout Plain Layout
31579 Format du document
31580 \end_layout
31581
31582 \end_inset
31583 </cell>
31584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31585 \begin_inset Text
31586
31587 \begin_layout Plain Layout
31588
31589 \family sans
31590 Objet
31591 \begin_inset space ~
31592 \end_inset
31593
31594 Externe\SpecialChar \menuseparator
31595 Date
31596 \end_layout
31597
31598 \end_inset
31599 </cell>
31600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31601 \begin_inset Text
31602
31603 \begin_layout Plain Layout
31604
31605 \family sans
31606 Insérer\SpecialChar \menuseparator
31607 Date
31608 \end_layout
31609
31610 \end_inset
31611 </cell>
31612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 commande 
31617 \series bold
31618
31619 \backslash
31620 today
31621 \end_layout
31622
31623 \end_inset
31624 </cell>
31625 </row>
31626 <row>
31627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31628 \begin_inset Text
31629
31630 \begin_layout Plain Layout
31631 LyX
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 comme boîte d'insert
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 comme date
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 comme boîte de code TeX
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 </row>
31664 <row>
31665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669 LaTeX
31670 \end_layout
31671
31672 \end_inset
31673 </cell>
31674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31675 \begin_inset Text
31676
31677 \begin_layout Plain Layout
31678 comme date
31679 \end_layout
31680
31681 \end_inset
31682 </cell>
31683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687 comme date
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31693 \begin_inset Text
31694
31695 \begin_layout Plain Layout
31696 comme commande
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 </row>
31702 <row>
31703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 DVI, PDF, PS
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 comme date
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31722 \begin_inset Text
31723
31724 \begin_layout Plain Layout
31725 comme date
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31731 \begin_inset Text
31732
31733 \begin_layout Plain Layout
31734 comme date date
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 </row>
31740 </lyxtabular>
31741
31742 \end_inset
31743
31744
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Standard
31753 Quand vous activez l'option 
31754 \family sans
31755 Brouillon
31756 \family default
31757  de l'onglet 
31758 \family sans
31759 Fichier
31760 \family default
31761  de la fenêtre de dialogue 
31762 \family sans
31763 Objet
31764 \begin_inset space ~
31765 \end_inset
31766
31767 Externe
31768 \family default
31769 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31770 \begin_inset Newline newline
31771 \end_inset
31772
31773 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31774  : 
31775 \begin_inset Graphics
31776         filename ../clipart/ExternalMaterialQt4.png
31777         scale 85
31778         scaleBeforeRotation
31779
31780 \end_inset
31781
31782  soit comme une image, selon que vous avez ou non activé l'option 
31783 \family sans
31784 Afficher
31785 \begin_inset space ~
31786 \end_inset
31787
31788 dans
31789 \begin_inset space ~
31790 \end_inset
31791
31792 LyX
31793 \family default
31794  de l'onglet 
31795 \family sans
31796 Vue
31797 \begin_inset space ~
31798 \end_inset
31799
31800 LyX
31801 \family default
31802  de la fenêtre de dialogue 
31803 \family sans
31804 Objet
31805 \begin_inset space ~
31806 \end_inset
31807
31808 Externe
31809 \family default
31810 .
31811 \end_layout
31812
31813 \begin_layout Standard
31814 Le manuel 
31815 \family sans
31816 \emph on
31817 Personnalisation
31818 \family default
31819 \emph default
31820  explique comment vous pouvez créer vos propres modèles.
31821 \end_layout
31822
31823 \begin_layout Section
31824 Sous-Documents
31825 \begin_inset CommandInset label
31826 LatexCommand label
31827 name "sec:Sous-Documents"
31828
31829 \end_inset
31830
31831
31832 \begin_inset Index
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836 Trucs externes ! Sous-Documents
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \begin_inset Index
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 Fichiers ! Insérer
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \end_layout
31853
31854 \begin_layout Standard
31855 Les sous-documents sont utilisés quand on a un document très long qui peut
31856  être décomposé en plusieurs parties ou sections plus petites.
31857  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31858  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31859  Les différents documents sont ce que l'on appelle les sous-documents et
31860  un document maître les relie pour imprimer le document complet ou seulement
31861  une partie de celui-ci.
31862 \end_layout
31863
31864 \begin_layout Standard
31865 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31866  comme celle-ci : 
31867 \begin_inset Graphics
31868         filename clipart/ChildDocumentQt4.png
31869         scale 60
31870         scaleBeforeRotation
31871
31872 \end_inset
31873
31874  Pour inclure des sous-documents dans un document maître , on utilise le
31875  menu 
31876 \family sans
31877 Insérer\SpecialChar \menuseparator
31878 Fichier\SpecialChar \menuseparator
31879 Sous-Document
31880 \family default
31881 .
31882  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31883  des quatre méthodes d'inclusion :
31884 \end_layout
31885
31886 \begin_layout Description
31887 Inclus
31888 \begin_inset space ~
31889 \end_inset
31890
31891 (include) Vous pouvez inclure des documents LyX et LaTeX.
31892  Quand vous cliquez sur le bouton 
31893 \family sans
31894 Charger
31895 \family default
31896  dans la fenêtre de dialogue 
31897 \family sans
31898 Sous-Document
31899 \family default
31900 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31901  vous puissiez le modifier.
31902 \begin_inset Newline newline
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \begin_layout Standard
31909 Voici un sous-document inséré avec la méthode 
31910 \family sans
31911 Inclus
31912 \family default
31913  : 
31914 \begin_inset CommandInset include
31915 LatexCommand include
31916 filename "DocumentBidon1.lyx"
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \begin_layout Standard
31924 La numérotation des sections va prendre en compte les sections des fichiers
31925  incorporés dans l'ordre où ils sont insérés dans le document maître.
31926  Le document qui est inclus comme exemple possède une sous-section qui sera
31927  numérotée comme sous-section de la section actuelle.
31928  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31929  : la sous-section
31930 \begin_inset space ~
31931 \end_inset
31932
31933
31934 \begin_inset CommandInset ref
31935 LatexCommand ref
31936 reference "sub:Sous-section-externe-1"
31937
31938 \end_inset
31939
31940  est dans le fichier inclus.
31941 \end_layout
31942
31943 \begin_layout Standard
31944 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31945  du document maître est utilisé.
31946  Les documents inclus sont insérés en commençant une nouvelle page et sont
31947  suivis par un saut de page.
31948 \end_layout
31949
31950 \begin_layout Standard
31951 Avec la commande LaTeX 
31952 \series bold
31953
31954 \backslash
31955 includeonly 
31956 \series default
31957 vous pouvez préciser quels sous-documents seront traités pour générer la
31958  sortie imprimée.
31959  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31960  important puisque cela vous fait économiser du temps de compilation.
31961  La commande 
31962 \series bold
31963
31964 \backslash
31965 includeonly
31966 \series default
31967  est insérée dans le préambule du document maître.
31968  Elle prend comme arguments une liste de noms de fichiers séparés par des
31969  virgules, par exemple :
31970 \end_layout
31971
31972 \begin_layout Standard
31973
31974 \series bold
31975
31976 \backslash
31977 includeonly{chapitre1,chapitre5}
31978 \end_layout
31979
31980 \begin_layout Standard
31981 fera que seuls les fichiers nommés 
31982 \begin_inset Quotes eld
31983 \end_inset
31984
31985 chapitre1.lyx
31986 \begin_inset Quotes erd
31987 \end_inset
31988
31989  (ou 
31990 \begin_inset Quotes eld
31991 \end_inset
31992
31993 chapitre1.tex
31994 \begin_inset Quotes erd
31995 \end_inset
31996
31997 ) et 
31998 \begin_inset Quotes eld
31999 \end_inset
32000
32001 chapitre5.lyx
32002 \begin_inset Quotes erd
32003 \end_inset
32004
32005  seront traités lors de la compilation.
32006 \end_layout
32007
32008 \begin_layout Standard
32009 \begin_inset Note Greyedout
32010 status open
32011
32012 \begin_layout Plain Layout
32013
32014 \series bold
32015 Note:
32016 \series default
32017  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32018  une classe de document différente de celle du document maître, vous recevez
32019  un avertissement quand vous tentez une visualisation ou une exportation,
32020  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Description
32029 Incorporé
32030 \begin_inset space ~
32031 \end_inset
32032
32033 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32034  sont :
32035 \end_layout
32036
32037 \begin_deeper
32038 \begin_layout Itemize
32039 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32040  par un saut de page.
32041 \end_layout
32042
32043 \begin_layout Itemize
32044 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32045  
32046 \family sans
32047 Aperçu
32048 \begin_inset space ~
32049 \end_inset
32050
32051 sur
32052 \begin_inset space ~
32053 \end_inset
32054
32055 le
32056 \begin_inset space ~
32057 \end_inset
32058
32059 vif
32060 \family default
32061  est activée dans les préférences dans la rubrique 
32062 \family sans
32063 Apparence\SpecialChar \menuseparator
32064 Graphique
32065 \family default
32066 .
32067 \end_layout
32068
32069 \begin_layout Itemize
32070 La commande LaTeX 
32071 \series bold
32072
32073 \backslash
32074 includeonly
32075 \series default
32076  ne peut pas être utilisée.
32077 \end_layout
32078
32079 \end_deeper
32080 \begin_layout Standard
32081 Voici un sous document inséré en utilisant la méthode 
32082 \family sans
32083 Incorporé
32084 \family default
32085  : 
32086 \begin_inset CommandInset include
32087 LatexCommand input
32088 preview true
32089 filename "DocumentBidon2.lyx"
32090
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Description
32097 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32098  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32099  sous forme de code source et aucune des commandes éventuellement présentes
32100  ne sera exécutée.
32101  Vous pouvez utiliser l'option 
32102 \family sans
32103 Marquer
32104 \begin_inset space ~
32105 \end_inset
32106
32107 les
32108 \begin_inset space ~
32109 \end_inset
32110
32111 espaces
32112 \family default
32113  qui matérialise chaque espace présente dans le code source par un caractère
32114  
32115 \begin_inset Quotes eld
32116 \end_inset
32117
32118
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 textvisiblespace 
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \begin_inset Quotes erd
32133 \end_inset
32134
32135  .
32136  La différence avec la méthode qui consiste à utiliser le menu 
32137 \family sans
32138 Insérer\SpecialChar \menuseparator
32139 Fichier\SpecialChar \menuseparator
32140 Texte
32141 \begin_inset space ~
32142 \end_inset
32143
32144 brut
32145 \family default
32146  est que le contenu du document n'apparaît pas dans LyX.
32147 \end_layout
32148
32149 \begin_layout Standard
32150 Voici un sous-document inclus en utilisant la méthode 
32151 \family sans
32152 verbatim
32153 \family default
32154  : 
32155 \begin_inset CommandInset include
32156 LatexCommand verbatiminput
32157 filename "DocumentTexteBidon.txt"
32158
32159 \end_inset
32160
32161
32162 \begin_inset VSpace bigskip
32163 \end_inset
32164
32165 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32166  l'option 
32167 \family sans
32168 Marquer
32169 \begin_inset space ~
32170 \end_inset
32171
32172 les
32173 \begin_inset space ~
32174 \end_inset
32175
32176 espaces :
32177 \family default
32178  
32179 \begin_inset CommandInset include
32180 LatexCommand verbatiminput*
32181 filename "DocumentTexteBidon.txt"
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset VSpace bigskip
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Standard
32196 \begin_inset Note Greyedout
32197 status open
32198
32199 \begin_layout Plain Layout
32200
32201 \series bold
32202 Note:
32203 \series default
32204  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32205  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Description
32214 Listings Ce type d'inclusion est décrit dans le chapitre
32215 \begin_inset space ~
32216 \end_inset
32217
32218
32219 \begin_inset CommandInset ref
32220 LatexCommand ref
32221 reference "cha:Program-Code-Listings"
32222
32223 \end_inset
32224
32225 .
32226 \end_layout
32227
32228 \begin_layout Standard
32229 \begin_inset Note Greyedout
32230 status open
32231
32232 \begin_layout Plain Layout
32233
32234 \series bold
32235 Note:
32236 \series default
32237  Inclure le même document deux fois dans un même document peut poser des
32238  problèmes avec LaTeX.
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Chapter
32247 Listings de Code Source
32248 \begin_inset CommandInset label
32249 LatexCommand label
32250 name "cha:Program-Code-Listings"
32251
32252 \end_inset
32253
32254
32255 \begin_inset Index
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 Listings
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \begin_inset Index
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269 Code Source
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \begin_inset Index
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Flottants ! Listings
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Standard
32288 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32289  un insert 
32290 \family sans
32291 Listings
32292 \family default
32293  qui peut être créé grâce au menu 
32294 \family sans
32295 Insérer
32296 \family default
32297 \SpecialChar \menuseparator
32298
32299 \family sans
32300 Listing
32301 \begin_inset space ~
32302 \end_inset
32303
32304 de
32305 \begin_inset space ~
32306 \end_inset
32307
32308 Code
32309 \begin_inset space ~
32310 \end_inset
32311
32312 Source
32313 \family default
32314 .
32315  Le paquetage LaTeX 
32316 \series bold
32317 listings
32318 \series default
32319
32320 \begin_inset Index
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324 Paquetages LaTeX ! listings
32325 \end_layout
32326
32327 \end_inset
32328
32329  fournit un moyen puissant et flexible d'insérer des listings de code source
32330  dans votre document.
32331  
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32336  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32337 \end_layout
32338
32339 \begin_layout Standard
32340 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32341  L'option d'emplacement 
32342 \family sans
32343 Listing
32344 \begin_inset space ~
32345 \end_inset
32346
32347 en
32348 \begin_inset space ~
32349 \end_inset
32350
32351 Ligne
32352 \family default
32353  imprime le listing dans la ligne comme ceci : 
32354 \begin_inset listings
32355 lstparams "language={C++}"
32356 inline true
32357 status open
32358
32359 \begin_layout Plain Layout
32360
32361 \lang english
32362 int a=5;
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \begin_inset Newline newline
32369 \end_inset
32370
32371 L'option 
32372 \family sans
32373 Flottant
32374 \family default
32375  crée un flottant de listing pour lequel vous pouvez préciser les options
32376  classiques d'emplacement : 
32377 \begin_inset Quotes eld
32378 \end_inset
32379
32380
32381 \family sans
32382 h
32383 \family default
32384
32385 \begin_inset Quotes erd
32386 \end_inset
32387
32388
32389 \begin_inset Quotes eld
32390 \end_inset
32391
32392
32393 \family sans
32394 t
32395 \family default
32396
32397 \begin_inset Quotes erd
32398 \end_inset
32399
32400
32401 \begin_inset Quotes eld
32402 \end_inset
32403
32404
32405 \family sans
32406 b
32407 \family default
32408
32409 \begin_inset Quotes erd
32410 \end_inset
32411
32412 , et 
32413 \begin_inset Quotes eld
32414 \end_inset
32415
32416
32417 \family sans
32418 p
32419 \family default
32420
32421 \begin_inset Quotes erd
32422 \end_inset
32423
32424  correspondant aux emplacement décrits dans la section
32425 \begin_inset space ~
32426 \end_inset
32427
32428
32429 \begin_inset CommandInset ref
32430 LatexCommand ref
32431 reference "sec:Placement-flottants"
32432
32433 \end_inset
32434
32435 .
32436  Les options de positionnement peuvent être mélangées et doivent être saisies
32437  sans séparation, par exemple, on peut taper 
32438 \begin_inset Quotes eld
32439 \end_inset
32440
32441
32442 \family sans
32443 htbp
32444 \family default
32445
32446 \begin_inset Quotes erd
32447 \end_inset
32448
32449 .
32450  L' option 
32451 \begin_inset Quotes eld
32452 \end_inset
32453
32454 h
32455 \begin_inset Quotes erd
32456 \end_inset
32457
32458  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32459  
32460 \family sans
32461 Flottant
32462 \family default
32463  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32464  légende et être référencés.
32465 \end_layout
32466
32467 \begin_layout Standard
32468 Vous pouvez ajouter une légende à un listing avec le menu 
32469 \family sans
32470 Insérer\SpecialChar \menuseparator
32471 Légende
32472 \family default
32473 .
32474  On peut référencer les listings de la même façon que les flottants :Voir
32475  le listing
32476 \begin_inset space ~
32477 \end_inset
32478
32479
32480 \begin_inset CommandInset ref
32481 LatexCommand ref
32482 reference "lst:Listing-exemple"
32483
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \begin_layout Standard
32490 \begin_inset listings
32491 lstparams "language=Python"
32492 inline false
32493 status open
32494
32495 \begin_layout Plain Layout
32496
32497 \lang english
32498 \begin_inset Caption
32499
32500 \begin_layout Plain Layout
32501 \begin_inset CommandInset label
32502 LatexCommand label
32503 name "lst:Listing-exemple"
32504
32505 \end_inset
32506
32507 Exemple de listing flottant
32508 \end_layout
32509
32510 \end_inset
32511
32512 # Exemple de listing flottant
32513 \end_layout
32514
32515 \begin_layout Plain Layout
32516
32517 \lang english
32518 def func(param):
32519 \end_layout
32520
32521 \begin_layout Plain Layout
32522
32523 \lang english
32524     'ceci est une fonction python'
32525 \end_layout
32526
32527 \begin_layout Plain Layout
32528
32529 \lang english
32530     pass
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32540  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32541  de manière particulière dans la sortie imprimée.
32542  Dans l'exemple de listing, le mot clé Python 
32543 \begin_inset Quotes eld
32544 \end_inset
32545
32546 def
32547 \begin_inset Quotes erd
32548 \end_inset
32549
32550  est reconnu et imprimé en caractères gras dans la sortie.
32551 \end_layout
32552
32553 \begin_layout Standard
32554 \begin_inset Note Greyedout
32555 status open
32556
32557 \begin_layout Plain Layout
32558
32559 \series bold
32560 Note:
32561 \series default
32562  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32563  une police de caractères à chasse fixe, c'est que votre police ne contient
32564  probablement pas de série grasse.
32565  Dans ce cas choisissez une police différente dans le menu 
32566 \family sans
32567 Document\SpecialChar \menuseparator
32568 Paramètres\SpecialChar \menuseparator
32569 Polices
32570 \family default
32571 .
32572  (Les polices 
32573 \emph on
32574 LuxiMono, BeraMono
32575 \emph default
32576  et 
32577 \emph on
32578 Courier
32579 \emph default
32580  contiennent une série grasse.)
32581 \end_layout
32582
32583 \end_inset
32584
32585
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Dans la rubrique 
32590 \family sans
32591 Numérotation
32592 \begin_inset space ~
32593 \end_inset
32594
32595 des
32596 \begin_inset space ~
32597 \end_inset
32598
32599 Lignes
32600 \family default
32601  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32602 n des lignes.
32603  Vous pouvez mettre un nombre dans le champ 
32604 \family sans
32605 Pas
32606 \family default
32607  pour désigner les lignes qui seront numérotées.
32608  Par exemple, si vous mettez 
32609 \begin_inset Quotes eld
32610 \end_inset
32611
32612 3
32613 \begin_inset Quotes erd
32614 \end_inset
32615
32616 , seule une ligne sur trois sera numérotée.
32617 \end_layout
32618
32619 \begin_layout Standard
32620 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32621  apparaîtront dans la sortie.
32622  Vous devez utiliser l'option 
32623 \family sans
32624 Table
32625 \begin_inset space ~
32626 \end_inset
32627
32628 de
32629 \begin_inset space ~
32630 \end_inset
32631
32632 Caractères
32633 \begin_inset space ~
32634 \end_inset
32635
32636 Étendue
32637 \family default
32638  quand vous employez des caractères spécifiques à une langue donnée comme
32639  les umlauts Allemands dans votre listing.
32640 \begin_inset Newline newline
32641 \end_inset
32642
32643 Voici un exemple de listing avec la numérotation des lignes à gauche par
32644  pas de 3, en langage Python, avec les options 
32645 \begin_inset Quotes eld
32646 \end_inset
32647
32648 Table
32649 \begin_inset space ~
32650 \end_inset
32651
32652 de
32653 \begin_inset space ~
32654 \end_inset
32655
32656 caractères
32657 \begin_inset space ~
32658 \end_inset
32659
32660 étendue
32661 \begin_inset Quotes erd
32662 \end_inset
32663
32664  et 
32665 \begin_inset Quotes eld
32666 \end_inset
32667
32668 Espace
32669 \begin_inset space ~
32670 \end_inset
32671
32672 représenté
32673 \begin_inset space ~
32674 \end_inset
32675
32676 par
32677 \begin_inset space ~
32678 \end_inset
32679
32680 un
32681 \begin_inset space ~
32682 \end_inset
32683
32684 symbole
32685 \begin_inset Quotes erd
32686 \end_inset
32687
32688 , l'intervalle de ligne étant 3
32689 \begin_inset space \thinspace{}
32690 \end_inset
32691
32692 -
32693 \begin_inset space \thinspace{}
32694 \end_inset
32695
32696 8:
32697 \end_layout
32698
32699 \begin_layout Standard
32700 \begin_inset listings
32701 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32702 inline false
32703 status open
32704
32705 \begin_layout Plain Layout
32706
32707 \lang english
32708 def func(param):
32709 \end_layout
32710
32711 \begin_layout Plain Layout
32712
32713 \lang english
32714     'ceci est une fonction Python'
32715 \end_layout
32716
32717 \begin_layout Plain Layout
32718
32719 \lang english
32720     pass
32721 \end_layout
32722
32723 \begin_layout Plain Layout
32724
32725 \lang english
32726 def func(param):
32727 \end_layout
32728
32729 \begin_layout Plain Layout
32730
32731 \lang english
32732 'Ça, c'est un mot Allemand : Tschüß'
32733 \end_layout
32734
32735 \begin_layout Plain Layout
32736
32737 \lang english
32738 pass
32739 \end_layout
32740
32741 \begin_layout Plain Layout
32742
32743 \lang english
32744 def func(param):
32745 \end_layout
32746
32747 \begin_layout Plain Layout
32748
32749 \lang english
32750 'ceci est une fonction Python'
32751 \end_layout
32752
32753 \begin_layout Plain Layout
32754
32755 \lang english
32756 pass
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Standard
32765 \begin_inset Note Greyedout
32766 status open
32767
32768 \begin_layout Plain Layout
32769
32770 \series bold
32771 Note:
32772 \series default
32773  À cause d'un bug dans le paquetage 
32774 \series bold
32775 listings
32776 \series default
32777  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32778  listing.
32779  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32780  les lignes 3 et 6.
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \begin_layout Standard
32789 \begin_inset VSpace bigskip
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Standard
32796 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32797  listing.
32798  Pour le faire, il suffit d'utiliser le menu 
32799 \family sans
32800 Insérer\SpecialChar \menuseparator
32801 Fichier\SpecialChar \menuseparator
32802 Sous-Document
32803 \family default
32804  et de choisir le type 
32805 \family sans
32806 Listing
32807 \family default
32808
32809 \begin_inset space ~
32810 \end_inset
32811
32812
32813 \family sans
32814 de
32815 \begin_inset space ~
32816 \end_inset
32817
32818 Code
32819 \begin_inset space ~
32820 \end_inset
32821
32822 source
32823 \family default
32824 .
32825 \begin_inset Foot
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829 Les autres types de sous-documents sont décrits dans la section
32830 \begin_inset space ~
32831 \end_inset
32832
32833
32834 \begin_inset CommandInset ref
32835 LatexCommand ref
32836 reference "sec:Sous-Documents"
32837
32838 \end_inset
32839
32840 .
32841 \end_layout
32842
32843 \end_inset
32844
32845  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32846  à utiliser pour le listing dans une zone de texte.
32847  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32848  
32849 \begin_inset Quotes eld
32850 \end_inset
32851
32852 ?
32853 \begin_inset Quotes erd
32854 \end_inset
32855
32856  dans la zone de texte.
32857 \end_layout
32858
32859 \begin_layout Standard
32860 Pour faire référence à un sous-document de type listing, tapez une étiquette
32861  dans le champ correspondant de la fenêtre de dialogue.
32862  On peut alors faire référence à cette étiquette en utilisant le menu 
32863 \family sans
32864 Insérer\SpecialChar \menuseparator
32865 Référence
32866 \begin_inset space ~
32867 \end_inset
32868
32869 Croisée
32870 \family default
32871 .
32872 \end_layout
32873
32874 \begin_layout Standard
32875 Le listing
32876 \begin_inset space ~
32877 \end_inset
32878
32879
32880 \begin_inset CommandInset ref
32881 LatexCommand ref
32882 reference "lst:listing-fichier"
32883
32884 \end_inset
32885
32886  est une exemple de listing issu d'un fichier ; ici les lignes 10
32887 \begin_inset space \thinspace{}
32888 \end_inset
32889
32890 -
32891 \begin_inset space \thinspace{}
32892 \end_inset
32893
32894 15 de ce fichier LyX sont listées.
32895 \end_layout
32896
32897 \begin_layout Standard
32898 \begin_inset CommandInset include
32899 LatexCommand lstinputlisting
32900 filename "EmbeddedObjects.lyx"
32901 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \begin_inset VSpace bigskip
32910 \end_inset
32911
32912
32913 \end_layout
32914
32915 \begin_layout Standard
32916 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32917  de dialogue 
32918 \family sans
32919 Document\SpecialChar \menuseparator
32920 Paramètres\SpecialChar \menuseparator
32921 Format
32922 \begin_inset space ~
32923 \end_inset
32924
32925 du
32926 \begin_inset space ~
32927 \end_inset
32928
32929 Texte
32930 \family default
32931 .
32932  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32933  
32934 \begin_inset Quotes eld
32935 \end_inset
32936
32937 ?
32938 \begin_inset Quotes erd
32939 \end_inset
32940
32941  dans le champ 
32942 \family sans
32943 Paramètres
32944 \begin_inset space ~
32945 \end_inset
32946
32947 du
32948 \begin_inset space ~
32949 \end_inset
32950
32951 Listing
32952 \family default
32953 .
32954 \end_layout
32955
32956 \begin_layout Standard
32957 Pour plus d'information sur le paquetage 
32958 \series bold
32959 listings
32960 \series default
32961 , nous vous renvoyons à sa documentation 
32962 \begin_inset CommandInset citation
32963 LatexCommand cite
32964 key "listings"
32965
32966 \end_inset
32967
32968 .
32969 \end_layout
32970
32971 \begin_layout Standard
32972 \begin_inset Newpage newpage
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Chapter
32979 \start_of_appendix
32980 Unités de longueur utilisables avec LyX
32981 \begin_inset OptArg
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 Unités de longueur
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \begin_inset Index
32992 status collapsed
32993
32994 \begin_layout Plain Layout
32995 Unités
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \begin_inset CommandInset label
33002 LatexCommand label
33003 name "cha:Unités-de-longueur"
33004
33005 \end_inset
33006
33007
33008 \end_layout
33009
33010 \begin_layout Standard
33011 Pour comprendre les unités de longueur utilisées dans cette documentation,
33012  le tableau
33013 \begin_inset space ~
33014 \end_inset
33015
33016
33017 \begin_inset CommandInset ref
33018 LatexCommand ref
33019 reference "tab:Unités"
33020
33021 \end_inset
33022
33023 décrit les unités utilisées par LyX.
33024 \begin_inset Float table
33025 placement h
33026 wide false
33027 sideways false
33028 status open
33029
33030 \begin_layout Plain Layout
33031 \begin_inset Caption
33032
33033 \begin_layout Plain Layout
33034 \begin_inset CommandInset label
33035 LatexCommand label
33036 name "tab:Unités"
33037
33038 \end_inset
33039
33040 Unités de longueur
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Plain Layout
33049 \begin_inset VSpace medskip
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \begin_layout Plain Layout
33056 \align center
33057 \begin_inset Tabular
33058 <lyxtabular version="3" rows="20" columns="2">
33059 <features>
33060 <column alignment="center" valignment="top" width="0">
33061 <column alignment="center" valignment="top" width="0">
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 unité
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 nom/description
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 mm
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 millimètre
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 cm
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 centimètre
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 <row>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 in
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 pouce (inch)
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 pt
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 point (72.27
33157 \begin_inset space \thinspace{}
33158 \end_inset
33159
33160 pt = 1
33161 \begin_inset space \thinspace{}
33162 \end_inset
33163
33164 in)
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 <row>
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 pc
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 pica (1
33185 \begin_inset space \thinspace{}
33186 \end_inset
33187
33188 pc = 12
33189 \begin_inset space \thinspace{}
33190 \end_inset
33191
33192 pt)
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 </row>
33198 <row>
33199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33200 \begin_inset Text
33201
33202 \begin_layout Plain Layout
33203 sp
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212 scaled point (65536
33213 \begin_inset space \thinspace{}
33214 \end_inset
33215
33216 sp = 1
33217 \begin_inset space \thinspace{}
33218 \end_inset
33219
33220 pt)
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 </row>
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 bp
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 gros point (72
33241 \begin_inset space \thinspace{}
33242 \end_inset
33243
33244 bp = 1
33245 \begin_inset space \thinspace{}
33246 \end_inset
33247
33248 in)
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 </row>
33254 <row>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 dd
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 didot (72
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 dd 
33273 \begin_inset Formula $\approx$
33274 \end_inset
33275
33276  37.6
33277 \begin_inset space \thinspace{}
33278 \end_inset
33279
33280 mm)
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 cc
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 cicero (1
33301 \begin_inset space \thinspace{}
33302 \end_inset
33303
33304 cc = 12
33305 \begin_inset space \thinspace{}
33306 \end_inset
33307
33308 dd)
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 Scale%
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 % de la largeur originale de l'image
33329 \end_layout
33330
33331 \end_inset
33332 </cell>
33333 </row>
33334 <row>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 text%
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 % de la largeur du texte
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 </row>
33354 <row>
33355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33356 \begin_inset Text
33357
33358 \begin_layout Plain Layout
33359 col%
33360 \end_layout
33361
33362 \end_inset
33363 </cell>
33364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 % de la largeur de la colonne
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 <row>
33375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 page%
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388 % de la largeur du papier
33389 \end_layout
33390
33391 \end_inset
33392 </cell>
33393 </row>
33394 <row>
33395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 line%
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 % de la largeur de la ligne
33409 \end_layout
33410
33411 \end_inset
33412 </cell>
33413 </row>
33414 <row>
33415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 theight%
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 % la hauteur du texte
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 </row>
33434 <row>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 pheight%
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 % hauteur du papier
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 </row>
33454 <row>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 ex
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 hauteur de la lettre 
33469 \emph on
33470 x
33471 \emph default
33472  dans la police courante
33473 \end_layout
33474
33475 \end_inset
33476 </cell>
33477 </row>
33478 <row>
33479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 em
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33489 \begin_inset Text
33490
33491 \begin_layout Plain Layout
33492 largeur de la lettre
33493 \emph on
33494  M
33495 \emph default
33496  dans la police courante
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 </row>
33502 <row>
33503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33504 \begin_inset Text
33505
33506 \begin_layout Plain Layout
33507 mu
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 unité mathématique (1
33517 \begin_inset space \thinspace{}
33518 \end_inset
33519
33520 mu = 1/18
33521 \begin_inset space \thinspace{}
33522 \end_inset
33523
33524 em)
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 </row>
33530 </lyxtabular>
33531
33532 \end_inset
33533
33534
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Chapter
33543 Formats des fichiers de sortie graphiques
33544 \begin_inset CommandInset label
33545 LatexCommand label
33546 name "cha:Formats-fichiers-graphiques"
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Section
33554 DVI
33555 \begin_inset Index
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559 Formats de Fichiers! DVI
33560 \end_layout
33561
33562 \end_inset
33563
33564
33565 \begin_inset Index
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569 DVI|see
33570 \begin_inset ERT
33571 status collapsed
33572
33573 \begin_layout Plain Layout
33574
33575 {
33576 \end_layout
33577
33578 \end_inset
33579
33580 Formats de Fichiers
33581 \begin_inset ERT
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585
33586 }
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \begin_layout Standard
33600 Ce type de fichiers a l'extension 
33601 \begin_inset Quotes fld
33602 \end_inset
33603
33604
33605 \family typewriter
33606 .dvi
33607 \family default
33608
33609 \begin_inset Quotes frd
33610 \end_inset
33611
33612 .
33613  Il est appelé 
33614 \emph on
33615 indépendant de l'appareil
33616 \emph default
33617  ou 
33618 \begin_inset Quotes fld
33619 \end_inset
33620
33621 device independent (DVI)
33622 \begin_inset Quotes frd
33623 \end_inset
33624
33625 , car il est complètement portable ; vous pouvez les recopier d'une machine
33626  à l'autre sans avoir à faire de conversion.
33627  À l'époque où ce format a été développé, c'était loin d'être évident.
33628  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33629  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33630 \end_layout
33631
33632 \begin_layout Standard
33633 \begin_inset Note Greyedout
33634 status open
33635
33636 \begin_layout Plain Layout
33637
33638 \series bold
33639 Note:
33640 \series default
33641  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33642  au fichier.
33643  
33644 \end_layout
33645
33646 \end_inset
33647
33648  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33649  
33650 \family typewriter
33651 .dvi
33652 \family default
33653 .
33654  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33655 z le DVI puisque le programme de visualisation doit convertir les images
33656  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33657  document.
33658  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33659  avec de nombreuses images.
33660 \end_layout
33661
33662 \begin_layout Standard
33663 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33664  menu 
33665 \family sans
33666 Fichier\SpecialChar \menuseparator
33667 Exporter\SpecialChar \menuseparator
33668 DVI.
33669
33670 \family default
33671  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33672 \family sans
33673 Visualiser
33674 \family default
33675  ou en utilisant le bouton
33676 \begin_inset Graphics
33677         filename ../../images/buffer-view_dvi.png
33678         scale 85
33679         scaleBeforeRotation
33680
33681 \end_inset
33682
33683  de la barre d'outils.
33684 \end_layout
33685
33686 \begin_layout Section
33687 PostScript
33688 \begin_inset CommandInset label
33689 LatexCommand label
33690 name "sec:PostScript"
33691
33692 \end_inset
33693
33694
33695 \begin_inset Index
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 Formats de Fichiers ! PostScript
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \begin_inset Index
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709 PostScript|see
33710 \begin_inset ERT
33711 status collapsed
33712
33713 \begin_layout Plain Layout
33714
33715 {
33716 \end_layout
33717
33718 \end_inset
33719
33720 Formats de Fichiers
33721 \begin_inset ERT
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725
33726 }
33727 \end_layout
33728
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Standard
33740 Ce type de fichiers a l'extension 
33741 \begin_inset Quotes fld
33742 \end_inset
33743
33744
33745 \family typewriter
33746 .ps
33747 \family default
33748
33749 \begin_inset Quotes frd
33750 \end_inset
33751
33752 .
33753  PostScript a été développé par la société 
33754 \series bold
33755 Adobe
33756 \series default
33757  comme un langage pour les imprimantes.
33758  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33759  pour imprimer le document.
33760  PostScript peut être considéré comme un 
33761 \begin_inset Quotes fld
33762 \end_inset
33763
33764 langage de programmation
33765 \begin_inset Quotes frd
33766 \end_inset
33767
33768  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33769  images
33770 \begin_inset Foot
33771 status open
33772
33773 \begin_layout Plain Layout
33774 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33775  LaTeX 
33776 \series bold
33777 pstricks
33778 \series default
33779
33780 \begin_inset CommandInset citation
33781 LatexCommand cite
33782 key "pstricks"
33783
33784 \end_inset
33785
33786 .
33787 \end_layout
33788
33789 \end_inset
33790
33791 .
33792  En partie à cause de toutes ces possibilités un fichier PostScript est
33793  souvent plus gros qu'un PDF.
33794 \end_layout
33795
33796 \begin_layout Standard
33797 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33798  plus gros qu'un PDF.
33799 \end_layout
33800
33801 \begin_layout Standard
33802 PostScript ne peut contenir que des images au format 
33803 \begin_inset Quotes fld
33804 \end_inset
33805
33806 PostScript Encapsulé
33807 \begin_inset Quotes frd
33808 \end_inset
33809
33810  (encapsulated PostScript ou EPS, d'extension 
33811 \family typewriter
33812 .eps
33813 \family default
33814 ).
33815  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33816  il doit les convertir en interne en EPS.
33817  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33818  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33819  document.
33820  Cela risque de ralentir de façon importante votre rythme de travail.
33821  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33822  vos images directement en EPS pour éviter ce problème.
33823 \end_layout
33824
33825 \begin_layout Standard
33826 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33827  le menu 
33828 \family sans
33829 Fichier\SpecialChar \menuseparator
33830 Exporter\SpecialChar \menuseparator
33831 PostScript.
33832
33833 \family default
33834  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33835  
33836 \family sans
33837 Visualiser
33838 \family default
33839  ou en utilisant le bouton 
33840 \begin_inset Graphics
33841         filename ../../images/buffer-view_ps.png
33842         scale 85
33843         scaleBeforeRotation
33844
33845 \end_inset
33846
33847  de la barre d'outils.
33848 \end_layout
33849
33850 \begin_layout Section
33851 PDF
33852 \begin_inset CommandInset label
33853 LatexCommand label
33854 name "sec:PDF"
33855
33856 \end_inset
33857
33858
33859 \begin_inset Index
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863 Formats de Fichiers ! PDF
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \begin_inset Index
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873 PDF
33874 \end_layout
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \begin_layout Standard
33882 Ce type de fichiers a l'extension 
33883 \begin_inset Quotes fld
33884 \end_inset
33885
33886
33887 \family typewriter
33888 .pdf
33889 \family default
33890
33891 \begin_inset Quotes frd
33892 \end_inset
33893
33894 .
33895  Ce 
33896 \begin_inset Quotes fld
33897 \end_inset
33898
33899 format de document portable
33900 \begin_inset Quotes frd
33901 \end_inset
33902
33903  (portable document format ou PDF) est développé par 
33904 \family typewriter
33905 Adobe
33906 \family default
33907  comme une évolution de PostScript.
33908  Il est plus comprimé et utilise moins de commandes que PostScript.
33909  Comme son nom l'indique, il est 
33910 \begin_inset Quotes fld
33911 \end_inset
33912
33913 portable
33914 \begin_inset Quotes frd
33915 \end_inset
33916
33917  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33918  aura exactement le même aspect.
33919 \end_layout
33920
33921 \begin_layout Standard
33922 PDF peut contenir des images dans son propre format PDF et dans les formats
33923  JPG (format du 
33924 \begin_inset Quotes fld
33925 \end_inset
33926
33927 Joint Photographic Expert Group
33928 \begin_inset Quotes frd
33929 \end_inset
33930
33931  avec comme extension 
33932 \family typewriter
33933 .jpg
33934 \family default
33935  ou 
33936 \family typewriter
33937 .jpeg
33938 \family default
33939 ) et PNG (
33940 \begin_inset Quotes fld
33941 \end_inset
33942
33943 Portable Network Graphics
33944 \begin_inset Quotes frd
33945 \end_inset
33946
33947  avec l'extension 
33948 \family typewriter
33949 .png
33950 \family default
33951 ).
33952  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33953  dans un de ces formats.
33954  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33955  vont ralentir votre travail.
33956  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33957 \end_layout
33958
33959 \begin_layout Standard
33960 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33961  menu 
33962 \family sans
33963 Fichier\SpecialChar \menuseparator
33964 Exporter 
33965 \family default
33966 de trois façons différentes:
33967 \end_layout
33968
33969 \begin_layout Description
33970 PDF
33971 \begin_inset space ~
33972 \end_inset
33973
33974 (ps2pdf) Ceci utilise le programme 
33975 \family typewriter
33976 ps2pdf
33977 \family default
33978  qui créé un PDF à partir de la version PostScript de votre fichier.
33979  Cette dernière est produite par le programme 
33980 \family typewriter
33981 dvips
33982 \family default
33983  qui utilise une version DVI comme étape intermédiaire.
33984  Cette variante consiste donc en trois conversions.
33985 \end_layout
33986
33987 \begin_layout Description
33988 PDF
33989 \begin_inset space ~
33990 \end_inset
33991
33992 (dvipdfm) Ceci utilise le programme 
33993 \family typewriter
33994 dvipdfm
33995 \family default
33996  qui convertit votre fichier en DVI avant de le convertir en PDF.
33997 \end_layout
33998
33999 \begin_layout Description
34000 PDF
34001 \begin_inset space ~
34002 \end_inset
34003
34004 (pdflatex) Ceci utilise le programme 
34005 \family typewriter
34006 pdftex
34007 \family default
34008  qui convertit directement votre fichier en PDF.
34009 \end_layout
34010
34011 \begin_layout Standard
34012 Nous recommandons d'utiliser l'option 
34013 \family sans
34014 PDF
34015 \begin_inset space ~
34016 \end_inset
34017
34018 (pdflatex)
34019 \family default
34020  car 
34021 \family typewriter
34022 pdftex
34023 \family default
34024  accepte toutes les fonctionnalités des versions actuelles de PDF.
34025  Il est en plus rapide et stable.
34026  Le programme 
34027 \family typewriter
34028 dvipdfm
34029 \family default
34030  n'est plus développé est est donc un peu dépassé.
34031 \end_layout
34032
34033 \begin_layout Standard
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34039 \family sans
34040 Visualiser
34041 \family default
34042  ou en utilisant le bouton 
34043 \begin_inset Graphics
34044         filename ../../images/buffer-view_pdf2.png
34045         scale 85
34046         scaleBeforeRotation
34047
34048 \end_inset
34049
34050  de la barre d'outils
34051 \family sans
34052  (
34053 \family default
34054 qui utilise 
34055 \family sans
34056 PDF
34057 \begin_inset space ~
34058 \end_inset
34059
34060 (pdflatex)
34061 \family default
34062 ).
34063 \end_layout
34064
34065 \begin_layout Chapter
34066 Explication de l' Équation
34067 \begin_inset space ~
34068 \end_inset
34069
34070
34071 \begin_inset CommandInset ref
34072 LatexCommand eqref
34073 reference "eq:Wgn"
34074
34075 \end_inset
34076
34077
34078 \begin_inset CommandInset label
34079 LatexCommand label
34080 name "cha:Explication-de-l'Equation"
34081
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \begin_layout Standard
34088 La largeur totale de 
34089 \emph on
34090 n
34091 \emph default
34092  cellules de tableau 
34093 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34094 \end_inset
34095
34096  peut être calculée avec
34097 \end_layout
34098
34099 \begin_layout Standard
34100 \begin_inset Formula \begin{equation}
34101 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}
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 Où 
34110 \begin_inset Formula $W_{g\, n}$
34111 \end_inset
34112
34113  est la largeur fixe de toutes les cellules.
34114  
34115 \series bold
34116
34117 \backslash
34118 tabcolsep
34119 \series default
34120  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34121  sa valeur par défaut est 6
34122 \begin_inset space \thinspace{}
34123 \end_inset
34124
34125 pt.
34126  
34127 \series bold
34128
34129 \backslash
34130 arrayrulewidth
34131 \series default
34132  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34133 \begin_inset space \thinspace{}
34134 \end_inset
34135
34136 pt.
34137 \end_layout
34138
34139 \begin_layout Standard
34140 D'après l'équation
34141 \begin_inset space ~
34142 \end_inset
34143
34144
34145 \begin_inset CommandInset ref
34146 LatexCommand eqref
34147 reference "eq:Wtot_n"
34148
34149 \end_inset
34150
34151 , la largeur totale d'une multicolonne, 
34152 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34153 \end_inset
34154
34155  est
34156 \end_layout
34157
34158 \begin_layout Standard
34159 \begin_inset Formula \begin{equation}
34160 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \begin_layout Standard
34168 En posant que les équations 
34169 \begin_inset space ~
34170 \end_inset
34171
34172
34173 \begin_inset CommandInset ref
34174 LatexCommand eqref
34175 reference "eq:Wtot_n"
34176
34177 \end_inset
34178
34179  et 
34180 \begin_inset CommandInset ref
34181 LatexCommand eqref
34182 reference "eq:Wtot_mult"
34183
34184 \end_inset
34185
34186  sont égales, on peut calculer la largeur nécessaire 
34187 \begin_inset Formula $W_{g\, n}$
34188 \end_inset
34189
34190  quand 
34191 \emph on
34192 n
34193 \emph default
34194  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34195  de 
34196 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34197 \end_inset
34198
34199 :
34200 \end_layout
34201
34202 \begin_layout Standard
34203 \begin_inset Formula \begin{equation}
34204 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Bibliography
34212 \begin_inset CommandInset bibitem
34213 LatexCommand bibitem
34214 key "latexcompanion"
34215
34216 \end_inset
34217
34218 Frank Mittelbach and Michel Goossens: 
34219 \emph on
34220 The LaTeX Companion Second Edition.
34221
34222 \emph default
34223  Addison-Wesley, 2004
34224 \end_layout
34225
34226 \begin_layout Bibliography
34227 \begin_inset CommandInset bibitem
34228 LatexCommand bibitem
34229 key "latexguide"
34230
34231 \end_inset
34232
34233 Helmut Kopka and Patrick W.
34234  Daly: 
34235 \emph on
34236 A Guide to LaTeX Fourth Edition.
34237
34238 \emph default
34239  Addison-Wesley, 2003
34240 \end_layout
34241
34242 \begin_layout Bibliography
34243 \begin_inset CommandInset bibitem
34244 LatexCommand bibitem
34245 key "latexbook"
34246
34247 \end_inset
34248
34249 Leslie Lamport: 
34250 \emph on
34251 LaTeX: A Document Preparation System.
34252
34253 \emph default
34254  Addison-Wesley, second edition, 1994
34255 \end_layout
34256
34257 \begin_layout Bibliography
34258 \begin_inset CommandInset bibitem
34259 LatexCommand bibitem
34260 key "booktabs"
34261
34262 \end_inset
34263
34264 Documentation du paquetage LaTeX 
34265 \series bold
34266
34267 \begin_inset CommandInset href
34268 LatexCommand href
34269 name "booktabs"
34270 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34271
34272 \end_inset
34273
34274
34275 \series default
34276
34277 \begin_inset Index
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 Paquetages LaTeX ! booktabs
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Bibliography
34290 \begin_inset CommandInset bibitem
34291 LatexCommand bibitem
34292 key "caption"
34293
34294 \end_inset
34295
34296 Documentation du paquetage LaTeX 
34297 \series bold
34298
34299 \begin_inset CommandInset href
34300 LatexCommand href
34301 name "caption"
34302 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34303
34304 \end_inset
34305
34306
34307 \series default
34308
34309 \begin_inset Index
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 Paquetages LaTeX ! caption
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Bibliography
34322 \begin_inset CommandInset bibitem
34323 LatexCommand bibitem
34324 key "endfloat"
34325
34326 \end_inset
34327
34328 Documentation du paquetage LaTeX 
34329 \series bold
34330
34331 \begin_inset CommandInset href
34332 LatexCommand href
34333 name "endfloat"
34334 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34335
34336 \end_inset
34337
34338
34339 \series default
34340
34341 \begin_inset Index
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345 Paquetages LaTeX ! endfloat
34346 \end_layout
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Bibliography
34354 \begin_inset CommandInset bibitem
34355 LatexCommand bibitem
34356 key "wrapfig"
34357
34358 \end_inset
34359
34360 Documentation du paquetage LaTeX 
34361 \series bold
34362
34363 \begin_inset CommandInset href
34364 LatexCommand href
34365 name "wrapfig"
34366 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34367
34368 \end_inset
34369
34370
34371 \series default
34372
34373 \begin_inset Index
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377 Paquetages LaTeX ! wrapfig
34378 \begin_inset ERT
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382
34383
34384 \backslash
34385 vspace{4mm}
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \end_inset
34394
34395
34396 \end_layout
34397
34398 \begin_layout Bibliography
34399 \begin_inset CommandInset bibitem
34400 LatexCommand bibitem
34401 key "footmisc"
34402
34403 \end_inset
34404
34405 Documentation du paquetage LaTeX 
34406 \series bold
34407
34408 \begin_inset CommandInset href
34409 LatexCommand href
34410 name "footmisc"
34411 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34412
34413 \end_inset
34414
34415
34416 \series default
34417
34418 \begin_inset Index
34419 status collapsed
34420
34421 \begin_layout Plain Layout
34422 Paquetages LaTeX ! footmisc
34423 \end_layout
34424
34425 \end_inset
34426
34427
34428 \end_layout
34429
34430 \begin_layout Bibliography
34431 \begin_inset CommandInset bibitem
34432 LatexCommand bibitem
34433 key "hypcap"
34434
34435 \end_inset
34436
34437 Documentation du paquetage LaTeX 
34438 \series bold
34439
34440 \begin_inset CommandInset href
34441 LatexCommand href
34442 name "hypcap"
34443 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34444
34445 \end_inset
34446
34447
34448 \series default
34449
34450 \begin_inset Index
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 Paquetages LaTeX ! hyperref
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \begin_layout Bibliography
34463 \begin_inset CommandInset bibitem
34464 LatexCommand bibitem
34465 key "hyperref"
34466
34467 \end_inset
34468
34469 Documentation du paquetage LaTeX 
34470 \series bold
34471
34472 \begin_inset CommandInset href
34473 LatexCommand href
34474 name "hyperref"
34475 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34476
34477 \end_inset
34478
34479
34480 \series default
34481
34482 \begin_inset Index
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 Paquetages LaTeX ! hyperref
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Bibliography
34495 \begin_inset CommandInset bibitem
34496 LatexCommand bibitem
34497 key "koma-script"
34498
34499 \end_inset
34500
34501 Documentation du paquetage LaTeX 
34502 \series bold
34503
34504 \begin_inset CommandInset href
34505 LatexCommand href
34506 name "koma-script"
34507 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34508
34509 \end_inset
34510
34511
34512 \series default
34513
34514 \begin_inset Index
34515 status collapsed
34516
34517 \begin_layout Plain Layout
34518 Paquetages LaTeX ! koma-script
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \begin_layout Bibliography
34527 \begin_inset CommandInset bibitem
34528 LatexCommand bibitem
34529 key "listings"
34530
34531 \end_inset
34532
34533 Documentation du paquetage LaTeX 
34534 \series bold
34535
34536 \begin_inset CommandInset href
34537 LatexCommand href
34538 name "listings"
34539 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34540
34541 \end_inset
34542
34543
34544 \series default
34545
34546 \begin_inset Index
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550 Paquetages LaTeX ! listings
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \end_layout
34557
34558 \begin_layout Bibliography
34559 \begin_inset CommandInset bibitem
34560 LatexCommand bibitem
34561 key "marginnote"
34562
34563 \end_inset
34564
34565 Documentation du paquetage LaTeX 
34566 \series bold
34567
34568 \begin_inset CommandInset href
34569 LatexCommand href
34570 name "marginnote"
34571 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34572
34573 \end_inset
34574
34575
34576 \series default
34577
34578 \begin_inset Index
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582 Paquetages LaTeX ! marginnote
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Bibliography
34591 \begin_inset CommandInset bibitem
34592 LatexCommand bibitem
34593 key "pstricks"
34594
34595 \end_inset
34596
34597 Page Web du paquetage LaTeX 
34598 \series bold
34599
34600 \begin_inset CommandInset href
34601 LatexCommand href
34602 name "PSTricks"
34603 target "http://tug.org/PSTricks/"
34604
34605 \end_inset
34606
34607
34608 \series default
34609
34610 \begin_inset Index
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614 Paquetages LaTeX ! PSTricks
34615 \end_layout
34616
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \begin_layout Bibliography
34623 \begin_inset CommandInset bibitem
34624 LatexCommand bibitem
34625 key "sidecap"
34626
34627 \end_inset
34628
34629 Documentation du paquetage LaTeX 
34630 \series bold
34631
34632 \begin_inset CommandInset href
34633 LatexCommand href
34634 name "sidecap"
34635 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34636
34637 \end_inset
34638
34639
34640 \series default
34641
34642 \begin_inset Index
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 Paquetages LaTeX ! sidecap
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Bibliography
34655 \begin_inset CommandInset bibitem
34656 LatexCommand bibitem
34657 key "NewInLyX16"
34658
34659 \end_inset
34660
34661
34662 \begin_inset CommandInset href
34663 LatexCommand href
34664 name "Page Wiki"
34665 target "http://wiki.lyx.org/LyX/NewInLyX16"
34666
34667 \end_inset
34668
34669  au sujet des nouveautés de 
34670 \family sans
34671 LyX 1.6.0
34672 \family default
34673 .
34674 \end_layout
34675
34676 \begin_layout Standard
34677 \begin_inset CommandInset index_print
34678 LatexCommand printindex
34679
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \begin_layout Standard
34686 \begin_inset FloatList figure
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Standard
34694 \begin_inset FloatList table
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset ERT
34703 status open
34704
34705 \begin_layout Plain Layout
34706
34707
34708 \backslash
34709 listof{algorithm}{Liste des Algorithmes}
34710 \end_layout
34711
34712 \end_inset
34713
34714
34715 \begin_inset Note Note
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719 voir la section
34720 \begin_inset space ~
34721 \end_inset
34722
34723
34724 \begin_inset CommandInset ref
34725 LatexCommand ref
34726 reference "sub:Flottant-d'Algorithme"
34727
34728 \end_inset
34729
34730  pour une description
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \end_body
34739 \end_document