]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Update lyx document files to the latest file format
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \use_default_options false
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC are numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \usepackage{sidecap}
38
39 \newcommand{\TabBesBeg}{%
40  \let\MyTable\table
41  \let\MyEndtable\endtable
42  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
43
44 \newcommand{\TabBesEnd}{%
45  \let\table\MyTable
46  \let\endtable\MyEndtable}
47
48 \newcommand{\FigBesBeg}{%
49  \let\MyFigure\figure
50  \let\MyEndfigure\endfigure
51  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
52
53 \newcommand{\FigBesEnd}{%
54  \let\figure\MyFigure
55  \let\endfigure\MyEndfigure}
56
57 % enables calculation of values,
58 \usepackage{calc}
59
60 % provides special table cell alignments
61 \usepackage{dcolumn}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for multirows
91 \usepackage{multirow}
92 %\renewcommand{\multirowsetup}{\centering}
93
94 % used for book-style tables
95 \usepackage{booktabs}
96
97 % used to have extra space in table cells
98 \@ifundefined{extrarowheight}
99  {\usepackage{array}}{}
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164
165 % use normal list environments also in French documents
166 \StandardLayout
167 \end_preamble
168 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
169 \language french
170 \inputencoding auto
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179 \graphics default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
197 \papersize default
198 \use_geometry false
199 \use_amsmath 2
200 \use_esint 0
201 \cite_engine basic
202 \use_bibtopic false
203 \paperorientation portrait
204 \secnumdepth 3
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language english
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle default
212 \bullet 1 1 34 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \author ""
218 \author ""
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
225  les Boîtes et les Objets Externes de LyX
226 \end_layout
227
228 \begin_layout Author
229 par l'Équipe LyX
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 \noindent
235 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
236  de la documentation de LyX: 
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 auteur original : Uwe Stöhr
256 \end_layout
257
258 \begin_layout Plain Layout
259 Traduction française : Siegfried Meunier-Guttin-Cluzel
260 \end_layout
261
262 \begin_layout Plain Layout
263 version 1.5.2 - novembre 2007
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \family sans
278 Version 1.6svn
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset CommandInset toc
283 LatexCommand tableofcontents
284
285 \end_inset
286
287
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset Note Note
292 status open
293
294 \begin_layout Plain Layout
295 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
296  
297 \series bold
298 arydshln
299 \series default
300
301 \series bold
302 colortbl
303 \series default
304
305 \series bold
306 marginnote
307 \series default
308 , et 
309 \series bold
310 sidecap
311 \series default
312  doivent être installés.
313  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
314  les sections qui nécessitent les paquetages en question n'apparaîtront
315  pas sur la sortie.
316 \end_layout
317
318 \begin_layout Plain Layout
319 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \series bold
325 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
326 \begin_inset Newline newline
327 \end_inset
328
329
330 \series default
331 (version anglaise)
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figures
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figures
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Graphiques|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figures
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 La fenêtre de dialogue Graphique
387 \begin_inset Index
388 status collapsed
389
390 \begin_layout Plain Layout
391 Figures ! Fenêtre de dialogue Graphique
392 \end_layout
393
394 \end_inset
395
396
397 \begin_inset CommandInset label
398 LatexCommand label
399 name "sec:Graphics-Dialog"
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Pour placer une figure dans votre document, cliquez sur le bouton
408 \begin_inset Graphics
409         filename ../../images/dialog-show-new-inset_graphics.png
410         scale 85
411         scaleBeforeRotation
412
413 \end_inset
414
415  dans la barre d'outils, ou faites 
416 \family sans
417 Insérer\SpecialChar \menuseparator
418 Graphique
419 \family default
420 .
421  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
422  à charger.
423  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
424  dans le texte.
425 \end_layout
426
427 \begin_layout Standard
428 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
429  sur une image
430 \begin_inset Note Note
431 status collapsed
432
433 \begin_layout Plain Layout
434 Ça marche aussi avec le bouton gauche ! (NdT)
435 \end_layout
436
437 \end_inset
438
439 .
440  Cette fenêtre de dialogue possède trois onglets:
441 \end_layout
442
443 \begin_layout Description
444 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
445  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
446  Les unités de longueurs utilisées sont décrites dans l'appendice
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Unités-de-longueur"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! Pivotées
467 \end_layout
468
469 \end_inset
470
471 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
472  d'une montre, en donnant l'angle de rotation et la position du pivot.
473  L'image apparaîtra pivotée dans LyX.
474 \begin_inset Newline newline
475 \end_inset
476
477
478 \begin_inset Index
479 status collapsed
480
481 \begin_layout Plain Layout
482 Figures ! Redimensionnées
483 \end_layout
484
485 \end_inset
486
487 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
488  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
489  sa largeur.
490  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
491  déterminée automatiquement.
492  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
493  éventuellement une distorsion.
494  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
495  
496 \family sans
497 Conserver
498 \begin_inset space ~
499 \end_inset
500
501 les
502 \begin_inset space ~
503 \end_inset
504
505 proportions
506 \family default
507 .
508  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
509  pas les valeurs fixées.
510  
511 \begin_inset Newline newline
512 \end_inset
513
514 Les images peuvent être modifiée en utilisant le programme de votre choix
515  en cliquant sur le bouton Éditer.
516  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
517  
518 \family sans
519 Formats
520 \begin_inset space ~
521 \end_inset
522
523 de
524 \begin_inset space ~
525 \end_inset
526
527 fichiers
528 \family default
529  dans la fenêtre de dialogue de 
530 \family sans
531 Préférences
532 \family default
533  de LyX.
534 \end_layout
535
536 \begin_layout Description
537 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
538  la sortie finale est de modifier les coordonnées de la zone de l'image
539  qui est affichée.
540  Cette zone peut être calculée automatiquement à partir des données présentes
541  dans le fichier en appuyant sur le bouton 
542 \family sans
543 Valeurs
544 \begin_inset space ~
545 \end_inset
546
547 du
548 \begin_inset space ~
549 \end_inset
550
551 Fichier
552 \family default
553 .
554  Avec l'option 
555 \family sans
556 Couper
557 \begin_inset space ~
558 \end_inset
559
560 à
561 \begin_inset space ~
562 \end_inset
563
564 la
565 \begin_inset space ~
566 \end_inset
567
568 boîte
569 \begin_inset space ~
570 \end_inset
571
572 de
573 \begin_inset space ~
574 \end_inset
575
576 délimitation, 
577 \family default
578 seule la portion de l'image qui est dans la zone définie sera imprimée.
579  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
580  donc vous pouvez ignorer l'onglet 
581 \family sans
582 Rogner
583 \family default
584 .
585 \end_layout
586
587 \begin_layout Description
588
589 \family sans
590 Options
591 \begin_inset space ~
592 \end_inset
593
594 LaTeX
595 \begin_inset space ~
596 \end_inset
597
598 et
599 \begin_inset space ~
600 \end_inset
601
602 LyX
603 \family default
604  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
605  les experts ès-LaTeX pourront fournir des options supplémentaires pour
606  LaTeX
607 \begin_inset Newline newline
608 \end_inset
609
610 L'option 
611 \family sans
612 Mode brouillon
613 \family default
614  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
615  avec la taille de l'image.
616 \begin_inset Newline newline
617 \end_inset
618
619 L'option 
620 \family sans
621 Ne
622 \begin_inset space ~
623 \end_inset
624
625 pas
626 \begin_inset space ~
627 \end_inset
628
629 décompresser
630 \begin_inset space ~
631 \end_inset
632
633 à
634 \begin_inset space ~
635 \end_inset
636
637 l'exportation
638 \family default
639  n'affectera que les graphiques EPS zippés, par exemple 
640 \family typewriter
641 x.eps.gz
642 \family default
643 .
644  Quand cette option est activée, les images ne sont pas décompressées à
645  l'exportation, vu que LaTeX peut les traiter telles-quelles
646 \begin_inset Newline newline
647 \end_inset
648
649 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
650  disques quand on utilise PostScript comme format de sortie, voir l'appendice
651 \begin_inset space ~
652 \end_inset
653
654
655 \begin_inset CommandInset ref
656 LatexCommand ref
657 reference "sec:PostScript"
658
659 \end_inset
660
661 .
662  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
663  terminal UNIX ou une console Windows:
664 \begin_inset Newline newline
665 \end_inset
666
667
668 \series bold
669 gzip x.eps
670 \series default
671
672 \begin_inset Newline newline
673 \end_inset
674
675
676 \series bold
677 zgrep %%Bounding x.eps.gz > x.eps.bb
678 \series default
679
680 \begin_inset Newline newline
681 \end_inset
682
683 La seconde commande va créer le fichier contenant la description de la boîte
684  de délimitation 
685 \begin_inset Quotes eld
686 \end_inset
687
688
689 \family typewriter
690 x.eps.bb
691 \family default
692
693 \begin_inset Quotes erd
694 \end_inset
695
696  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
697 \begin_inset Newline newline
698 \end_inset
699
700 Le champ 
701 \family sans
702 Initialiser
703 \begin_inset space ~
704 \end_inset
705
706 le
707 \begin_inset space ~
708 \end_inset
709
710 nom
711 \begin_inset space ~
712 \end_inset
713
714 du
715 \begin_inset space ~
716 \end_inset
717
718 groupe
719 \family default
720  vous permet de définir ou de choisir un groupe de paramètres d'image
721 \begin_inset Index
722 status open
723
724 \begin_layout Plain Layout
725 Figures ! Groupes de paramétrisation
726 \end_layout
727
728 \end_inset
729
730 .
731  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
732  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
733  les autres soient automatiquement modifiées de la même manière.
734  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
735  avoir à modifier leur taille manuellement une par une.
736  On peut rattacher une image à un groupe existant en utilisant le menu contextue
737 l de l'image et en cochant le nom du groupe dans la liste
738 \begin_inset Foot
739 status open
740
741 \begin_layout Plain Layout
742 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
743 \end_layout
744
745 \end_inset
746
747 .
748 \end_layout
749
750 \begin_layout Standard
751 \begin_inset VSpace bigskip
752 \end_inset
753
754
755 \end_layout
756
757 \begin_layout Standard
758 Voici un exemple d'image au format EPS
759 \begin_inset Foot
760 status collapsed
761
762 \begin_layout Plain Layout
763 Les format d'images sont décrits dans la section
764 \begin_inset space ~
765 \end_inset
766
767
768 \begin_inset CommandInset ref
769 LatexCommand ref
770 reference "sec:Image-Formats"
771
772 \end_inset
773
774 .
775 \end_layout
776
777 \end_inset
778
779  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
780 nt:
781 \end_layout
782
783 \begin_layout Standard
784 \align center
785 \begin_inset Graphics
786         filename ../clipart/mobius.eps
787         scale 70
788         scaleBeforeRotation
789         rotateOrigin center
790
791 \end_inset
792
793
794 \end_layout
795
796 \begin_layout Standard
797 Et voici la même image mais en mode brouillon:
798 \end_layout
799
800 \begin_layout Standard
801 \align center
802 \begin_inset Graphics
803         filename ../clipart/mobius.eps
804         scale 70
805         draft
806         scaleBeforeRotation
807         rotateOrigin center
808
809 \end_inset
810
811
812 \end_layout
813
814 \begin_layout Section
815 Figures Flottantes
816 \begin_inset CommandInset label
817 LatexCommand label
818 name "sec:Figure-Floats"
819
820 \end_inset
821
822
823 \begin_inset Index
824 status collapsed
825
826 \begin_layout Plain Layout
827 Flottants ! Figures
828 \end_layout
829
830 \end_inset
831
832
833 \begin_inset Index
834 status collapsed
835
836 \begin_layout Plain Layout
837 Figures ! Flottants
838 \end_layout
839
840 \end_inset
841
842
843 \end_layout
844
845 \begin_layout Standard
846 Pour des explications d'ordre général concernant les flottants, jetez un
847  coup d'œil à la section
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "sec:Flottants-Introduction"
855
856 \end_inset
857
858 .
859 \end_layout
860
861 \begin_layout Standard
862 Le bouton 
863 \begin_inset Graphics
864         filename ../../images/float-insert_figure.png
865         scale 85
866         scaleBeforeRotation
867
868 \end_inset
869
870  de la barre d'outils et le menu 
871 \family sans
872 Insérer\SpecialChar \menuseparator
873 Flottant\SpecialChar \menuseparator
874 Figure
875 \family default
876  insèrent un flottant avec l'étiquette 
877 \begin_inset Quotes eld
878 \end_inset
879
880
881 \series bold
882 Figure
883 \begin_inset space ~
884 \end_inset
885
886 #:
887 \series default
888
889 \begin_inset Quotes erd
890 \end_inset
891
892  (# est le numéro réel de l'image).
893  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
894 \begin_inset space ~
895 \end_inset
896
897
898 \begin_inset CommandInset ref
899 LatexCommand ref
900 reference "fig:kill-plat"
901
902 \end_inset
903
904  ou en dessous de la légende comme pour la Figure
905 \begin_inset space ~
906 \end_inset
907
908
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:escher"
912
913 \end_inset
914
915 .
916  Vous trouverez plus d'information sur le positionnement des légendes dans
917  la section
918 \begin_inset space ~
919 \end_inset
920
921
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "sec:Placement-légende"
925
926 \end_inset
927
928 .
929 \end_layout
930
931 \begin_layout Standard
932 \begin_inset Float figure
933 wide false
934 sideways false
935 status open
936
937 \begin_layout Plain Layout
938 \align center
939 \begin_inset Graphics
940         filename ../clipart/platypus.eps
941         width 50col%
942         scaleBeforeRotation
943         rotateOrigin center
944
945 \end_inset
946
947
948 \end_layout
949
950 \begin_layout Plain Layout
951 \begin_inset Caption
952
953 \begin_layout Plain Layout
954 \begin_inset CommandInset label
955 LatexCommand label
956 name "fig:kill-plat"
957
958 \end_inset
959
960 Un ornithorynque sévèrement déformé dans un flottant de figure.
961 \end_layout
962
963 \end_inset
964
965
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \begin_layout Standard
974 \begin_inset Float figure
975 wide false
976 sideways false
977 status open
978
979 \begin_layout Plain Layout
980 \begin_inset Caption
981
982 \begin_layout Plain Layout
983 \begin_inset CommandInset label
984 LatexCommand label
985 name "fig:escher"
986
987 \end_inset
988
989 M.C.
990  Escher sous LSD.
991 \end_layout
992
993 \end_inset
994
995
996 \end_layout
997
998 \begin_layout Plain Layout
999 \align center
1000 \begin_inset Graphics
1001         filename ../clipart/escher-lsd.eps
1002         scale 80
1003         scaleBeforeRotation
1004         rotateOrigin center
1005
1006 \end_inset
1007
1008
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \begin_inset Index
1018 status collapsed
1019
1020 \begin_layout Plain Layout
1021 References@Références ! à des Figures
1022 \end_layout
1023
1024 \end_inset
1025
1026 Les figure
1027 \begin_inset space ~
1028 \end_inset
1029
1030
1031 \begin_inset CommandInset ref
1032 LatexCommand ref
1033 reference "fig:kill-plat"
1034
1035 \end_inset
1036
1037  et 
1038 \begin_inset CommandInset ref
1039 LatexCommand ref
1040 reference "fig:escher"
1041
1042 \end_inset
1043
1044  sont des exemples de figures référencées.
1045  Dans le texte, on fait référence à une figure en faisant référence à sa
1046  légende.
1047  On insère donc une étiquette dans la légende en utilisant le menu 
1048 \family sans
1049 Insérer
1050 \family default
1051 \SpecialChar \menuseparator
1052
1053 \family sans
1054 Étiquette
1055 \family default
1056  ou le bouton 
1057 \begin_inset Graphics
1058         filename ../../images/label-insert.png
1059         scale 85
1060         scaleBeforeRotation
1061
1062 \end_inset
1063
1064  de la barre d'outils.
1065  On peut alors faire référence à cette étiquette en utilisant le menu 
1066 \family sans
1067 Insérer\SpecialChar \menuseparator
1068 Référence
1069 \begin_inset space ~
1070 \end_inset
1071
1072 croisée
1073 \family default
1074  ou le bouton 
1075 \begin_inset Graphics
1076         filename ../../images/dialog-show-new-inset_ref.png
1077         scale 85
1078         scaleBeforeRotation
1079
1080 \end_inset
1081
1082  de la barre d'outils.
1083  Il est important d'utiliser des références pour les flottants de figures
1084  plutôt que des locutions vagues du genre 
1085 \begin_inset Quotes eld
1086 \end_inset
1087
1088 la figure ci-dessous
1089 \begin_inset Quotes erd
1090 \end_inset
1091
1092 , puisque LaTeX va repositionner la figure dans le document final.
1093  Votre figure risque de ne plus être ci-dessous du tout !
1094 \begin_inset Newline newline
1095 \end_inset
1096
1097 Le référencement est expliqué plus en détail dans la section
1098 \begin_inset space ~
1099 \end_inset
1100
1101
1102 \begin_inset CommandInset ref
1103 LatexCommand ref
1104 reference "sec:Referencer-les-Flottants"
1105
1106 \end_inset
1107
1108 .
1109 \end_layout
1110
1111 \begin_layout Standard
1112 En principe on met une seule figure dans un flottant, mais parfois vous
1113  pouvez vouloir deux figures avec chacune sa sous-légende.
1114  C'est possible en insérant des flottants d'image dans des flottants d'image
1115  existants.
1116  Notez que seule la légende principale des flottants est reprise dans la
1117  liste des figures.
1118  La figure
1119 \begin_inset space ~
1120 \end_inset
1121
1122
1123 \begin_inset CommandInset ref
1124 LatexCommand ref
1125 reference "fig:Deux-images-déformées"
1126
1127 \end_inset
1128
1129  est un exemple de flottant de figure avec deux images mises l'une à côté
1130  de l'autre.
1131  Vous pouvez aussi mettre les images les unes sous les autres.
1132  Les figures
1133 \begin_inset space ~
1134 \end_inset
1135
1136
1137 \begin_inset CommandInset ref
1138 LatexCommand ref
1139 reference "fig:Structure-indéfinissable"
1140
1141 \end_inset
1142
1143  et 
1144 \begin_inset CommandInset ref
1145 LatexCommand ref
1146 reference "fig:Un-ornithorynque"
1147
1148 \end_inset
1149
1150  sont des sous-figures.
1151 \end_layout
1152
1153 \begin_layout Standard
1154 \begin_inset Float figure
1155 wide false
1156 sideways false
1157 status open
1158
1159 \begin_layout Plain Layout
1160 \begin_inset space \hfill{}
1161 \end_inset
1162
1163
1164 \begin_inset Float figure
1165 wide false
1166 sideways false
1167 status open
1168
1169 \begin_layout Plain Layout
1170 \begin_inset Caption
1171
1172 \begin_layout Plain Layout
1173 \begin_inset CommandInset label
1174 LatexCommand label
1175 name "fig:Structure-indéfinissable"
1176
1177 \end_inset
1178
1179 Structure indéfinissable
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Plain Layout
1188 \begin_inset Graphics
1189         filename ../clipart/escher-lsd.eps
1190         width 45col%
1191         scaleBeforeRotation
1192         groupId Déformés
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \begin_inset space \hfill{}
1203 \end_inset
1204
1205
1206 \begin_inset Float figure
1207 wide false
1208 sideways false
1209 status open
1210
1211 \begin_layout Plain Layout
1212 \begin_inset Caption
1213
1214 \begin_layout Plain Layout
1215 \begin_inset CommandInset label
1216 LatexCommand label
1217 name "fig:Un-ornithorynque"
1218
1219 \end_inset
1220
1221 Un ornithorynque
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Plain Layout
1230 \begin_inset Graphics
1231         filename ../clipart/platypus.eps
1232         width 45col%
1233         scaleBeforeRotation
1234         groupId Déformés
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \begin_inset space \hfill{}
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \begin_layout Plain Layout
1251 \begin_inset Caption
1252
1253 \begin_layout Plain Layout
1254 \begin_inset CommandInset label
1255 LatexCommand label
1256 name "fig:Deux-images-déformées"
1257
1258 \end_inset
1259
1260 Deux images déformées.
1261  Les deux images font partie du groupe de paramétrisation 
1262 \begin_inset Quotes eld
1263 \end_inset
1264
1265 déformés
1266 \begin_inset Quotes erd
1267 \end_inset
1268
1269 .
1270 \end_layout
1271
1272 \end_inset
1273
1274
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \begin_layout Section
1283 Les Formats d'images
1284 \begin_inset CommandInset label
1285 LatexCommand label
1286 name "sec:Image-Formats"
1287
1288 \end_inset
1289
1290
1291 \begin_inset Index
1292 status collapsed
1293
1294 \begin_layout Plain Layout
1295 Formats d' images
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \begin_inset Index
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 Figures ! Formats d'images
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \end_layout
1312
1313 \begin_layout Standard
1314 Vous pouvez insérer des images dans n'importe quel format connu.
1315  Mais, comme nous l'avons expliqué dans l'appendice
1316 \begin_inset space ~
1317 \end_inset
1318
1319
1320 \begin_inset CommandInset ref
1321 LatexCommand ref
1322 reference "cha:Formats-fichiers-graphiques"
1323
1324 \end_inset
1325
1326 ,
1327 \lang english
1328  
1329 \lang french
1330 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1331  de formats d'images.
1332  Pour s'en sortir LyX utilise le programme 
1333 \family typewriter
1334 Imagemagick
1335 \family default
1336  en arrière plan pour convertir les formats que vous utilisez dans un des
1337  formats acceptés par le format de sortie.
1338  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1339 ons en n'utilisant que les formats listés dans les sous sections de
1340 \lang english
1341  
1342 \lang french
1343 l'appendice
1344 \begin_inset space ~
1345 \end_inset
1346
1347
1348 \begin_inset CommandInset ref
1349 LatexCommand ref
1350 reference "cha:Formats-fichiers-graphiques"
1351
1352 \end_inset
1353
1354 .
1355 \end_layout
1356
1357 \begin_layout Standard
1358 Comme pour les polices de caractères, il y a deux grands types de formats
1359  d'images:
1360 \end_layout
1361
1362 \begin_layout Description
1363 Les
1364 \begin_inset space ~
1365 \end_inset
1366
1367 images
1368 \begin_inset space ~
1369 \end_inset
1370
1371 Matricielles
1372 \begin_inset space ~
1373 \end_inset
1374
1375 (ou
1376 \begin_inset space ~
1377 \end_inset
1378
1379 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1380  enregistrés sous un format compressé.
1381  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1382  petits carrés quand on utilise des agrandissements trop importants (aspect
1383  
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387 pixellisé
1388 \begin_inset Quotes erd
1389 \end_inset
1390
1391 ).
1392  Les formats matriciels les plus connus sont le GIF (
1393 \begin_inset Quotes eld
1394 \end_inset
1395
1396 Graphics Interchange Format
1397 \begin_inset Quotes erd
1398 \end_inset
1399
1400 , avec comme extension de fichier 
1401 \begin_inset Quotes eld
1402 \end_inset
1403
1404
1405 \family typewriter
1406 .gif
1407 \family default
1408
1409 \begin_inset Quotes erd
1410 \end_inset
1411
1412 )
1413 \begin_inset Index
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 GIF|see
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 {
1424 \end_layout
1425
1426 \end_inset
1427
1428 Format d'image
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 }
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \end_inset
1443
1444 , le PNG (
1445 \begin_inset Quotes eld
1446 \end_inset
1447
1448 Portable Network Graphics, extension 
1449 \begin_inset Quotes eld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .png
1455 \family default
1456
1457 \begin_inset Quotes erd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 PNG|see
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 {
1472 \end_layout
1473
1474 \end_inset
1475
1476 Formats d'image
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 }
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \end_layout
1489
1490 \end_inset
1491
1492  et le JPG (
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 Joint Photographic Expert Group, extension 
1497 \begin_inset Quotes eld
1498 \end_inset
1499
1500
1501 \family typewriter
1502 .jpg
1503 \family default
1504
1505 \begin_inset Quotes erd
1506 \end_inset
1507
1508  ou 
1509 \begin_inset Quotes eld
1510 \end_inset
1511
1512
1513 \family typewriter
1514 .jpeg
1515 \family default
1516
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520 )
1521 \begin_inset Index
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525 JPG|see
1526 \begin_inset ERT
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530
1531 {
1532 \end_layout
1533
1534 \end_inset
1535
1536 Formats d'image
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 }
1543 \end_layout
1544
1545 \end_inset
1546
1547
1548 \end_layout
1549
1550 \end_inset
1551
1552 .
1553 \end_layout
1554
1555 \begin_layout Description
1556 Les
1557 \begin_inset space ~
1558 \end_inset
1559
1560 images
1561 \begin_inset space ~
1562 \end_inset
1563
1564 Vectorielles
1565 \begin_inset space ~
1566 \end_inset
1567
1568 (ou
1569 \begin_inset space ~
1570 \end_inset
1571
1572 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1573  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1574 nnée comme on le veut sans perte de précision.
1575  La possibilité de redimensionner les images est très utilisé pour les présentat
1576 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1577 nnement.
1578  Le redimensionnement permet aussi de présenter des documents en ligne où
1579  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1580  étudier les détails.
1581 \begin_inset Newline newline
1582 \end_inset
1583
1584 Les principaux formats vectoriels sont le SVG (
1585 \begin_inset Quotes eld
1586 \end_inset
1587
1588 Scalable Vector Graphics
1589 \begin_inset Quotes erd
1590 \end_inset
1591
1592 , extension
1593 \begin_inset Quotes eld
1594 \end_inset
1595
1596
1597 \family typewriter
1598 .svg
1599 \family default
1600
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604 )
1605 \begin_inset Index
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 SVG|see
1610 \begin_inset ERT
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614
1615 {
1616 \end_layout
1617
1618 \end_inset
1619
1620 Format d'image
1621 \begin_inset ERT
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625
1626 }
1627 \end_layout
1628
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635
1636 , l'EPS ( 
1637 \begin_inset Quotes eld
1638 \end_inset
1639
1640 encapsulated PostScript
1641 \begin_inset Quotes erd
1642 \end_inset
1643
1644 , extension
1645 \begin_inset Quotes eld
1646 \end_inset
1647
1648
1649 \family typewriter
1650 .eps
1651 \family default
1652
1653 \begin_inset Quotes erd
1654 \end_inset
1655
1656 )
1657 \begin_inset Index
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 EPS|see
1662 \begin_inset ERT
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666
1667 {
1668 \end_layout
1669
1670 \end_inset
1671
1672 Format d'image
1673 \begin_inset ERT
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677
1678 }
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \end_layout
1685
1686 \end_inset
1687
1688 , le PDF (
1689 \begin_inset Quotes eld
1690 \end_inset
1691
1692 Portable Document Format
1693 \begin_inset Quotes erd
1694 \end_inset
1695
1696 , extension
1697 \begin_inset Quotes eld
1698 \end_inset
1699
1700
1701 \family typewriter
1702 .pdf
1703 \family default
1704
1705 \begin_inset Quotes erd
1706 \end_inset
1707
1708 )
1709 \begin_inset Index
1710 status collapsed
1711
1712 \begin_layout Plain Layout
1713 PDF|see
1714 \begin_inset ERT
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718
1719 {
1720 \end_layout
1721
1722 \end_inset
1723
1724 Format d'image
1725 \begin_inset ERT
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729
1730 }
1731 \end_layout
1732
1733 \end_inset
1734
1735
1736 \end_layout
1737
1738 \end_inset
1739
1740  et le WMF (
1741 \begin_inset Quotes eld
1742 \end_inset
1743
1744 Windows Metafile
1745 \begin_inset Quotes erd
1746 \end_inset
1747
1748 , extension 
1749 \begin_inset Quotes eld
1750 \end_inset
1751
1752
1753 \family typewriter
1754 .wfm
1755 \family default
1756
1757 \begin_inset Quotes erd
1758 \end_inset
1759
1760  ou 
1761 \begin_inset Quotes eld
1762 \end_inset
1763
1764
1765 \family typewriter
1766 .emf
1767 \family default
1768
1769 \begin_inset Quotes erd
1770 \end_inset
1771
1772 )
1773 \begin_inset Index
1774 status collapsed
1775
1776 \begin_layout Plain Layout
1777 WMF|see
1778 \begin_inset ERT
1779 status collapsed
1780
1781 \begin_layout Plain Layout
1782
1783 {
1784 \end_layout
1785
1786 \end_inset
1787
1788 Formats d'images
1789 \begin_inset ERT
1790 status collapsed
1791
1792 \begin_layout Plain Layout
1793
1794 }
1795 \end_layout
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \end_inset
1803
1804 .
1805  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1806  en EPS, mais le résultat ne sera pas redimensionnable.
1807  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1808 \begin_inset Foot
1809 status open
1810
1811 \begin_layout Plain Layout
1812 Dans le cas du PDF l'image initiale est aussi compressée.
1813 \end_layout
1814
1815 \end_inset
1816
1817 .
1818 \end_layout
1819
1820 \begin_layout Standard
1821 Les fichiers PDF générés par 
1822 \family typewriter
1823 Adobe Photoshop
1824 \family default
1825 , par exemple, sont des images matricielles.
1826 \end_layout
1827
1828 \begin_layout Standard
1829 En principe il est quasiment impossible de convertir une image matricielle
1830  en graphique vectoriel, seul le contraire est possible.
1831
1832 \lang english
1833  
1834 \lang french
1835 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1836  dans respectivement un fichier de sortie PDF ou PostScript.
1837  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1838  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1839  WMF/SVG
1840 \begin_inset Formula $\to$
1841 \end_inset
1842
1843 PDF/EPS convenables.
1844 \end_layout
1845
1846 \begin_layout Chapter
1847 Tableaux
1848 \begin_inset Index
1849 status collapsed
1850
1851 \begin_layout Plain Layout
1852 Tableau
1853 \end_layout
1854
1855 \end_inset
1856
1857
1858 \end_layout
1859
1860 \begin_layout Section
1861 Introduction
1862 \begin_inset Index
1863 status collapsed
1864
1865 \begin_layout Plain Layout
1866 Tableau ! Introduction
1867 \end_layout
1868
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \begin_layout Standard
1875 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1876  
1877 \begin_inset Graphics
1878         filename ../../images/tabular-insert.png
1879         scale 85
1880         scaleBeforeRotation
1881
1882 \end_inset
1883
1884  soit 
1885 \family sans
1886 Insérer\SpecialChar \menuseparator
1887 Tableau
1888 \family default
1889 .
1890  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1891  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1892  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1893  sur un bouton de la souris pour valider votre choix.
1894  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1895  vous demandant le nombre de lignes et de colonnes.
1896 \begin_inset Newline newline
1897 \end_inset
1898
1899 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1900  une à droite de la colonne la plus à droite et une en bas de la rangée
1901  du bas, qui forment une boîte autour du tableau.
1902  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1903  apparaît séparée du reste du tableau.
1904  Voici un exemple :
1905 \end_layout
1906
1907 \begin_layout Standard
1908 \align center
1909 \begin_inset Tabular
1910 <lyxtabular version="3" rows="4" columns="4">
1911 <features>
1912 <column alignment="center" valignment="top" width="0">
1913 <column alignment="center" valignment="top" width="0">
1914 <column alignment="center" valignment="top" width="0">
1915 <column alignment="center" valignment="top" width="0">
1916 <row>
1917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930 1
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939 2
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948 3
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 </row>
1954 <row>
1955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959 A
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 </row>
1992 <row>
1993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997 B
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 </row>
2030 <row>
2031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2032 \begin_inset Text
2033
2034 \begin_layout Plain Layout
2035 C
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044
2045 \end_layout
2046
2047 \end_inset
2048 </cell>
2049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2050 \begin_inset Text
2051
2052 \begin_layout Plain Layout
2053
2054 \end_layout
2055
2056 \end_inset
2057 </cell>
2058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2059 \begin_inset Text
2060
2061 \begin_layout Plain Layout
2062
2063 \end_layout
2064
2065 \end_inset
2066 </cell>
2067 </row>
2068 </lyxtabular>
2069
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Section
2076 La fenêtre 
2077 \family sans
2078 Tableau
2079 \family default
2080
2081 \begin_inset Index
2082 status collapsed
2083
2084 \begin_layout Plain Layout
2085 Tableau ! Fenêtre de dialogue
2086 \end_layout
2087
2088 \end_inset
2089
2090
2091 \end_layout
2092
2093 \begin_layout Standard
2094 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2095  de la souris, ce qui fait apparaître une fenêtre avec des options.
2096  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2097  la colonne et la ligne dans laquelle le curseur se trouve.
2098  La plupart des options peuvent s'appliquer à des sélections.
2099  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2100  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2101  votre sélection.
2102  Notez qu'il y a une différence entre sélectionner le 
2103 \emph on
2104 contenu 
2105 \emph default
2106 d'une cellule et sélectionner la cellule elle-même.
2107  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2108  tableaux :
2109 \end_layout
2110
2111 \begin_layout Description
2112 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2113  la largeur de la colonne courante.
2114  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2115  vertical de la ligne courante.
2116  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2117  et donc, plusieurs paragraphes de texte, voir la section
2118 \begin_inset space ~
2119 \end_inset
2120
2121
2122 \begin_inset CommandInset ref
2123 LatexCommand ref
2124 reference "sub:Lignes-multiple-dans-cellule"
2125
2126 \end_inset
2127
2128 .
2129  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2130  pour accommoder le contenu de cellule le plus large.
2131 \begin_inset Newline newline
2132 \end_inset
2133
2134 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2135  un multicolonne, voir la section
2136 \begin_inset space ~
2137 \end_inset
2138
2139
2140 \begin_inset CommandInset ref
2141 LatexCommand ref
2142 reference "sub:Multicolonnes"
2143
2144 \end_inset
2145
2146 .
2147 \begin_inset Newline newline
2148 \end_inset
2149
2150 L'option 
2151 \family sans
2152 Tourner
2153 \begin_inset space ~
2154 \end_inset
2155
2156 la
2157 \begin_inset space ~
2158 \end_inset
2159
2160 case
2161 \begin_inset space ~
2162 \end_inset
2163
2164 de
2165 \begin_inset space ~
2166 \end_inset
2167
2168 90°
2169 \family default
2170  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2171  L'option 
2172 \family sans
2173 Tourner
2174 \begin_inset space ~
2175 \end_inset
2176
2177 le
2178 \begin_inset space ~
2179 \end_inset
2180
2181 tableau
2182 \begin_inset space ~
2183 \end_inset
2184
2185 de
2186 \begin_inset space ~
2187 \end_inset
2188
2189 90°
2190 \family default
2191  fait pivoter tout le tableau.
2192  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2193  la sortie finale.
2194 \begin_inset Newline newline
2195 \end_inset
2196
2197
2198 \begin_inset Note Greyedout
2199 status open
2200
2201 \begin_layout Plain Layout
2202
2203 \series bold
2204 Note:
2205 \series default
2206  La plupart des visualiseurs DVI ne sont 
2207 \emph on
2208 pas
2209 \emph default
2210  capables d'afficher ces rotations.
2211 \end_layout
2212
2213 \end_inset
2214
2215
2216 \lang english
2217
2218 \begin_inset Newline newline
2219 \end_inset
2220
2221
2222 \lang french
2223 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2224  spéciales pour le tableau, voir les sections
2225 \begin_inset space ~
2226 \end_inset
2227
2228
2229 \begin_inset CommandInset ref
2230 LatexCommand ref
2231 reference "sub:Calculs-multicolonnes"
2232
2233 \end_inset
2234
2235  et 
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "sec:Tableaux-Colorés"
2239
2240 \end_inset
2241
2242 .
2243 \end_layout
2244
2245 \begin_layout Description
2246
2247 \family sans
2248 Bordures
2249 \family default
2250  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2251  ou la colonne courante.
2252  
2253 \begin_inset Newline newline
2254 \end_inset
2255
2256 En utilisant le style 
2257 \family sans
2258 Formel
2259 \family default
2260  à la place du style par 
2261 \family sans
2262 Défaut
2263 \family default
2264 , on va convertir le tableau en tableau formel comme on le décrit dans la
2265  section
2266 \begin_inset space ~
2267 \end_inset
2268
2269
2270 \begin_inset CommandInset ref
2271 LatexCommand ref
2272 reference "sec:Tableaux-Formels"
2273
2274 \end_inset
2275
2276 .
2277 \begin_inset Newline newline
2278 \end_inset
2279
2280 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2281  dans les lignes du tableau comme c'est décrit dans la section
2282 \begin_inset space ~
2283 \end_inset
2284
2285
2286 \begin_inset CommandInset ref
2287 LatexCommand ref
2288 reference "sub:Espacement-lignes"
2289
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Description
2296 Tableau
2297 \begin_inset space ~
2298 \end_inset
2299
2300 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2301  un 
2302 \begin_inset Quotes eld
2303 \end_inset
2304
2305
2306 \emph on
2307 tableau long
2308 \emph default
2309
2310 \begin_inset Quotes erd
2311 \end_inset
2312
2313  qui peut continuer sur plusieurs pages.
2314  Les sections
2315 \begin_inset space ~
2316 \end_inset
2317
2318
2319 \begin_inset CommandInset ref
2320 LatexCommand ref
2321 reference "sec:Tableaux-longs"
2322
2323 \end_inset
2324
2325  et 
2326 \begin_inset CommandInset ref
2327 LatexCommand ref
2328 reference "sec:Questions-sur-tableaux-longs"
2329
2330 \end_inset
2331
2332  décrivent ces tableaux longs plus en détail.
2333 \end_layout
2334
2335 \begin_layout Standard
2336 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2337  de cellule en cellule avec les touches de déplacement et voir s'afficher
2338  les propriétés de la cellule courante dans la fenêtre de dialogue.
2339 \end_layout
2340
2341 \begin_layout Section
2342 La barre d'outils tableau
2343 \begin_inset Index
2344 status collapsed
2345
2346 \begin_layout Plain Layout
2347 Tableau ! Barre d'outils
2348 \end_layout
2349
2350 \end_inset
2351
2352
2353 \end_layout
2354
2355 \begin_layout Standard
2356 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2357  permet de modifier plus rapidement les tableaux.
2358  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2359  le curseur se trouve à l'intérieur d'un tableau.
2360  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2361  au menu 
2362 \family sans
2363 Visualiser\SpecialChar \menuseparator
2364 Barres
2365 \begin_inset space ~
2366 \end_inset
2367
2368 d'outils\SpecialChar \menuseparator
2369 Tableau
2370 \family default
2371 .
2372 \end_layout
2373
2374 \begin_layout Standard
2375 La barre d'outils contient les icônes suivantes :
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Graphics
2381         filename ../../images/tabular-feature_append-row.png
2382         scaleBeforeRotation
2383
2384 \end_inset
2385
2386  ajoute une ligne sous la cellule ou la sélection courante
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Graphics
2392         filename ../../images/tabular-feature_append-column.png
2393         scaleBeforeRotation
2394
2395 \end_inset
2396
2397  ajoute une colonne à la droite de la cellule ou de la sélection courante
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../../images/tabular-feature_delete-row.png
2404         scaleBeforeRotation
2405
2406 \end_inset
2407
2408  supprime la ligne ou la sélection courante
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413 \begin_inset Graphics
2414         filename ../../images/tabular-feature_delete-column.png
2415         scaleBeforeRotation
2416
2417 \end_inset
2418
2419  supprime la colonne ou la sélection courante
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../../images/tabular-feature_toggle-line-top.png
2426         scaleBeforeRotation
2427
2428 \end_inset
2429
2430  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2431  courante
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Graphics
2437         filename ../../images/tabular-feature_toggle-line-bottom.png
2438         scaleBeforeRotation
2439
2440 \end_inset
2441
2442  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2443 \end_layout
2444
2445 \begin_layout Labeling
2446 \labelwidthstring 00.00.0000
2447 \begin_inset Graphics
2448         filename ../../images/tabular-feature_toggle-line-left.png
2449         scaleBeforeRotation
2450
2451 \end_inset
2452
2453  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2454 \begin_inset Note Note
2455 status collapsed
2456
2457 \begin_layout Plain Layout
2458 ou colonne ?
2459 \end_layout
2460
2461 \end_inset
2462
2463  ou de la sélection courante
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Graphics
2469         filename ../../images/tabular-feature_toggle-line-right.png
2470         scaleBeforeRotation
2471
2472 \end_inset
2473
2474  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2475 \begin_inset Note Note
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479 ou colonne ?
2480 \end_layout
2481
2482 \end_inset
2483
2484  ou de la sélection courante
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Graphics
2490         filename ../../images/tabular-feature_set-all-lines.png
2491         scaleBeforeRotation
2492
2493 \end_inset
2494
2495  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2496  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2497  colonne et la ligne courante
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Graphics
2503         filename ../../images/tabular-feature_unset-all-lines.png
2504         scaleBeforeRotation
2505
2506 \end_inset
2507
2508  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2509  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2510  aussi la colonne et la ligne courante
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Graphics
2516         filename ../../images/tabular-feature_align-left.png
2517         scaleBeforeRotation
2518
2519 \end_inset
2520
2521  aligne à gauche le contenu de la cellule ou de la colonne courante
2522 \end_layout
2523
2524 \begin_layout Labeling
2525 \labelwidthstring 00.00.0000
2526 \begin_inset Graphics
2527         filename ../../images/tabular-feature_align-center.png
2528         scaleBeforeRotation
2529
2530 \end_inset
2531
2532  centre horizontalement le contenu de la cellule ou de la colonne courante
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Graphics
2538         filename ../../images/tabular-feature_align-right.png
2539         scaleBeforeRotation
2540
2541 \end_inset
2542
2543  aligne à droite le contenu de la cellule ou de la colonne courante
2544 \end_layout
2545
2546 \begin_layout Labeling
2547 \labelwidthstring 00.00.0000
2548 \begin_inset Graphics
2549         filename ../../images/tabular-feature_valign-top.png
2550         scaleBeforeRotation
2551
2552 \end_inset
2553
2554  aligne le contenu de la cellule courante verticalement vers le haut
2555 \end_layout
2556
2557 \begin_layout Labeling
2558 \labelwidthstring 00.00.0000
2559 \begin_inset Graphics
2560         filename ../../images/tabular-feature_valign-middle.png
2561         scaleBeforeRotation
2562
2563 \end_inset
2564
2565  centre verticalement le contenu de la cellule courante
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Graphics
2571         filename ../../images/tabular-feature_valign-bottom.png
2572         scaleBeforeRotation
2573
2574 \end_inset
2575
2576  aligne le contenu de la cellule courante verticalement vers le bas
2577 \end_layout
2578
2579 \begin_layout Labeling
2580 \labelwidthstring 00.00.0000
2581 \begin_inset Graphics
2582         filename ../../images/tabular-feature_set-rotate-cell.png
2583         scaleBeforeRotation
2584
2585 \end_inset
2586
2587  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2588 re
2589 \end_layout
2590
2591 \begin_layout Labeling
2592 \labelwidthstring 00.00.0000
2593 \begin_inset Graphics
2594         filename ../../images/tabular-feature_set-rotate-tabular.png
2595         scaleBeforeRotation
2596
2597 \end_inset
2598
2599  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Graphics
2605         filename ../../images/tabular-feature_multicolumn.png
2606         scaleBeforeRotation
2607
2608 \end_inset
2609
2610  transforme en multi-colonne la cellule ou la sélection courante
2611 \end_layout
2612
2613 \begin_layout Standard
2614 \begin_inset Note Greyedout
2615 status open
2616
2617 \begin_layout Plain Layout
2618
2619 \series bold
2620 Note :
2621 \series default
2622  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2623  est utilisé pour toutes les autres cellules de la ligne.
2624 \end_layout
2625
2626 \end_inset
2627
2628
2629 \end_layout
2630
2631 \begin_layout Section
2632 Le Menu Éditer Tableau
2633 \begin_inset Index
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637 Tableau ! Menu Éditer
2638 \end_layout
2639
2640 \end_inset
2641
2642
2643 \end_layout
2644
2645 \begin_layout Standard
2646 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2647  
2648 \family sans
2649 Éditer\SpecialChar \menuseparator
2650 Tableau
2651 \family default
2652  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2653  ou de la ligne courante et aussi de transformer la sélection courante en
2654  multi-colonne.
2655  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2656 \end_layout
2657
2658 \begin_layout Section
2659 Flottant de Tableau
2660 \begin_inset CommandInset label
2661 LatexCommand label
2662 name "sec:Table-Floats"
2663
2664 \end_inset
2665
2666
2667 \begin_inset Index
2668 status collapsed
2669
2670 \begin_layout Plain Layout
2671 Flottants ! Tableaux
2672 \end_layout
2673
2674 \end_inset
2675
2676
2677 \begin_inset Index
2678 status collapsed
2679
2680 \begin_layout Plain Layout
2681 Tableau ! Flottants
2682 \end_layout
2683
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \begin_layout Standard
2690 Pour des explications générales sur les flottants, jetez un œil à la section
2691 \begin_inset space ~
2692 \end_inset
2693
2694
2695 \begin_inset CommandInset ref
2696 LatexCommand ref
2697 reference "sec:Flottants-Introduction"
2698
2699 \end_inset
2700
2701 .
2702 \end_layout
2703
2704 \begin_layout Standard
2705 \begin_inset Float table
2706 placement h
2707 wide false
2708 sideways false
2709 status open
2710
2711 \begin_layout Plain Layout
2712 \begin_inset Caption
2713
2714 \begin_layout Plain Layout
2715 \begin_inset CommandInset label
2716 LatexCommand label
2717 name "tab:Flottant-de-tableau"
2718
2719 \end_inset
2720
2721 Un flottant de tableau.
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Plain Layout
2730 \align center
2731 \begin_inset Tabular
2732 <lyxtabular version="3" rows="3" columns="3">
2733 <features>
2734 <column alignment="center" valignment="top" width="0pt">
2735 <column alignment="center" valignment="top" width="0pt">
2736 <column alignment="center" valignment="top" width="0pt">
2737 <row>
2738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Plain Layout
2742 1
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Plain Layout
2751 2
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760 3
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 <row>
2767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2768 \begin_inset Text
2769
2770 \begin_layout Plain Layout
2771 Jules
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2777 \begin_inset Text
2778
2779 \begin_layout Plain Layout
2780 Marie
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789 Jean
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 <row>
2796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Plain Layout
2800 \begin_inset Formula $\int x^{2}dx$
2801 \end_inset
2802
2803
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812 \begin_inset Formula $\left[\begin{array}{cc}
2813 a & b\\
2814 c & d\end{array}\right]$
2815 \end_inset
2816
2817
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 \begin_inset Formula $1+1=2$
2827 \end_inset
2828
2829
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 </row>
2835 </lyxtabular>
2836
2837 \end_inset
2838
2839
2840 \end_layout
2841
2842 \end_inset
2843
2844
2845 \end_layout
2846
2847 \begin_layout Standard
2848 Les flottants de tableau sont insérés en utilisant le menu 
2849 \family sans
2850 Insérer\SpecialChar \menuseparator
2851 Flottant\SpecialChar \menuseparator
2852 Tableau
2853 \family default
2854  ou le bouton 
2855 \begin_inset Graphics
2856         filename ../../images/float-insert_table.png
2857         scale 85
2858         scaleBeforeRotation
2859
2860 \end_inset
2861
2862  de la barre d'outils.
2863 \end_layout
2864
2865 \begin_layout Standard
2866 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2867  qui a comme étiquette 
2868 \begin_inset Quotes eld
2869 \end_inset
2870
2871 Tableau
2872 \begin_inset space ~
2873 \end_inset
2874
2875 #:
2876 \begin_inset Quotes erd
2877 \end_inset
2878
2879  (où # est le numéro du tableau).
2880  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2881 \end_layout
2882
2883 \begin_layout Standard
2884 Le tableau
2885 \begin_inset space ~
2886 \end_inset
2887
2888
2889 \begin_inset CommandInset ref
2890 LatexCommand ref
2891 reference "tab:Flottant-de-tableau"
2892
2893 \end_inset
2894
2895  est un exemple de tableau dans un flottant de tableau.
2896 \end_layout
2897
2898 \begin_layout Standard
2899 On met habituellement la légende au dessus des tableaux, mais cette règle
2900  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2901  Cela signifie que si vous utilisez un document appartenant aux classes
2902  
2903 \family sans
2904 article
2905 \family default
2906
2907 \family sans
2908 book
2909 \family default
2910
2911 \family sans
2912 letter
2913 \family default
2914 , ou
2915 \family sans
2916  report
2917 \family default
2918  il n'y aura pas d'espace entre la légende et le tableau.
2919  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2920  la commande de chargement du paquetage LaTeX 
2921 \series bold
2922 caption
2923 \series default
2924
2925 \begin_inset Index
2926 status collapsed
2927
2928 \begin_layout Plain Layout
2929 Paquetages LaTeX ! caption
2930 \end_layout
2931
2932 \end_inset
2933
2934  dans le préambule de votre document.
2935 \begin_inset Foot
2936 status open
2937
2938 \begin_layout Plain Layout
2939 Pour plus d'information voyez la section
2940 \begin_inset space ~
2941 \end_inset
2942
2943
2944 \begin_inset CommandInset ref
2945 LatexCommand ref
2946 reference "sec:Placement-légende"
2947
2948 \end_inset
2949
2950 .
2951 \end_layout
2952
2953 \end_inset
2954
2955 :
2956 \end_layout
2957
2958 \begin_layout Standard
2959
2960 \series bold
2961 tableposition=top
2962 \end_layout
2963
2964 \begin_layout Standard
2965 Le paquetage 
2966 \series bold
2967 caption
2968 \series default
2969 , qui est décrit dans la section
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "sec:Formatage-légende"
2977
2978 \end_inset
2979
2980 , est utilisé pour ajuster le format des légendes.
2981 \end_layout
2982
2983 \begin_layout Standard
2984 Dans le texte, on fait référence à un tableau
2985 \begin_inset Index
2986 status collapsed
2987
2988 \begin_layout Plain Layout
2989 References@Références ! à des Tableaux
2990 \end_layout
2991
2992 \end_inset
2993
2994  en faisant référence à sa légende.
2995  On insère donc une étiquette dans la légende en utilisant le menu 
2996 \family sans
2997 Insérer
2998 \family default
2999 \SpecialChar \menuseparator
3000
3001 \family sans
3002 Étiquette
3003 \family default
3004  ou le bouton 
3005 \begin_inset Graphics
3006         filename ../../images/label-insert.png
3007         scale 85
3008         scaleBeforeRotation
3009
3010 \end_inset
3011
3012  de la barre d'outils.
3013  On peut alors faire référence à cette étiquette en utilisant le menu 
3014 \family sans
3015 Insérer\SpecialChar \menuseparator
3016 Référence
3017 \begin_inset space ~
3018 \end_inset
3019
3020 croisée
3021 \family default
3022  ou le bouton 
3023 \begin_inset Graphics
3024         filename ../../images/dialog-show-new-inset_ref.png
3025         scale 85
3026         scaleBeforeRotation
3027
3028 \end_inset
3029
3030  de la barre d'outils.
3031 \begin_inset Newline newline
3032 \end_inset
3033
3034 Les références croisées sont expliquées en détail dans la section
3035 \begin_inset space ~
3036 \end_inset
3037
3038
3039 \begin_inset CommandInset ref
3040 LatexCommand ref
3041 reference "sec:Referencer-les-Flottants"
3042
3043 \end_inset
3044
3045 .
3046 \end_layout
3047
3048 \begin_layout Section
3049 Tableaux Longs
3050 \begin_inset CommandInset label
3051 LatexCommand label
3052 name "sec:Tableaux-longs"
3053
3054 \end_inset
3055
3056
3057 \begin_inset Index
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061 Tableaux longs
3062 \end_layout
3063
3064 \end_inset
3065
3066
3067 \begin_inset Index
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071 Tableau ! Tableaux longs
3072 \end_layout
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3081  l'option 
3082 \family sans
3083 Utiliser
3084 \begin_inset space ~
3085 \end_inset
3086
3087 les
3088 \begin_inset space ~
3089 \end_inset
3090
3091 tableaux
3092 \begin_inset space ~
3093 \end_inset
3094
3095 longs
3096 \family default
3097  de l'onglet 
3098 \family sans
3099 Tableau
3100 \begin_inset space ~
3101 \end_inset
3102
3103 long
3104 \family default
3105  de la fenêtre 
3106 \family sans
3107 Paramètres
3108 \begin_inset space ~
3109 \end_inset
3110
3111 du
3112 \begin_inset space ~
3113 \end_inset
3114
3115 tableau
3116 \family default
3117  pour le répartir automatiquement sur plusieurs pages.
3118  En cochant cette option, vous activez les options suivantes:
3119 \end_layout
3120
3121 \begin_layout Description
3122 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3123  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3124  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3125  première page, si 
3126 \family sans
3127 Premier
3128 \begin_inset space ~
3129 \end_inset
3130
3131 en-tête
3132 \family default
3133  est défini.
3134  Ces lignes forment l'en-tête principal.
3135 \end_layout
3136
3137 \begin_layout Description
3138 Premier
3139 \begin_inset space ~
3140 \end_inset
3141
3142 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3143  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3144  d'en-tête utilisées pour la première page du tableau long.
3145 \end_layout
3146
3147 \begin_layout Description
3148 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3149  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3150  constituant les pieds de toutes les pages du tableau long ; sauf de la
3151  dernière page si 
3152 \family sans
3153 Dernier
3154 \begin_inset space ~
3155 \end_inset
3156
3157 pied
3158 \family default
3159  est défini.
3160 \end_layout
3161
3162 \begin_layout Description
3163 Dernier
3164 \begin_inset space ~
3165 \end_inset
3166
3167 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3168  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3169  constituant le pied de la dernière page du tableau long.
3170 \end_layout
3171
3172 \begin_layout Description
3173 Légende La première ligne est transformée en une colonne unique.
3174  Vous pouvez y insérer la légende du tableau avec le menu 
3175 \family sans
3176 Insérer\SpecialChar \menuseparator
3177 Légende
3178 \family default
3179 .
3180  Vous trouverez d'autres explications sur les légendes pour les tableaux
3181  longs dans la section
3182 \begin_inset space ~
3183 \end_inset
3184
3185
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "sub:Tableaux-longs-légende"
3189
3190 \end_inset
3191
3192 .
3193 \end_layout
3194
3195 \begin_layout Standard
3196 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3197  Si vous activez plusieurs options pour une même ligne, vous devez être
3198  conscients que seule la première sera prise en compte.
3199  Les autres options seront alors définies comme 
3200 \emph on
3201 vides
3202 \emph default
3203 .
3204  Dans ce contexte, première veut dire première en suivant l'ordre 
3205 \family sans
3206 Pied, Dernier
3207 \begin_inset space ~
3208 \end_inset
3209
3210 Pied, 
3211 \family default
3212 et
3213 \family sans
3214  En-tête, Premier
3215 \begin_inset space ~
3216 \end_inset
3217
3218 En-tête
3219 \family default
3220 .
3221  Voyez le tableau long qui suit pour voir comment ça marche :
3222 \end_layout
3223
3224 \begin_layout Standard
3225 \align center
3226 \begin_inset Tabular
3227 <lyxtabular version="3" rows="69" columns="3">
3228 <features islongtable="true">
3229 <column alignment="left" valignment="top" width="0cm">
3230 <column alignment="left" valignment="top" width="0pt">
3231 <column alignment="right" valignment="top" width="0pt">
3232 <row endfirsthead="true">
3233 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \series bold
3239 Exemple d'annuaire téléphonique (ignorez les noms)
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row endfirsthead="true">
3264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \series bold
3270 NOM
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 TEL.
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row endhead="true">
3297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 Exemple d'annuaire téléphonique
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row endhead="true">
3328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \series bold
3334 NOM
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 TEL.
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row endfoot="true">
3361 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365  continue page suivante
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \series bold
3396 Annovi
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 Silvia
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 111
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 <row>
3421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425
3426 \series bold
3427 Bertoli
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Stefano
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 111
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row>
3452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \series bold
3458 Bozzi
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Walter
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 111
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row>
3483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \series bold
3489 Cachia
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 Maria
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 111
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Cachia
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Maurizio
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 111
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row>
3545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 Cinquemani
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 Giusi
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 111
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \series bold
3582 Colin
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 Bernard
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 111
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Concli
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Gianfranco
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Dal Bosco
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Carolina
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Dalpiaz
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Annamaria
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Feliciello
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Domenico
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Focarelli
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Paola
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Galletti
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Oreste
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Gasparini
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Franca
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Rizzardi
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Paola
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Lassini
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Giancarlo
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Malfatti
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Luciano
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Malfatti
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Valeriano
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Meneguzzo
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Roberto
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Mezzadra
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Roberto
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Pirpamer
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Erich
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Pochiesa
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Paolo
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111, 222
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Radina
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Claudio
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Stuffer
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Oskar
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Tacchelli
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Ugo
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Tezzele
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Margit
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 111
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Unterkalmsteiner
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Frieda
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 111
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Vieider
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Hilde
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 111
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Vigna
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Jürgen
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 111
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Weber
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Maurizio
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 111
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Winkler
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Franz
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 111
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355  
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384
4385 \series bold
4386 Annovi
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Silvia
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 555
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415
4416 \series bold
4417 Bertoli
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 Stefano
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 555
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \series bold
4448 Bozzi
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 Walter
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 555
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \series bold
4479 Cachia
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 Maria
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 555
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 </row>
4503 <row>
4504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508
4509 \series bold
4510 Cachia
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 Maurizio
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 555
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539
4540 \series bold
4541 Cinquemani
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Giusi
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 555
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \series bold
4572 Colin
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 Bernard
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 555
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Concli
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Gianfranco
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Dal Bosco
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Carolina
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Dalpiaz
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Annamaria
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Feliciello
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Domenico
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Focarelli
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Paola
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Galletti
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Oreste
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Gasparini
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Franca
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Rizzardi
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Paola
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Lassini
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Giancarlo
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Malfatti
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Luciano
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Malfatti
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Valeriano
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Meneguzzo
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Roberto
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Mezzadra
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Roberto
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Pirpamer
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Erich
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Pochiesa
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Paolo
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555, 222
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Radina
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Claudio
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Stuffer
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Oskar
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Tacchelli
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Ugo
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Tezzele
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Margit
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Unterkalmsteiner
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Frieda
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Vieider
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Hilde
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 555
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Vigna
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Jürgen
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 999
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Weber
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Maurizio
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row>
5310 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314
5315 \series bold
5316 Winkler
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 Franz
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 555
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 <row endlastfoot="true">
5341 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 Fin
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 </lyxtabular>
5370
5371 \end_inset
5372
5373
5374 \begin_inset ERT
5375 status open
5376
5377 \begin_layout Plain Layout
5378
5379
5380 \backslash
5381 addtocounter{table}{-1}
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \begin_inset Note Note
5388 status open
5389
5390 \begin_layout Plain Layout
5391 Voyez la note grisée de la section
5392 \begin_inset space ~
5393 \end_inset
5394
5395
5396 \begin_inset CommandInset ref
5397 LatexCommand ref
5398 reference "sub:Tableaux-longs-légende"
5399
5400 \end_inset
5401
5402  pour une explication de cette commande.
5403 \end_layout
5404
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \begin_layout Subsection
5411 Notes de Bas de Page dans les Tableaux Longs
5412 \begin_inset CommandInset label
5413 LatexCommand label
5414 name "sub:Notes-dans-tableau-long"
5415
5416 \end_inset
5417
5418
5419 \begin_inset Index
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423 Tableaux longs ! Notes de bas de page
5424 \end_layout
5425
5426 \end_inset
5427
5428
5429 \end_layout
5430
5431 \begin_layout Standard
5432 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5433  long.
5434  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5435  contenant la note.
5436  Par exemple le tableau
5437 \begin_inset space ~
5438 \end_inset
5439
5440
5441 \begin_inset CommandInset ref
5442 LatexCommand ref
5443 reference "tab:Légendes-tableau-différentes"
5444
5445 \end_inset
5446
5447  a une note de bas de page.
5448 \end_layout
5449
5450 \begin_layout Subsection
5451 Alignement des Tableaux Longs
5452 \begin_inset Index
5453 status collapsed
5454
5455 \begin_layout Plain Layout
5456 Tableaux longs ! Alignement
5457 \end_layout
5458
5459 \end_inset
5460
5461
5462 \end_layout
5463
5464 \begin_layout Standard
5465 Par défaut les Tableaux Longs sont centrés.
5466  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5467  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5468  de dialogue.
5469  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5470  des longueurs 
5471 \series bold
5472
5473 \backslash
5474 LTleft 
5475 \series default
5476 et 
5477 \series bold
5478
5479 \backslash
5480 LTright
5481 \series default
5482  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5483  concerné :
5484 \end_layout
5485
5486 \begin_layout Standard
5487
5488 \series bold
5489
5490 \backslash
5491 setlength{
5492 \backslash
5493 LTleft}{valeur}
5494 \end_layout
5495
5496 \begin_layout Standard
5497 Où 
5498 \series bold
5499 valeur
5500 \series default
5501  peut avoir n'importe laquelle des unités listées dans le tableau
5502 \begin_inset space ~
5503 \end_inset
5504
5505
5506 \begin_inset CommandInset ref
5507 LatexCommand ref
5508 reference "cha:Unités-de-longueur"
5509
5510 \end_inset
5511
5512 .
5513  
5514 \series bold
5515
5516 \backslash
5517 LTleft
5518 \series default
5519  contrôle la distance horizontale entre le bord gauche de la page et le
5520  tableau, et
5521 \series bold
5522  
5523 \backslash
5524 LTright
5525 \series default
5526  la distance au bord droit.
5527  La valeur par défaut des ces deux distances est 
5528 \series bold
5529
5530 \backslash
5531 fill
5532 \series default
5533 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5534 \end_layout
5535
5536 \begin_layout Standard
5537 Le tableau long suivant a été aligné à gauche en mettant 
5538 \series bold
5539
5540 \backslash
5541 LTleft
5542 \series default
5543  à 0
5544 \begin_inset space \thinspace{}
5545 \end_inset
5546
5547 pt.
5548 \begin_inset ERT
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552
5553
5554 \backslash
5555 setlength{
5556 \backslash
5557 LTleft}{0pt}
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \begin_layout Standard
5566 \begin_inset Tabular
5567 <lyxtabular version="3" rows="5" columns="5">
5568 <features islongtable="true">
5569 <column alignment="center" valignment="top" width="0">
5570 <column alignment="center" valignment="top" width="0">
5571 <column alignment="center" valignment="top" width="0">
5572 <column alignment="center" valignment="top" width="0">
5573 <column alignment="center" valignment="top" width="0">
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 1
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 2
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 3
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 4
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 5
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 s
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 s
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 s
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 s
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 s
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 asd
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 </row>
5715 <row>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 s
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 s
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 s
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 <row>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 asd
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 asd
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 </row>
5809 </lyxtabular>
5810
5811 \end_inset
5812
5813
5814 \begin_inset ERT
5815 status collapsed
5816
5817 \begin_layout Plain Layout
5818
5819
5820 \backslash
5821 setlength{
5822 \backslash
5823 LTleft}{
5824 \backslash
5825 fill}
5826 \end_layout
5827
5828 \end_inset
5829
5830
5831 \end_layout
5832
5833 \begin_layout Subsection
5834 Légendes et Tableaux longs
5835 \begin_inset Index
5836 status collapsed
5837
5838 \begin_layout Plain Layout
5839 Tableaux longs ! Legendes@Légendes
5840 \end_layout
5841
5842 \end_inset
5843
5844
5845 \begin_inset CommandInset label
5846 LatexCommand label
5847 name "sub:Tableaux-longs-légende"
5848
5849 \end_inset
5850
5851
5852 \end_layout
5853
5854 \begin_layout Standard
5855 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5856  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5857  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5858  Longs.
5859  On insère donc la légende dans la première ligne du tableau, comme c'est
5860  expliqué dans la section
5861 \begin_inset space ~
5862 \end_inset
5863
5864
5865 \begin_inset CommandInset ref
5866 LatexCommand ref
5867 reference "sec:Tableaux-longs"
5868
5869 \end_inset
5870
5871 .
5872  La première ligne du tableau est donc une ligne factice qui sert pour insérer
5873  la légende, le tableau commence réellement avec la deuxième ligne.
5874 \end_layout
5875
5876 \begin_layout Standard
5877 Voici un petit Tableau long pour voir comment ça marche :
5878 \end_layout
5879
5880 \begin_layout Standard
5881 \begin_inset Tabular
5882 <lyxtabular version="3" rows="6" columns="5">
5883 <features islongtable="true">
5884 <column alignment="center" valignment="top" width="0">
5885 <column alignment="center" valignment="top" width="0">
5886 <column alignment="center" valignment="top" width="0">
5887 <column alignment="center" valignment="top" width="0">
5888 <column alignment="center" valignment="top" width="0">
5889 <row caption="true">
5890 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 \begin_inset Caption
5895
5896 \begin_layout Plain Layout
5897 Tableau long avec une légende
5898 \begin_inset OptArg
5899 status open
5900
5901 \begin_layout Plain Layout
5902 Tableau long
5903 \end_layout
5904
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 1
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 2
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 3
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 4
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 5
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 s
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 s
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 s
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 s
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row>
6143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 asd
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 </lyxtabular>
6190
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \begin_layout Standard
6197 \begin_inset VSpace medskip
6198 \end_inset
6199
6200
6201 \begin_inset Note Greyedout
6202 status open
6203
6204 \begin_layout Plain Layout
6205
6206 \series bold
6207 Note:
6208 \series default
6209  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6210  n'avez pas prévu de légende.
6211  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6212 \begin_inset space ~
6213 \end_inset
6214
6215 2.4 suit le tableau
6216 \begin_inset space ~
6217 \end_inset
6218
6219 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6220  sans légende.
6221  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6222  après chaque tableau long sans légende :
6223 \end_layout
6224
6225 \begin_layout Plain Layout
6226
6227 \series bold
6228
6229 \backslash
6230 addtocounter{table}{-1}
6231 \end_layout
6232
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \begin_layout Standard
6239 \begin_inset Note Greyedout
6240 status open
6241
6242 \begin_layout Plain Layout
6243
6244 \series bold
6245 Note:
6246 \series default
6247  Si vous utilisez 
6248 \series bold
6249 hyperref
6250 \series default
6251
6252 \begin_inset Index
6253 status collapsed
6254
6255 \begin_layout Plain Layout
6256 Paquetages LaTeX ! hyperref
6257 \end_layout
6258
6259 \end_inset
6260
6261  dans les 
6262 \family sans
6263 Paramètres du document
6264 \family default
6265  rubrique 
6266 \family sans
6267 Propriétés
6268 \begin_inset space ~
6269 \end_inset
6270
6271 du
6272 \begin_inset space ~
6273 \end_inset
6274
6275 PDF
6276 \family default
6277 , pour transformer vos références croisées en liens cliquables, le lien
6278  vers un tableau long pointera toujours sur le début du document.
6279 \end_layout
6280
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \begin_layout Subsubsection
6287 Références à des tableaux longs
6288 \begin_inset Index
6289 status collapsed
6290
6291 \begin_layout Plain Layout
6292 Tableaux longs ! Références
6293 \end_layout
6294
6295 \end_inset
6296
6297
6298 \end_layout
6299
6300 \begin_layout Standard
6301 \begin_inset Tabular
6302 <lyxtabular version="3" rows="6" columns="5">
6303 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6309 <row caption="true">
6310 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 \begin_inset Caption
6315
6316 \begin_layout Plain Layout
6317 Tableau long référencé
6318 \begin_inset CommandInset label
6319 LatexCommand label
6320 name "tab:RefExemple"
6321
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 <row>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 1
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 2
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 3
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 4
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 5
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 s
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 s
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 s
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 asd
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 <row>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 asd
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 s
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 s
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 asd
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 </row>
6512 <row>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 asd
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 s
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 s
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 asd
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 </row>
6559 <row>
6560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 asd
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 sad
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 </lyxtabular>
6607
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \begin_layout Standard
6614 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6615  dans sa légende.
6616 \end_layout
6617
6618 \begin_layout Standard
6619 Ceci est une référence au tableau
6620 \begin_inset space ~
6621 \end_inset
6622
6623
6624 \begin_inset CommandInset ref
6625 LatexCommand ref
6626 reference "tab:RefExemple"
6627
6628 \end_inset
6629
6630 .
6631 \end_layout
6632
6633 \begin_layout Standard
6634 La mise en forme de la légende peut être ajustée avec celle de toutes les
6635  autres légendes de votre document en utilisant le paquetage LaTeX 
6636 \series bold
6637 caption
6638 \series default
6639
6640 \begin_inset Index
6641 status collapsed
6642
6643 \begin_layout Plain Layout
6644 Paquetages LaTeX ! caption
6645 \end_layout
6646
6647 \end_inset
6648
6649 , voir la section
6650 \begin_inset space ~
6651 \end_inset
6652
6653
6654 \begin_inset CommandInset ref
6655 LatexCommand ref
6656 reference "sec:Formatage-légende"
6657
6658 \end_inset
6659
6660 .
6661 \end_layout
6662
6663 \begin_layout Subsubsection
6664 Largeur de la légende
6665 \begin_inset Index
6666 status collapsed
6667
6668 \begin_layout Plain Layout
6669 Tableaux longs ! Largeur de la légende
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \begin_layout Standard
6678 La largeur maximale des lignes de légende est définie par la longueur 
6679 \series bold
6680
6681 \backslash
6682 LTcapwidth
6683 \series default
6684 .
6685  Sa valeur par défaut est 4
6686 \begin_inset space \thinspace{}
6687 \end_inset
6688
6689 in.
6690  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6691  de votre document ou en tant que code TeX directement dans votre document
6692  avant le tableau qui doit être affectée.
6693 \end_layout
6694
6695 \begin_layout Standard
6696
6697 \series bold
6698
6699 \backslash
6700 setlength{
6701 \backslash
6702 LTcapwidth}{largeur}
6703 \end_layout
6704
6705 \begin_layout Standard
6706 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6707 ce
6708 \begin_inset space ~
6709 \end_inset
6710
6711
6712 \begin_inset CommandInset ref
6713 LatexCommand ref
6714 reference "cha:Unités-de-longueur"
6715
6716 \end_inset
6717
6718 .
6719 \end_layout
6720
6721 \begin_layout Standard
6722 \begin_inset Newpage pagebreak
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Standard
6729 Les tableaux suivants montrent la différence :
6730 \end_layout
6731
6732 \begin_layout Standard
6733 \begin_inset Tabular
6734 <lyxtabular version="3" rows="6" columns="5">
6735 <features islongtable="true">
6736 <column alignment="center" valignment="top" width="0">
6737 <column alignment="center" valignment="top" width="0">
6738 <column alignment="center" valignment="top" width="0">
6739 <column alignment="center" valignment="top" width="0">
6740 <column alignment="center" valignment="top" width="0">
6741 <row caption="true">
6742 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 \begin_inset Caption
6747
6748 \begin_layout Plain Layout
6749 long titre complet avec la largeur par défaut long titre complet avec la
6750  largeur par défaut long titre complet avec la largeur par défaut
6751 \begin_inset OptArg
6752 status open
6753
6754 \begin_layout Plain Layout
6755 Légende avec largeur par défaut
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \end_inset
6764
6765
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 </row>
6807 <row>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 1
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 2
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 3
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 4
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 5
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 </row>
6854 <row>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 s
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 s
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 s
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 asd
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 </row>
6901 <row>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 asd
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 s
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 s
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 s
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 asd
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 </row>
6948 <row>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 asd
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 s
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 s
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 s
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 asd
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 asd
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 sad
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 asd
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 asd
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 asd
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 </lyxtabular>
7043
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \begin_layout Standard
7050 \begin_inset ERT
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054
7055
7056 \backslash
7057 setlength{
7058 \backslash
7059 LTcapwidth}{5cm}
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \begin_inset Tabular
7066 <lyxtabular version="3" rows="6" columns="5">
7067 <features islongtable="true">
7068 <column alignment="center" valignment="top" width="0">
7069 <column alignment="center" valignment="top" width="0">
7070 <column alignment="center" valignment="top" width="0">
7071 <column alignment="center" valignment="top" width="0">
7072 <column alignment="center" valignment="top" width="0">
7073 <row caption="true">
7074 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 \begin_inset Caption
7079
7080 \begin_layout Plain Layout
7081 long titre complet avec la largeur réglée à 5
7082 \begin_inset space \thinspace{}
7083 \end_inset
7084
7085 cm long titre complet avec la largeur réglée à 5
7086 \begin_inset space \thinspace{}
7087 \end_inset
7088
7089 cm long titre complet avec la largeur réglée à 5
7090 \begin_inset space \thinspace{}
7091 \end_inset
7092
7093 cm
7094 \begin_inset OptArg
7095 status open
7096
7097 \begin_layout Plain Layout
7098 Légende avec largeur à
7099 \begin_inset space \thinspace{}
7100 \end_inset
7101
7102 =
7103 \begin_inset space \thinspace{}
7104 \end_inset
7105
7106 5
7107 \begin_inset space \thinspace{}
7108 \end_inset
7109
7110 cm
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 <row>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 1
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 2
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 3
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 4
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 5
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 </row>
7209 <row>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 asd
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 s
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 s
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 </row>
7256 <row>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 asd
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 s
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 s
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 asd
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 s
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 s
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 asd
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 asd
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 sad
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 asd
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 </lyxtabular>
7398
7399 \end_inset
7400
7401
7402 \end_layout
7403
7404 \begin_layout Standard
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 setlength{
7413 \backslash
7414 LTcapwidth}{4in}
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \end_layout
7421
7422 \begin_layout Standard
7423 \begin_inset Note Greyedout
7424 status open
7425
7426 \begin_layout Plain Layout
7427
7428 \series bold
7429 Note:
7430 \series default
7431  Quand on utilise la paquetage LaTeX 
7432 \series bold
7433 caption
7434 \series default
7435
7436 \begin_inset Index
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Paquetages LaTeX ! caption
7441 \end_layout
7442
7443 \end_inset
7444
7445  , comme c'est les cas dans ce document, la légende prend toute la largeur
7446  de la page quand on utilise la largeur par défaut de 4
7447 \begin_inset space \thinspace{}
7448 \end_inset
7449
7450 in pour 
7451 \series bold
7452
7453 \backslash
7454 LTcapwidth
7455 \series default
7456 .
7457  Pour avoir dans ce cas une légende qui fasse exactement 4
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7462  comme par exemple 3.99
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 in, soit utiliser la commande LaTeX 
7467 \series bold
7468
7469 \backslash
7470 captionsetup{width=valeur}
7471 \series default
7472  qui est disponible dans le paquetage 
7473 \series bold
7474 caption
7475 \series default
7476 .
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Subsubsection
7485 Des Légendes différentes sur chaque page d'un tableau
7486 \begin_inset OptArg
7487 status collapsed
7488
7489 \begin_layout Plain Layout
7490 Légendes différentes
7491 \end_layout
7492
7493 \end_inset
7494
7495
7496 \begin_inset Index
7497 status collapsed
7498
7499 \begin_layout Plain Layout
7500 Tableaux longs ! Legendes@Légendes différentes par page
7501 \end_layout
7502
7503 \end_inset
7504
7505
7506 \end_layout
7507
7508 \begin_layout Standard
7509 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7510  de celle de la première page, insérez une légende avec un titre court non
7511  vide dans une fausse première ligne qui sera marquée comme étant le premier
7512  en-tête.
7513  La légende utilisée pour les autres pages est insérée comme une légende
7514  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7515  principal.
7516  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7517  suivante à la place de la boîte de légende de LyX :
7518 \end_layout
7519
7520 \begin_layout Standard
7521
7522 \series bold
7523
7524 \backslash
7525 caption*{caption text}
7526 \end_layout
7527
7528 \begin_layout Standard
7529 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7530  la légende du premier en-tête.
7531  Le tableau
7532 \begin_inset space ~
7533 \end_inset
7534
7535
7536 \begin_inset CommandInset ref
7537 LatexCommand ref
7538 reference "tab:Légendes-tableau-différentes"
7539
7540 \end_inset
7541
7542  est un exemple de tableau long avec des légendes différentes et où la seconde
7543  légende ne contient pas le numéro du tableau.
7544 \end_layout
7545
7546 \begin_layout Standard
7547 \align center
7548 \begin_inset Tabular
7549 <lyxtabular version="3" rows="60" columns="3">
7550 <features islongtable="true">
7551 <column alignment="left" valignment="top" width="0cm">
7552 <column alignment="left" valignment="top" width="0pt">
7553 <column alignment="right" valignment="top" width="0pt">
7554 <row endfirsthead="true" caption="true">
7555 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 \begin_inset Caption
7560
7561 \begin_layout Plain Layout
7562 Exemple d'annuaire téléphonique
7563 \begin_inset CommandInset label
7564 LatexCommand label
7565 name "tab:Légendes-tableau-différentes"
7566
7567 \end_inset
7568
7569
7570 \begin_inset OptArg
7571 status open
7572
7573 \begin_layout Plain Layout
7574 Exemple Annuaire 
7575 \end_layout
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row endfirsthead="true">
7609 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \series bold
7615 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row endfirsthead="true">
7640 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 NOM
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \series bold
7666 TÉL.
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row endhead="true" caption="true">
7673 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 \begin_inset ERT
7678 status open
7679
7680 \begin_layout Plain Layout
7681
7682
7683 \backslash
7684 caption*{Suite de l'exemple d'annuaire téléphonique}
7685 \backslash
7686
7687 \backslash
7688 %
7689 \end_layout
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row endhead="true">
7718 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Exemple d'annuaire téléphonique
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row endhead="true">
7749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 NOM
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 TÉL.
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row endfoot="true">
7782 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 suite page suivante\SpecialChar \ldots{}
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row>
7812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \series bold
7818 Annovi
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 Silvia
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 111
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row>
7843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \series bold
7849 Bertoli
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 Stefano
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 111
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 Bozzi
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 Walter
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 111
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row>
7905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 Cachia
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Maria
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 111
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 Cachia
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 Maurizio
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Cinquemani
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Giusi
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Colin
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Bernard
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Concli
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Gianfranco
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Dal Bosco
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Carolina
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Dalpiaz
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Annamaria
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Feliciello
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Domenico
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Focarelli
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Paola
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Galletti
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Oreste
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Gasparini
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Franca
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Rizzardi
8253 \series default
8254
8255 \begin_inset Foot
8256 status open
8257
8258 \begin_layout Plain Layout
8259 Exemple de note de bas de page
8260 \end_layout
8261
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 Paola
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 111
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \series bold
8295 Lassini
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Giancarlo
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 111
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326 Malfatti
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Luciano
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Malfatti
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Valeriano
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Meneguzzo
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Roberto
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Mezzadra
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Roberto
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Pirpamer
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Erich
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Pochiesa
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Paolo
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111, 222
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Radina
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Claudio
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Stuffer
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Oskar
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Tacchelli
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Ugo
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Tezzele
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Margit
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Unterkalmsteiner
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Frieda
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Vieider
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Hilde
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Vigna
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Jürgen
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Weber
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Maurizio
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Winkler
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Franz
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789  
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820 Annovi
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Silvia
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 555
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \series bold
8851 Bertoli
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 Stefano
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 555
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \series bold
8882 Bozzi
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Walter
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 555
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \series bold
8913 Cachia
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Maria
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 555
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Cachia
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Maurizio
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 555
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975 Cinquemani
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Giusi
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 555
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \series bold
9006 Colin
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Bernard
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 555
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \series bold
9037 Concli
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 Gianfranco
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 555
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \series bold
9068 Dal Bosco
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Carolina
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 555
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \series bold
9099 Dalpiaz
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Annamaria
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 555
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Feliciello
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Domenico
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Focarelli
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Paola
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Galletti
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Oreste
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Gasparini
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Franca
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Rizzardi
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Paola
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Lassini
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Giancarlo
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Malfatti
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Luciano
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Malfatti
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Valeriano
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Meneguzzo
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Roberto
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Mezzadra
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Roberto
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row endlastfoot="true">
9434 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 </lyxtabular>
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \begin_layout Section
9470 Questions particulières concernant les tableaux longs
9471 \begin_inset OptArg
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475 Questions sur les tableaux longs
9476 \end_layout
9477
9478 \end_inset
9479
9480
9481 \begin_inset CommandInset label
9482 LatexCommand label
9483 name "sec:Questions-sur-tableaux-longs"
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Subsection
9491 Calculs des pages des tableaux longs
9492 \begin_inset Index
9493 status collapsed
9494
9495 \begin_layout Plain Layout
9496 Tableaux longs ! Calculs
9497 \end_layout
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Standard
9505 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9506  en utilisant des blocs (chunks).
9507  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9508  mémoire de LaTeX.
9509  La valeur par défaut est fixée pour des raisons historiques à seulement
9510  20 lignes de tableau.
9511  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9512  peut ralentir la création de votre document.
9513  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9514  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9515  préambule de votre document :
9516 \end_layout
9517
9518 \begin_layout Standard
9519
9520 \series bold
9521
9522 \backslash
9523 setcounter{LTchunksize}{100}
9524 \end_layout
9525
9526 \begin_layout Subsection
9527 Les Flottants et les Tableaux Longs
9528 \begin_inset Index
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532 Tableaux longs ! Flottants
9533 \end_layout
9534
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \begin_layout Standard
9541 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9542  commence un tableau long.
9543  Pour éviter une telle situation, ajoutez la commande 
9544 \series bold
9545
9546 \backslash
9547 clearpage
9548 \series default
9549  en tant que code TeX juste avant votre tableau long.
9550 \end_layout
9551
9552 \begin_layout Subsection
9553 Sauts de pages forcés
9554 \begin_inset Index
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 Tableaux longs ! Sauts de pages forcés
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9568  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9569  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9570  de saut de ligne 
9571 \begin_inset Quotes eld
9572 \end_inset
9573
9574
9575 \backslash
9576
9577 \backslash
9578
9579 \begin_inset Quotes erd
9580 \end_inset
9581
9582  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9583  Avant la commande 
9584 \begin_inset Quotes eld
9585 \end_inset
9586
9587
9588 \backslash
9589
9590 \backslash
9591
9592 \begin_inset Quotes erd
9593 \end_inset
9594
9595 , vous devez insérer en code TeX, autant de caractères 
9596 \begin_inset Quotes eld
9597 \end_inset
9598
9599 &
9600 \begin_inset Quotes erd
9601 \end_inset
9602
9603  qu'il y a de colonnes après la cellule concernée.
9604  Le caractère 
9605 \begin_inset Quotes eld
9606 \end_inset
9607
9608 &
9609 \begin_inset Quotes erd
9610 \end_inset
9611
9612  sert à séparer les colonnes d'un tableau.
9613  Écrivez en code-TeX, après chaque 
9614 \begin_inset Quotes eld
9615 \end_inset
9616
9617 &
9618 \begin_inset Quotes erd
9619 \end_inset
9620
9621  le contenu des cellules correspondantes et en même temps supprimez le contenu
9622  de ces cellules dans le texte normal.
9623  
9624 \begin_inset Newline newline
9625 \end_inset
9626
9627 Après la commande 
9628 \backslash
9629
9630 \backslash
9631 , insérez autant de caractères 
9632 \begin_inset Quotes eld
9633 \end_inset
9634
9635 &
9636 \begin_inset Quotes erd
9637 \end_inset
9638
9639  qu'il y a de colonnes avant la colonne traitée.
9640  Dans le tableau
9641 \begin_inset space ~
9642 \end_inset
9643
9644
9645 \begin_inset CommandInset ref
9646 LatexCommand ref
9647 reference "tab:Tableau-saut-de-page"
9648
9649 \end_inset
9650
9651  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9652  suivie par une autre colonne.
9653  La commande suivante a donc été insérée en code TeX dans la cellule après
9654  le mot 
9655 \begin_inset Quotes eld
9656 \end_inset
9657
9658
9659 \emph on
9660 Castelchiodato,
9661 \emph default
9662
9663 \begin_inset Quotes erd
9664 \end_inset
9665
9666 :
9667 \end_layout
9668
9669 \begin_layout Standard
9670
9671 \series bold
9672 & 111
9673 \backslash
9674
9675 \backslash
9676
9677 \begin_inset Newline newline
9678 \end_inset
9679
9680 &
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Le 
9685 \begin_inset Quotes eld
9686 \end_inset
9687
9688 111
9689 \begin_inset Quotes erd
9690 \end_inset
9691
9692  dans la troisième colonne de la ligne a été supprimé.
9693  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9694  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9695  est coupée, utilisez cette commande à la place de la précédente :
9696 \end_layout
9697
9698 \begin_layout Standard
9699
9700 \series bold
9701 & 111
9702 \backslash
9703
9704 \backslash
9705
9706 \begin_inset Newline newline
9707 \end_inset
9708
9709
9710 \backslash
9711 hline &
9712 \end_layout
9713
9714 \begin_layout Standard
9715 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9716  insérer la commande
9717 \end_layout
9718
9719 \begin_layout Standard
9720
9721 \series bold
9722
9723 \backslash
9724 setlength{
9725 \backslash
9726 parfillskip}{0pt}
9727 \end_layout
9728
9729 \begin_layout Standard
9730 au début de la cellule.
9731  Cela assure que la portion de la cellule qui va se trouver affichée sur
9732  la page suivante le sera avec toute la largeur de la cellule.
9733 \end_layout
9734
9735 \begin_layout Standard
9736 \align center
9737 \begin_inset Tabular
9738 <lyxtabular version="3" rows="39" columns="3">
9739 <features islongtable="true">
9740 <column alignment="left" valignment="top" width="0cm">
9741 <column alignment="left" valignment="top" width="3cm">
9742 <column alignment="right" valignment="top" width="0pt">
9743 <row endfirsthead="true" caption="true">
9744 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 \begin_inset Caption
9749
9750 \begin_layout Plain Layout
9751 Tableau avec un saut de page forcé dans une cellule
9752 \begin_inset CommandInset label
9753 LatexCommand label
9754 name "tab:Tableau-saut-de-page"
9755
9756 \end_inset
9757
9758
9759 \begin_inset OptArg
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763 Tableau avec un saut de page forcé dans une cellule
9764 \end_layout
9765
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row endfirsthead="true">
9798 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row endfirsthead="true">
9829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \series bold
9835 NOM
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \series bold
9855 TÉL.
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row endhead="true" caption="true">
9862 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 \begin_inset ERT
9867 status collapsed
9868
9869 \begin_layout Plain Layout
9870
9871
9872 \backslash
9873 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9874 \backslash
9875
9876 \backslash
9877 %
9878 \end_layout
9879
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row endhead="true">
9907 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911  
9912 \series bold
9913 Exemple d'annuaire téléphonique
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row endhead="true">
9938 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 NOM
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964 TÉL.
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row endfoot="true">
9971 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 suite page suivante\SpecialChar \ldots{}
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 Annovi
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 Silvia
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 111
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Bertoli
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 Stefano
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 111
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 Bozzi
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 Walter
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 111
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Cachia
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Maria
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Cachia
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Maurizio
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Cinquemani
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Giusi
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Colin
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Bernard
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Concli
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Gianfranco
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Dal Bosco
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Carolina
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Dalpiaz
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Annamaria
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Feliciello
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Domenico
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Focarelli
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Paola
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Galletti
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Oreste
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Gasparini
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Franca
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Lassini
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Giancarlo
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Malfatti
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Luciano
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Malfatti
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Valeriano
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Meneguzzo
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Roberto
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Mezzadra
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Roberto
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Pirpamer
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Erich
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Pochiesa
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Paolo
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111, 222
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Radina
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Claudio
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Rizzardi
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Fürst von Rossano, 5.
10699  Herzog von Canemorte, 11.
10700  Herzog von Palombara, 5.
10701  Herzog von Castelchiodato,
10702 \begin_inset ERT
10703 status open
10704
10705 \begin_layout Plain Layout
10706
10707 & 111
10708 \backslash
10709
10710 \backslash
10711
10712 \end_layout
10713
10714 \begin_layout Plain Layout
10715
10716 &
10717 \end_layout
10718
10719 \end_inset
10720
10721  11.
10722  Herzog von Poggionativo, 11.
10723  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10724  Graf von Valinfreda, 11.
10725  Baron von Cropalati, 11.
10726  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748 Stuffer
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Oskar
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 111
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \series bold
10779 Tacchelli
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 Ugo
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 111
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \series bold
10810 Tezzele
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Margit
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 111
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 </row>
10834 <row>
10835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839
10840 \series bold
10841 Unterkalmsteiner
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 Frieda
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 111
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \series bold
10872 Vieider
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 Hilde
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 111
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 </row>
10896 <row>
10897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \series bold
10903 Vigna
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 Jürgen
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 111
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 <row>
10928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932
10933 \series bold
10934 Weber
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 Maurizio
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 111
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 </row>
10958 <row>
10959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963
10964 \series bold
10965 Winkler
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 Franz
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 111
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row endlastfoot="true">
10990 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 </lyxtabular>
11019
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \begin_layout Standard
11026 \begin_inset Note Note
11027 status open
11028
11029 \begin_layout Plain Layout
11030 il semble qu'il y ait un problème avec cet exemple ...
11031  le saut de page ne se fait pas à l'endroit voulu ! 
11032 \end_layout
11033
11034 \begin_layout Plain Layout
11035 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11036  ! (NdT)
11037 \end_layout
11038
11039 \end_inset
11040
11041
11042 \begin_inset Newpage newpage
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \begin_layout Section
11049 Colonnes et lignes à lignes multiples
11050 \end_layout
11051
11052 \begin_layout Subsection
11053 Lignes multiples dans une cellule de tableau
11054 \begin_inset CommandInset label
11055 LatexCommand label
11056 name "sub:Lignes-multiple-dans-cellule"
11057
11058 \end_inset
11059
11060
11061 \begin_inset Index
11062 status collapsed
11063
11064 \begin_layout Plain Layout
11065 Plusieurs lignes dans une case de tableau
11066 \end_layout
11067
11068 \end_inset
11069
11070
11071 \begin_inset Index
11072 status collapsed
11073
11074 \begin_layout Plain Layout
11075 Tableau ! Saut de ligne
11076 \end_layout
11077
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \begin_layout Standard
11084 \noindent
11085 \begin_inset Float table
11086 placement H
11087 wide false
11088 sideways false
11089 status open
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Caption
11093
11094 \begin_layout Plain Layout
11095 \begin_inset CommandInset label
11096 LatexCommand label
11097 name "tab:Tableau-avec-plusieurs-lignes"
11098
11099 \end_inset
11100
11101 Tableau avec des lignes multiples dans une cellule
11102 \end_layout
11103
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \begin_layout Plain Layout
11110 \align center
11111 \begin_inset Tabular
11112 <lyxtabular version="3" rows="3" columns="3">
11113 <features>
11114 <column alignment="center" valignment="middle" width="2.5cm">
11115 <column alignment="center" valignment="middle" width="0">
11116 <column alignment="center" valignment="middle" width="0">
11117 <row>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 Lignes
11123 \begin_inset Newline linebreak
11124 \end_inset
11125
11126 multiples
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 b
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 c
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 d
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 e
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 f
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 g
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 h
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 i
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 </lyxtabular>
11209
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Standard
11221 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11222  d'un paragraphe avec des sauts de lignes et des césures.
11223 \end_layout
11224
11225 \begin_layout Standard
11226 Pour obtenir le tableau
11227 \begin_inset space ~
11228 \end_inset
11229
11230
11231 \begin_inset CommandInset ref
11232 LatexCommand ref
11233 reference "tab:Tableau-avec-plusieurs-lignes"
11234
11235 \end_inset
11236
11237 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11238  droit dessus.
11239  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11240  2.5
11241 \begin_inset space \thinspace{}
11242 \end_inset
11243
11244 cm et choisissez les alignements vertical et horizontal centrés.
11245  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11246  Comme notre texte est plus petit que 2.5
11247 \begin_inset space \thinspace{}
11248 \end_inset
11249
11250 cm, une seule ligne va apparaître.
11251  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11252  
11253 \family sans
11254 Ctrl-Shift-Entrée
11255 \family default
11256 ).
11257  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11258 ement découpé en plusieurs lignes.
11259 \end_layout
11260
11261 \begin_layout Standard
11262 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11263  pas effectuer de césure si c'est le premier élément de la cellule.
11264  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11265  premier élément : Ajoutez un espace horizontal de 0
11266 \begin_inset space \thinspace{}
11267 \end_inset
11268
11269 pt juste avant votre mot.
11270  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11271  Le tableau
11272 \begin_inset space ~
11273 \end_inset
11274
11275
11276 \begin_inset CommandInset ref
11277 LatexCommand ref
11278 reference "tab:Tableau-césure"
11279
11280 \end_inset
11281
11282  montre l'effet de cette insertion.
11283 \end_layout
11284
11285 \begin_layout Standard
11286 \begin_inset Float table
11287 placement h
11288 wide false
11289 sideways false
11290 status open
11291
11292 \begin_layout Plain Layout
11293 \begin_inset Caption
11294
11295 \begin_layout Plain Layout
11296 \begin_inset CommandInset label
11297 LatexCommand label
11298 name "tab:Tableau-césure"
11299
11300 \end_inset
11301
11302 Tableau avec et sans césure.
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Plain Layout
11311 \begin_inset space \hfill{}
11312 \end_inset
11313
11314
11315 \begin_inset Tabular
11316 <lyxtabular version="3" rows="3" columns="3">
11317 <features>
11318 <column alignment="center" valignment="middle" width="2.5cm">
11319 <column alignment="center" valignment="middle" width="0">
11320 <column alignment="center" valignment="middle" width="0">
11321 <row>
11322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 mottrèslongdansunecellule
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 b
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 c
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 </row>
11350 <row>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 d
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 e
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 f
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 </row>
11379 <row>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 g
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 h
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 i
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 </row>
11408 </lyxtabular>
11409
11410 \end_inset
11411
11412
11413 \begin_inset space \hfill{}
11414 \end_inset
11415
11416
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="3">
11419 <features>
11420 <column alignment="center" valignment="middle" width="2.5cm">
11421 <column alignment="center" valignment="middle" width="0">
11422 <column alignment="center" valignment="middle" width="0">
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 \begin_inset space \hspace{}
11429 \length 0pt
11430 \end_inset
11431
11432 mottrèslongdansunecellule
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 b
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 c
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 d
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 e
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 f
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 <row>
11486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 g
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 h
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 i
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 </row>
11514 </lyxtabular>
11515
11516 \end_inset
11517
11518
11519 \begin_inset space \hfill{}
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Subsection
11531 Multi-colonnes
11532 \begin_inset CommandInset label
11533 LatexCommand label
11534 name "sub:Multicolonnes"
11535
11536 \end_inset
11537
11538
11539 \begin_inset Index
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543 Multi-colonnes
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \begin_inset Index
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553 Tableau ! Multi-colonnes
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Subsubsection
11562 Les Bases des Multicolonnes
11563 \end_layout
11564
11565 \begin_layout Standard
11566 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11567  qu'elle doit couvrir et utilisez soit le bouton
11568 \begin_inset Graphics
11569         filename ../../images/tabular-feature_multicolumn.png
11570         scale 85
11571         scaleBeforeRotation
11572
11573 \end_inset
11574
11575  de la barre d'outils tableau, ou le menu 
11576 \family sans
11577 Éditer\SpecialChar \menuseparator
11578 Tableau\SpecialChar \menuseparator
11579 Multi-colonnes
11580 \family default
11581 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11582  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11583  
11584 \family sans
11585 Tableau
11586 \family default
11587 .
11588 \end_layout
11589
11590 \begin_layout Standard
11591 Les multi-colonnes ont leurs propres paramètres de cellule.
11592  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11593  de la cellule, cela n'affecte que la cellule multi-colonne.
11594  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11595  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11596 \end_layout
11597
11598 \begin_layout Standard
11599 \align center
11600 \begin_inset Tabular
11601 <lyxtabular version="3" rows="3" columns="4">
11602 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11603 <column alignment="center" valignment="top" width="0pt">
11604 <column alignment="center" valignment="middle" width="0">
11605 <column alignment="center" valignment="top" width="0in">
11606 <column alignment="center" valignment="top" width="0pt">
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 abc
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 def ghi
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 jkl
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 A
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 B
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 C
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 D
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 1
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 2
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 3
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 4
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 </lyxtabular>
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Subsubsection
11729 Calculs avec les multi-colonnes
11730 \begin_inset CommandInset label
11731 LatexCommand label
11732 name "sub:Calculs-multicolonnes"
11733
11734 \end_inset
11735
11736
11737 \begin_inset Index
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 Multi-colonnes ! Calculs
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Standard
11750 LyX gère directement les multi-colonnes, mais nous devons faire attention
11751  à la largeur des cellules couvertes par la cellule multicolonne.
11752 \end_layout
11753
11754 \begin_layout Standard
11755 \begin_inset Float table
11756 placement h
11757 wide false
11758 sideways false
11759 status open
11760
11761 \begin_layout Plain Layout
11762 \begin_inset Caption
11763
11764 \begin_layout Plain Layout
11765 \begin_inset CommandInset label
11766 LatexCommand label
11767 name "tab:Tableau-multicolonne-parfaite"
11768
11769 \end_inset
11770
11771 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11772  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11773 \begin_inset OptArg
11774 status open
11775
11776 \begin_layout Plain Layout
11777 Tableau avec multicolonne parfaite
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \begin_layout Plain Layout
11791 \align center
11792 \begin_inset Tabular
11793 <lyxtabular version="3" rows="3" columns="3">
11794 <features>
11795 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11796 <column alignment="center" valignment="middle" width="0">
11797 <column alignment="center" valignment="top" width="0">
11798 <row>
11799 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 multicolonne sur plusieurs lignes
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 c
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 </row>
11827 <row>
11828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 d
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 e
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 f
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 </row>
11856 <row>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 g
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 h
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 i
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 </row>
11885 </lyxtabular>
11886
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 Par exemple, pour créer le tableau
11899 \begin_inset space ~
11900 \end_inset
11901
11902
11903 \begin_inset CommandInset ref
11904 LatexCommand ref
11905 reference "tab:Tableau-multicolonne-parfaite"
11906
11907 \end_inset
11908
11909 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11910  3×3 et faites un clic droit dessus.
11911  Ensuite choisissez pour cette cellule
11912 \emph on
11913 ,
11914 \emph default
11915  dans la fenêtre de dialogue de tableau, 
11916 \emph on
11917 multicolonne
11918 \emph default
11919
11920 \emph on
11921 alignement
11922 \begin_inset space ~
11923 \end_inset
11924
11925 horizontal
11926 \begin_inset space ~
11927 \end_inset
11928
11929 centré
11930 \emph default
11931  et une largeur de 2.5
11932 \begin_inset space \thinspace{}
11933 \end_inset
11934
11935 cm.
11936  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11937  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11938 \begin_inset space \thinspace{}
11939 \end_inset
11940
11941 cm pour la première colonne.
11942  La deuxième colonne aura alors automatiquement une largeur de 1.25
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11947  C'est ce qui a été fait pour le tableau
11948 \begin_inset space ~
11949 \end_inset
11950
11951
11952 \begin_inset CommandInset ref
11953 LatexCommand ref
11954 reference "tab:Tableau-multicolonne-imparfait"
11955
11956 \end_inset
11957
11958 .
11959 \end_layout
11960
11961 \begin_layout Standard
11962 \begin_inset Float table
11963 wide false
11964 sideways false
11965 status open
11966
11967 \begin_layout Plain Layout
11968 \begin_inset Caption
11969
11970 \begin_layout Plain Layout
11971 \begin_inset CommandInset label
11972 LatexCommand label
11973 name "tab:Tableau-multicolonne-imparfait"
11974
11975 \end_inset
11976
11977 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
11978  de la largeur de la cellule multicolonne.
11979 \begin_inset OptArg
11980 status open
11981
11982 \begin_layout Plain Layout
11983 Tableau avec multicolonne pas parfaite
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Plain Layout
11997 \align center
11998 \begin_inset Tabular
11999 <lyxtabular version="3" rows="3" columns="3">
12000 <features>
12001 <column alignment="center" valignment="top" width="1.25cm">
12002 <column alignment="center" valignment="top" width="0">
12003 <column alignment="center" valignment="top" width="0">
12004 <row>
12005 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 multicolonne sur plusieurs lignes
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 c
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 </row>
12033 <row>
12034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 d
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 e
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 f
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 <row>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 g
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 h
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 i
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 </lyxtabular>
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12105  de la cellule multicolonne, elle est un peu plus large.
12106  La raison est que la taille que l'on donne à une cellule, 
12107 \begin_inset Formula $W_{g}$
12108 \end_inset
12109
12110  n'est pas sa taille totale, 
12111 \begin_inset Formula $W_{\mathrm{tot}}$
12112 \end_inset
12113
12114  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12115  lui donne.
12116  L'appendice
12117 \begin_inset space ~
12118 \end_inset
12119
12120
12121 \begin_inset CommandInset ref
12122 LatexCommand eqref
12123 reference "cha:Explication-de-l'Equation"
12124
12125 \end_inset
12126
12127  explique pourquoi en détail.
12128 \end_layout
12129
12130 \begin_layout Standard
12131 La largeur nécessaire 
12132 \begin_inset Formula $W_{g\, n}$
12133 \end_inset
12134
12135  quand 
12136 \emph on
12137 n
12138 \emph default
12139  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12140  ait une largeur totale de 
12141 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12142 \end_inset
12143
12144 :
12145 \begin_inset Formula \begin{equation}
12146 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12147
12148 \end_inset
12149
12150
12151 \end_layout
12152
12153 \begin_layout Standard
12154 Dans notre cas nous avons 
12155 \begin_inset Formula $n=2$
12156 \end_inset
12157
12158
12159 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12160 \end_inset
12161
12162 cm et les valeurs par défaut pour les autres longueurs, l'équation
12163 \begin_inset space ~
12164 \end_inset
12165
12166
12167 \begin_inset CommandInset ref
12168 LatexCommand ref
12169 reference "eq:Wgn"
12170
12171 \end_inset
12172
12173  devient
12174 \begin_inset Formula \begin{equation}
12175 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Standard
12183 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12184  
12185 \series bold
12186 calc
12187 \series default
12188  avec la ligne suivante dans le préambule du document
12189 \begin_inset Index
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193 Paquetages LaTeX ! calc
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202
12203 \series bold
12204
12205 \backslash
12206 usepackage{calc}
12207 \end_layout
12208
12209 \begin_layout Standard
12210 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12211  de dialogue.
12212  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12213  la fenêtre de dialogue.
12214  Voici un aperçu de ces paramètres :
12215 \end_layout
12216
12217 \begin_layout Itemize
12218
12219 \series bold
12220 p{largeur}
12221 \series default
12222  crée une cellule de taille donnée, le texte est aligné verticalement en
12223  haut.
12224 \end_layout
12225
12226 \begin_layout Itemize
12227
12228 \series bold
12229 m{largeur}
12230 \series default
12231  crée une cellule de taille donnée, le texte est aligné verticalement au
12232  centre
12233 \end_layout
12234
12235 \begin_layout Itemize
12236
12237 \series bold
12238 b{largeur}
12239 \series default
12240  crée une cellule de taille donnée, le texte est aligné verticalement en
12241  bas
12242 \end_layout
12243
12244 \begin_layout Standard
12245 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12246  la fenêtre de dialogue sont ignorés.
12247 \end_layout
12248
12249 \begin_layout Standard
12250 \begin_inset Note Greyedout
12251 status open
12252
12253 \begin_layout Plain Layout
12254
12255 \series bold
12256 Note:
12257 \series default
12258  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12259  en compte.
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 Comme le texte doit être centré horizontalement, on ajoute la commande 
12269 \series bold
12270
12271 \backslash
12272 centering
12273 \series default
12274 .
12275  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12276  des colonnes recouvertes :
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282 >{
12283 \backslash
12284 centering}m{1.25cm-6.2pt}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 La commande 
12289 \series bold
12290 >{ }
12291 \series default
12292  signifie que les commandes qui se trouvent entre les accolades doivent
12293  être appliquées avant que la cellule ne soit créée.
12294 \end_layout
12295
12296 \begin_layout Standard
12297 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12298  multicolonne, il est toujours aligné à gauche.
12299  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12300  isolées.
12301  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12302 \end_layout
12303
12304 \begin_layout Standard
12305
12306 \series bold
12307 >{
12308 \backslash
12309 centering}m{2.5cm}
12310 \end_layout
12311
12312 \begin_layout Subsection
12313 Multi-lignes
12314 \begin_inset Index
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Multi-lignes
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \begin_inset Index
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328 Tableau ! Multi-ligne
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Standard
12337 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12338  par LyX, il faut donc utiliser un peu de code TeX.
12339  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12340 \series bold
12341 multirow
12342 \series default
12343
12344 \begin_inset Index
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Paquetages LaTeX ! multirow
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \series bold
12355  
12356 \series default
12357 dans le préambule de votre document avec la commande 
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363
12364 \backslash
12365 usepackage{multirow}
12366 \end_layout
12367
12368 \begin_layout Standard
12369 Les cellules multilignes sont créées avec la commande
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 multirow{number of rows}{cell width}{cell entry}
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Pour créer le tableau suivant :
12382 \end_layout
12383
12384 \begin_layout Standard
12385 \align center
12386 \begin_inset ERT
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390
12391
12392 \backslash
12393 renewcommand{
12394 \backslash
12395 multirowsetup}{
12396 \backslash
12397 centering}
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \begin_inset Tabular
12404 <lyxtabular version="3" rows="3" columns="3">
12405 <features>
12406 <column alignment="center" valignment="top" width="0">
12407 <column alignment="center" valignment="top" width="0">
12408 <column alignment="center" valignment="top" width="0">
12409 <row>
12410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 a
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 b
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Plain Layout
12432 c
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 </row>
12438 <row>
12439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 \begin_inset ERT
12444 status open
12445
12446 \begin_layout Plain Layout
12447
12448
12449 \backslash
12450 multirow{2}{2.5cm}{
12451 \end_layout
12452
12453 \end_inset
12454
12455 cellule multi-lignes
12456 \begin_inset ERT
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460
12461 }
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 e
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 f
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 </row>
12490 <row>
12491 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 h
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 i
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 </lyxtabular>
12520
12521 \end_inset
12522
12523
12524 \begin_inset ERT
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528
12529
12530 \backslash
12531 renewcommand{
12532 \backslash
12533 multirowsetup}{
12534 \backslash
12535 raggedright}
12536 \end_layout
12537
12538 \end_inset
12539
12540
12541 \end_layout
12542
12543 \begin_layout Standard
12544 créez un tableau 3×3.
12545  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12546  première colonne, la cellule est marquée comme étant une multicolonne et
12547  la bordure supérieure est désactivée.
12548  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12549  première colonne en y insérant la commande
12550 \end_layout
12551
12552 \begin_layout Standard
12553
12554 \series bold
12555
12556 \backslash
12557 multirow{2}{2.5cm}{
12558 \end_layout
12559
12560 \begin_layout Standard
12561 comme du code TeX.
12562  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12563  deux lignes et a une largeur de 2.5
12564 \begin_inset space \thinspace{}
12565 \end_inset
12566
12567 cm.
12568  Le contenu de la cellule suit le code TeX et on termine la commande en
12569  ajoutant l'accolade fermante 
12570 \series bold
12571 }
12572 \series default
12573  dans une nouvelle boîte de code TeX, juste après le texte.
12574 \end_layout
12575
12576 \begin_layout Standard
12577
12578 \series bold
12579
12580 \backslash
12581 multirow
12582 \series default
12583  aligne par défaut son contenu à gauche.
12584  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12585  
12586 \series bold
12587
12588 \backslash
12589 multirowsetup
12590 \series default
12591  avec la commande
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 renewcommand{
12600 \backslash
12601 multirowsetup}{
12602 \backslash
12603 centering}
12604 \end_layout
12605
12606 \begin_layout Standard
12607 dans le préambule du document.
12608  Après ça, tous les contenus de cellules multi-lignes du document seront
12609  centrés.
12610  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12611  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12612  juste avant le tableau concerné, plutôt que dans le préambule.
12613  Si le texte doit être aligné à droite, remplacez 
12614 \series bold
12615
12616 \backslash
12617 centering
12618 \series default
12619  par 
12620 \series bold
12621
12622 \backslash
12623 raggedleft
12624 \series default
12625 .
12626  Pour revenir à l'alignement à gauche utilisez 
12627 \series bold
12628
12629 \backslash
12630 raggedright
12631 \series default
12632 .
12633 \end_layout
12634
12635 \begin_layout Section
12636 Les Tableaux Formels
12637 \begin_inset CommandInset label
12638 LatexCommand label
12639 name "sec:Tableaux-Formels"
12640
12641 \end_inset
12642
12643
12644 \begin_inset Index
12645 status collapsed
12646
12647 \begin_layout Plain Layout
12648 Tableau ! Formel
12649 \end_layout
12650
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \begin_layout Standard
12657 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12658  à celle du tableau
12659 \begin_inset space ~
12660 \end_inset
12661
12662
12663 \begin_inset CommandInset ref
12664 LatexCommand ref
12665 reference "tab:Exemple-tableau-booktabs"
12666
12667 \end_inset
12668
12669 .
12670  Ce genre de tableau est appelé 
12671 \begin_inset Quotes eld
12672 \end_inset
12673
12674
12675 \emph on
12676 formel
12677 \emph default
12678
12679 \begin_inset Quotes erd
12680 \end_inset
12681
12682 .
12683  Pour transformer un tableau en tableau formel, utilisez l'option 
12684 \family sans
12685 Formel
12686 \family default
12687  de l'onglet 
12688 \family sans
12689 Bordures
12690 \family default
12691  de la fenêtre de dialogue 
12692 \family sans
12693 Paramètres
12694 \begin_inset space ~
12695 \end_inset
12696
12697 du
12698 \begin_inset space ~
12699 \end_inset
12700
12701 tableau
12702 \family default
12703 .
12704 \end_layout
12705
12706 \begin_layout Standard
12707 \begin_inset Float table
12708 placement h
12709 wide false
12710 sideways false
12711 status open
12712
12713 \begin_layout Plain Layout
12714 \begin_inset Caption
12715
12716 \begin_layout Plain Layout
12717 \begin_inset CommandInset label
12718 LatexCommand label
12719 name "tab:Exemple-tableau-booktabs"
12720
12721 \end_inset
12722
12723 Exemple de tableau formel
12724 \end_layout
12725
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \begin_layout Plain Layout
12732 \align center
12733 \begin_inset Tabular
12734 <lyxtabular version="3" rows="8" columns="4">
12735 <features booktabs="true">
12736 <column alignment="center" valignment="top" width="0">
12737 <column alignment="center" valignment="top" width="0">
12738 <column alignment="center" valignment="top" width="0">
12739 <column alignment="center" valignment="top" width="0">
12740 <row>
12741 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 Système
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 Medipix
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 1
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 Medipix
12768 \begin_inset space \thinspace{}
12769 \end_inset
12770
12771 2
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 \begin_inset ERT
12792 status collapsed
12793
12794 \begin_layout Plain Layout
12795
12796
12797 \backslash
12798 cmidrule(r){2-2}
12799 \end_layout
12800
12801 \end_inset
12802
12803
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 cmidrule(l){3-4}
12812 \end_layout
12813
12814 \end_inset
12815
12816 Épaisseur du capteur [µm]
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 300
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 300
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 700
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row>
12850 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 Angle du biseau [°]
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 3.55
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 2.71
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 7.99
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 </row>
12887 <row topspace="default">
12888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 Résolution spatiale [µm]
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 4.26
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 10.17
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 10.56
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 </row>
12925 <row topspace="default">
12926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 MTF à 
12931 \begin_inset Formula $f_{\mathrm{max}}$
12932 \end_inset
12933
12934
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 0.53
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 0.37
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 <cell alignment="center" valignment="top" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 0.39
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 <row topspace="default">
12968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 \begin_inset ERT
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976
12977
12978 \backslash
12979 cmidrule(l{10pt}){1-1}
12980 \end_layout
12981
12982 \end_inset
12983
12984 résolution spatiale LSF
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 </row>
13017 <row>
13018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 en µm
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 129.7
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 52.75
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 <cell alignment="center" valignment="top" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 50.78
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 </row>
13055 <row>
13056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 en % de la taille des pixels
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 76.3
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 95.9
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 92.3
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 </lyxtabular>
13094
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \end_inset
13101
13102
13103 \end_layout
13104
13105 \begin_layout Standard
13106 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13107  
13108 \family sans
13109 Bordures
13110 \family default
13111  de la fenêtre de dialogue 
13112 \family sans
13113 Paramètres
13114 \begin_inset space ~
13115 \end_inset
13116
13117 du
13118 \begin_inset space ~
13119 \end_inset
13120
13121 tableau
13122 \family default
13123  comme c'est décrit dans la section
13124 \begin_inset space ~
13125 \end_inset
13126
13127
13128 \begin_inset CommandInset ref
13129 LatexCommand ref
13130 reference "sub:Espacement-lignes"
13131
13132 \end_inset
13133
13134 .
13135 \end_layout
13136
13137 \begin_layout Standard
13138 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13139  verticales.
13140  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13141  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13142  sortie imprimée :
13143 \begin_inset Newline newline
13144 \end_inset
13145
13146 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13147 \begin_inset space \thinspace{}
13148 \end_inset
13149
13150 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13151 \begin_inset space \thinspace{}
13152 \end_inset
13153
13154 em.
13155 \end_layout
13156
13157 \begin_layout Standard
13158 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13159  lignes de préambule suivantes :
13160 \end_layout
13161
13162 \begin_layout Standard
13163
13164 \series bold
13165
13166 \backslash
13167 let
13168 \backslash
13169 mytoprule
13170 \backslash
13171 toprule
13172 \begin_inset Newline newline
13173 \end_inset
13174
13175
13176 \backslash
13177 renewcommand{
13178 \backslash
13179 toprule}{
13180 \backslash
13181 mytoprule[width]}
13182 \end_layout
13183
13184 \begin_layout Standard
13185 Cet exemple concerne la première ligne, appelée 
13186 \series bold
13187 toprule
13188 \series default
13189 .
13190  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13191 \series bold
13192 toprule
13193 \series default
13194  par 
13195 \series bold
13196 bottomrule
13197 \series default
13198 .
13199  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13200  
13201 \series bold
13202 toprule
13203 \series default
13204  par 
13205 \series bold
13206 midrule
13207 \series default
13208 .
13209  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13210 \begin_inset space ~
13211 \end_inset
13212
13213
13214 \begin_inset CommandInset ref
13215 LatexCommand ref
13216 reference "cha:Unités-de-longueur"
13217
13218 \end_inset
13219
13220  pour préciser l'épaisseur voulue.
13221 \end_layout
13222
13223 \begin_layout Standard
13224 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13225  en mettant une ligne pour une cellule multi colonne.
13226  LyX va utiliser en interne la commande 
13227 \series bold
13228
13229 \backslash
13230 cmidrule
13231 \series default
13232  pour créer cette ligne.
13233  Sa syntaxe complète est :
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239
13240 \backslash
13241 cmidrule[largeur](rognage){colDépart-colFin}
13242 \end_layout
13243
13244 \begin_layout Standard
13245 Les options de la commande 
13246 \series bold
13247
13248 \backslash
13249 cmidrule
13250 \series default
13251  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13252  TeX pour pouvoir les utiliser.
13253  On peut créer manuellement des lignes 
13254 \series bold
13255
13256 \backslash
13257 mitrales
13258 \series default
13259  en insérant la commande en code TeX comme le premier élément de la première
13260  cellule de la ligne.
13261  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13262  en question.
13263 \end_layout
13264
13265 \begin_layout Standard
13266 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13267 \begin_inset space \thinspace{}
13268 \end_inset
13269
13270 em.
13271  
13272 \series bold
13273 colDépart
13274 \series default
13275  est le numéro de la colonne dans laquelle la ligne commence et 
13276 \series bold
13277 colFin
13278 \series default
13279  est le numéro de la colonne dans laquelle elle se termine.
13280  La valeur de 
13281 \series bold
13282 colFin
13283 \series default
13284  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13285  Le paramètre optionnel 
13286 \series bold
13287 rognage
13288 \series default
13289  peut être soit 
13290 \emph on
13291 l{largeurRognage}
13292 \emph default
13293 , ou 
13294 \emph on
13295 r{largeurRognage}
13296 \emph default
13297  où les valeurs de
13298 \emph on
13299  largeurRognage
13300 \emph default
13301  sont aussi optionnelles.
13302  En utilisant par exemple la valeur 
13303 \emph on
13304 l{2pt}
13305 \emph default
13306  pour ce paramètre, la ligne va être rognée de 2
13307 \begin_inset space \thinspace{}
13308 \end_inset
13309
13310 pt à son extrémité gauche.
13311  Si vous ne spécifiez pas de valeur pour 
13312 \emph on
13313 largeurRognage
13314 \emph default
13315  les lignes sont par défaut rognées de 0.5
13316 \begin_inset space \thinspace{}
13317 \end_inset
13318
13319 em.
13320 \end_layout
13321
13322 \begin_layout Standard
13323 \begin_inset VSpace bigskip
13324 \end_inset
13325
13326 Le tableau
13327 \begin_inset space ~
13328 \end_inset
13329
13330
13331 \begin_inset CommandInset ref
13332 LatexCommand ref
13333 reference "tab:Exemple-tableau-booktabs"
13334
13335 \end_inset
13336
13337  a été créé en utilisant les commandes
13338 \end_layout
13339
13340 \begin_layout Standard
13341
13342 \series bold
13343
13344 \backslash
13345 cmidrule(r){2-2}
13346 \backslash
13347 cmidrule(l){3-4}
13348 \end_layout
13349
13350 \begin_layout Standard
13351 au début de la deuxième ligne et
13352 \end_layout
13353
13354 \begin_layout Standard
13355
13356 \series bold
13357
13358 \backslash
13359 cmidrule(l{10pt}){1-1}
13360 \end_layout
13361
13362 \begin_layout Standard
13363 au début de la sixième ligne.
13364 \end_layout
13365
13366 \begin_layout Standard
13367 \begin_inset VSpace bigskip
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \begin_layout Standard
13374 Vous pouvez vouloir des commandes 
13375 \series bold
13376
13377 \backslash
13378 cmidrule
13379 \series default
13380 s qui se recouvrent comme pour le tableau
13381 \begin_inset space ~
13382 \end_inset
13383
13384
13385 \begin_inset CommandInset ref
13386 LatexCommand ref
13387 reference "tab:Tableau-booktabs-special"
13388
13389 \end_inset
13390
13391 .
13392  On obtient ce résultat en utilisant la commande suivante en code TeX
13393 \end_layout
13394
13395 \begin_layout Standard
13396
13397 \series bold
13398
13399 \backslash
13400 morecmidrules
13401 \end_layout
13402
13403 \begin_layout Standard
13404 La commande qui a été utilisée pour la deuxième ligne du tableau
13405 \begin_inset space ~
13406 \end_inset
13407
13408
13409 \begin_inset CommandInset ref
13410 LatexCommand ref
13411 reference "tab:Tableau-booktabs-special"
13412
13413 \end_inset
13414
13415  est
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 cmidrule(r){2-2}
13424 \backslash
13425 cmidrule(l){3-4}
13426 \backslash
13427 morecmidrules
13428 \backslash
13429 cmidrule{2-4}
13430 \end_layout
13431
13432 \begin_layout Standard
13433 La commande pour la sixième ligne est
13434 \end_layout
13435
13436 \begin_layout Standard
13437
13438 \series bold
13439
13440 \backslash
13441 midrule
13442 \backslash
13443 morecmidrules
13444 \backslash
13445 cmidrule{3-4}
13446 \end_layout
13447
13448 \begin_layout Standard
13449 \begin_inset VSpace bigskip
13450 \end_inset
13451
13452
13453 \end_layout
13454
13455 \begin_layout Standard
13456 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13457 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13458  font toute la largeur du tableau :
13459 \end_layout
13460
13461 \begin_layout Standard
13462
13463 \series bold
13464
13465 \backslash
13466 specialrule{largeur}{espace au dessus}{espace en dessous}
13467 \end_layout
13468
13469 \begin_layout Standard
13470 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13471  du paquetage LaTeX 
13472 \series bold
13473 booktabs
13474 \series default
13475  
13476 \begin_inset CommandInset citation
13477 LatexCommand cite
13478 key "booktabs"
13479
13480 \end_inset
13481
13482 .
13483 \begin_inset Index
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487 Paquetages LaTeX ! booktabs
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Standard
13496 \begin_inset Float table
13497 placement h
13498 wide false
13499 sideways false
13500 status open
13501
13502 \begin_layout Plain Layout
13503 \begin_inset Caption
13504
13505 \begin_layout Plain Layout
13506 \begin_inset CommandInset label
13507 LatexCommand label
13508 name "tab:Tableau-booktabs-special"
13509
13510 \end_inset
13511
13512 Tableau formel spécial
13513 \end_layout
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Plain Layout
13521 \align center
13522 \begin_inset Tabular
13523 <lyxtabular version="3" rows="8" columns="4">
13524 <features booktabs="true">
13525 <column alignment="center" valignment="top" width="0">
13526 <column alignment="center" valignment="top" width="0">
13527 <column alignment="center" valignment="top" width="0">
13528 <column alignment="center" valignment="top" width="0">
13529 <row>
13530 <cell alignment="center" valignment="top" topline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 Système
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 Medipix
13544 \begin_inset space \thinspace{}
13545 \end_inset
13546
13547 1
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 Medipix
13557 \begin_inset space \thinspace{}
13558 \end_inset
13559
13560 2
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 \begin_inset ERT
13581 status collapsed
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 cmidrule(r){2-2}
13588 \end_layout
13589
13590 \end_inset
13591
13592
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598
13599 \backslash
13600 cmidrule(l){3-4}
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 morecmidrules 
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 cmidrule{2-4}
13627 \end_layout
13628
13629 \end_inset
13630
13631 Epaisseur du capteur [µm]
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 300
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 300
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 700
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 </row>
13664 <row>
13665 <cell alignment="center" valignment="top" topline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Angle biseau [°]
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 3.55
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 2.71
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 7.99
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row topspace="default">
13703 <cell alignment="center" valignment="top" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Résolution spatiale [µm]
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 4.26
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 10.17
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 10.56
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row topspace="default">
13741 <cell alignment="center" valignment="top" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 MTF à 
13746 \begin_inset Formula $f_{\mathrm{max}}$
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 0.53
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 0.37
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 0.39
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792
13793 \backslash
13794 morecmidrules 
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \begin_inset ERT
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804
13805
13806 \backslash
13807 cmidrule{3-4}
13808 \end_layout
13809
13810 \end_inset
13811
13812 résolution spatiale LSF
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 </row>
13845 <row>
13846 <cell alignment="center" valignment="top" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 en µm
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 129.7
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 52.75
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 50.78
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 <row>
13884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 en % de la taille des pixels
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 76.3
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 95.9
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 92.3
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 </lyxtabular>
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Section
13934 Alignement Vertical des Tableaux
13935 \begin_inset Index
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939 Tableau ! Alignement
13940 \end_layout
13941
13942 \end_inset
13943
13944
13945 \end_layout
13946
13947 \begin_layout Standard
13948 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13949  doit être à l'intérieur d'une boîte.
13950  La boîte peut alors être alignée comme c'est décrit dans la 
13951 \begin_inset space ~
13952 \end_inset
13953
13954
13955 \begin_inset CommandInset ref
13956 LatexCommand ref
13957 reference "sec:Boîte-Dialogue"
13958
13959 \end_inset
13960
13961 .
13962 \end_layout
13963
13964 \begin_layout Standard
13965 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13966  minipage
13967 \begin_inset Foot
13968 status open
13969
13970 \begin_layout Plain Layout
13971 Les minipages son décrites dans la section
13972 \begin_inset space ~
13973 \end_inset
13974
13975
13976 \begin_inset CommandInset ref
13977 LatexCommand ref
13978 reference "sec:Minipages"
13979
13980 \end_inset
13981
13982 .
13983 \end_layout
13984
13985 \end_inset
13986
13987  dont la largeur est de 15
13988 \begin_inset space \thinspace{}
13989 \end_inset
13990
13991 col% :
13992 \end_layout
13993
13994 \begin_layout Itemize
13995 test 
13996 \begin_inset Box Frameless
13997 position "t"
13998 hor_pos "c"
13999 has_inner_box 1
14000 inner_pos "c"
14001 use_parbox 0
14002 width "15col%"
14003 special "none"
14004 height "1in"
14005 height_special "totalheight"
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009 \begin_inset Tabular
14010 <lyxtabular version="3" rows="3" columns="3">
14011 <features>
14012 <column alignment="center" valignment="top" width="0">
14013 <column alignment="center" valignment="top" width="0">
14014 <column alignment="center" valignment="top" width="0">
14015 <row>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 a
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 d
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 g
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 </row>
14044 <row>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 b
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 e
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 h
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 </row>
14073 <row>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 c
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 f
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 i
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 </row>
14102 </lyxtabular>
14103
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \end_inset
14110
14111  test 
14112 \begin_inset ERT
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116
14117
14118 \backslash
14119 raisebox{0.85
14120 \backslash
14121 baselineskip}{
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \begin_inset Box Frameless
14128 position "t"
14129 hor_pos "c"
14130 has_inner_box 1
14131 inner_pos "c"
14132 use_parbox 0
14133 width "15col%"
14134 special "none"
14135 height "1in"
14136 height_special "totalheight"
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 \begin_inset Tabular
14141 <lyxtabular version="3" rows="3" columns="3">
14142 <features>
14143 <column alignment="center" valignment="top" width="0">
14144 <column alignment="center" valignment="top" width="0">
14145 <column alignment="center" valignment="top" width="0">
14146 <row>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 a
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 d
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 g
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 b
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 e
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 h
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 c
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 f
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 i
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 </lyxtabular>
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248 }
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \begin_layout Itemize
14257 test 
14258 \begin_inset Box Frameless
14259 position "c"
14260 hor_pos "c"
14261 has_inner_box 1
14262 inner_pos "c"
14263 use_parbox 0
14264 width "15col%"
14265 special "none"
14266 height "1in"
14267 height_special "totalheight"
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271 \begin_inset Tabular
14272 <lyxtabular version="3" rows="3" columns="3">
14273 <features>
14274 <column alignment="center" valignment="top" width="0">
14275 <column alignment="center" valignment="top" width="0">
14276 <column alignment="center" valignment="top" width="0">
14277 <row>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 a
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 d
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 g
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 b
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 e
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 h
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 </row>
14335 <row>
14336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 c
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 f
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 i
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 </lyxtabular>
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \begin_layout Itemize
14377 test 
14378 \begin_inset Box Frameless
14379 position "b"
14380 hor_pos "c"
14381 has_inner_box 1
14382 inner_pos "c"
14383 use_parbox 0
14384 width "15col%"
14385 special "none"
14386 height "1in"
14387 height_special "totalheight"
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391 \begin_inset Tabular
14392 <lyxtabular version="3" rows="3" columns="3">
14393 <features>
14394 <column alignment="center" valignment="top" width="0">
14395 <column alignment="center" valignment="top" width="0">
14396 <column alignment="center" valignment="top" width="0">
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 a
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 d
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 g
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 b
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 e
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 h
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 c
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 f
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 i
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 </lyxtabular>
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \end_inset
14492
14493  test 
14494 \begin_inset ERT
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 raisebox{-0.32
14502 \backslash
14503 baselineskip}{
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \begin_inset Box Frameless
14510 position "b"
14511 hor_pos "c"
14512 has_inner_box 1
14513 inner_pos "c"
14514 use_parbox 0
14515 width "15col%"
14516 special "none"
14517 height "1in"
14518 height_special "totalheight"
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522 \begin_inset Tabular
14523 <lyxtabular version="3" rows="3" columns="3">
14524 <features>
14525 <column alignment="center" valignment="top" width="0">
14526 <column alignment="center" valignment="top" width="0">
14527 <column alignment="center" valignment="top" width="0">
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 a
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 d
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 g
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 </row>
14557 <row>
14558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562 b
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 e
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 h
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 </row>
14586 <row>
14587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 c
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 f
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 i
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 </row>
14615 </lyxtabular>
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630 }
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14640  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14641  la ligne dans laquelle le tableau est inséré.
14642  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14643  boîte élévatrice (raisebox)
14644 \begin_inset Foot
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14649 \begin_inset space ~
14650 \end_inset
14651
14652
14653 \begin_inset CommandInset ref
14654 LatexCommand ref
14655 reference "sub:Alignement-Vertical"
14656
14657 \end_inset
14658
14659 .
14660 \end_layout
14661
14662 \end_inset
14663
14664 .
14665  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14666  aligné en utilisant la commande en code TeX suivante 
14667 \end_layout
14668
14669 \begin_layout Standard
14670
14671 \series bold
14672
14673 \backslash
14674 raisebox{0.85
14675 \backslash
14676 baselineskip}{
14677 \end_layout
14678
14679 \begin_layout Standard
14680 placée juste avant la boîte minipage.
14681  Après la boîte on insère l'accolade fermante en code TeX.
14682  Pour le deuxième tableau de la dernière ligne, la commande 
14683 \end_layout
14684
14685 \begin_layout Standard
14686
14687 \series bold
14688
14689 \backslash
14690 raisebox{-0.32
14691 \backslash
14692 baselineskip}{
14693 \end_layout
14694
14695 \begin_layout Standard
14696 est utilisée.
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset Note Greyedout
14701 status open
14702
14703 \begin_layout Plain Layout
14704
14705 \series bold
14706 Note:
14707 \series default
14708  L'alignement entre le contenu de la ligne du tableau et le texte de la
14709  ligne qui l'entoure ne peut pas être parfait.
14710  Le facteur utilisé dans la commande 
14711 \series bold
14712
14713 \backslash
14714 raisebox
14715 \series default
14716  pour obtenir cet alignement dépend de la police de caractères du document,
14717  de la taille de la police et de l'épaisseur des lignes du tableau.
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Section
14726 Tableaux Colorés
14727 \begin_inset CommandInset label
14728 LatexCommand label
14729 name "sec:Tableaux-Colorés"
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 Tableau ! Coloré
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \begin_layout Subsection
14747 Cellules Colorées
14748 \begin_inset Index
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752 Couleur des tableaux ! Pour les cellules
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \begin_inset Index
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762 Couleur ! Pour les cellules de tableau
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Standard
14771 \begin_inset Float table
14772 placement h
14773 wide false
14774 sideways false
14775 status open
14776
14777 \begin_layout Plain Layout
14778 \begin_inset Caption
14779
14780 \begin_layout Plain Layout
14781 \begin_inset CommandInset label
14782 LatexCommand label
14783 name "tab:Tableau-coloré-sans-colortbl"
14784
14785 \end_inset
14786
14787 Tableau coloré sans utiliser le paquetage  
14788 \series bold
14789 colortbl
14790 \series default
14791
14792 \begin_inset OptArg
14793 status open
14794
14795 \begin_layout Plain Layout
14796 Tableau sans colortbl
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Plain Layout
14810 \align center
14811 \begin_inset Tabular
14812 <lyxtabular version="3" rows="3" columns="3">
14813 <features>
14814 <column alignment="center" valignment="top" width="0">
14815 <column alignment="center" valignment="top" width="0">
14816 <column alignment="center" valignment="top" width="0">
14817 <row>
14818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822
14823 \color green
14824 a
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833
14834 \color red
14835 b
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \color red
14846 c
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \color green
14859 d
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \color blue
14870 e
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \color blue
14881 f
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \color green
14894 g
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903
14904 \color blue
14905 h
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914
14915 \color blue
14916 i
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 </lyxtabular>
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \begin_layout Standard
14935 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14936  et choisissez une couleur dans le menu 
14937 \family sans
14938 Éditer\SpecialChar \menuseparator
14939 Style
14940 \begin_inset space ~
14941 \end_inset
14942
14943 de
14944 \begin_inset space ~
14945 \end_inset
14946
14947 Texte
14948 \family default
14949 .
14950  C'est ce qui a été utilisé pour créer le tableau
14951 \begin_inset space ~
14952 \end_inset
14953
14954
14955 \begin_inset CommandInset ref
14956 LatexCommand ref
14957 reference "tab:Tableau-coloré-sans-colortbl"
14958
14959 \end_inset
14960
14961 .
14962  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14963 \series bold
14964 colortbl
14965 \series default
14966 .
14967 \begin_inset Index
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971 Paquetages LaTeX ! colortbl
14972 \end_layout
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \begin_layout Standard
14980 \begin_inset ERT
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984
14985
14986 \backslash
14987 ifcolortbl
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \begin_inset Note Note
14994 status open
14995
14996 \begin_layout Plain Layout
14997 La section qui suit ne sera affichée que si vous avez installé le paquetage
14998  LaTeX 
14999 \series bold
15000 colortbl
15001 \series default
15002 .
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011 Pour créer des tableaux colorés, vous devez charger le paquetage
15012 \series bold
15013  colortbl
15014 \series default
15015  dans le préambule avec la ligne
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series bold
15021
15022 \backslash
15023 usepackage{colortbl}
15024 \end_layout
15025
15026 \begin_layout Standard
15027 On choisit la couleur d'une colonne avec la commande 
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 columncolor{nom de couleur}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 à l'intérieur d'une commande 
15040 \series bold
15041 >{ }
15042 \series default
15043 .
15044  Vous trouverez plus d'information sur la commande 
15045 \series bold
15046 >{}
15047 \series default
15048  dans la section
15049 \begin_inset space ~
15050 \end_inset
15051
15052
15053 \begin_inset CommandInset ref
15054 LatexCommand ref
15055 reference "sub:Calculs-multicolonnes"
15056
15057 \end_inset
15058
15059 .
15060 \end_layout
15061
15062 \begin_layout Standard
15063 Les noms de couleurs suivants sont prédéfinis :
15064 \end_layout
15065
15066 \begin_layout Standard
15067
15068 \family sans
15069 red
15070 \family default
15071  (rouge), 
15072 \family sans
15073 green
15074 \family default
15075  (vert), 
15076 \family sans
15077 yellow
15078 \family default
15079  (jaune), 
15080 \family sans
15081 blue
15082 \family default
15083  (bleu), 
15084 \family sans
15085 cyan
15086 \family default
15087
15088 \family sans
15089 magenta
15090 \family default
15091
15092 \family sans
15093 black 
15094 \family default
15095 (noir) et 
15096 \family sans
15097 white 
15098 \family default
15099 (blanc).
15100 \end_layout
15101
15102 \begin_layout Standard
15103 \begin_inset VSpace medskip
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \begin_layout Standard
15110 Vous pouvez aussi définir votre propre couleur avec la commande
15111 \end_layout
15112
15113 \begin_layout Standard
15114
15115 \series bold
15116
15117 \backslash
15118 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15119 \end_layout
15120
15121 \begin_layout Standard
15122 Le modèle de couleur peut être
15123 \end_layout
15124
15125 \begin_layout Labeling
15126 \labelwidthstring 00.00.0000
15127 cmyk: cyan, magenta, jaune (yellow), noir (black)
15128 \end_layout
15129
15130 \begin_layout Labeling
15131 \labelwidthstring 00.00.0000
15132 rgb: red, vert (green), bleu (blue)
15133 \end_layout
15134
15135 \begin_layout Labeling
15136 \labelwidthstring 00.00.0000
15137 gray dégradé de gris (gray)
15138 \end_layout
15139
15140 \begin_layout Standard
15141 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15142  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15143 \end_layout
15144
15145 \begin_layout Standard
15146 Vous pouvez par exemple définir la couleur 
15147 \begin_inset Quotes eld
15148 \end_inset
15149
15150
15151 \emph on
15152 vertfonce
15153 \begin_inset Quotes erd
15154 \end_inset
15155
15156  dans le préambule avec la ligne
15157 \end_layout
15158
15159 \begin_layout Standard
15160
15161 \series bold
15162
15163 \backslash
15164 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15165 \end_layout
15166
15167 \begin_layout Standard
15168 et la couleur "
15169 \emph on
15170 grisclair
15171 \emph default
15172 " avec
15173 \end_layout
15174
15175 \begin_layout Standard
15176
15177 \series bold
15178
15179 \backslash
15180 definecolor{grisclair}{gray}{0.8}
15181 \end_layout
15182
15183 \begin_layout Standard
15184 \begin_inset VSpace medskip
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \begin_layout Standard
15191 Les lignes sont colorées avec la commande
15192 \end_layout
15193
15194 \begin_layout Standard
15195
15196 \series bold
15197
15198 \backslash
15199 rowcolor{nom de la couleur}
15200 \end_layout
15201
15202 \begin_layout Standard
15203 et les cellules sont colorées avec la commande
15204 \end_layout
15205
15206 \begin_layout Standard
15207
15208 \series bold
15209
15210 \backslash
15211 cellcolor{nom de la couleur}
15212 \end_layout
15213
15214 \begin_layout Standard
15215 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15216 \end_layout
15217
15218 \begin_layout Standard
15219 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15220  choisissez une couleur dans le menu 
15221 \family sans
15222 Éditer\SpecialChar \menuseparator
15223 Style
15224 \begin_inset space ~
15225 \end_inset
15226
15227 de
15228 \begin_inset space ~
15229 \end_inset
15230
15231 Texte
15232 \family default
15233 .
15234  Si une cellule contient du code TeX, faites bien attention à ne colorer
15235  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15236 \end_layout
15237
15238 \begin_layout Standard
15239 \begin_inset Note Greyedout
15240 status open
15241
15242 \begin_layout Plain Layout
15243
15244 \series bold
15245 Note:
15246 \series default
15247  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15248  définies par l'utilisateur.
15249 \end_layout
15250
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \begin_layout Standard
15257 \begin_inset VSpace bigskip
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Pour créer le tableau
15265 \begin_inset space ~
15266 \end_inset
15267
15268
15269 \begin_inset CommandInset ref
15270 LatexCommand ref
15271 reference "tab:Tableau-coloré-avec-colortbl"
15272
15273 \end_inset
15274
15275  faites ce qui suit : La couleur de la première colonne doit être 
15276 \emph on
15277 vertfonce
15278 \emph default
15279 .
15280  On insère donc la commande
15281 \end_layout
15282
15283 \begin_layout Standard
15284
15285 \series bold
15286 >{
15287 \backslash
15288 columncolor{vertfonce}
15289 \backslash
15290 centering}c
15291 \end_layout
15292
15293 \begin_layout Standard
15294 en code TeX pour cette colonne.
15295  La première ligne doit être bleue
15296 \begin_inset Note Note
15297 status open
15298
15299 \begin_layout Plain Layout
15300 cyan ? (NdT)
15301 \end_layout
15302
15303 \end_inset
15304
15305 , d'où la commande en code TeX
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 rowcolow{cyan}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 qui est insérée dans la première cellule de cette ligne.
15318  Notez que cela annule la couleur de colonne pour la première cellule.
15319  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15320  en code TeX la commande
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 cellcolor{magenta}
15329 \end_layout
15330
15331 \begin_layout Standard
15332 Les caractères peuvent maintenant être colorés en utilisant le menu 
15333 \family sans
15334 Éditer\SpecialChar \menuseparator
15335 Style
15336 \begin_inset space ~
15337 \end_inset
15338
15339 de
15340 \begin_inset space ~
15341 \end_inset
15342
15343 Texte
15344 \family default
15345 .
15346 \end_layout
15347
15348 \begin_layout Standard
15349 \begin_inset Float table
15350 placement h
15351 wide false
15352 sideways false
15353 status open
15354
15355 \begin_layout Plain Layout
15356 \begin_inset Caption
15357
15358 \begin_layout Plain Layout
15359 \begin_inset CommandInset label
15360 LatexCommand label
15361 name "tab:Tableau-coloré-avec-colortbl"
15362
15363 \end_inset
15364
15365 Tableau coloré en utilisant le paquetage 
15366 \series bold
15367 colortbl
15368 \series default
15369
15370 \begin_inset OptArg
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374 Tableau avec colortbl
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Plain Layout
15388 \align center
15389 \begin_inset Tabular
15390 <lyxtabular version="3" rows="3" columns="3">
15391 <features>
15392 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15393 <column alignment="center" valignment="top" width="0">
15394 <column alignment="center" valignment="top" width="0">
15395 <row>
15396 <cell alignment="center" valignment="top" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 \begin_inset ERT
15401 status collapsed
15402
15403 \begin_layout Plain Layout
15404
15405
15406 \backslash
15407 rowcolor{cyan}
15408 \end_layout
15409
15410 \end_inset
15411
15412
15413 \color magenta
15414 a
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \color red
15425 b
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \color red
15436 c
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \color yellow
15449 d
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \color blue
15460 e
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \color blue
15471 f
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \color yellow
15484 g
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \color blue
15495 h
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 \begin_inset ERT
15505 status collapsed
15506
15507 \begin_layout Plain Layout
15508
15509
15510 \backslash
15511 cellcolor{magenta}
15512 \end_layout
15513
15514 \end_inset
15515
15516
15517 \color green
15518 i
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 </row>
15524 </lyxtabular>
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \begin_layout Standard
15537 \begin_inset ERT
15538 status collapsed
15539
15540 \begin_layout Plain Layout
15541
15542
15543 \backslash
15544 else
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \begin_inset Note Note
15551 status open
15552
15553 \begin_layout Plain Layout
15554 Ce qui suit sera affiché si le paquetage 
15555 \series bold
15556 colortbl
15557 \series default
15558  n'est pas installé :
15559 \end_layout
15560
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \begin_layout Standard
15567 Vous devez installer le paquetage 
15568 \series bold
15569 colortbl
15570 \series default
15571  pour voir le contenu des cette section dans la sortie imprimée.
15572 \end_layout
15573
15574 \begin_layout Standard
15575 \begin_inset ERT
15576 status collapsed
15577
15578 \begin_layout Plain Layout
15579
15580
15581 \backslash
15582 fi
15583 \end_layout
15584
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \begin_layout Subsection
15591 Les filets colorées
15592 \begin_inset Index
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 Tableau Coloré ! Pour les filets
15597 \end_layout
15598
15599 \end_inset
15600
15601
15602 \begin_inset Index
15603 status collapsed
15604
15605 \begin_layout Plain Layout
15606 Couleur ! Pour les filets des tableaux
15607 \end_layout
15608
15609 \end_inset
15610
15611
15612 \begin_inset Note Note
15613 status collapsed
15614
15615 \begin_layout Plain Layout
15616 on parle de filets plutôt que de lignes pour les tableaux
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \begin_layout Standard
15625 Comme c'est décrit dans la section
15626 \begin_inset space ~
15627 \end_inset
15628
15629
15630 \begin_inset CommandInset ref
15631 LatexCommand ref
15632 reference "sub:Epaisseur-filets"
15633
15634 \end_inset
15635
15636 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15637  variable 
15638 \series bold
15639
15640 \backslash
15641 arrayrulewidth
15642 \series default
15643 .
15644  Elle est mise à 1.5
15645 \begin_inset space \thinspace{}
15646 \end_inset
15647
15648 pt pour tous les tableaux de cette section.
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654
15655 \backslash
15656 setlength{
15657 \backslash
15658 arrayrulewidth}{1.5pt}
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Standard
15667 Pour colorer les filets verticaux, par exemple en vert, créez le format
15668  de colonne suivant dans le préambule du document, en suivant la description
15669  de la section
15670 \begin_inset space ~
15671 \end_inset
15672
15673
15674 \begin_inset CommandInset ref
15675 LatexCommand ref
15676 reference "sub:Formats-personnalisés"
15677
15678 \end_inset
15679
15680 :
15681 \end_layout
15682
15683 \begin_layout Standard
15684
15685 \series bold
15686
15687 \backslash
15688 newcolumntype{W}{!{
15689 \backslash
15690 color{green}
15691 \backslash
15692 vline}}
15693 \end_layout
15694
15695 \begin_layout Standard
15696 Pour le tableau
15697 \begin_inset space ~
15698 \end_inset
15699
15700
15701 \begin_inset CommandInset ref
15702 LatexCommand ref
15703 reference "tab:Tableau-filets-verticaux-colorés"
15704
15705 \end_inset
15706
15707  le paramètre LaTeX
15708 \series bold
15709  WcW
15710 \series default
15711  a été utilisé pour la dernière colonne et
15712 \series bold
15713  Wc
15714 \series default
15715  pour les autres colonnes.
15716 \end_layout
15717
15718 \begin_layout Standard
15719 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset Float table
15724 placement h
15725 wide false
15726 sideways false
15727 status open
15728
15729 \begin_layout Plain Layout
15730 \begin_inset Caption
15731
15732 \begin_layout Plain Layout
15733 \begin_inset CommandInset label
15734 LatexCommand label
15735 name "tab:Tableau-filets-verticaux-colorés"
15736
15737 \end_inset
15738
15739 Tableau avec filets verticaux colorés
15740 \end_layout
15741
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Plain Layout
15748 \align center
15749 \begin_inset Tabular
15750 <lyxtabular version="3" rows="3" columns="3">
15751 <features>
15752 <column alignment="center" valignment="top" width="0" special="Wc">
15753 <column alignment="center" valignment="top" width="0" special="Wc">
15754 <column alignment="center" valignment="top" width="0" special="WcW">
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 sd
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row>
15785 <cell alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 sd
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 sd
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 </lyxtabular>
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Standard
15855 \begin_inset VSpace bigskip
15856 \end_inset
15857
15858 Pour colorer les filets horizontaux en rouge comme pour le tableau
15859 \begin_inset space ~
15860 \end_inset
15861
15862
15863 \begin_inset CommandInset ref
15864 LatexCommand ref
15865 reference "tab:Tableau-filet-horizontaux-colorés"
15866
15867 \end_inset
15868
15869 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15870  le flottant de tableau :
15871 \end_layout
15872
15873 \begin_layout Standard
15874
15875 \series bold
15876
15877 \backslash
15878 let
15879 \backslash
15880 myHlineC
15881 \backslash
15882 hline
15883 \begin_inset Newline newline
15884 \end_inset
15885
15886
15887 \backslash
15888 renewcommand{
15889 \backslash
15890 hline}
15891 \begin_inset Newline newline
15892 \end_inset
15893
15894
15895 \begin_inset ERT
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899
15900
15901 \backslash
15902 hphantom{ }
15903 \end_layout
15904
15905 \end_inset
15906
15907 {
15908 \backslash
15909 arrayrulecolor{red}
15910 \backslash
15911 myHlineC
15912 \backslash
15913 arrayrulecolor{black}}
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset ERT
15918 status collapsed
15919
15920 \begin_layout Plain Layout
15921
15922
15923 \backslash
15924 let
15925 \backslash
15926 myHlineC
15927 \backslash
15928 hline
15929 \end_layout
15930
15931 \begin_layout Plain Layout
15932
15933
15934 \backslash
15935 renewcommand{
15936 \backslash
15937 hline}
15938 \end_layout
15939
15940 \begin_layout Plain Layout
15941
15942  {
15943 \backslash
15944 arrayrulecolor{red}
15945 \backslash
15946 myHlineC
15947 \backslash
15948 arrayrulecolor{black}}
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \begin_inset Float table
15955 placement h
15956 wide false
15957 sideways false
15958 status open
15959
15960 \begin_layout Plain Layout
15961 \begin_inset Caption
15962
15963 \begin_layout Plain Layout
15964 \begin_inset CommandInset label
15965 LatexCommand label
15966 name "tab:Tableau-filet-horizontaux-colorés"
15967
15968 \end_inset
15969
15970 Tableau avec filets horizontaux colorés
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Plain Layout
15979 \align center
15980 \begin_inset Tabular
15981 <lyxtabular version="3" rows="3" columns="3">
15982 <features>
15983 <column alignment="center" valignment="top" width="0">
15984 <column alignment="center" valignment="top" width="0">
15985 <column alignment="center" valignment="top" width="0">
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 sd
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 sd
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 <row>
16045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 sd
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 </lyxtabular>
16074
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \begin_layout Standard
16086 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16087  en code TeX, juste après le tableau ou le flottant de tableau :
16088 \end_layout
16089
16090 \begin_layout Standard
16091
16092 \series bold
16093
16094 \backslash
16095 renewcommand{
16096 \backslash
16097 hline}{
16098 \backslash
16099 myHlineC}
16100 \end_layout
16101
16102 \begin_layout Standard
16103 Le tableau
16104 \begin_inset space ~
16105 \end_inset
16106
16107
16108 \begin_inset CommandInset ref
16109 LatexCommand ref
16110 reference "tab:Tableau-avec-filets-colorés"
16111
16112 \end_inset
16113
16114  est un exemple avec des filets horizontaux et verticaux colorés.
16115 \end_layout
16116
16117 \begin_layout Standard
16118 \begin_inset Float table
16119 placement h
16120 wide false
16121 sideways false
16122 status open
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Caption
16126
16127 \begin_layout Plain Layout
16128 \begin_inset CommandInset label
16129 LatexCommand label
16130 name "tab:Tableau-avec-filets-colorés"
16131
16132 \end_inset
16133
16134 Tableau avec filets horizontaux et verticaux colorés
16135 \end_layout
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \begin_layout Plain Layout
16143 \align center
16144 \begin_inset Tabular
16145 <lyxtabular version="3" rows="3" columns="3">
16146 <features>
16147 <column alignment="center" valignment="top" width="0" special="Wc">
16148 <column alignment="center" valignment="top" width="0" special="Wc">
16149 <column alignment="center" valignment="top" width="0" special="WcW">
16150 <row>
16151 <cell alignment="center" valignment="top" topline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 sd
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 sd
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row topspace="default">
16209 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 sd
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 </lyxtabular>
16238
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Standard
16250 \begin_inset ERT
16251 status collapsed
16252
16253 \begin_layout Plain Layout
16254
16255
16256 \backslash
16257 renewcommand{
16258 \backslash
16259 hline}{
16260 \backslash
16261 myHlineC}
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Standard
16270 \begin_inset ERT
16271 status collapsed
16272
16273 \begin_layout Plain Layout
16274
16275
16276 \backslash
16277 setlength{
16278 \backslash
16279 arrayrulewidth}{0.4pt}
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \begin_layout Section
16288 Personnalisation des Tableaux
16289 \begin_inset Index
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293 Tableau ! Personnalisation
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \begin_inset Index
16300 status collapsed
16301
16302 \begin_layout Plain Layout
16303 Personnalisation des tableaux
16304 \end_layout
16305
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \begin_layout Subsection
16312 Espacement des lignes
16313 \begin_inset CommandInset label
16314 LatexCommand label
16315 name "sub:Espacement-lignes"
16316
16317 \end_inset
16318
16319
16320 \begin_inset Index
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324 Personnalisation des tableaux ! Espacement des lignes
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \begin_layout Standard
16333 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16334  l'onglet 
16335 \family sans
16336 Bordures
16337 \family default
16338  de la fenêtre de dialogue 
16339 \family sans
16340 Paramètres
16341 \begin_inset space ~
16342 \end_inset
16343
16344 du
16345 \begin_inset space ~
16346 \end_inset
16347
16348 tableau
16349 \family default
16350 .
16351  Vous y trouverez trois possibilités :
16352 \end_layout
16353
16354 \begin_layout Description
16355 Haut
16356 \begin_inset space ~
16357 \end_inset
16358
16359 de
16360 \begin_inset space ~
16361 \end_inset
16362
16363 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16364  Si le tableau est un tableau formel
16365 \begin_inset Foot
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369 Les tableaux formels sont décrits dans la section
16370 \begin_inset space ~
16371 \end_inset
16372
16373
16374 \begin_inset CommandInset ref
16375 LatexCommand ref
16376 reference "sec:Tableaux-Formels"
16377
16378 \end_inset
16379
16380 .
16381 \end_layout
16382
16383 \end_inset
16384
16385  LyX va insérer par défaut un espace de 0.5
16386 \begin_inset space \thinspace{}
16387 \end_inset
16388
16389 em.
16390  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16391  les filets verticaux comme dans le tableau suivant :
16392 \begin_inset VSpace medskip
16393 \end_inset
16394
16395
16396 \begin_inset Newline newline
16397 \end_inset
16398
16399
16400 \begin_inset space \hspace*{}
16401 \length 0pt
16402 \end_inset
16403
16404
16405 \begin_inset space \hfill{}
16406 \end_inset
16407
16408
16409 \begin_inset Tabular
16410 <lyxtabular version="3" rows="3" columns="1">
16411 <features>
16412 <column alignment="center" valignment="top" width="0">
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 A
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 <row topspace="3mm">
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 espace de 3
16430 \begin_inset space \thinspace{}
16431 \end_inset
16432
16433 mm en haut de la ligne
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 C
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 </lyxtabular>
16451
16452 \end_inset
16453
16454
16455 \begin_inset space \hfill{}
16456 \end_inset
16457
16458
16459 \begin_inset space \hspace*{}
16460 \length 0pt
16461 \end_inset
16462
16463
16464 \begin_inset VSpace medskip
16465 \end_inset
16466
16467
16468 \begin_inset Newline newline
16469 \end_inset
16470
16471 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16472  pas de filets verticaux.
16473 \end_layout
16474
16475 \begin_layout Description
16476 Bas
16477 \begin_inset space ~
16478 \end_inset
16479
16480 de
16481 \begin_inset space ~
16482 \end_inset
16483
16484 ligne va ajouter de l'espace sous les caractères de la ligne.
16485  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16486  de 0.5
16487 \begin_inset space \thinspace{}
16488 \end_inset
16489
16490 em, pour les tableaux normaux, l'espace par défaut est de 2
16491 \begin_inset space \thinspace{}
16492 \end_inset
16493
16494 pt.
16495 \end_layout
16496
16497 \begin_layout Description
16498 Entre
16499 \begin_inset space ~
16500 \end_inset
16501
16502 les
16503 \begin_inset space ~
16504 \end_inset
16505
16506 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16507  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16508  de 0.5
16509 \begin_inset space \thinspace{}
16510 \end_inset
16511
16512 em.
16513  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16514  les filets verticaux comme dans le tableau suivant :
16515 \begin_inset VSpace medskip
16516 \end_inset
16517
16518
16519 \begin_inset Newline newline
16520 \end_inset
16521
16522
16523 \begin_inset space \hspace*{}
16524 \length 0pt
16525 \end_inset
16526
16527
16528 \begin_inset space \hfill{}
16529 \end_inset
16530
16531
16532 \begin_inset Tabular
16533 <lyxtabular version="3" rows="3" columns="1">
16534 <features>
16535 <column alignment="center" valignment="top" width="0">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 A
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row interlinespace="3mm">
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $\downarrow$
16553 \end_inset
16554
16555  espace de 3
16556 \begin_inset space \thinspace{}
16557 \end_inset
16558
16559 mm entre les lignes 
16560 \begin_inset Formula $\downarrow$
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 \begin_inset Formula $\uparrow$
16575 \end_inset
16576
16577  espace de 3
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 mm entre les lignes 
16582 \begin_inset Formula $\uparrow$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset space \hspace*{}
16601 \length 0pt
16602 \end_inset
16603
16604
16605 \begin_inset VSpace medskip
16606 \end_inset
16607
16608
16609 \begin_inset Newline newline
16610 \end_inset
16611
16612 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16613  pas de filets verticaux.
16614 \end_layout
16615
16616 \begin_layout Standard
16617 \begin_inset VSpace bigskip
16618 \end_inset
16619
16620 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16621  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16622  dans le préambule :
16623 \end_layout
16624
16625 \begin_layout Standard
16626
16627 \series bold
16628
16629 \backslash
16630 @ifundefined{extrarowheight}
16631 \begin_inset Newline newline
16632 \end_inset
16633
16634
16635 \begin_inset ERT
16636 status collapsed
16637
16638 \begin_layout Plain Layout
16639
16640
16641 \backslash
16642 hphantom{ }
16643 \end_layout
16644
16645 \end_inset
16646
16647 {
16648 \backslash
16649 usepackage{array}}{}
16650 \begin_inset Newline newline
16651 \end_inset
16652
16653
16654 \backslash
16655 setlength{
16656 \backslash
16657 extrarowheight}{height}
16658 \end_layout
16659
16660 \begin_layout Standard
16661 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16662  plus exactement centré verticalement.
16663  (le paquetage 
16664 \series bold
16665 array 
16666 \series default
16667 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16668  auto-définis.
16669  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16670  
16671 \series bold
16672
16673 \backslash
16674 @ifundefined
16675 \series default
16676  dans la commande précédente.)
16677 \end_layout
16678
16679 \begin_layout Subsection
16680 Alignements de cellules spéciaux
16681 \begin_inset Index
16682 status collapsed
16683
16684 \begin_layout Plain Layout
16685 Personnalisation des tableaux ! Alignement de cellules spéciaux
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \begin_layout Standard
16694 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16695  cellules sur un caractère donné, par exemple le séparateur décimal comme
16696  dans le tableau
16697 \begin_inset space ~
16698 \end_inset
16699
16700
16701 \begin_inset CommandInset ref
16702 LatexCommand ref
16703 reference "tab:Tableau-centré-sur-séparateur"
16704
16705 \end_inset
16706
16707 .
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset Float table
16712 placement h
16713 wide false
16714 sideways false
16715 status open
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Caption
16719
16720 \begin_layout Plain Layout
16721 \begin_inset CommandInset label
16722 LatexCommand label
16723 name "tab:Tableau-centré-sur-séparateur"
16724
16725 \end_inset
16726
16727 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16728 \end_layout
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \begin_layout Plain Layout
16736 \align center
16737 \begin_inset Tabular
16738 <lyxtabular version="3" rows="4" columns="2">
16739 <features>
16740 <column alignment="right" valignment="top" width="0">
16741 <column alignment="left" valignment="top" width="0" special="@{}l">
16742 <row>
16743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 en-tête
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 12,
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 6
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 0,
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 68
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 -123,
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 0
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 </lyxtabular>
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Standard
16835 Ce tableau a été créé comme un tableau 4×2.
16836  L'en-tête est une cellule multicolonne centrée.
16837  La première colonne est alignée à droite et contient les chiffres qui se
16838  trouvent avant la virgule ainsi que la virgule elle-même.
16839  La deuxième colonne est alignée à gauche et contient les chiffres situés
16840  après la virgule.
16841  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16842  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16843 \end_layout
16844
16845 \begin_layout Standard
16846
16847 \series bold
16848 @{}l
16849 \end_layout
16850
16851 \begin_layout Standard
16852 Le tableau
16853 \begin_inset space ~
16854 \end_inset
16855
16856
16857 \begin_inset CommandInset ref
16858 LatexCommand ref
16859 reference "tab:Plusieurs-exemples-alignements"
16860
16861 \end_inset
16862
16863  montre quelques exemples d'alignements.
16864  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16865  plus petit espace mathématique au début de la dernière colonne pour obtenir
16866  l'espacement correct autour du signe de relation.
16867 \end_layout
16868
16869 \begin_layout Standard
16870 \begin_inset Float table
16871 wide false
16872 sideways false
16873 status open
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Caption
16877
16878 \begin_layout Plain Layout
16879 \begin_inset CommandInset label
16880 LatexCommand label
16881 name "tab:Plusieurs-exemples-alignements"
16882
16883 \end_inset
16884
16885 Plusieurs exemples d'alignement de cellules
16886 \lang english
16887 .
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Plain Layout
16896 \align center
16897 \begin_inset Tabular
16898 <lyxtabular version="3" rows="4" columns="6">
16899 <features>
16900 <column alignment="right" valignment="top" width="0">
16901 <column alignment="left" valignment="top" width="0" special="@{}l">
16902 <column alignment="right" valignment="top" width="0">
16903 <column alignment="left" valignment="top" width="0" special="@{}l">
16904 <column alignment="right" valignment="top" width="0">
16905 <column alignment="left" valignment="top" width="0" special="@{}l">
16906 <row>
16907 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 unités
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 exposants
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 relations
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 12×
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 24
16977 \begin_inset space \thinspace{}
16978 \end_inset
16979
16980 bouteilles
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $10\cdot$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $10^{\mbox{-}17}$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\Gamma(t)\propto$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\:\Upsilon(t)$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 1024×
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 768
17049 \begin_inset space \thinspace{}
17050 \end_inset
17051
17052 Pixels
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $5.78\cdot$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $10^{7}$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $A\ne$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\: B_{\mathrm{red}}$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 32×
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 6
17121 \begin_inset space \thinspace{}
17122 \end_inset
17123
17124 cm
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 -
17134 \begin_inset Formula $33.5\cdot$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $10^{4}$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\sin(\alpha)\ge$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\:\sin(\beta)$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 </lyxtabular>
17180
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \begin_layout Standard
17192 \begin_inset VSpace bigskip
17193 \end_inset
17194
17195 Il y a aussi le paquetage LaTeX 
17196 \series bold
17197 dcolumn
17198 \series default
17199
17200 \begin_inset Index
17201 status collapsed
17202
17203 \begin_layout Plain Layout
17204 Paquetages LaTeX ! dcolumn
17205 \end_layout
17206
17207 \end_inset
17208
17209  qui fournit des alignements pour les cellules de tableaux.
17210  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17211  et ne permet pas de formules dans les cellules du tableau : Avec 
17212 \series bold
17213 dcolumn
17214 \series default
17215  la première colonne du tableau
17216 \begin_inset space ~
17217 \end_inset
17218
17219
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "tab:Plusieurs-exemples-alignements"
17223
17224 \end_inset
17225
17226  ressemblera à la première colonne du tableau
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "tab:Alignements-avec-dcolumn"
17234
17235 \end_inset
17236
17237
17238 \lang english
17239  and only with some tricks like the expected.
17240  
17241 \lang french
17242 On ne peut pas aligner la deuxième et la troisième 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  avec 
17254 \series bold
17255 dcolumn
17256 \series default
17257 .
17258 \end_layout
17259
17260 \begin_layout Standard
17261 \begin_inset Float table
17262 placement h
17263 wide false
17264 sideways false
17265 status open
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Caption
17269
17270 \begin_layout Plain Layout
17271 \begin_inset CommandInset label
17272 LatexCommand label
17273 name "tab:Alignements-avec-dcolumn"
17274
17275 \end_inset
17276
17277 Alignements quand on utilise le paquetage LaTeX dcolumn.
17278  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17279  pour obtenir la sortie.
17280 \end_layout
17281
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \begin_layout Plain Layout
17288 \align center
17289 \begin_inset Tabular
17290 <lyxtabular version="3" rows="4" columns="3">
17291 <features>
17292 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17293 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17294 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17295 <row>
17296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 unités
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 unités
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 unités
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 12x24
17330 \begin_inset space \thinspace{}
17331 \end_inset
17332
17333 bouteilles
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 12x24
17343 \begin_inset space \thinspace{}
17344 \end_inset
17345
17346
17347 \begin_inset Formula $\mbox{bouteilles}$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 12
17360 \begin_inset ERT
17361 status collapsed
17362
17363 \begin_layout Plain Layout
17364
17365
17366 \backslash
17367 times 
17368 \end_layout
17369
17370 \end_inset
17371
17372 24~
17373 \begin_inset Formula $\mbox{bouteilles}$
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 1024x768
17388 \begin_inset space \thinspace{}
17389 \end_inset
17390
17391 Pixels
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 1024x768
17401 \begin_inset space \thinspace{}
17402 \end_inset
17403
17404
17405 \begin_inset Formula $\mbox{Pixels}$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 1024
17418 \begin_inset ERT
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422
17423
17424 \backslash
17425 times 
17426 \end_layout
17427
17428 \end_inset
17429
17430 768~
17431 \begin_inset Formula $\mbox{Pixels}$
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 32x6
17446 \begin_inset space \thinspace{}
17447 \end_inset
17448
17449 cm
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 32x6
17459 \begin_inset space \thinspace{}
17460 \end_inset
17461
17462
17463 \begin_inset Formula $\mbox{cm}$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 32
17476 \begin_inset ERT
17477 status collapsed
17478
17479 \begin_layout Plain Layout
17480
17481
17482 \backslash
17483 times 
17484 \end_layout
17485
17486 \end_inset
17487
17488 6~
17489 \begin_inset Formula $\mbox{cm}$
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 </row>
17498 </lyxtabular>
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Subsection
17511 Formats de cellule et de colonne personnalisés
17512 \begin_inset CommandInset label
17513 LatexCommand label
17514 name "sub:Formats-personnalisés"
17515
17516 \end_inset
17517
17518
17519 \begin_inset Index
17520 status collapsed
17521
17522 \begin_layout Plain Layout
17523 Personnalisation des tableaux !  Format de cellule/colonne
17524 \end_layout
17525
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \begin_layout Standard
17532 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17533  multicolonne comme dans la section
17534 \begin_inset space ~
17535 \end_inset
17536
17537
17538 \begin_inset CommandInset ref
17539 LatexCommand ref
17540 reference "sub:Calculs-multicolonnes"
17541
17542 \end_inset
17543
17544  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17545  multicolonnes.
17546  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17547  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17548  du document.
17549  Le format est défini avec la commande
17550 \end_layout
17551
17552 \begin_layout Standard
17553
17554 \series bold
17555
17556 \backslash
17557 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17558 \end_layout
17559
17560 \begin_layout Standard
17561 Le nom du format peut n'avoir qu'une lettre.
17562  Les lettres 
17563 \emph on
17564 b
17565 \emph default
17566
17567 \emph on
17568 c
17569 \emph default
17570
17571 \emph on
17572 l
17573 \emph default
17574
17575 \emph on
17576 m
17577 \emph default
17578
17579 \emph on
17580 p
17581 \emph default
17582  et 
17583 \emph on
17584 r
17585 \emph default
17586  sont prédéfinies et donc ne peuvent être utilisées.
17587  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset VSpace medskip
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \begin_layout Standard
17598 Pour de cellules multicolonnes centrées verticalement et horizontalement
17599  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17600  :
17601 \end_layout
17602
17603 \begin_layout Standard
17604
17605 \series bold
17606
17607 \backslash
17608 newcolumntype{M}[1]{>{
17609 \backslash
17610 centering
17611 \backslash
17612 hspace{0pt}}m{#1}}
17613 \end_layout
17614
17615 \begin_layout Standard
17616 Où le 
17617 \series bold
17618
17619 \backslash
17620 hspace{0pt}
17621 \series default
17622  évite le problème de césure du premier mot, comme c'est décrit en section
17623 \begin_inset space ~
17624 \end_inset
17625
17626
17627 \begin_inset CommandInset ref
17628 LatexCommand ref
17629 reference "sub:Lignes-multiple-dans-cellule"
17630
17631 \end_inset
17632
17633 .
17634  Ensuite, vous pouvez entrer
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640 M{width}
17641 \end_layout
17642
17643 \begin_layout Standard
17644 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17645  une multicolonne.
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset VSpace bigskip
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17657  définir le format
17658 \end_layout
17659
17660 \begin_layout Standard
17661
17662 \series bold
17663
17664 \backslash
17665 newcolumntype{S}[2]{>{
17666 \backslash
17667 centering
17668 \backslash
17669 hspace{0pt}}
17670 \begin_inset Newline newline
17671 \end_inset
17672
17673
17674 \begin_inset ERT
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678
17679
17680 \backslash
17681 phantom{
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \backslash
17688 newcolumntype{S}[2]
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694 }
17695 \end_layout
17696
17697 \end_inset
17698
17699 m{(#1+(2
17700 \backslash
17701 tabcolsep+
17702 \backslash
17703 arrayrulewidth)*(1-#2))/#2}}
17704 \end_layout
17705
17706 \begin_layout Standard
17707 Ce format utilise l'équation
17708 \begin_inset space ~
17709 \end_inset
17710
17711
17712 \begin_inset CommandInset ref
17713 LatexCommand eqref
17714 reference "eq:Wgn"
17715
17716 \end_inset
17717
17718  pour calculer la largeur que doit avoir chacune des cellules couverte par
17719  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17720 \end_layout
17721
17722 \begin_layout Standard
17723 Ensuite, vous pouvez entrer
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17730 \end_layout
17731
17732 \begin_layout Standard
17733 comme paramètre LaTeX de la colonne.
17734 \end_layout
17735
17736 \begin_layout Standard
17737 \begin_inset VSpace bigskip
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Standard
17744 Pour des colonnes colorées, vous pouvez définir
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 newcolumntype{K}[1]{>{
17753 \backslash
17754 columncolor{#1}
17755 \backslash
17756 hspace{0pt}}c}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 Le 
17761 \begin_inset Quotes eld
17762 \end_inset
17763
17764 c
17765 \begin_inset Quotes erd
17766 \end_inset
17767
17768  à la fin crée une colonne de largeur variable dont le texte est centré
17769  horizontalement.
17770  Vous pouvez maintenant entrer
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776 K{nom de couleur}
17777 \end_layout
17778
17779 \begin_layout Standard
17780 comme paramètre LaTeX.
17781 \end_layout
17782
17783 \begin_layout Standard
17784 \begin_inset VSpace bigskip
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Standard
17791 Pour créer le tableau
17792 \begin_inset space ~
17793 \end_inset
17794
17795
17796 \begin_inset CommandInset ref
17797 LatexCommand ref
17798 reference "tab:Tableau-formats-personnalisés"
17799
17800 \end_inset
17801
17802  utilisez les paramètres LaTeX
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \series bold
17808 M{2.5cm}
17809 \end_layout
17810
17811 \begin_layout Standard
17812 pour la première colonne et la multicolonne,
17813 \end_layout
17814
17815 \begin_layout Standard
17816
17817 \series bold
17818 K{red}
17819 \end_layout
17820
17821 \begin_layout Standard
17822 pour la dernière colonne, et
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 S{2.5cm}{2}
17829 \end_layout
17830
17831 \begin_layout Standard
17832 pour les cellules de la deuxième colonne.
17833 \end_layout
17834
17835 \begin_layout Standard
17836 \begin_inset Float table
17837 placement h
17838 wide false
17839 sideways false
17840 status open
17841
17842 \begin_layout Plain Layout
17843 \begin_inset Caption
17844
17845 \begin_layout Plain Layout
17846 \begin_inset CommandInset label
17847 LatexCommand label
17848 name "tab:Tableau-formats-personnalisés"
17849
17850 \end_inset
17851
17852 Tableau utilisant des formats personnalisés
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Plain Layout
17861 \align center
17862 \begin_inset Tabular
17863 <lyxtabular version="3" rows="3" columns="4">
17864 <features>
17865 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17866 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17867 <column alignment="center" valignment="middle" width="0">
17868 <column alignment="center" valignment="middle" width="0" special="K{red}">
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 motTrèsLongDansUneCellule
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 multicolonne avec multiligne
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 c
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 </row>
17907 <row>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 d
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 e
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 f
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 g
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 h
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 i
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 j
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 k
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 </row>
17983 </lyxtabular>
17984
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \begin_layout Subsection
17996 Épaisseur des filets
17997 \begin_inset CommandInset label
17998 LatexCommand label
17999 name "sub:Epaisseur-filets"
18000
18001 \end_inset
18002
18003
18004 \begin_inset Index
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008 Personnalisation des tableaux ! Épaisseur filets
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18018  
18019 \series bold
18020
18021 \backslash
18022 arrayrulewidth
18023 \series default
18024 .
18025  Pour mettre, par exemple, une épaisseur de filet de 1.5
18026 \begin_inset space \thinspace{}
18027 \end_inset
18028
18029 pt, comme pour le tableau
18030 \begin_inset space ~
18031 \end_inset
18032
18033
18034 \begin_inset CommandInset ref
18035 LatexCommand ref
18036 reference "tab:Tableau-filets-1.5pt"
18037
18038 \end_inset
18039
18040 , insérez la commande
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 setlength{
18049 \backslash
18050 arrayrulewidth}{1.5pt}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 en code TeX avant le tableau ou le flottant de tableau.
18055  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18056  suivent.
18057  pour revenir aux valeurs par défaut, mettez 
18058 \series bold
18059
18060 \backslash
18061 arrayrulewidth
18062 \series default
18063  à 0.4
18064 \begin_inset space \thinspace{}
18065 \end_inset
18066
18067 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset ERT
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075
18076
18077 \backslash
18078 setlength{
18079 \backslash
18080 arrayrulewidth}{1.5pt}
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \begin_inset Float table
18087 wide false
18088 sideways false
18089 status open
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Caption
18093
18094 \begin_layout Plain Layout
18095 \begin_inset CommandInset label
18096 LatexCommand label
18097 name "tab:Tableau-filets-1.5pt"
18098
18099 \end_inset
18100
18101 Tableau avec des filets de 1.5
18102 \begin_inset space \thinspace{}
18103 \end_inset
18104
18105 pt
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Plain Layout
18114 \align center
18115 \begin_inset Tabular
18116 <lyxtabular version="3" rows="3" columns="3">
18117 <features>
18118 <column alignment="center" valignment="top" width="0">
18119 <column alignment="center" valignment="top" width="0">
18120 <column alignment="center" valignment="top" width="0">
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 sd
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 sd
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 sd
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 </lyxtabular>
18209
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \end_inset
18216
18217
18218 \begin_inset ERT
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222
18223
18224 \backslash
18225 setlength{
18226 \backslash
18227 arrayrulewidth}{0.4pt}
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Standard
18236 \begin_inset VSpace bigskip
18237 \end_inset
18238
18239 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18240 \begin_inset space \thinspace{}
18241 \end_inset
18242
18243 pt, comme dans le tableau
18244 \begin_inset space ~
18245 \end_inset
18246
18247
18248 \begin_inset CommandInset ref
18249 LatexCommand ref
18250 reference "tab:Tableau-filets-horizontaux-1.5pt"
18251
18252 \end_inset
18253
18254 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18255  de tableau :
18256 \end_layout
18257
18258 \begin_layout Standard
18259
18260 \series bold
18261
18262 \backslash
18263 let
18264 \backslash
18265 myHline
18266 \backslash
18267 hline
18268 \begin_inset Newline newline
18269 \end_inset
18270
18271
18272 \backslash
18273 renewcommand{
18274 \backslash
18275 hline}
18276 \begin_inset Newline newline
18277 \end_inset
18278
18279  {
18280 \backslash
18281 noalign{
18282 \backslash
18283 global
18284 \backslash
18285 arrayrulewidth 1.5pt}
18286 \begin_inset Newline newline
18287 \end_inset
18288
18289  
18290 \backslash
18291 myHline
18292 \backslash
18293 noalign{
18294 \backslash
18295 global
18296 \backslash
18297 arrayrulewidth 0.4pt}}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18302  en code TeX après le tableau ou le flottant de tableau :
18303 \end_layout
18304
18305 \begin_layout Standard
18306
18307 \series bold
18308
18309 \backslash
18310 renewcommand{
18311 \backslash
18312 hline}{
18313 \backslash
18314 myHline}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322
18323
18324 \backslash
18325 let
18326 \backslash
18327 myHline
18328 \backslash
18329 hline
18330 \end_layout
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 renewcommand{
18337 \backslash
18338 hline}
18339 \end_layout
18340
18341 \begin_layout Plain Layout
18342
18343  {
18344 \backslash
18345 noalign{
18346 \backslash
18347 global
18348 \backslash
18349 arrayrulewidth 1.5pt}
18350 \end_layout
18351
18352 \begin_layout Plain Layout
18353
18354   
18355 \backslash
18356 myHline
18357 \backslash
18358 noalign{
18359 \backslash
18360 global
18361 \backslash
18362 arrayrulewidth 0.4pt}}
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \begin_inset Float table
18369 wide false
18370 sideways false
18371 status open
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Caption
18375
18376 \begin_layout Plain Layout
18377 \begin_inset CommandInset label
18378 LatexCommand label
18379 name "tab:Tableau-filets-horizontaux-1.5pt"
18380
18381 \end_inset
18382
18383 Tableau avec des filets horizontaux de 1.5
18384 \begin_inset space \thinspace{}
18385 \end_inset
18386
18387 pt
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Plain Layout
18396 \align center
18397 \begin_inset Tabular
18398 <lyxtabular version="3" rows="3" columns="3">
18399 <features>
18400 <column alignment="center" valignment="top" width="0">
18401 <column alignment="center" valignment="top" width="0">
18402 <column alignment="center" valignment="top" width="0">
18403 <row>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 sd
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 sd
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 </row>
18461 <row>
18462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 sd
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 </lyxtabular>
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \begin_inset ERT
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505
18506 \backslash
18507 renewcommand{
18508 \backslash
18509 hline}{
18510 \backslash
18511 myHline}
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \begin_layout Standard
18520 \begin_inset VSpace bigskip
18521 \end_inset
18522
18523 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18524 \begin_inset space \thinspace{}
18525 \end_inset
18526
18527 pt, créez le format de colonne suivant dans le préambule, en suivant la
18528  description de la section
18529 \begin_inset space ~
18530 \end_inset
18531
18532
18533 \begin_inset CommandInset ref
18534 LatexCommand ref
18535 reference "sub:Formats-personnalisés"
18536
18537 \end_inset
18538
18539 :
18540 \end_layout
18541
18542 \begin_layout Standard
18543
18544 \series bold
18545
18546 \backslash
18547 newcolumntype{V}{!{
18548 \backslash
18549 vrule width 1.5pt}}
18550 \end_layout
18551
18552 \begin_layout Standard
18553 Pour le tableau
18554 \begin_inset space ~
18555 \end_inset
18556
18557
18558 \begin_inset CommandInset ref
18559 LatexCommand ref
18560 reference "tab:Tableau-filets-verticaux-1.5pt"
18561
18562 \end_inset
18563
18564  le paramètre LaTeX 
18565 \end_layout
18566
18567 \begin_layout Standard
18568
18569 \series bold
18570 VcV
18571 \end_layout
18572
18573 \begin_layout Standard
18574 a été utilisé pour la dernière colonne et
18575 \end_layout
18576
18577 \begin_layout Standard
18578
18579 \series bold
18580 Vc
18581 \end_layout
18582
18583 \begin_layout Standard
18584 pour les autres colonnes.
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset Float table
18589 wide false
18590 sideways false
18591 status open
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Caption
18595
18596 \begin_layout Plain Layout
18597 \begin_inset CommandInset label
18598 LatexCommand label
18599 name "tab:Tableau-filets-verticaux-1.5pt"
18600
18601 \end_inset
18602
18603 Tableau avec des filets verticaux de 1.5
18604 \begin_inset space \thinspace{}
18605 \end_inset
18606
18607 pt 
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Plain Layout
18616 \align center
18617 \begin_inset Tabular
18618 <lyxtabular version="3" rows="3" columns="3">
18619 <features>
18620 <column alignment="center" valignment="top" width="0" special="Vc">
18621 <column alignment="center" valignment="top" width="0" special="Vc">
18622 <column alignment="center" valignment="top" width="0" special="VcV">
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 sd
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 <row>
18653 <cell alignment="center" valignment="top" topline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell alignment="center" valignment="top" topline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666 sd
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 </row>
18681 <row>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 sd
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 </row>
18710 </lyxtabular>
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Subsection
18723 Filets à traits interrompus
18724 \begin_inset Index
18725 status collapsed
18726
18727 \begin_layout Plain Layout
18728 Personnalisation des tableaux ! Filets à traits interrompus
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 \begin_inset ERT
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741
18742
18743 \backslash
18744 ifarydshln
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \begin_inset Note Note
18751 status open
18752
18753 \begin_layout Plain Layout
18754 La section suivante ne s'affichera que si vous avez installé le paquetage
18755  LaTeX 
18756 \series bold
18757 arydshln
18758 \series default
18759 .
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset Float table
18769 placement H
18770 wide false
18771 sideways false
18772 status open
18773
18774 \begin_layout Plain Layout
18775 \begin_inset Caption
18776
18777 \begin_layout Plain Layout
18778 \begin_inset CommandInset label
18779 LatexCommand label
18780 name "tab:Tableau-filets-tirets"
18781
18782 \end_inset
18783
18784 Tableau avec des filets à traits interrompus
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Plain Layout
18793 \align center
18794 \begin_inset Tabular
18795 <lyxtabular version="3" rows="5" columns="5">
18796 <features>
18797 <column alignment="center" valignment="top" width="0">
18798 <column alignment="center" valignment="top" width="0">
18799 <column alignment="center" valignment="top" width="0" special=":c">
18800 <column alignment="center" valignment="top" width="0">
18801 <column alignment="center" valignment="top" width="0">
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 a
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 b
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 c
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 d
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 e
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 f
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 g
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 h
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 i
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 j
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset ERT
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905
18906
18907 \backslash
18908 hdashline 
18909 \end_layout
18910
18911 \end_inset
18912
18913 k
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 l
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 m
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 n
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 o
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960 \begin_inset ERT
18961 status collapsed
18962
18963 \begin_layout Plain Layout
18964
18965
18966 \backslash
18967 cdashline{4-5}
18968 \end_layout
18969
18970 \end_inset
18971
18972 p
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 q
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 r
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 s
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 <row>
19015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 t
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 u
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 v
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 w
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 x
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 </lyxtabular>
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19075  donc employer du code TeX.
19076  Mais avant il faut charger le paquetage LaTeX 
19077 \series bold
19078 arydshln
19079 \series default
19080
19081 \begin_inset Index
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085 Paquetages LaTeX ! arydshln
19086 \end_layout
19087
19088 \end_inset
19089
19090  dans le préambule du document avec la commande 
19091 \end_layout
19092
19093 \begin_layout Standard
19094
19095 \series bold
19096
19097 \backslash
19098 usepackage{arydshln}
19099 \end_layout
19100
19101 \begin_layout Standard
19102 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19103  
19104 \begin_inset Quotes eld
19105 \end_inset
19106
19107 :
19108 \begin_inset Quotes erd
19109 \end_inset
19110
19111  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19112  dans la fenêtre de dialogue de paramètre du tableau.
19113 \end_layout
19114
19115 \begin_layout Standard
19116 Pour un trait horizontal interrompu, ajoutez la commande
19117 \end_layout
19118
19119 \begin_layout Standard
19120
19121 \series bold
19122
19123 \backslash
19124 hdashline
19125 \end_layout
19126
19127 \begin_layout Standard
19128 en code TeX comme premier élément de la première cellule de la ligne de
19129  tableau.
19130 \end_layout
19131
19132 \begin_layout Standard
19133 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19134  commande 
19135 \end_layout
19136
19137 \begin_layout Standard
19138
19139 \series bold
19140
19141 \backslash
19142 cdashline{
19143 \series default
19144 numéros de colonnes}
19145 \end_layout
19146
19147 \begin_layout Standard
19148 en code TeX comme premier élément de la première cellule de la ligne.
19149  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19150  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19151 \end_layout
19152
19153 \begin_layout Standard
19154
19155 \series bold
19156
19157 \backslash
19158 cdashline{2-4}
19159 \end_layout
19160
19161 \begin_layout Standard
19162 comme premier élément de la première cellule de la ligne contenant la multicolon
19163 ne.
19164 \end_layout
19165
19166 \begin_layout Standard
19167 \begin_inset VSpace bigskip
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \begin_layout Standard
19174 Le tableau
19175 \begin_inset space ~
19176 \end_inset
19177
19178
19179 \begin_inset CommandInset ref
19180 LatexCommand ref
19181 reference "tab:Tableau-filets-tirets"
19182
19183 \end_inset
19184
19185  a été créé en utilisant 
19186 \begin_inset Quotes eld
19187 \end_inset
19188
19189
19190 \series bold
19191 :c
19192 \series default
19193
19194 \begin_inset Quotes erd
19195 \end_inset
19196
19197  comme paramètre LaTeX pour la troisième colonne.
19198  La commande en code TeX 
19199 \series bold
19200
19201 \backslash
19202 hdashline
19203 \series default
19204  a été insérée dans la première cellule de la troisième ligne et la commande
19205  en code TeX 
19206 \series bold
19207
19208 \backslash
19209 cdashline{4-5}
19210 \series default
19211  a été insérée dans la première cellule de la quatrième ligne.
19212 \end_layout
19213
19214 \begin_layout Standard
19215 \begin_inset Note Greyedout
19216 status open
19217
19218 \begin_layout Plain Layout
19219
19220 \series bold
19221 Note:
19222 \series default
19223  Le paquetage LaTeX 
19224 \series bold
19225 arydshln
19226 \series default
19227  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19228  
19229 \series bold
19230 colortbl
19231 \series default
19232
19233 \begin_inset Index
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237 Paquetages LaTeX ! colortbl
19238 \end_layout
19239
19240 \end_inset
19241
19242  qui est utilisé pour avoir des tableaux colorés dans la section
19243 \begin_inset space ~
19244 \end_inset
19245
19246
19247 \begin_inset CommandInset ref
19248 LatexCommand ref
19249 reference "sec:Tableaux-Colorés"
19250
19251 \end_inset
19252
19253 .
19254  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19255  traits interrompus.
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \begin_layout Standard
19264 \begin_inset ERT
19265 status collapsed
19266
19267 \begin_layout Plain Layout
19268
19269
19270 \backslash
19271 else
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \begin_inset Note Note
19278 status open
19279
19280 \begin_layout Plain Layout
19281 Ce qui suit sera affiché si le paquetage LaTeX 
19282 \series bold
19283 arydshln
19284 \series default
19285  n'est pas installé :
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \begin_layout Standard
19294 Vous devez installer le paquetage LaTeX 
19295 \series bold
19296 arydshln
19297 \series default
19298  pour voir le contenu des cette section dans la sortie imprimée.
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \begin_inset ERT
19303 status collapsed
19304
19305 \begin_layout Plain Layout
19306
19307
19308 \backslash
19309 fi
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Chapter
19318 Flottants
19319 \begin_inset Index
19320 status collapsed
19321
19322 \begin_layout Plain Layout
19323 Flottants
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Section
19332 Introduction
19333 \begin_inset CommandInset label
19334 LatexCommand label
19335 name "sec:Flottants-Introduction"
19336
19337 \end_inset
19338
19339
19340 \begin_inset Index
19341 status collapsed
19342
19343 \begin_layout Plain Layout
19344 Flottants ! Introduction
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353 Un flottant est une portion de document, qui peut être associé à une étiquette
19354  et dont la position n'est pas fixée.
19355  Il peut 
19356 \begin_inset Quotes eld
19357 \end_inset
19358
19359 flotter
19360 \begin_inset Quotes erd
19361 \end_inset
19362
19363  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19364  plus approprié.
19365  Les 
19366 \family sans
19367 Notes
19368 \begin_inset space ~
19369 \end_inset
19370
19371 en
19372 \begin_inset space ~
19373 \end_inset
19374
19375 Bas
19376 \begin_inset space ~
19377 \end_inset
19378
19379 de
19380 \begin_inset space ~
19381 \end_inset
19382
19383 Page
19384 \family default
19385  et le 
19386 \family sans
19387 Notes
19388 \begin_inset space ~
19389 \end_inset
19390
19391 en
19392 \begin_inset space ~
19393 \end_inset
19394
19395 Marge
19396 \family default
19397  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19398  sur la page suivante quand il y a trop de notes sur la page courante.
19399 \end_layout
19400
19401 \begin_layout Standard
19402 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19403  très grande qualité.
19404  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19405  éviter des lignes blanches ou des pages sans texte.
19406  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19407  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19408  le texte.
19409  Les flottants sont donc numérotés.
19410  Les références croisées sont décrites dans la section
19411 \begin_inset space ~
19412 \end_inset
19413
19414
19415 \begin_inset CommandInset ref
19416 LatexCommand ref
19417 reference "sec:Referencer-les-Flottants"
19418
19419 \end_inset
19420
19421 .
19422 \end_layout
19423
19424 \begin_layout Standard
19425 Pour insérer un flottant, on utilise un des sous menus du menu 
19426 \family sans
19427 Insérer\SpecialChar \menuseparator
19428 Flottant.
19429
19430 \family default
19431  Une boîte va être insérée dans votre document avec par exemple une étiquette
19432  du genre 
19433 \begin_inset Quotes eld
19434 \end_inset
19435
19436 Figure
19437 \begin_inset space ~
19438 \end_inset
19439
19440 #:
19441 \begin_inset Quotes erd
19442 \end_inset
19443
19444  (où # est un numéro).
19445  L'étiquette est automatiquement traduite dans la langue du document dans
19446  la sortie finale.
19447  Après l'étiquette vous pouvez insérer du texte comme légende.
19448  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19449  séparé, à l'intérieur du flottant.
19450  Vous trouverez plus de détails sur le positionnement des légendes dans
19451  la section
19452 \begin_inset space ~
19453 \end_inset
19454
19455
19456 \begin_inset CommandInset ref
19457 LatexCommand ref
19458 reference "sec:Placement-légende"
19459
19460 \end_inset
19461
19462 .
19463  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19464  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19465  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19466  Une boîte de flottant fermée ressemble à ceci : 
19467 \begin_inset Graphics
19468         filename clipart/floatQt4.png
19469         scale 60
19470
19471 \end_inset
19472
19473  -- une case grise avec un texte rouge.
19474 \end_layout
19475
19476 \begin_layout Standard
19477 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19478  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19479  est formaté de façon particulière.
19480 \end_layout
19481
19482 \begin_layout Section
19483 Les Types de Flottants
19484 \end_layout
19485
19486 \begin_layout Standard
19487 En plus des flottants de figures et de tableau qui sont décrits respectivement
19488  dans les sections
19489 \begin_inset space ~
19490 \end_inset
19491
19492
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "sec:Figure-Floats"
19496
19497 \end_inset
19498
19499  et 
19500 \begin_inset CommandInset ref
19501 LatexCommand ref
19502 reference "sec:Table-Floats"
19503
19504 \end_inset
19505
19506 , LyX offre aussi les types 
19507 \series bold
19508 Algorithme
19509 \series default
19510  et 
19511 \series bold
19512 Enrobage
19513 \series default
19514 .
19515 \end_layout
19516
19517 \begin_layout Subsection
19518 Flottant d'algorithme
19519 \begin_inset Index
19520 status collapsed
19521
19522 \begin_layout Plain Layout
19523 Flottants ! Algorithmes
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \begin_inset CommandInset label
19530 LatexCommand label
19531 name "sub:Flottant-d'Algorithme"
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \begin_layout Standard
19539 \begin_inset Float algorithm
19540 placement h
19541 wide false
19542 sideways false
19543 status open
19544
19545 \begin_layout Plain Layout
19546 \begin_inset Caption
19547
19548 \begin_layout Plain Layout
19549 \begin_inset CommandInset label
19550 LatexCommand label
19551 name "alg:Exemple-Flottant-Algorithme"
19552
19553 \end_inset
19554
19555 Exemple de flottant d'algorithme
19556 \end_layout
19557
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \begin_layout LyX-Code
19564 for I in 1..N loop
19565 \begin_inset Newline newline
19566 \end_inset
19567
19568  Sum:= Sum + A(I); /*comment*/
19569 \begin_inset Newline newline
19570 \end_inset
19571
19572 end loop
19573 \begin_inset VSpace -4mm
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 Ce type de flottant est inséré à l'aide du menu 
19586 \family sans
19587 Insérer\SpecialChar \menuseparator
19588 Flottant\SpecialChar \menuseparator
19589 Algorithme
19590 \family default
19591 .
19592  Il peut être utilisé pour des morceaux de code source ou des descriptions
19593  d'algorithmes.
19594  Vous pouvez par exemple utiliser l'environnement Code
19595 \begin_inset space ~
19596 \end_inset
19597
19598 LyX qui est décrit dans le 
19599 \emph on
19600 Guide
19601 \emph default
19602
19603 \begin_inset space ~
19604 \end_inset
19605
19606
19607 \emph on
19608 de
19609 \begin_inset space ~
19610 \end_inset
19611
19612 l'Utilisateur
19613 \emph default
19614  de LyX.
19615  l'algorithme
19616 \begin_inset space ~
19617 \end_inset
19618
19619
19620 \begin_inset CommandInset ref
19621 LatexCommand ref
19622 reference "alg:Exemple-Flottant-Algorithme"
19623
19624 \end_inset
19625
19626  est un exemple de flottant d'algorithme où un espace vertical de -4
19627 \begin_inset space \thinspace{}
19628 \end_inset
19629
19630 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19631  soit placée exactement sous le texte de la dernière ligne.
19632 \end_layout
19633
19634 \begin_layout Standard
19635 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19636  du document.
19637  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19638 ent en ajoutant la ligne suivante dans le préambule de votre document :
19639 \end_layout
19640
19641 \begin_layout Standard
19642
19643 \series bold
19644
19645 \backslash
19646 floatname{algorithm}{votre
19647 \begin_inset space ~
19648 \end_inset
19649
19650 nom}
19651 \end_layout
19652
19653 \begin_layout Standard
19654
19655 \family sans
19656  votre
19657 \begin_inset space ~
19658 \end_inset
19659
19660 nom
19661 \family default
19662  est le mot 
19663 \begin_inset Quotes eld
19664 \end_inset
19665
19666
19667 \emph on
19668 algorithme
19669 \emph default
19670
19671 \begin_inset Quotes erd
19672 \end_inset
19673
19674  dans votre langue.
19675 \end_layout
19676
19677 \begin_layout Standard
19678 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19679 \family sans
19680 Insérer\SpecialChar \menuseparator
19681 Listes
19682 \begin_inset space ~
19683 \end_inset
19684
19685 &
19686 \begin_inset space ~
19687 \end_inset
19688
19689 TdM\SpecialChar \menuseparator
19690 Liste
19691 \begin_inset space ~
19692 \end_inset
19693
19694 des
19695 \begin_inset space ~
19696 \end_inset
19697
19698 algorithmes
19699 \family default
19700  si votre document est en anglais.
19701  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19702  en code TeX à la place:
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708
19709 \backslash
19710 listof{algorithm}{votre
19711 \begin_inset space ~
19712 \end_inset
19713
19714 nom}
19715 \end_layout
19716
19717 \begin_layout Standard
19718 où 
19719 \family sans
19720 votre
19721 \begin_inset space ~
19722 \end_inset
19723
19724 nom
19725 \family default
19726  est la traduction de 
19727 \begin_inset Quotes eld
19728 \end_inset
19729
19730
19731 \emph on
19732 List of Algorithm
19733 \emph default
19734 s
19735 \begin_inset Quotes erd
19736 \end_inset
19737
19738  dans votre langue.
19739 \end_layout
19740
19741 \begin_layout Standard
19742 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19743  schéma 
19744 \begin_inset Quotes eld
19745 \end_inset
19746
19747 chapitre.algorithme
19748 \begin_inset Quotes erd
19749 \end_inset
19750
19751  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19752  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19753  commande dans le préambule de votre document :
19754 \end_layout
19755
19756 \begin_layout Standard
19757
19758 \series bold
19759
19760 \backslash
19761 numberwithin{algorithm}{chapter}
19762 \end_layout
19763
19764 \begin_layout Standard
19765 Pour pouvoir utiliser la commande 
19766 \series bold
19767
19768 \backslash
19769 numberwithin
19770 \series default
19771 , activez l'option 
19772 \family sans
19773 Utiliser
19774 \begin_inset space ~
19775 \end_inset
19776
19777 le
19778 \begin_inset space ~
19779 \end_inset
19780
19781 paquetage
19782 \begin_inset space ~
19783 \end_inset
19784
19785 AMS
19786 \begin_inset space ~
19787 \end_inset
19788
19789 math
19790 \family default
19791  dans la rubrique 
19792 \family sans
19793 Options
19794 \begin_inset space ~
19795 \end_inset
19796
19797 des
19798 \begin_inset space ~
19799 \end_inset
19800
19801 Maths
19802 \family default
19803  de la fenêtre de dialogue 
19804 \family sans
19805 Paramètres
19806 \begin_inset space ~
19807 \end_inset
19808
19809 du
19810 \begin_inset space ~
19811 \end_inset
19812
19813 Document
19814 \family default
19815 .
19816 \begin_inset Newpage newpage
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Subsection
19823 Flottant d'enrobage
19824 \begin_inset Index
19825 status collapsed
19826
19827 \begin_layout Plain Layout
19828 Flottants ! Flottants d'enrobage
19829 \end_layout
19830
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Standard
19837 \begin_inset Wrap figure
19838 lines 0
19839 placement l
19840 overhang 1cm
19841 width "40col%"
19842 status open
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Graphics
19846         filename ../clipart/mobius.eps
19847         width 40col%
19848         scaleBeforeRotation
19849         rotateOrigin center
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Caption
19858
19859 \begin_layout Plain Layout
19860 \begin_inset CommandInset label
19861 LatexCommand label
19862 name "fig:Figure-enrobée"
19863
19864 \end_inset
19865
19866 Ceci est une figure habillée.
19867 \end_layout
19868
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875
19876  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19877  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19878  Vous pouvez en insérer un en utilisant le menu 
19879 \family sans
19880 Insérer\SpecialChar \menuseparator
19881 Flottant\SpecialChar \menuseparator
19882 Flottant
19883 \begin_inset space ~
19884 \end_inset
19885
19886 d'enrobage
19887 \family default
19888  à la condition que le paquetage LaTeX 
19889 \series bold
19890 wrapfig
19891 \series default
19892
19893 \begin_inset Index
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897 Paquetages LaTeX ! wrapfig
19898 \begin_inset ERT
19899 status collapsed
19900
19901 \begin_layout Plain Layout
19902
19903
19904 \backslash
19905 vspace{4mm}
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914
19915  soit installé.
19916 \begin_inset Foot
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920 Voyez dans la manuel 
19921 \emph on
19922 Configuration
19923 \begin_inset space ~
19924 \end_inset
19925
19926 LaTeX 
19927 \emph default
19928 comment installer des paquetages LaTeX.
19929 \end_layout
19930
19931 \end_inset
19932
19933  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
19934  sur la boîte du flottant.
19935  Les paramètres obligatoires sont l'
19936 \family sans
19937 Emplacement
19938 \family default
19939  et la 
19940 \family sans
19941 Largeur
19942 \family default
19943 .
19944  Les paramètres facultatifs sont le 
19945 \family sans
19946 Débordement
19947 \family default
19948  qui précise de combien le flottant déborde sur la marge du paragraphe ou
19949  de la page et la 
19950 \family sans
19951 Porté de la ligne
19952 \family default
19953  qui précise le nombre approximatif de lignes dont le flottant va avoir
19954  besoin.
19955  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
19956  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
19957  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
19958  à l'intérieur du paragraphe ou vers les autres paragraphes.
19959  La figure
19960 \begin_inset space ~
19961 \end_inset
19962
19963
19964 \begin_inset CommandInset ref
19965 LatexCommand ref
19966 reference "fig:Figure-enrobée"
19967
19968 \end_inset
19969
19970  est un exemple de flottant d'enrobage avec une largeur de 40
19971 \begin_inset space \thinspace{}
19972 \end_inset
19973
19974 col%, un débordement de 1
19975 \begin_inset space \thinspace{}
19976 \end_inset
19977
19978 cm et placé à gauche.
19979 \begin_inset Foot
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983 Les unités disponibles sont expliquées dans l'appendice
19984 \begin_inset space ~
19985 \end_inset
19986
19987
19988 \begin_inset CommandInset ref
19989 LatexCommand ref
19990 reference "cha:Unités-de-longueur"
19991
19992 \end_inset
19993
19994 .
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 \begin_inset Note Greyedout
20004 status open
20005
20006 \begin_layout Plain Layout
20007
20008 \series bold
20009 Note:
20010 \series default
20011  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20012  figure trop près du bas de page peut tout chambouler et faire que le flottant
20013  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20014  de texte.
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Standard
20023 En général:
20024 \end_layout
20025
20026 \begin_layout Itemize
20027 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20028  qui risquent de passer à la page suivante.
20029  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20030  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20031  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20032  de page.
20033 \end_layout
20034
20035 \begin_layout Itemize
20036 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20037  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20038 e.
20039 \end_layout
20040
20041 \begin_layout Itemize
20042 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20043  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20044  texte entre les deux, comme séparateur.
20045 \end_layout
20046
20047 \begin_layout Itemize
20048 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20049  ou les tableaux.
20050 \end_layout
20051
20052 \begin_layout Section
20053 Numérotation des flottants
20054 \begin_inset Index
20055 status collapsed
20056
20057 \begin_layout Plain Layout
20058 Flottants ! Numérotation
20059 \end_layout
20060
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \begin_layout Standard
20067 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20068  ils se trouvent, soit en utilisant un format du genre 
20069 \begin_inset Quotes eld
20070 \end_inset
20071
20072 chapitre.numéro
20073 \begin_inset Quotes erd
20074 \end_inset
20075
20076  ou 
20077 \begin_inset Quotes eld
20078 \end_inset
20079
20080 section.numéro
20081 \begin_inset Quotes erd
20082 \end_inset
20083
20084 .
20085  Cela dépend de la classe de document utilisée.
20086 \end_layout
20087
20088 \begin_layout Standard
20089 Pour changer le format de la numérotation qui ne dépend pas de la section
20090  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20091  le préambule du document :
20092 \end_layout
20093
20094 \begin_layout Standard
20095
20096 \series bold
20097
20098 \backslash
20099 renewcommand{
20100 \backslash
20101 thetable}{
20102 \backslash
20103 roman{table}}
20104 \end_layout
20105
20106 \begin_layout Standard
20107
20108 \series bold
20109
20110 \backslash
20111 thetable
20112 \series default
20113  est la commande qui imprime le numéro du tableau, pour les figures, la
20114  commande serait 
20115 \series bold
20116
20117 \backslash
20118 thefigure
20119 \series default
20120 .
20121  La commande 
20122 \series bold
20123
20124 \backslash
20125 roman
20126 \series default
20127  utilisée dans la commande précédente, imprime le numéro du tableau sous
20128  forme de petits chiffres romains.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Pour changer le type de numérotation pour par exemple 
20133 \begin_inset Quotes eld
20134 \end_inset
20135
20136 sous-section.numéro
20137 \begin_inset Quotes erd
20138 \end_inset
20139
20140 , utilisez la commande suivante dans le préambule du document :
20141 \end_layout
20142
20143 \begin_layout Standard
20144
20145 \series bold
20146
20147 \backslash
20148 numberwithin{table}{subsection}
20149 \end_layout
20150
20151 \begin_layout Standard
20152 Pour pouvoir utiliser la commande 
20153 \series bold
20154
20155 \backslash
20156 numberwithin
20157 \series default
20158 , vous devez activer l'option 
20159 \family sans
20160 Utiliser
20161 \begin_inset space ~
20162 \end_inset
20163
20164 le
20165 \begin_inset space ~
20166 \end_inset
20167
20168 paquetage
20169 \begin_inset space ~
20170 \end_inset
20171
20172 maths
20173 \begin_inset space ~
20174 \end_inset
20175
20176 AMS
20177 \family default
20178  dans la rubrique 
20179 \family sans
20180 Options
20181 \begin_inset space ~
20182 \end_inset
20183
20184 des
20185 \begin_inset space ~
20186 \end_inset
20187
20188 Maths
20189 \family default
20190  de la fenêtre de dialogue 
20191 \family sans
20192 Paramètres
20193 \family default
20194  du document.
20195 \end_layout
20196
20197 \begin_layout Standard
20198 Veuillez aussi jeter un coup d'œil à la section
20199 \begin_inset space ~
20200 \end_inset
20201
20202
20203 \begin_inset CommandInset ref
20204 LatexCommand ref
20205 reference "sub:Numerotation-notes-bas-de-page"
20206
20207 \end_inset
20208
20209  pour plus de détails et des notes importantes sur les commandes de numérotation.
20210 \end_layout
20211
20212 \begin_layout Section
20213 Faire Référence à des Flottants
20214 \begin_inset CommandInset label
20215 LatexCommand label
20216 name "sec:Referencer-les-Flottants"
20217
20218 \end_inset
20219
20220
20221 \begin_inset Index
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225 Flottants ! Références
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \begin_inset Index
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235 References@Références ! à des Flottants 
20236 \end_layout
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20245  en utilisant le menu 
20246 \family sans
20247 Insérer\SpecialChar \menuseparator
20248 Étiquette
20249 \family default
20250  ou le bouton 
20251 \begin_inset Graphics
20252         filename ../../images/label-insert.png
20253         scale 85
20254         scaleBeforeRotation
20255
20256 \end_inset
20257
20258  de la barre d'outils.
20259  Une boîte grise de ce genre : 
20260 \begin_inset Graphics
20261         filename clipart/labelQt4.png
20262         scale 85
20263         scaleBeforeRotation
20264
20265 \end_inset
20266
20267  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20268  de saisir le texte de l'étiquette.
20269  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20270  précédés d'un préfixe.
20271  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20272  préfixe sera "
20273 \family sans
20274 fig:
20275 \family default
20276 ".
20277 \end_layout
20278
20279 \begin_layout Standard
20280 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20281  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20282 \family sans
20283 Insérer\SpecialChar \menuseparator
20284 Référence
20285 \begin_inset space ~
20286 \end_inset
20287
20288 Croisée
20289 \family default
20290  ou le bouton 
20291 \begin_inset Graphics
20292         filename ../../images/dialog-show-new-inset_ref.png
20293         scale 85
20294         scaleBeforeRotation
20295
20296 \end_inset
20297
20298  de la barre d'outils.
20299  Une boîte grise de référence croisée comme celle-ci : 
20300 \begin_inset Graphics
20301         filename ../clipart/referenceQt4.png
20302         scale 85
20303         scaleBeforeRotation
20304
20305 \end_inset
20306
20307  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20308  toutes les étiquettes définies dans votre document.
20309  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20310  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20311  de la fenêtre de dialogue.
20312  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20313  une.
20314  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20315  de la référence croisée.
20316 \end_layout
20317
20318 \begin_layout Standard
20319 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20320  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20321  les deux.
20322  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20323  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20324  du numéro de la référence.
20325 \end_layout
20326
20327 \begin_layout Standard
20328 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20329  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20330  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20331  pas à vous en préoccuper.
20332 \end_layout
20333
20334 \begin_layout Standard
20335 Le bouton 
20336 \family sans
20337 Aller
20338 \begin_inset space ~
20339 \end_inset
20340
20341 à
20342 \begin_inset space ~
20343 \end_inset
20344
20345 l'étiquette
20346 \family default
20347  dans la fenêtre de référence croisée va positionner le curseur juste devant
20348  l'étiquette à laquelle on fait référence.
20349  Le nom du bouton bouton 
20350 \family sans
20351 Revenir
20352 \family default
20353  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20354  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20355  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20356  à votre point de départ.
20357 \end_layout
20358
20359 \begin_layout Subsection
20360 Formats de Références Croisées
20361 \begin_inset CommandInset label
20362 LatexCommand label
20363 name "sub:Formats-Références-Croisées"
20364
20365 \end_inset
20366
20367
20368 \begin_inset Index
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372 References@Références ! Formats
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \begin_layout Standard
20381 Il y a six types de références croisées :
20382 \end_layout
20383
20384 \begin_layout Description
20385 <référence>
20386 \begin_inset space ~
20387 \end_inset
20388
20389 : affiche le numéro de l'élément, c'est le choix par défaut : 
20390 \begin_inset CommandInset ref
20391 LatexCommand ref
20392 reference "fig:Deux-images-déformées"
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Description
20400 (<référence>)
20401 \begin_inset space ~
20402 \end_inset
20403
20404 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20405  normalement pour faire référence à des formules mathématiques, en particulier
20406  quand le mot 
20407 \begin_inset Quotes eld
20408 \end_inset
20409
20410 Équation
20411 \begin_inset Quotes erd
20412 \end_inset
20413
20414  est omis : 
20415 \begin_inset CommandInset ref
20416 LatexCommand eqref
20417 reference "eq:Wgn"
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Description
20425 <page>
20426 \begin_inset space ~
20427 \end_inset
20428
20429 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20430 \begin_inset space ~
20431 \end_inset
20432
20433
20434 \begin_inset CommandInset ref
20435 LatexCommand pageref
20436 reference "fig:Deux-images-déformées"
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Description
20444 page
20445 \begin_inset space ~
20446 \end_inset
20447
20448 <page>
20449 \begin_inset space ~
20450 \end_inset
20451
20452 : affiche le mot 
20453 \begin_inset Quotes eld
20454 \end_inset
20455
20456 page
20457 \begin_inset Quotes erd
20458 \end_inset
20459
20460  suivi du numéro de la page sur laquelle se trouve l'élément : 
20461 \begin_inset CommandInset ref
20462 LatexCommand vpageref
20463 reference "fig:Deux-images-déformées"
20464
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \begin_layout Description
20471 <référence>
20472 \begin_inset space ~
20473 \end_inset
20474
20475 page
20476 \begin_inset space ~
20477 \end_inset
20478
20479 <page>
20480 \begin_inset space ~
20481 \end_inset
20482
20483 : affiche le numéro de l'élément, le mot 
20484 \begin_inset Quotes eld
20485 \end_inset
20486
20487 page
20488 \begin_inset Quotes erd
20489 \end_inset
20490
20491  et le numéro de la page : 
20492 \begin_inset CommandInset ref
20493 LatexCommand vref
20494 reference "fig:Deux-images-déformées"
20495
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \begin_layout Description
20502 Référence
20503 \begin_inset space ~
20504 \end_inset
20505
20506 mise
20507 \begin_inset space ~
20508 \end_inset
20509
20510 en
20511 \begin_inset space ~
20512 \end_inset
20513
20514 forme
20515 \begin_inset space ~
20516 \end_inset
20517
20518 : affiche une référence croisée qui définit son propre format.
20519
20520 \lang english
20521  
20522 \lang french
20523
20524 \begin_inset Note Greyedout
20525 status open
20526
20527 \begin_layout Plain Layout
20528
20529 \series bold
20530 Note:
20531 \series default
20532  Ce type de référence croisée n'est disponible que si vous avez installé
20533  le paquetage LaTeX 
20534 \series bold
20535 prettyref.
20536 \end_layout
20537
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \begin_layout Standard
20544 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20545  se trouve sur la page précédente, la même page ou la page suivante.
20546  Vous verrez par exemple un texte du genre 
20547 \begin_inset Quotes eld
20548 \end_inset
20549
20550 sur cette page
20551 \begin_inset Quotes erd
20552 \end_inset
20553
20554  à la place.
20555 \end_layout
20556
20557 \begin_layout Standard
20558 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20559  se trouve sont calculés automatiquement par LaTeX.
20560  Vous choisissez une des six variétés de références dans le champ Format
20561  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20562  boîte de la référence croisée.
20563 \end_layout
20564
20565 \begin_layout Subsection
20566 Nommage automatique des références croisées
20567 \begin_inset Index
20568 status collapsed
20569
20570 \begin_layout Plain Layout
20571 References@Références ! Nommage automatique
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Standard
20580 Le paquetage LaTeX 
20581 \series bold
20582 hyperref
20583 \begin_inset Index
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587 Paquetages LaTeX ! hyperref
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \series default
20594 qui est activé dans la rubrique 
20595 \family sans
20596 Propriétés du PDF
20597 \family default
20598  de la fenêtre de dialogue 
20599 \family sans
20600 Paramètres du document
20601 \family default
20602  fournit une fonction très utile pour automatiser la création des références
20603  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20604  une section).
20605  Par exemple pour vous éviter de devoir écrire le mot 
20606 \begin_inset Quotes eld
20607 \end_inset
20608
20609 Figure
20610 \begin_inset Quotes erd
20611 \end_inset
20612
20613  devant chaque référence à une figure.
20614  Pour profiter de ce nommage automatique des références croisées, vous devez
20615  activer 
20616 \series bold
20617 hyperref
20618 \series default
20619  et insérer la ligne suivante dans le préambule du document :
20620 \end_layout
20621
20622 \begin_layout Standard
20623
20624 \series bold
20625
20626 \backslash
20627 AtBeginDocument{
20628 \backslash
20629 renewcommand{
20630 \backslash
20631 ref}[1]{
20632 \backslash
20633 mbox{
20634 \backslash
20635 autoref{#1}}}}
20636 \end_layout
20637
20638 \begin_layout Standard
20639 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
20640  défaut, par exemple vous préférez le nom 
20641 \begin_inset Quotes eld
20642 \end_inset
20643
20644 sec.
20645 \begin_inset space \thinspace{}
20646 \end_inset
20647
20648
20649 \begin_inset Quotes eld
20650 \end_inset
20651
20652  plutôt que 
20653 \begin_inset Quotes eld
20654 \end_inset
20655
20656 section
20657 \begin_inset Quotes erd
20658 \end_inset
20659
20660 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
20661 \end_layout
20662
20663 \begin_layout Standard
20664
20665 \series bold
20666
20667 \backslash
20668 addto
20669 \backslash
20670 extrasenglish{
20671 \backslash
20672 renewcommand{
20673 \backslash
20674 sectionautorefname}
20675 \begin_inset Newline newline
20676 \end_inset
20677
20678
20679 \begin_inset ERT
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683
20684
20685 \backslash
20686 hphantom{ }
20687 \end_layout
20688
20689 \end_inset
20690
20691 {sec.
20692 \backslash
20693 negthinspace}}
20694 \end_layout
20695
20696 \begin_layout Standard
20697 Si vous utilisez une autre langue que l'anglais, remplacez 
20698 \series bold
20699
20700 \backslash
20701 extrasenglish
20702 \series default
20703  par 
20704 \series bold
20705
20706 \backslash
20707 extras***
20708 \series default
20709 , où *** est le nom de la langue que vous utilisez.
20710
20711 \series bold
20712  
20713 \end_layout
20714
20715 \begin_layout Standard
20716 Pour avoir des noms automatiques, mais pas pour certains types de références,
20717  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
20718 \end_layout
20719
20720 \begin_layout Standard
20721
20722 \series bold
20723
20724 \backslash
20725 newlength{
20726 \backslash
20727 abc}
20728 \begin_inset Newline newline
20729 \end_inset
20730
20731
20732 \backslash
20733 settowidth{
20734 \backslash
20735 abc}{
20736 \backslash
20737 space}
20738 \begin_inset Newline newline
20739 \end_inset
20740
20741
20742 \backslash
20743 addto
20744 \backslash
20745 extrasenglish{
20746 \backslash
20747 renewcommand{
20748 \backslash
20749 equationautorefname}
20750 \begin_inset Newline newline
20751 \end_inset
20752
20753
20754 \begin_inset ERT
20755 status collapsed
20756
20757 \begin_layout Plain Layout
20758
20759
20760 \backslash
20761 hphantom{ }
20762 \end_layout
20763
20764 \end_inset
20765
20766 {
20767 \backslash
20768 hspace{-
20769 \backslash
20770 abc}}
20771 \end_layout
20772
20773 \begin_layout Standard
20774 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
20775  de 
20776 \series bold
20777 hyperref
20778 \series default
20779  
20780 \begin_inset CommandInset citation
20781 LatexCommand cite
20782 key "hyperref"
20783
20784 \end_inset
20785
20786 .
20787 \end_layout
20788
20789 \begin_layout Standard
20790 \begin_inset Note Greyedout
20791 status open
20792
20793 \begin_layout Plain Layout
20794
20795 \series bold
20796 Note:
20797 \series default
20798  Le nommage automatique de références ne peut être utilisé si vous avez
20799  choisi le style de référence 
20800 \family sans
20801 Référence
20802 \begin_inset space ~
20803 \end_inset
20804
20805 mise
20806 \begin_inset space ~
20807 \end_inset
20808
20809 en
20810 \begin_inset space ~
20811 \end_inset
20812
20813 forme
20814 \family default
20815  décrit dans la section
20816 \begin_inset space ~
20817 \end_inset
20818
20819
20820 \begin_inset CommandInset ref
20821 LatexCommand ref
20822 reference "sub:Formats-Références-Croisées"
20823
20824 \end_inset
20825
20826 .
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 Le manuel 
20836 \emph on
20837 Math
20838 \emph default
20839  est un exemple dans lequel on a utilisé le référencement automatique.
20840 \end_layout
20841
20842 \begin_layout Subsection
20843 Positionnement des Références 
20844 \begin_inset CommandInset label
20845 LatexCommand label
20846 name "sub:Reference-Position"
20847
20848 \end_inset
20849
20850
20851 \begin_inset Index
20852 status collapsed
20853
20854 \begin_layout Plain Layout
20855 References@Références ! Positionnement
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Standard
20864 Si vous utilisez le paquetage 
20865 \series bold
20866 hyperref, 
20867 \series default
20868 qui est activé dans la rubrique 
20869 \family sans
20870 Propriétés du PDF
20871 \family default
20872  de la fenêtre de dialogue 
20873 \family sans
20874 Paramètres du document,
20875 \family default
20876  pour lier vos références croisées dans la sortie finale, vous verrez que
20877  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20878  l'image.
20879  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20880  pourrez voir l'image sans faire défiler le texte.
20881  Ce problème vient du fait que le point d'ancrage de la référence se situe
20882  à l'endroit de l'étiquette.
20883  En utilisant le paquetage LaTeX 
20884 \series bold
20885 hypcap
20886 \series default
20887
20888 \begin_inset Index
20889 status collapsed
20890
20891 \begin_layout Plain Layout
20892 Paquetages LaTeX ! hypcap
20893 \end_layout
20894
20895 \end_inset
20896
20897 , qui fait partie du paquetage LaTeX 
20898 \series bold
20899 oberdiek
20900 \series default
20901
20902 \begin_inset Index
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 Paquetages LaTeX ! oberdiek
20907 \end_layout
20908
20909 \end_inset
20910
20911 , le point d'ancrage d'un lien est place en haut du flottant.
20912  Pour utiliser cette fonction avec les flottants de figure, chargez 
20913 \series bold
20914 hypcap
20915 \series default
20916  dans l'entête du document avec la ligne
20917 \end_layout
20918
20919 \begin_layout Standard
20920
20921 \series bold
20922
20923 \backslash
20924 usepackage[figure]{hypcap}
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Vous pouvez aussi utiliser 
20929 \series bold
20930 hypcap
20931 \series default
20932  pour tous les types de flottants, mais ce n'est pas recommandé pour des
20933  raisons de stabilité.
20934  Pour plus d'information, jetez un coup d'œil au manuel d' 
20935 \series bold
20936 hypcap
20937 \series default
20938  
20939 \begin_inset CommandInset citation
20940 LatexCommand cite
20941 key "hypcap"
20942
20943 \end_inset
20944
20945 .
20946 \end_layout
20947
20948 \begin_layout Standard
20949 \begin_inset Note Greyedout
20950 status open
20951
20952 \begin_layout Plain Layout
20953
20954 \series bold
20955 Note:
20956 \series default
20957  
20958 \series bold
20959 hypcap
20960 \series default
20961  n'a aucun effet pour les références à des sous-figures.
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Section
20970 Placement des flottants
20971 \begin_inset CommandInset label
20972 LatexCommand label
20973 name "sec:Placement-flottants"
20974
20975 \end_inset
20976
20977
20978 \begin_inset Index
20979 status collapsed
20980
20981 \begin_layout Plain Layout
20982 Flottants ! Placement
20983 \end_layout
20984
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \begin_layout Standard
20991 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20992  de dialogue 
20993 \family sans
20994 Paramètre
20995 \begin_inset space ~
20996 \end_inset
20997
20998 de
20999 \begin_inset space ~
21000 \end_inset
21001
21002 Flottant
21003 \family default
21004  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21005  utilise pour déterminer où placer le flottant.
21006 \begin_inset Newline newline
21007 \end_inset
21008
21009 L'option 
21010 \family sans
21011 Plusieurs
21012 \begin_inset space ~
21013 \end_inset
21014
21015 colonnes
21016 \family default
21017  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21018  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21019  confiné sur une seule colonne.
21020 \begin_inset Newline newline
21021 \end_inset
21022
21023 L'option 
21024 \family sans
21025 Rotation
21026 \begin_inset space ~
21027 \end_inset
21028
21029 90°
21030 \family default
21031  est utilisée pour faire tourner les flottants, voyez la section
21032 \begin_inset space ~
21033 \end_inset
21034
21035
21036 \begin_inset CommandInset ref
21037 LatexCommand ref
21038 reference "sec:Flottants-renversés"
21039
21040 \end_inset
21041
21042 .
21043 \end_layout
21044
21045 \begin_layout Standard
21046 En désactivant l'option 
21047 \family sans
21048 Utilise
21049 \begin_inset space ~
21050 \end_inset
21051
21052 le
21053 \begin_inset space ~
21054 \end_inset
21055
21056 placement
21057 \begin_inset space ~
21058 \end_inset
21059
21060 par
21061 \begin_inset space ~
21062 \end_inset
21063
21064 défaut
21065 \family default
21066  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21067  le placement du flottant:
21068 \end_layout
21069
21070 \begin_layout Description
21071 Ici,
21072 \begin_inset space ~
21073 \end_inset
21074
21075 si
21076 \begin_inset space ~
21077 \end_inset
21078
21079 possible: essaie de placer le flottant à la position où il a été inséré
21080  dans LyX
21081 \end_layout
21082
21083 \begin_layout Description
21084 Haut
21085 \begin_inset space ~
21086 \end_inset
21087
21088 de
21089 \begin_inset space ~
21090 \end_inset
21091
21092 la
21093 \begin_inset space ~
21094 \end_inset
21095
21096 page: essaie de placer le flottant en haut de la page courante
21097 \end_layout
21098
21099 \begin_layout Description
21100 Bas
21101 \begin_inset space ~
21102 \end_inset
21103
21104 de
21105 \begin_inset space ~
21106 \end_inset
21107
21108 la
21109 \begin_inset space ~
21110 \end_inset
21111
21112 page: essaie de placer le flottant en bas de la page courante
21113 \end_layout
21114
21115 \begin_layout Description
21116 Page
21117 \begin_inset space ~
21118 \end_inset
21119
21120 de
21121 \begin_inset space ~
21122 \end_inset
21123
21124 flottants: essaie de placer le flottant sur une page à part, éventuellement
21125  avec d'autres flottants 
21126 \end_layout
21127
21128 \begin_layout Standard
21129 LaTeX utilise
21130 \emph on
21131  toujours 
21132 \emph default
21133 les options dans l'ordre donné ci-dessus.
21134  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21135  d'abord essayer 
21136 \family sans
21137 Ici
21138 \begin_inset space ~
21139 \end_inset
21140
21141 si
21142 \begin_inset space ~
21143 \end_inset
21144
21145 possible
21146 \family default
21147 , ensuite 
21148 \family sans
21149 Haut
21150 \begin_inset space ~
21151 \end_inset
21152
21153 de
21154 \begin_inset space ~
21155 \end_inset
21156
21157 la
21158 \begin_inset space ~
21159 \end_inset
21160
21161 page
21162 \family default
21163 , et ainsi de suite.
21164  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21165  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21166  Si aucune des quatre options de placement n'est possible, la procédure
21167  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21168 \end_layout
21169
21170 \begin_layout Standard
21171 Par défaut, chaque option a ses propres règles d'application:
21172 \end_layout
21173
21174 \begin_layout Standard
21175
21176 \family sans
21177 Haut
21178 \begin_inset space ~
21179 \end_inset
21180
21181 de
21182 \begin_inset space ~
21183 \end_inset
21184
21185 la
21186 \begin_inset space ~
21187 \end_inset
21188
21189 page
21190 \family default
21191  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21192  en haut de page (
21193 \series bold
21194
21195 \backslash
21196 topfraction
21197 \series default
21198 ).
21199 \end_layout
21200
21201 \begin_layout Standard
21202
21203 \family sans
21204 Bas
21205 \begin_inset space ~
21206 \end_inset
21207
21208 de
21209 \begin_inset space ~
21210 \end_inset
21211
21212 la
21213 \begin_inset space ~
21214 \end_inset
21215
21216 page
21217 \family default
21218  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21219  en bas de page (
21220 \series bold
21221
21222 \backslash
21223 bottomfraction
21224 \series default
21225 ).
21226 \end_layout
21227
21228 \begin_layout Standard
21229
21230 \family sans
21231 Page
21232 \begin_inset space ~
21233 \end_inset
21234
21235 de
21236 \begin_inset space ~
21237 \end_inset
21238
21239 flottants
21240 \family default
21241  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21242  si ils occupent plus de 50% de celle-ci (
21243 \series bold
21244
21245 \backslash
21246 floatpagefraction
21247 \series default
21248 ).
21249 \end_layout
21250
21251 \begin_layout Standard
21252 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21253  supplémentaire 
21254 \family sans
21255 Ignorer
21256 \begin_inset space ~
21257 \end_inset
21258
21259 les
21260 \begin_inset space ~
21261 \end_inset
21262
21263 règles
21264 \begin_inset space ~
21265 \end_inset
21266
21267 LaTeX
21268 \family default
21269 \lang english
21270 .
21271 \begin_inset Newline newline
21272 \end_inset
21273
21274
21275 \lang french
21276 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21277  données entre parenthèses après les descriptions des règles données ci-dessus.
21278  Par exemple, pour augmenter à 50
21279 \begin_inset space \thinspace{}
21280 \end_inset
21281
21282 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21283  trop petite, ajoutez cette ligne au préambule de votre document :
21284 \end_layout
21285
21286 \begin_layout Standard
21287
21288 \series bold
21289
21290 \backslash
21291 renewcommand{
21292 \backslash
21293 bottomfraction}{0.5}
21294 \end_layout
21295
21296 \begin_layout Standard
21297 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21298  exactement à l'endroit où vous l'avez inséré.
21299  dans ce cas utilisez l'option 
21300 \family sans
21301 Ici
21302 \begin_inset space ~
21303 \end_inset
21304
21305 à
21306 \begin_inset space ~
21307 \end_inset
21308
21309 tout
21310 \begin_inset space ~
21311 \end_inset
21312
21313 Prix
21314 \family default
21315 .
21316  Utilisez cette option le moins souvent possible et seulement quand le document
21317  est presque prêt à être imprimé.
21318  En effet, le flottant n'est plus capable de 
21319 \begin_inset Quotes eld
21320 \end_inset
21321
21322 flotter
21323 \begin_inset Quotes erd
21324 \end_inset
21325
21326 , ce qui peut perturber toutes les mises en page.
21327 \end_layout
21328
21329 \begin_layout Standard
21330 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21331  sont toujours entourés par le texte d'un paragraphe donné.
21332 \begin_inset VSpace bigskip
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \begin_layout Standard
21339 On peut parfois se trouver dans la situation où un flottant est placé en
21340  haut d'une page alors que la section concernée ne commence qu'au milieu
21341  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21342  la section précédente.
21343  On peut utiliser la commande LaTeX 
21344 \series bold
21345
21346 \backslash
21347 suppressfloats
21348 \series default
21349  pour éviter ce cas.
21350  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21351  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21352  soit placé avant que la section commence.
21353  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21354  votre document :
21355 \end_layout
21356
21357 \begin_layout Standard
21358
21359 \series bold
21360
21361 \backslash
21362 let
21363 \backslash
21364 mySection
21365 \backslash
21366 section
21367 \begin_inset Newline newline
21368 \end_inset
21369
21370
21371 \backslash
21372 renewcommand{
21373 \backslash
21374 section}{
21375 \backslash
21376 suppressfloats[t]
21377 \backslash
21378 mySection}
21379 \end_layout
21380
21381 \begin_layout Standard
21382 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21383  comme les chapitres et les sous-sections.
21384  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21385  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21386  ensuite avoir du mal à trouver un positionnement correct.
21387 \end_layout
21388
21389 \begin_layout Standard
21390 \begin_inset VSpace bigskip
21391 \end_inset
21392
21393 Dans certains cas il est demandé de placer toutes les figures et tous les
21394  tableaux à la fin du document.
21395  C'est pour de telles situations que le paquetage LaTeX 
21396 \series bold
21397 endfloat
21398 \series default
21399
21400 \begin_inset Index
21401 status collapsed
21402
21403 \begin_layout Plain Layout
21404 Paquetages LaTeX ! endfloat
21405 \end_layout
21406
21407 \end_inset
21408
21409  a été développé.
21410  Il met en effet tous les flottants de figures et de tableaux à la fin du
21411  document dans leurs propres sections.
21412  À la position d'origine du flottant, une indication textuelle du genre
21413  
21414 \begin_inset Quotes eld
21415 \end_inset
21416
21417
21418 \family sans
21419 [Figure
21420 \begin_inset space ~
21421 \end_inset
21422
21423 3.2 
21424 \lang english
21425 about here.
21426 \lang french
21427 ]
21428 \family default
21429
21430 \begin_inset Quotes erd
21431 \end_inset
21432
21433  est insérée.
21434  Le paquetage 
21435 \series bold
21436 endfloat
21437 \series default
21438  est chargé dans le préambule avec la ligne suivante 
21439 \end_layout
21440
21441 \begin_layout Standard
21442
21443 \series bold
21444
21445 \backslash
21446 usepackage[options]{endfloat}
21447 \end_layout
21448
21449 \begin_layout Standard
21450 Il y a aussi de nombreuses options de paquetage pour modifier le format
21451  des sections de figures ou de tableau qui sont créées.
21452  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21453  
21454 \series bold
21455 endfloa
21456 \series default
21457
21458 \begin_inset CommandInset citation
21459 LatexCommand cite
21460 key "endfloat"
21461
21462 \end_inset
21463
21464 .
21465 \begin_inset Newline newline
21466 \end_inset
21467
21468
21469 \begin_inset Note Greyedout
21470 status open
21471
21472 \begin_layout Plain Layout
21473
21474 \series bold
21475 Note: endfloat
21476 \series default
21477  ne fournit pas de traduction automatique de l'indication textuelle, vous
21478  devez donc le faire manuellement, voyez la section
21479 \begin_inset space ~
21480 \end_inset
21481
21482 4 de 
21483 \begin_inset CommandInset citation
21484 LatexCommand cite
21485 key "endfloat"
21486
21487 \end_inset
21488
21489 .
21490 \end_layout
21491
21492 \end_inset
21493
21494
21495 \begin_inset Newline newline
21496 \end_inset
21497
21498
21499 \begin_inset Note Greyedout
21500 status open
21501
21502 \begin_layout Plain Layout
21503
21504 \series bold
21505 Note:
21506 \series default
21507  Il y a actuellement un bug dans le paquetage 
21508 \series bold
21509 endfloat
21510 \series default
21511  quand la légende contient un 
21512 \begin_inset Quotes eld
21513 \end_inset
21514
21515 ß
21516 \begin_inset Quotes erd
21517 \end_inset
21518
21519  allemand.
21520  Utilisez dans ce cas la commande 
21521 \begin_inset Quotes eld
21522 \end_inset
21523
21524
21525 \series bold
21526
21527 \backslash
21528 ss
21529 \series default
21530
21531 \begin_inset Quotes erd
21532 \end_inset
21533
21534  en code TeX à la place du 
21535 \begin_inset Quotes eld
21536 \end_inset
21537
21538 ß
21539 \begin_inset Quotes erd
21540 \end_inset
21541
21542 .
21543 \end_layout
21544
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \begin_layout Standard
21551 \begin_inset VSpace bigskip
21552 \end_inset
21553
21554 Pour plus d'information sur les manières de placer les flottants, jetez
21555  un coup d'œil aux livres sur LaTeX, 
21556 \begin_inset CommandInset citation
21557 LatexCommand cite
21558 key "latexcompanion,latexguide,latexbook"
21559
21560 \end_inset
21561
21562 .
21563 \end_layout
21564
21565 \begin_layout Section
21566 Flottants Renversés
21567 \begin_inset CommandInset label
21568 LatexCommand label
21569 name "sec:Flottants-renversés"
21570
21571 \end_inset
21572
21573
21574 \begin_inset Index
21575 status collapsed
21576
21577 \begin_layout Plain Layout
21578 Flottants ! Renversés
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Standard
21587 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21588  tableaux très larges.
21589  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21590  un clic droit sur la boîte du flottant et utilisez l'option 
21591 \family sans
21592 Rotation
21593 \begin_inset space ~
21594 \end_inset
21595
21596 90°
21597 \family default
21598 .
21599 \end_layout
21600
21601 \begin_layout Standard
21602 Les flottants renversés sont systématiquement placés sur leur propre page
21603  ( ou colonne, si vous avez un document sur deux colonnes ).
21604  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
21605  
21606 \family sans
21607 Plusieurs
21608 \begin_inset space ~
21609 \end_inset
21610
21611 colonnes
21612 \family default
21613  dans les paramètres du flottant.
21614  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
21615  du côté de la marge externe.
21616  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21617  ajouter soit l'option 
21618 \series bold
21619 figuresleft
21620 \series default
21621  soit l'option 
21622 \series bold
21623 figuresright
21624 \series default
21625  aux options de la classe de document.
21626 \end_layout
21627
21628 \begin_layout Standard
21629 Faire référence à un flottant renversé se fait de la même manière que pour
21630  un flottant normal, la mise en forme de la légende est aussi identique
21631  : Le tableau
21632 \begin_inset space ~
21633 \end_inset
21634
21635
21636 \begin_inset CommandInset ref
21637 LatexCommand ref
21638 reference "tab:Tableau-pivoté"
21639
21640 \end_inset
21641
21642  est un exemple de flottant de tableau renversé.
21643 \end_layout
21644
21645 \begin_layout Standard
21646 \begin_inset Note Greyedout
21647 status open
21648
21649 \begin_layout Plain Layout
21650
21651 \series bold
21652 Note:
21653 \series default
21654  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21655  DVI.
21656 \end_layout
21657
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \begin_layout Standard
21664 \begin_inset Float table
21665 wide false
21666 sideways true
21667 status open
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Caption
21671
21672 \begin_layout Plain Layout
21673 \begin_inset CommandInset label
21674 LatexCommand label
21675 name "tab:Tableau-pivoté"
21676
21677 \end_inset
21678
21679  Tableau pivoté
21680 \end_layout
21681
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \begin_layout Plain Layout
21688 \align center
21689 \begin_inset Tabular
21690 <lyxtabular version="3" rows="1" columns="5">
21691 <features>
21692 <column alignment="center" valignment="top" width="0">
21693 <column alignment="center" valignment="top" width="0">
21694 <column alignment="center" valignment="top" width="0">
21695 <column alignment="center" valignment="top" width="0">
21696 <column alignment="center" valignment="top" width="0">
21697 <row>
21698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 test
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 b
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 c
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 d
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 e
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 </lyxtabular>
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Section
21757 Flottants côte-à-côte
21758 \begin_inset Index
21759 status collapsed
21760
21761 \begin_layout Plain Layout
21762 Flottants ! côte-à-côte
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Standard
21771 Pour placer des flottants côte-à-côte, comme pour la figure
21772 \begin_inset space ~
21773 \end_inset
21774
21775
21776 \begin_inset CommandInset ref
21777 LatexCommand ref
21778 reference "fig:Flottant-gauche"
21779
21780 \end_inset
21781
21782  et 
21783 \begin_inset CommandInset ref
21784 LatexCommand ref
21785 reference "fig:Flottant-droit"
21786
21787 \end_inset
21788
21789 , on n'utilise 
21790 \emph on
21791 qu'un seul 
21792 \emph default
21793 flottant.
21794  On y insère deux boîtes de minipages
21795 \begin_inset Foot
21796 status collapsed
21797
21798 \begin_layout Plain Layout
21799 Les minipages sont décrites dans la section
21800 \begin_inset space ~
21801 \end_inset
21802
21803
21804 \begin_inset CommandInset ref
21805 LatexCommand ref
21806 reference "sec:Minipages"
21807
21808 \end_inset
21809
21810 .
21811 \end_layout
21812
21813 \end_inset
21814
21815 .
21816  La largeur est mise à 45
21817 \begin_inset space \thinspace{}
21818 \end_inset
21819
21820 -50
21821 \begin_inset space \thinspace{}
21822 \end_inset
21823
21824 column% et l'alignement de la boîte à 
21825 \family sans
21826 Bas
21827 \family default
21828  pour chaque minipage.
21829  Les boîtes minipages contiennent l'image et la légende exactement comme
21830  avec un flottant.
21831  La seule différence est que l'unité de longueur 
21832 \family sans
21833 Largeur
21834 \begin_inset space ~
21835 \end_inset
21836
21837 colonne
21838 \begin_inset space ~
21839 \end_inset
21840
21841 %
21842 \family default
21843  utilisée pour l'image est maintenant définie par rapport à la largeur des
21844  boîtes minipages.
21845 \end_layout
21846
21847 \begin_layout Standard
21848 \begin_inset Float figure
21849 wide false
21850 sideways false
21851 status open
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Box Frameless
21855 position "b"
21856 hor_pos "c"
21857 has_inner_box 1
21858 inner_pos "t"
21859 use_parbox 0
21860 width "45col%"
21861 special "none"
21862 height "1in"
21863 height_special "totalheight"
21864 status open
21865
21866 \begin_layout Plain Layout
21867 \align center
21868 \begin_inset Graphics
21869         filename ../clipart/mobius.eps
21870         lyxscale 50
21871         width 100col%
21872         scaleBeforeRotation
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \begin_layout Plain Layout
21880 \begin_inset Caption
21881
21882 \begin_layout Plain Layout
21883 \begin_inset CommandInset label
21884 LatexCommand label
21885 name "fig:Flottant-gauche"
21886
21887 \end_inset
21888
21889 Flottant du côté gauche.
21890 \end_layout
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \begin_inset space \hfill{}
21901 \end_inset
21902
21903
21904 \begin_inset Box Frameless
21905 position "b"
21906 hor_pos "c"
21907 has_inner_box 1
21908 inner_pos "t"
21909 use_parbox 0
21910 width "45col%"
21911 special "none"
21912 height "1in"
21913 height_special "totalheight"
21914 status open
21915
21916 \begin_layout Plain Layout
21917 \align center
21918 \begin_inset Graphics
21919         filename ../clipart/platypus.eps
21920         lyxscale 50
21921         width 100col%
21922         scaleBeforeRotation
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Plain Layout
21930 \begin_inset Caption
21931
21932 \begin_layout Plain Layout
21933 \begin_inset CommandInset label
21934 LatexCommand label
21935 name "fig:Flottant-droit"
21936
21937 \end_inset
21938
21939 Flottant du côté droit.
21940 \end_layout
21941
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \begin_layout Section
21958 Mise en Forme de la Légende
21959 \begin_inset Index
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963 Légende ! Mise en forme
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \begin_inset Index
21970 status collapsed
21971
21972 \begin_layout Plain Layout
21973 Flottants ! Mise en forme de la Légende
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \begin_inset CommandInset label
21980 LatexCommand label
21981 name "sec:Formatage-légende"
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \begin_layout Standard
21989 L'environnement 
21990 \family sans
21991 Légende
21992 \family default
21993  est l'environnement de paragraphe par défaut pour les 
21994 \family sans
21995 flottants
21996 \family default
21997 .
21998  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21999  par exemple 
22000 \begin_inset Quotes eld
22001 \end_inset
22002
22003
22004 \family sans
22005 Figure #:
22006 \family default
22007
22008 \begin_inset Quotes erd
22009 \end_inset
22010
22011  suivi par le texte de la légende.
22012  Le 
22013 \begin_inset Quotes eld
22014 \end_inset
22015
22016 #
22017 \begin_inset Quotes erd
22018 \end_inset
22019
22020  étant remplacé par le numéro de référence réel.
22021  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22022  que le texte de la légende et deux points suivent le numéro pour séparer
22023  l'étiquette du texte.
22024  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22029  LaTeX 
22030 \series bold
22031 caption
22032 \series default
22033
22034 \begin_inset Index
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038 Paquetages LaTeX ! caption
22039 \end_layout
22040
22041 \end_inset
22042
22043  dans le préambule de votre document avec la ligne suivante :
22044 \end_layout
22045
22046 \begin_layout Standard
22047
22048 \series bold
22049
22050 \backslash
22051 usepackage[format definition]{caption}
22052 \end_layout
22053
22054 \begin_layout Standard
22055 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22056  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22057  dans ce document, utilisez les commandes suivantes :
22058 \end_layout
22059
22060 \begin_layout Standard
22061
22062 \series bold
22063
22064 \backslash
22065 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Vous pouvez aussi définir des formats de légendes différents pour les différents
22070  types de flottants.
22071  Dans ce cas chargez le paquetage 
22072 \series bold
22073 caption 
22074 \series default
22075 sans option de format spécifique et définissez les différents formats à
22076  l'aide de la commande 
22077 \end_layout
22078
22079 \begin_layout Standard
22080
22081 \series bold
22082
22083 \backslash
22084 captionsetup[type de flottant]{définition du format}
22085 \end_layout
22086
22087 \begin_layout Standard
22088 dans le préambule du document.
22089  Par exemple les formats de légende de la Figure
22090 \begin_inset space ~
22091 \end_inset
22092
22093
22094 \begin_inset CommandInset ref
22095 LatexCommand ref
22096 reference "fig:Legende-de-fig"
22097
22098 \end_inset
22099
22100  et du Tableau
22101 \begin_inset space ~
22102 \end_inset
22103
22104
22105 \begin_inset CommandInset ref
22106 LatexCommand ref
22107 reference "tab:Légende-de-tab"
22108
22109 \end_inset
22110
22111  peuvent être créés en utilisant les commandes suivantes dans le préambule
22112  :
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 usepackage[tableposition=top]{caption}
22121 \series default
22122
22123 \begin_inset Newline newline
22124 \end_inset
22125
22126
22127 \series bold
22128
22129 \backslash
22130 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22131 \begin_inset Newline newline
22132 \end_inset
22133
22134
22135 \begin_inset ERT
22136 status collapsed
22137
22138 \begin_layout Plain Layout
22139
22140
22141 \backslash
22142 hphantom{
22143 \backslash
22144
22145 \backslash
22146 captionsetup[figure]
22147 \backslash
22148 {}
22149 \end_layout
22150
22151 \end_inset
22152
22153  labelsep=period}
22154 \begin_inset Newline newline
22155 \end_inset
22156
22157
22158 \backslash
22159 captionsetup[table]{labelfont={bf,sf}}
22160 \end_layout
22161
22162 \begin_layout Standard
22163 \begin_inset Note Greyedout
22164 status open
22165
22166 \begin_layout Plain Layout
22167
22168 \series bold
22169 Note:
22170 \series default
22171  L'option 
22172 \series bold
22173 tableposition=top
22174 \series default
22175  n'a pas d'effet quand on utilise un document de classe 
22176 \series bold
22177 koma-script
22178 \series default
22179
22180 \begin_inset Index
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184 Paquetages LaTeX ! koma-script
22185 \end_layout
22186
22187 \end_inset
22188
22189 .
22190  Dans ce cas on doit utiliser l'option 
22191 \series bold
22192 tablecaptionabove
22193 \series default
22194  de la classe de document.
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 Pour plus d'information sur le paquetage 
22204 \series bold
22205 caption
22206 \series default
22207  nous vous renvoyons à sa documentation 
22208 \begin_inset CommandInset citation
22209 LatexCommand cite
22210 key "caption"
22211
22212 \end_inset
22213
22214 .
22215 \end_layout
22216
22217 \begin_layout Standard
22218 Pour changer le nom de l'étiquette, par exemple de 
22219 \begin_inset Quotes eld
22220 \end_inset
22221
22222 Figure
22223 \begin_inset Quotes erd
22224 \end_inset
22225
22226  à 
22227 \begin_inset Quotes eld
22228 \end_inset
22229
22230 Image
22231 \begin_inset Quotes erd
22232 \end_inset
22233
22234 , utilisez la commande suivante dans le préambule :
22235 \end_layout
22236
22237 \begin_layout Standard
22238
22239 \series bold
22240
22241 \backslash
22242 renewcommand{
22243 \backslash
22244 fnum@figure}{Image~
22245 \backslash
22246 thefigure}
22247 \end_layout
22248
22249 \begin_layout Standard
22250 où 
22251 \series bold
22252
22253 \backslash
22254 thefigure
22255 \series default
22256  insère le numéro de la figure et
22257 \series bold
22258  
22259 \begin_inset Quotes eld
22260 \end_inset
22261
22262 ~
22263 \series default
22264
22265 \begin_inset Quotes erd
22266 \end_inset
22267
22268  ajoute une espace insécable.
22269 \end_layout
22270
22271 \begin_layout Standard
22272 \begin_inset VSpace bigskip
22273 \end_inset
22274
22275 Si vous utilisez un document de classe 
22276 \series bold
22277 koma-script
22278 \series default
22279
22280 \begin_inset Index
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284 Paquetages LaTeX ! koma-script
22285 \end_layout
22286
22287 \end_inset
22288
22289  (
22290 \family sans
22291 article (koma-script)
22292 \family default
22293
22294 \family sans
22295 book (koma-script)
22296 \family default
22297
22298 \family sans
22299 letter (koma-script)
22300 \family default
22301 , ou 
22302 \family sans
22303 report (koma-script)
22304 \family default
22305
22306 \begin_inset space \thinspace{}
22307 \end_inset
22308
22309 ), Vous pouvez utiliser la commande incorporée 
22310 \series bold
22311
22312 \backslash
22313 setkomafont 
22314 \series default
22315 du paquetage
22316 \series bold
22317  koma-script 
22318 \series default
22319 à la place du paquetage
22320 \series bold
22321  caption.
22322  
22323 \series default
22324 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22325  suivante au préambule de votre document :
22326 \end_layout
22327
22328 \begin_layout Standard
22329
22330 \series bold
22331
22332 \backslash
22333 setkomafont{captionlabel}{
22334 \backslash
22335 bfseries}
22336 \end_layout
22337
22338 \begin_layout Standard
22339 Pour plus d'information au sujet de 
22340 \series bold
22341
22342 \backslash
22343 setkomafont
22344 \series default
22345  nous vous renvoyons à la documentation du paquetage 
22346 \series bold
22347 koma-script
22348 \series default
22349  
22350 \begin_inset CommandInset citation
22351 LatexCommand cite
22352 key "koma-script"
22353
22354 \end_inset
22355
22356 .
22357 \end_layout
22358
22359 \begin_layout Standard
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22368 }
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \begin_inset Note Note
22375 status open
22376
22377 \begin_layout Plain Layout
22378 Le format de la légende n'est modifié que pour cet exemple.
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset Float figure
22388 placement !p
22389 wide false
22390 sideways false
22391 status open
22392
22393 \begin_layout Plain Layout
22394 \align center
22395 \begin_inset Graphics
22396         filename ../clipart/mobius.eps
22397         lyxscale 50
22398         scale 50
22399         scaleBeforeRotation
22400
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Caption
22408
22409 \begin_layout Plain Layout
22410 \begin_inset CommandInset label
22411 LatexCommand label
22412 name "fig:Legende-de-fig"
22413
22414 \end_inset
22415
22416 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22417  pour montrer les différents types de formats de légendes.
22418  Ici on a utilisé un format de légende personnalisé.
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Standard
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22440 on}
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Standard
22449 \begin_inset Float table
22450 placement !p
22451 wide false
22452 sideways false
22453 status open
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Caption
22457
22458 \begin_layout Plain Layout
22459 \begin_inset CommandInset label
22460 LatexCommand label
22461 name "tab:Légende-de-tab"
22462
22463 \end_inset
22464
22465 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22466  pour montrer les différents types de formats de légendes.
22467  Ici on a utilisé le format de légende par défaut.
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Plain Layout
22476 \align center
22477 \begin_inset Tabular
22478 <lyxtabular version="3" rows="1" columns="5">
22479 <features>
22480 <column alignment="center" valignment="top" width="0">
22481 <column alignment="center" valignment="top" width="0">
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <row>
22486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 a
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 b
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 c
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 d
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 e
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 </lyxtabular>
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Section
22545 Positionnement de la Légende
22546 \begin_inset Index
22547 status collapsed
22548
22549 \begin_layout Plain Layout
22550 Légende ! Placement
22551 \end_layout
22552
22553 \end_inset
22554
22555
22556 \begin_inset Index
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560 Flottants ! Placement de la légende
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \begin_inset CommandInset label
22567 LatexCommand label
22568 name "sec:Placement-légende"
22569
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \begin_layout Standard
22576 La règle habituelle pour placer la légende est :
22577 \end_layout
22578
22579 \begin_layout Description
22580 Figure
22581 \begin_inset space ~
22582 \end_inset
22583
22584 : La légende est placée en dessous de la figure
22585 \end_layout
22586
22587 \begin_layout Description
22588 Tableau
22589 \begin_inset space ~
22590 \end_inset
22591
22592 : La légende est placée au dessus du tableau
22593 \end_layout
22594
22595 \begin_layout Standard
22596 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22597  au dessus des tableaux.
22598  Ce qui fait que si vous utilisez une des classes de document 
22599 \family sans
22600 article
22601 \family default
22602
22603 \family sans
22604 book
22605 \family default
22606
22607 \family sans
22608 letter
22609 \family default
22610 , ou 
22611 \family sans
22612 report
22613 \family default
22614  il n'y aura pas d'espace libre entre la légende et le tableau.
22615  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22616  de chargement du paquetage LaTeX 
22617 \series bold
22618 caption
22619 \series default
22620  dans le préambule de votre document
22621 \begin_inset Foot
22622 status open
22623
22624 \begin_layout Plain Layout
22625 Voir la section
22626 \begin_inset space ~
22627 \end_inset
22628
22629
22630 \begin_inset CommandInset ref
22631 LatexCommand ref
22632 reference "sec:Formatage-légende"
22633
22634 \end_inset
22635
22636  pour plus d'information sur le paquetage 
22637 \series bold
22638 caption
22639 \series default
22640 .
22641 \end_layout
22642
22643 \end_inset
22644
22645 :
22646 \end_layout
22647
22648 \begin_layout Standard
22649
22650 \series bold
22651 tableposition=top
22652 \end_layout
22653
22654 \begin_layout Standard
22655 Si vous utilisez une classe de document 
22656 \series bold
22657 koma-script
22658 \series default
22659
22660 \begin_inset Index
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664 Paquetages LaTeX ! koma-script
22665 \end_layout
22666
22667 \end_inset
22668
22669  (
22670 \family sans
22671 article (koma-script)
22672 \family default
22673
22674 \family sans
22675 book (koma-script)
22676 \family default
22677
22678 \family sans
22679 letter (koma-script)
22680 \family default
22681 , ou 
22682 \family sans
22683 report (koma-script)
22684 \family default
22685
22686 \begin_inset space \thinspace{}
22687 \end_inset
22688
22689 ), vous pouvez utiliser à la place du paquetage 
22690 \series bold
22691 caption
22692 \series default
22693  l'option 
22694 \series bold
22695 tablecaptionabove
22696 \series default
22697  de la classe de document.
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset VSpace bigskip
22702 \end_inset
22703
22704 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22705  Pour cela, vous devez charger le paquetage LaTeX 
22706 \series bold
22707 sidecap
22708 \series default
22709
22710 \begin_inset Index
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 Paquetages LaTeX ! sidecap
22715 \end_layout
22716
22717 \end_inset
22718
22719  dans le préambule de votre document avec la ligne de commande suivante
22720 \end_layout
22721
22722 \begin_layout Standard
22723
22724 \series bold
22725
22726 \backslash
22727 usepackage[option]{sidecap}
22728 \end_layout
22729
22730 \begin_layout Standard
22731 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22732  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22733  paires.
22734  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22735  
22736 \series bold
22737 innercaption
22738 \series default
22739 .
22740  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22741  
22742 \series bold
22743 rightcaption
22744 \series default
22745  ou 
22746 \series bold
22747 leftcaption
22748 \series default
22749 .
22750 \end_layout
22751
22752 \begin_layout Standard
22753 \begin_inset ERT
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757
22758
22759 \backslash
22760 ifsidecap
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \begin_inset Note Note
22767 status open
22768
22769 \begin_layout Plain Layout
22770 La section suivante ne sera affichée que si le paquetage LaTeX 
22771 \series bold
22772 sidecap
22773 \series default
22774  a été installé.
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \begin_layout Standard
22783 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22784  ajouter ces commandes dans le préambule de votre document :
22785 \end_layout
22786
22787 \begin_layout Standard
22788
22789 \lyxline
22790
22791 \end_layout
22792
22793 \begin_layout Standard
22794
22795 \series bold
22796
22797 \backslash
22798 newcommand{
22799 \backslash
22800 TabBesBeg}{%
22801 \begin_inset Newline newline
22802 \end_inset
22803
22804
22805 \begin_inset ERT
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809
22810
22811 \backslash
22812 hphantom{ }
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \backslash
22819 let
22820 \backslash
22821 MyTable
22822 \backslash
22823 table
22824 \begin_inset Newline newline
22825 \end_inset
22826
22827
22828 \begin_inset ERT
22829 status collapsed
22830
22831 \begin_layout Plain Layout
22832
22833
22834 \backslash
22835 hphantom{ }
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \backslash
22842 let
22843 \backslash
22844 MyEndtable
22845 \backslash
22846 endtable
22847 \begin_inset Newline newline
22848 \end_inset
22849
22850
22851 \begin_inset ERT
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855
22856
22857 \backslash
22858 hphantom{ }
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \backslash
22865 renewenvironment{table}{
22866 \backslash
22867 begin{SCtable}}{
22868 \backslash
22869 end{SCtable}}}
22870 \end_layout
22871
22872 \begin_layout Standard
22873
22874 \series bold
22875
22876 \backslash
22877 newcommand{
22878 \backslash
22879 TabBesEnd}{%
22880 \begin_inset Newline newline
22881 \end_inset
22882
22883
22884 \begin_inset ERT
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889
22890 \backslash
22891 hphantom{ }
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \backslash
22898 let
22899 \backslash
22900 table
22901 \backslash
22902 MyTable
22903 \begin_inset Newline newline
22904 \end_inset
22905
22906
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912
22913 \backslash
22914 hphantom{ }
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \backslash
22921 let
22922 \backslash
22923 endtable
22924 \backslash
22925 MyEndtable
22926 \end_layout
22927
22928 \begin_layout Standard
22929
22930 \series bold
22931
22932 \backslash
22933 newcommand{
22934 \backslash
22935 FigBesBeg}{%
22936 \begin_inset Newline newline
22937 \end_inset
22938
22939
22940 \begin_inset ERT
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944
22945
22946 \backslash
22947 hphantom{ }
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \backslash
22954 let
22955 \backslash
22956 MyFigure
22957 \backslash
22958 figure
22959 \begin_inset Newline newline
22960 \end_inset
22961
22962
22963 \begin_inset ERT
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968
22969 \backslash
22970 hphantom{ }
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \backslash
22977 let
22978 \backslash
22979 MyEndfigure
22980 \backslash
22981 endfigure
22982 \begin_inset Newline newline
22983 \end_inset
22984
22985
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 hphantom{ }
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \backslash
23000 renewenvironment{figure}{
23001 \backslash
23002 begin{SCfigure}}{
23003 \backslash
23004 end{SCfigure}}}
23005 \end_layout
23006
23007 \begin_layout Standard
23008
23009 \series bold
23010
23011 \backslash
23012 newcommand{
23013 \backslash
23014 FigBesEnd}{%
23015 \begin_inset Newline newline
23016 \end_inset
23017
23018
23019 \begin_inset ERT
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023
23024
23025 \backslash
23026 hphantom{ }
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \backslash
23033 let
23034 \backslash
23035 figure
23036 \backslash
23037 MyFigure
23038 \begin_inset Newline newline
23039 \end_inset
23040
23041
23042 \begin_inset ERT
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046
23047
23048 \backslash
23049 hphantom{ }
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \backslash
23056 let
23057 \backslash
23058 endfigure
23059 \backslash
23060 MyEndfigure}
23061 \end_layout
23062
23063 \begin_layout Standard
23064
23065 \lyxline
23066
23067 \end_layout
23068
23069 \begin_layout Standard
23070 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23071  la légende se place sur le côté.
23072  Pour les flottants de figure, utilisez la commande
23073 \end_layout
23074
23075 \begin_layout Standard
23076
23077 \series bold
23078
23079 \backslash
23080 FigBesBeg
23081 \end_layout
23082
23083 \begin_layout Standard
23084 en code TeX avant le flottant.
23085  Après le flottant, insérez la commande
23086 \end_layout
23087
23088 \begin_layout Standard
23089
23090 \series bold
23091
23092 \backslash
23093 FigBesEnd
23094 \end_layout
23095
23096 \begin_layout Standard
23097 en code TeX pour revenir à la définition originale du flottant.
23098 \end_layout
23099
23100 \begin_layout Standard
23101 Pour les flottants de tableau, utilisez les commandes correspondantes
23102 \end_layout
23103
23104 \begin_layout Standard
23105
23106 \series bold
23107
23108 \backslash
23109 TabBesBeg
23110 \series default
23111  et 
23112 \series bold
23113
23114 \backslash
23115 TabBesEnd
23116 \end_layout
23117
23118 \begin_layout Standard
23119 La figure
23120 \begin_inset space ~
23121 \end_inset
23122
23123
23124 \begin_inset CommandInset ref
23125 LatexCommand ref
23126 reference "fig:legende-a-coté-fig"
23127
23128 \end_inset
23129
23130  et le tableau
23131 \begin_inset space ~
23132 \end_inset
23133
23134
23135 \begin_inset CommandInset ref
23136 LatexCommand ref
23137 reference "tab:legende-à-coté-tableau"
23138
23139 \end_inset
23140
23141  sont des exemples où la légende a été mises sur le coté.
23142 \end_layout
23143
23144 \begin_layout Standard
23145 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23146  pour les flottants de tableau et vers le bas pour les flottants de figure.
23147  Pour changer ce comportement, vous pouvez utiliser les commandes
23148 \end_layout
23149
23150 \begin_layout Standard
23151
23152 \series bold
23153
23154 \backslash
23155 sidecaptionvpos{type flottant}{placement}
23156 \end_layout
23157
23158 \begin_layout Standard
23159 dans le préambule du document ou en code TeX juste avant le flottant visé.
23160  Le type du flottant est soit 
23161 \family sans
23162 figure
23163 \family default
23164  soit 
23165 \family sans
23166 table
23167 \family default
23168 , le placement peut être 
23169 \begin_inset Quotes eld
23170 \end_inset
23171
23172
23173 \family sans
23174 t
23175 \family default
23176
23177 \begin_inset Quotes erd
23178 \end_inset
23179
23180  pour haut (top), 
23181 \begin_inset Quotes eld
23182 \end_inset
23183
23184
23185 \family sans
23186 c
23187 \family default
23188
23189 \begin_inset Quotes erd
23190 \end_inset
23191
23192  pour centre (center), ou 
23193 \begin_inset Quotes eld
23194 \end_inset
23195
23196
23197 \family sans
23198 b
23199 \family default
23200
23201 \begin_inset Quotes erd
23202 \end_inset
23203
23204  pour bas (bottom).
23205  Pour que, par exemple, les légendes des flottants de figure soient centrés
23206  verticalement, utilisez la commande
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \series bold
23212
23213 \backslash
23214 sidecaptionvpos{figure}{c}
23215 \end_layout
23216
23217 \begin_layout Standard
23218 C'est ce qui a été utilisé pour la figure
23219 \begin_inset space ~
23220 \end_inset
23221
23222
23223 \begin_inset CommandInset ref
23224 LatexCommand ref
23225 reference "fig:legende-à-coté-fig-2"
23226
23227 \end_inset
23228
23229 .
23230 \end_layout
23231
23232 \begin_layout Standard
23233 \begin_inset VSpace medskip
23234 \end_inset
23235
23236 Pour plus d'information sur le paquetage 
23237 \series bold
23238 sidecap
23239 \series default
23240  nous vous renvoyons à sa documentation 
23241 \begin_inset CommandInset citation
23242 LatexCommand cite
23243 key "sidecap"
23244
23245 \end_inset
23246
23247 .
23248 \end_layout
23249
23250 \begin_layout Standard
23251 \begin_inset Note Greyedout
23252 status open
23253
23254 \begin_layout Plain Layout
23255
23256 \series bold
23257 Note:
23258 \series default
23259  Le paquetage LaTeX 
23260 \series bold
23261 hypcap
23262 \series default
23263
23264 \begin_inset Index
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268 Paquetages LaTeX ! hypcap
23269 \end_layout
23270
23271 \end_inset
23272
23273 , qui est décrit dans la section
23274 \begin_inset space ~
23275 \end_inset
23276
23277
23278 \begin_inset CommandInset ref
23279 LatexCommand ref
23280 reference "sub:Reference-Position"
23281
23282 \end_inset
23283
23284 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset ERT
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297
23298
23299 \backslash
23300 FigBesBeg 
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset Float figure
23310 wide false
23311 sideways false
23312 status open
23313
23314 \begin_layout Plain Layout
23315 \begin_inset Graphics
23316         filename ../clipart/escher-lsd.eps
23317         scale 75
23318         scaleBeforeRotation
23319
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \begin_layout Plain Layout
23326 \begin_inset Caption
23327
23328 \begin_layout Plain Layout
23329 \begin_inset CommandInset label
23330 LatexCommand label
23331 name "fig:legende-a-coté-fig"
23332
23333 \end_inset
23334
23335 Une légende à côté d'une figure.
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \begin_layout Standard
23349 \begin_inset ERT
23350 status collapsed
23351
23352 \begin_layout Plain Layout
23353
23354
23355 \backslash
23356 TabBesBeg 
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Standard
23365 \begin_inset Float table
23366 wide false
23367 sideways false
23368 status open
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Caption
23372
23373 \begin_layout Plain Layout
23374 \begin_inset CommandInset label
23375 LatexCommand label
23376 name "tab:legende-à-coté-tableau"
23377
23378 \end_inset
23379
23380 Une légende à côté d'un tableau.
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Tabular
23390 <lyxtabular version="3" rows="4" columns="5">
23391 <features>
23392 <column alignment="center" valignment="top" width="0">
23393 <column alignment="center" valignment="top" width="0">
23394 <column alignment="center" valignment="top" width="0">
23395 <column alignment="center" valignment="top" width="0">
23396 <column alignment="center" valignment="top" width="0">
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 a
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
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 b
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" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 c
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 <row>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 d
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 e
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 </row>
23491 <row>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 f
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 g
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 h
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 i
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 j
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 </lyxtabular>
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 TabBesEnd
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \begin_layout Standard
23614 \begin_inset ERT
23615 status collapsed
23616
23617 \begin_layout Plain Layout
23618
23619
23620 \backslash
23621 sidecaptionvpos{figure}{c}
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Float figure
23628 wide false
23629 sideways false
23630 status open
23631
23632 \begin_layout Plain Layout
23633 \begin_inset Graphics
23634         filename ../clipart/escher-lsd.eps
23635         scale 75
23636         scaleBeforeRotation
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Caption
23645
23646 \begin_layout Plain Layout
23647 \begin_inset CommandInset label
23648 LatexCommand label
23649 name "fig:legende-à-coté-fig-2"
23650
23651 \end_inset
23652
23653 Une légende centrée verticalement à côté d'une figure.
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \begin_layout Standard
23667 \begin_inset ERT
23668 status collapsed
23669
23670 \begin_layout Plain Layout
23671
23672
23673 \backslash
23674 FigBesEnd
23675 \end_layout
23676
23677 \end_inset
23678
23679
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 else
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \begin_inset Note Note
23697 status open
23698
23699 \begin_layout Plain Layout
23700 Ce qui suit sera affiché si le paquetage LaTeX 
23701 \series bold
23702 sidecap
23703 \series default
23704  n'est pas installé :
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \begin_layout Standard
23713 Vous devez installer le paquetage LaTeX 
23714 \series bold
23715 sidecap
23716 \series default
23717  pour voir la suite de cette section dans la sortie imprimée.
23718 \end_layout
23719
23720 \begin_layout Standard
23721 \begin_inset ERT
23722 status collapsed
23723
23724 \begin_layout Plain Layout
23725
23726
23727 \backslash
23728 fi
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \begin_layout Section
23737 Les Listes de Flottants
23738 \begin_inset Index
23739 status collapsed
23740
23741 \begin_layout Plain Layout
23742 Flottants ! Listes de Flottants
23743 \end_layout
23744
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \begin_layout Standard
23751 De la même façon que la table des matières fait la liste des sections du
23752  document, il y a des listes pour tous les types de flottants, comme par
23753  exemple pour les figures du document.
23754  Vous pouvez les insérer en utilisant le menu 
23755 \family sans
23756 Insérer\SpecialChar \menuseparator
23757 Listes
23758 \begin_inset space ~
23759 \end_inset
23760
23761 &
23762 \begin_inset space ~
23763 \end_inset
23764
23765 TdM
23766 \family default
23767 .
23768 \end_layout
23769
23770 \begin_layout Standard
23771 Les entrées de la liste sont la légende du flottant ou éventuellement le
23772  titre court, le numéro du flottant, et le numéro de la page où le flottant
23773  apparaît dans le document.
23774 \end_layout
23775
23776 \begin_layout Standard
23777 Vous trouverez à la fin de ce document une liste des figures et une liste
23778  des tableaux.
23779 \end_layout
23780
23781 \begin_layout Chapter
23782 Notes
23783 \end_layout
23784
23785 \begin_layout Section
23786 Les Notes de LyX
23787 \begin_inset Index
23788 status collapsed
23789
23790 \begin_layout Plain Layout
23791 Notes ! Notes LyX 
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Standard
23800 On peut insérer une note en utilisant le bouton 
23801 \begin_inset Graphics
23802         filename ../../images/note-insert.png
23803         scale 85
23804         scaleBeforeRotation
23805
23806 \end_inset
23807
23808  de la barre d'outils ou avec le menu 
23809 \family sans
23810 Insérer\SpecialChar \menuseparator
23811 Note
23812 \family default
23813 .
23814  Il y a trois types de notes :
23815 \end_layout
23816
23817 \begin_layout Description
23818 Note
23819 \begin_inset space ~
23820 \end_inset
23821
23822 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23823  finale.
23824  La boîte de cette note ressemble à ceci :
23825 \begin_inset Newline newline
23826 \end_inset
23827
23828
23829 \begin_inset Newline newline
23830 \end_inset
23831
23832
23833 \begin_inset Graphics
23834         filename clipart/LyXNoteImageQt4.png
23835         display false
23836         scale 65
23837         scaleBeforeRotation
23838
23839 \end_inset
23840
23841  
23842 \begin_inset Note Note
23843 status open
23844
23845 \begin_layout Plain Layout
23846 Le texte de cette note n'apparaîtra pas à l'impression.
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Description
23855 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23856  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23857  vers un fichier au format LaTeX avec le menu 
23858 \family sans
23859 Fichier\SpecialChar \menuseparator
23860 Exporter\SpecialChar \menuseparator
23861 LaTeX (pdflatex) / (plain)
23862 \family default
23863 .
23864  La boîte de cette note ressemble à ceci :
23865 \begin_inset Newline newline
23866 \end_inset
23867
23868
23869 \begin_inset Newline newline
23870 \end_inset
23871
23872
23873 \begin_inset Graphics
23874         filename clipart/CommentNoteImageQt4.png
23875         display false
23876         scale 55
23877         scaleBeforeRotation
23878
23879 \end_inset
23880
23881
23882 \lang english
23883  
23884 \lang french
23885
23886 \begin_inset Note Comment
23887 status open
23888
23889 \begin_layout Plain Layout
23890 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23891  LaTeX.
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \begin_layout Description
23900 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23901  La boîte de cette note ressemble à ceci :
23902 \lang english
23903
23904 \begin_inset Newline newline
23905 \end_inset
23906
23907
23908 \lang french
23909
23910 \begin_inset Newline newline
23911 \end_inset
23912
23913
23914 \begin_inset Graphics
23915         filename clipart/GreyedOutNoteImageQt4.png
23916         lyxscale 80
23917         display false
23918         scale 55
23919         scaleBeforeRotation
23920
23921 \end_inset
23922
23923
23924 \begin_inset Newline newline
23925 \end_inset
23926
23927
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933
23934 \backslash
23935 renewenvironment{lyxgreyedout}
23936 \end_layout
23937
23938 \begin_layout Plain Layout
23939
23940 {
23941 \backslash
23942 textcolor[gray]{0.8}
23943 \backslash
23944 bgroup}{
23945 \backslash
23946 egroup}
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \begin_inset Note Greyedout
23953 status open
23954
23955 \begin_layout Plain Layout
23956 Le texte
23957 \begin_inset Foot
23958 status collapsed
23959
23960 \begin_layout Plain Layout
23961 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23962  grisé.
23963  
23964 \end_layout
23965
23966 \end_inset
23967
23968  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23969 \end_layout
23970
23971 \end_inset
23972
23973
23974 \begin_inset ERT
23975 status collapsed
23976
23977 \begin_layout Plain Layout
23978
23979
23980 \backslash
23981 renewenvironment{lyxgreyedout}
23982 \end_layout
23983
23984 \begin_layout Plain Layout
23985
23986 {
23987 \backslash
23988 textcolor{blue}
23989 \backslash
23990 bgroup}{
23991 \backslash
23992 egroup}
23993 \end_layout
23994
23995 \end_inset
23996
23997
23998 \begin_inset Note Note
23999 status open
24000
24001 \begin_layout Plain Layout
24002 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24003  originale qu'elle a dans LyX.
24004  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24005  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \begin_inset Newline newline
24012 \end_inset
24013
24014
24015 \begin_inset Newline newline
24016 \end_inset
24017
24018 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24019  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24020 \end_layout
24021
24022 \begin_layout Standard
24023 \begin_inset VSpace bigskip
24024 \end_inset
24025
24026 Quand vous utilisez le bouton 
24027 \begin_inset Graphics
24028         filename ../../images/note-insert.png
24029         scale 85
24030         scaleBeforeRotation
24031
24032 \end_inset
24033
24034  de la barre d'outils, vous insérez une 
24035 \family sans
24036 Note
24037 \begin_inset space ~
24038 \end_inset
24039
24040 LyX
24041 \family default
24042 .
24043  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24044 la et cliquez sur le bouton d'insertion de note.
24045  Pour retransformer une note en texte, appuyez sur la touche 
24046 \family sans
24047 backspace
24048 \family default
24049  quand le curseur est au tout début de la note ou appuyez sur la touche
24050  
24051 \family sans
24052 Suppr.
24053
24054 \family default
24055  quand le curseur se trouve à la fin de la note.
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \begin_inset VSpace bigskip
24060 \end_inset
24061
24062 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24063  commandes suivantes dans le préambule :
24064 \end_layout
24065
24066 \begin_layout Standard
24067
24068 \series bold
24069
24070 \backslash
24071 renewenvironment{lyxgreyedout}
24072 \begin_inset Newline newline
24073 \end_inset
24074
24075
24076 \begin_inset ERT
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081
24082 \backslash
24083 hphantom{ }
24084 \end_layout
24085
24086 \end_inset
24087
24088 {
24089 \backslash
24090 textcolor{color}
24091 \backslash
24092 bgroup}{
24093 \backslash
24094 egroup}
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24099  sont expliqués dans la section
24100 \begin_inset space ~
24101 \end_inset
24102
24103
24104 \begin_inset CommandInset ref
24105 LatexCommand ref
24106 reference "sec:Tableaux-Colorés"
24107
24108 \end_inset
24109
24110 .
24111 \end_layout
24112
24113 \begin_layout Standard
24114 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24115  grisées avec leur texte en bleu.
24116 \end_layout
24117
24118 \begin_layout Section
24119 Notes en Bas de Page
24120 \begin_inset CommandInset label
24121 LatexCommand label
24122 name "sec:Notes-bas-de-page"
24123
24124 \end_inset
24125
24126
24127 \begin_inset Index
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Notes ! Notes de bas de page
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \begin_inset Index
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 Notes de bas de page
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \end_layout
24148
24149 \begin_layout Standard
24150 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24151  
24152 \begin_inset Graphics
24153         filename ../../images/footnote-insert.png
24154         scale 85
24155         scaleBeforeRotation
24156
24157 \end_inset
24158
24159  de la barre d'outils, soit en utilisant le menu 
24160 \family sans
24161 Insérer\SpecialChar \menuseparator
24162 Note
24163 \begin_inset space ~
24164 \end_inset
24165
24166 en
24167 \begin_inset space ~
24168 \end_inset
24169
24170 Bas
24171 \begin_inset space ~
24172 \end_inset
24173
24174 de
24175 \begin_inset space ~
24176 \end_inset
24177
24178 Page
24179 \family default
24180 .
24181  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24182  rouge 
24183 \begin_inset Quotes fld
24184 \end_inset
24185
24186 bas
24187 \begin_inset Quotes frd
24188 \end_inset
24189
24190  qui ressemble à ceci : 
24191 \begin_inset Graphics
24192         filename clipart/footnoteQt4.png
24193         scale 80
24194         scaleBeforeRotation
24195
24196 \end_inset
24197
24198  Vous pouvez y entrer votre texte.
24199  Si vous voulez transformer du texte déjà existant en note en bas de page,
24200  sélectionnez-le et cliquez sur le bouton 
24201 \family sans
24202 Note
24203 \begin_inset space ~
24204 \end_inset
24205
24206 en
24207 \begin_inset space ~
24208 \end_inset
24209
24210 Bas
24211 \begin_inset space ~
24212 \end_inset
24213
24214 de
24215 \begin_inset space ~
24216 \end_inset
24217
24218 Page
24219 \family default
24220  de la barre d'outils.
24221  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24222  
24223 \family sans
24224 backspace
24225 \family default
24226  quand le curseur est au tout début de la note ou appuyez sur la touche
24227  
24228 \family sans
24229 Suppr.
24230
24231 \family default
24232  quand le curseur se trouve à la fin de la note.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Voici un exemple de note en bas de page:
24237 \begin_inset Foot
24238 status open
24239
24240 \begin_layout Plain Layout
24241 \begin_inset CommandInset label
24242 LatexCommand label
24243 name "fn:Note-en-bas"
24244
24245 \end_inset
24246
24247 Ceci est un exemple de note en bas de page.
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \begin_inset ERT
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257
24258
24259 \backslash
24260 newcounter{MyRepeatFoot}
24261 \end_layout
24262
24263 \begin_layout Plain Layout
24264
24265
24266 \backslash
24267 setcounter{MyRepeatFoot}{
24268 \backslash
24269 thefootnote}
24270 \end_layout
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \begin_layout Standard
24278 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24279  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24280  de note.
24281  Le texte de la note est placé en bas de la page courante.
24282  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24283  Selon votre classe de document les numéros de notes pourront être réinitialisés
24284  à chaque nouveau chapitre.
24285 \end_layout
24286
24287 \begin_layout Standard
24288 On peut faire référence à une note en bas de page comme on le fait avec
24289  les flottants : Insérez une étiquette dans la note et faites une référence
24290  croisée vers cette étiquette comme c'est décrit dans la
24291 \begin_inset space ~
24292 \end_inset
24293
24294
24295 \begin_inset CommandInset ref
24296 LatexCommand ref
24297 reference "sec:Referencer-les-Flottants"
24298
24299 \end_inset
24300
24301 .
24302 \begin_inset Newline newline
24303 \end_inset
24304
24305 Voici une référence à une note de bas de page :
24306 \begin_inset space ~
24307 \end_inset
24308
24309
24310 \begin_inset CommandInset ref
24311 LatexCommand ref
24312 reference "fn:Note-en-bas"
24313
24314 \end_inset
24315
24316 .
24317 \end_layout
24318
24319 \begin_layout Standard
24320 \begin_inset VSpace defskip
24321 \end_inset
24322
24323 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24324  des minipages, voyez la section
24325 \begin_inset space ~
24326 \end_inset
24327
24328
24329 \begin_inset CommandInset ref
24330 LatexCommand ref
24331 reference "sec:Minipages"
24332
24333 \end_inset
24334
24335 .
24336  Les notes de bas de page dans des tableaux longs sont traitées dans la
24337  section
24338 \begin_inset space ~
24339 \end_inset
24340
24341
24342 \begin_inset CommandInset ref
24343 LatexCommand ref
24344 reference "sub:Notes-dans-tableau-long"
24345
24346 \end_inset
24347
24348 .
24349 \end_layout
24350
24351 \begin_layout Standard
24352 \begin_inset VSpace defskip
24353 \end_inset
24354
24355 Pour créer seulement la marque de note, utilisez la commande 
24356 \series bold
24357
24358 \backslash
24359 footnotemark[nombre]
24360 \series default
24361  en code TeX.
24362  On utilise cette possibilité quand on a plusieurs fois la même annotation
24363  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24364  bas de page à chaque fois.
24365 \begin_inset Newline newline
24366 \end_inset
24367
24368 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24369  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24370  part.
24371  Pour la marque de note qui suit, ces commandes ont été insérées en code
24372  TeX après la note
24373 \begin_inset space ~
24374 \end_inset
24375
24376
24377 \begin_inset CommandInset ref
24378 LatexCommand ref
24379 reference "fn:Note-en-bas"
24380
24381 \end_inset
24382
24383  pour enregistrer le numéro de note de bas de page :
24384 \end_layout
24385
24386 \begin_layout Standard
24387
24388 \series bold
24389
24390 \backslash
24391 newcounter{MyRepeatFoot}
24392 \begin_inset Newline newline
24393 \end_inset
24394
24395
24396 \backslash
24397 setcounter{MyRepeatFoot}{
24398 \backslash
24399 thefootnote}
24400 \end_layout
24401
24402 \begin_layout Standard
24403 La marque de note a été créée avec la commande suivante :
24404 \end_layout
24405
24406 \begin_layout Standard
24407
24408 \series bold
24409
24410 \backslash
24411 footnotemark[
24412 \backslash
24413 theMyRepeatFoot]
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Voici un exemple de marque de note de bas de page : 
24418 \begin_inset ERT
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422
24423
24424 \backslash
24425 footnotemark[
24426 \backslash
24427 theMyRepeatFoot]
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Subsection
24436 Numérotation de Notes de Bas de Page
24437 \begin_inset CommandInset label
24438 LatexCommand label
24439 name "sub:Numerotation-notes-bas-de-page"
24440
24441 \end_inset
24442
24443
24444 \begin_inset Index
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448 Notes de bas de page ! Numérotation
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \begin_layout Standard
24457 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24458  ajoutez cette commande dans le préambule de votre document :
24459 \end_layout
24460
24461 \begin_layout Standard
24462
24463 \series bold
24464
24465 \backslash
24466 @addtoreset{footnote}{section}
24467 \end_layout
24468
24469 \begin_layout Standard
24470 \begin_inset VSpace bigskip
24471 \end_inset
24472
24473 La commande de préambule suivante change le style de numérotation des notes
24474  en petits chiffres romains :
24475 \end_layout
24476
24477 \begin_layout Standard
24478
24479 \series bold
24480
24481 \backslash
24482 renewcommand{
24483 \backslash
24484 thefootnote}{
24485 \backslash
24486 roman{footnote}}
24487 \end_layout
24488
24489 \begin_layout Standard
24490 \begin_inset ERT
24491 status collapsed
24492
24493 \begin_layout Plain Layout
24494
24495
24496 \backslash
24497 renewcommand{
24498 \backslash
24499 thefootnote}{
24500 \backslash
24501 roman{footnote}}
24502 \end_layout
24503
24504 \end_inset
24505
24506  Cette note de bas de page utilise une numérotation en chiffres romains
24507  :
24508 \begin_inset Foot
24509 status open
24510
24511 \begin_layout Plain Layout
24512 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24513  romains.
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24523  la commande précédente 
24524 \series bold
24525
24526 \backslash
24527 roman
24528 \series default
24529  par 
24530 \series bold
24531
24532 \backslash
24533 Roman
24534 \series default
24535 .
24536  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24537  utilisez respectivement soit 
24538 \series bold
24539
24540 \backslash
24541 Alph
24542 \series default
24543  soit 
24544 \series bold
24545
24546 \backslash
24547 alph
24548 \series default
24549 .
24550  Pour les 
24551 \begin_inset Quotes eld
24552 \end_inset
24553
24554 numéroter
24555 \begin_inset Quotes erd
24556 \end_inset
24557
24558  avec des symboles, utilisez 
24559 \series bold
24560
24561 \backslash
24562 fnsymbol
24563 \series default
24564 .
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset Note Greyedout
24569 status open
24570
24571 \begin_layout Plain Layout
24572
24573 \series bold
24574 Note:
24575 \series default
24576  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24577  puisque cette numérotation est limitée à des lettres seules.
24578 \end_layout
24579
24580 \end_inset
24581
24582
24583 \begin_inset Newline newline
24584 \end_inset
24585
24586
24587 \begin_inset Note Greyedout
24588 status open
24589
24590 \begin_layout Plain Layout
24591
24592 \series bold
24593 Note:
24594 \series default
24595  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Standard
24604 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24605  utilisez 
24606 \series bold
24607
24608 \backslash
24609 arabic
24610 \series default
24611  à la place de 
24612 \series bold
24613
24614 \backslash
24615 roman
24616 \series default
24617  dans la commande précédente.
24618 \begin_inset ERT
24619 status collapsed
24620
24621 \begin_layout Plain Layout
24622
24623
24624 \backslash
24625 renewcommand{
24626 \backslash
24627 thefootnote}{
24628 \backslash
24629 arabic{footnote}}
24630 \end_layout
24631
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \begin_inset VSpace bigskip
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24646  le schéma 
24647 \begin_inset Quotes eld
24648 \end_inset
24649
24650 chapitre.note
24651 \begin_inset Quotes erd
24652 \end_inset
24653
24654 , ajoutez la commande suivante au préambule de votre document :
24655 \end_layout
24656
24657 \begin_layout Standard
24658
24659 \series bold
24660
24661 \backslash
24662 numberwithin{footnote}{chapter}
24663 \end_layout
24664
24665 \begin_layout Standard
24666 Pour pouvoir utiliser la commande 
24667 \series bold
24668
24669 \backslash
24670 numberwithin
24671 \series default
24672 , activez dans la rubrique 
24673 \family sans
24674 Options
24675 \begin_inset space ~
24676 \end_inset
24677
24678 des
24679 \begin_inset space ~
24680 \end_inset
24681
24682 Maths
24683 \family default
24684  dans les paramètres du document, l'option 
24685 \family sans
24686 Utiliser
24687 \begin_inset space ~
24688 \end_inset
24689
24690 le
24691 \begin_inset space ~
24692 \end_inset
24693
24694 paquetage
24695 \begin_inset space ~
24696 \end_inset
24697
24698 maths
24699 \begin_inset space ~
24700 \end_inset
24701
24702 AMS
24703 \family default
24704 .
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset ERT
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712
24713
24714 \backslash
24715 numberwithin{footnote}{chapter}
24716 \end_layout
24717
24718 \end_inset
24719
24720 Ceci est un autre exemple de note de bas de page:
24721 \series bold
24722
24723 \begin_inset Foot
24724 status open
24725
24726 \begin_layout Plain Layout
24727 Cette note est numérotée en suivant le schéma 
24728 \begin_inset Quotes eld
24729 \end_inset
24730
24731 chapitre.note
24732 \begin_inset Quotes erd
24733 \end_inset
24734
24735 .
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \series default
24742
24743 \begin_inset ERT
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747
24748
24749 \backslash
24750 renewcommand{
24751 \backslash
24752 thefootnote}{
24753 \backslash
24754 arabic{footnote}}
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 \begin_inset Note Greyedout
24764 status open
24765
24766 \begin_layout Plain Layout
24767
24768 \series bold
24769 Note:
24770 \series default
24771  
24772 \series bold
24773
24774 \backslash
24775 numberwithin
24776 \series default
24777  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24778  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24779  prises en compte.
24780  
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 Donc pour avoir par exemple le schéma 
24790 \begin_inset Quotes eld
24791 \end_inset
24792
24793 chapitre.
24794 \backslash
24795 Roman{note}
24796 \begin_inset Quotes erd
24797 \end_inset
24798
24799 , utilisez la commande suivante plutôt que 
24800 \series bold
24801
24802 \backslash
24803 numberwithin
24804 \series default
24805  :
24806 \end_layout
24807
24808 \begin_layout Standard
24809
24810 \series bold
24811
24812 \backslash
24813 renewcommand{
24814 \backslash
24815 thefootnote}{
24816 \backslash
24817 thechapter.
24818 \backslash
24819 Roman{footnote}}
24820 \end_layout
24821
24822 \begin_layout Subsection
24823 Positionnement de notes de bas de page
24824 \begin_inset Index
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 Notes de bas de page ! Positionnement
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24838  vertical entre elles en bas de la page.
24839  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24840  de 1.5
24841 \begin_inset space \thinspace{}
24842 \end_inset
24843
24844 mm avec la commande suivante dans le préambule :
24845 \end_layout
24846
24847 \begin_layout Standard
24848
24849 \series bold
24850
24851 \backslash
24852 let
24853 \backslash
24854 myFoot
24855 \backslash
24856 footnote
24857 \begin_inset Newline newline
24858 \end_inset
24859
24860
24861 \backslash
24862 renewcommand{
24863 \backslash
24864 footnote}[1]{
24865 \backslash
24866 myFoot{#1
24867 \backslash
24868 vspace{1.5mm}}}
24869 \end_layout
24870
24871 \begin_layout Standard
24872 \begin_inset VSpace bigskip
24873 \end_inset
24874
24875 Dans un document à deux colonnes les notes de bas de page apparaissent en
24876  bas de chaque colonne, comme sur la Figure
24877 \begin_inset space ~
24878 \end_inset
24879
24880
24881 \begin_inset CommandInset ref
24882 LatexCommand ref
24883 reference "fig:Position-standard-note-bas-de-page"
24884
24885 \end_inset
24886
24887 .
24888  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24889  sur la Figure
24890 \begin_inset space ~
24891 \end_inset
24892
24893
24894 \begin_inset CommandInset ref
24895 LatexCommand ref
24896 reference "fig:Position-note-avec-ftnright"
24897
24898 \end_inset
24899
24900 , utilisez le paquetage LaTeX 
24901 \series bold
24902 ftnright
24903 \series default
24904
24905 \begin_inset Index
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Paquetages LaTeX ! ftnright
24910 \end_layout
24911
24912 \end_inset
24913
24914  avec cette commande dans le préambule du document:
24915 \end_layout
24916
24917 \begin_layout Standard
24918
24919 \series bold
24920
24921 \backslash
24922 usepackage{ftnright}
24923 \end_layout
24924
24925 \begin_layout Standard
24926 \begin_inset Float figure
24927 placement !h
24928 wide false
24929 sideways false
24930 status open
24931
24932 \begin_layout Plain Layout
24933 \begin_inset ERT
24934 status collapsed
24935
24936 \begin_layout Plain Layout
24937
24938
24939 \backslash
24940 framebox{
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \begin_inset Graphics
24947         filename ../clipart/without_fntright.pdf
24948         width 100col%
24949         scaleBeforeRotation
24950
24951 \end_inset
24952
24953
24954 \begin_inset ERT
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958
24959 }
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Caption
24969
24970 \begin_layout Plain Layout
24971 \begin_inset CommandInset label
24972 LatexCommand label
24973 name "fig:Position-standard-note-bas-de-page"
24974
24975 \end_inset
24976
24977 Positionnement standard des notes de bas de page dans un document à deux
24978  colonnes.
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset Float figure
24993 placement !h
24994 wide false
24995 sideways false
24996 status open
24997
24998 \begin_layout Plain Layout
24999 \begin_inset ERT
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003
25004
25005 \backslash
25006 framebox{
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \begin_inset Graphics
25013         filename ../clipart/with_fntright.pdf
25014         width 100col%
25015         scaleBeforeRotation
25016
25017 \end_inset
25018
25019
25020 \begin_inset ERT
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024
25025 }
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Plain Layout
25034 \begin_inset Caption
25035
25036 \begin_layout Plain Layout
25037 \begin_inset CommandInset label
25038 LatexCommand label
25039 name "fig:Position-note-avec-ftnright"
25040
25041 \end_inset
25042
25043 Positionnement de notes de bas de page dans un document à deux colonnes
25044  en utilisant le paquetage LaTeX 
25045 \series bold
25046 ftnright
25047 \series default
25048 .
25049 \end_layout
25050
25051 \end_inset
25052
25053
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 Dans certaines publications scientifiques, il est courant de rassembler
25066  les notes de bas de page et de les imprimer dans un paragraphe particulier
25067  à la fin de la section, comme sur la Figure
25068 \begin_inset space ~
25069 \end_inset
25070
25071
25072 \begin_inset CommandInset ref
25073 LatexCommand ref
25074 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25075
25076 \end_inset
25077
25078 .
25079  On les appelle 
25080 \begin_inset Quotes eld
25081 \end_inset
25082
25083 notes de fin
25084 \begin_inset Quotes erd
25085 \end_inset
25086
25087 .
25088 \begin_inset Note Note
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092 J'ai pas trouvé mieux pour endnotes (NdT)
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \begin_inset Index
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 Notes de fin
25103 \end_layout
25104
25105 \end_inset
25106
25107  Pour utiliser des notes de fin à la place des notes de bas de page dans
25108  votre document, chargez le paquetage LaTeX 
25109 \series bold
25110 endnotes
25111 \series default
25112
25113 \begin_inset Index
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117 Paquetages LaTeX ! endnotes
25118 \end_layout
25119
25120 \end_inset
25121
25122  avec ces lignes dans le préambule du document
25123 \end_layout
25124
25125 \begin_layout Standard
25126
25127 \series bold
25128
25129 \backslash
25130 usepackage{endnotes}
25131 \begin_inset Newline newline
25132 \end_inset
25133
25134
25135 \backslash
25136 let
25137 \backslash
25138 footnote
25139 \backslash
25140 endnote
25141 \end_layout
25142
25143 \begin_layout Standard
25144 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25145 \end_layout
25146
25147 \begin_layout Standard
25148
25149 \series bold
25150
25151 \backslash
25152 theendnotes
25153 \end_layout
25154
25155 \begin_layout Standard
25156 en code TeX à la fin d'une section ou d'un chapitre.
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset Float figure
25161 wide false
25162 sideways false
25163 status open
25164
25165 \begin_layout Plain Layout
25166 \align center
25167 \begin_inset ERT
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 framebox{
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \begin_inset Graphics
25181         filename ../clipart/endnotes.pdf
25182         scaleBeforeRotation
25183
25184 \end_inset
25185
25186
25187 \begin_inset ERT
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191
25192 }
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Plain Layout
25201 \begin_inset Caption
25202
25203 \begin_layout Plain Layout
25204 \begin_inset CommandInset label
25205 LatexCommand label
25206 name "fig:Notes-de-fin---notes-de-bas-de-page"
25207
25208 \end_inset
25209
25210 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25211  séparé à la fin des sections ou des chapitres.
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset VSpace medskip
25226 \end_inset
25227
25228 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25229  dans la langue du document, cela doit être fait manuellement.
25230  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25231  
25232 \begin_inset Quotes eld
25233 \end_inset
25234
25235 Notes
25236 \begin_inset Quotes erd
25237 \end_inset
25238
25239  en sa traduction Allemande
25240 \begin_inset Foot
25241 status collapsed
25242
25243 \begin_layout Plain Layout
25244 En français, 
25245 \begin_inset Quotes eld
25246 \end_inset
25247
25248 Notes
25249 \begin_inset Quotes erd
25250 \end_inset
25251
25252  peut être conservé.
25253 \end_layout
25254
25255 \end_inset
25256
25257  
25258 \begin_inset Quotes eld
25259 \end_inset
25260
25261 Anmerkungen
25262 \begin_inset Quotes erd
25263 \end_inset
25264
25265  :
25266 \end_layout
25267
25268 \begin_layout Standard
25269
25270 \series bold
25271
25272 \backslash
25273 renewcommand{
25274 \backslash
25275 notesname}{Anmerkungen}
25276 \end_layout
25277
25278 \begin_layout Standard
25279 \begin_inset VSpace medskip
25280 \end_inset
25281
25282 La numérotation des notes de fin peut être modifiée comme celle des notes
25283  de bas de page comme c'est décrit dans la section
25284 \begin_inset space ~
25285 \end_inset
25286
25287
25288 \begin_inset CommandInset ref
25289 LatexCommand ref
25290 reference "sub:Numerotation-notes-bas-de-page"
25291
25292 \end_inset
25293
25294  ; remplacez juste la commande 
25295 \series bold
25296
25297 \backslash
25298 thefootnote
25299 \series default
25300  par 
25301 \series bold
25302
25303 \backslash
25304 theendnote
25305 \series default
25306 .
25307  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25308 \series bold
25309
25310 \backslash
25311 @addtoreset
25312 \series default
25313  comme c'est décrit dans la section
25314 \begin_inset space ~
25315 \end_inset
25316
25317
25318 \begin_inset CommandInset ref
25319 LatexCommand ref
25320 reference "sub:Numerotation-notes-bas-de-page"
25321
25322 \end_inset
25323
25324  et remplacez le paramètre de commande 
25325 \series bold
25326 footnote
25327 \series default
25328  par 
25329 \series bold
25330 endnote
25331 \series default
25332 .
25333 \end_layout
25334
25335 \begin_layout Standard
25336 Pour seulement créer une marque de note de fin, utilisez la commande 
25337 \series bold
25338
25339 \backslash
25340 endnotemark[numéro]
25341 \series default
25342  qui est semblable à 
25343 \series bold
25344
25345 \backslash
25346 footnotemark
25347 \series default
25348 , décrite dans la section
25349 \begin_inset space ~
25350 \end_inset
25351
25352
25353 \begin_inset CommandInset ref
25354 LatexCommand ref
25355 reference "sec:Notes-bas-de-page"
25356
25357 \end_inset
25358
25359 .
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset VSpace bigskip
25364 \end_inset
25365
25366 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25367 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25368 \series bold
25369 footmisc
25370 \series default
25371
25372 \begin_inset Index
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376 Paquetages LaTeX ! footmisc
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset CommandInset citation
25383 LatexCommand cite
25384 key "footmisc"
25385
25386 \end_inset
25387
25388  pour plus d'information à ce sujet.
25389 \end_layout
25390
25391 \begin_layout Standard
25392 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25393  voyez les livres sur LaTeX, 
25394 \begin_inset CommandInset citation
25395 LatexCommand cite
25396 key "latexcompanion,latexguide,latexbook"
25397
25398 \end_inset
25399
25400 .
25401 \end_layout
25402
25403 \begin_layout Section
25404 Notes en Marge
25405 \begin_inset Index
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409 Notes ! Notes en Marge
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25419 t de la même façon.
25420  Quand vous insérez une note en marge avec 
25421 \family sans
25422 Insérer\SpecialChar \menuseparator
25423 Note
25424 \begin_inset space ~
25425 \end_inset
25426
25427 en
25428 \begin_inset space ~
25429 \end_inset
25430
25431 Marge
25432 \family default
25433  ou avec le bouton 
25434 \begin_inset Graphics
25435         filename ../../images/marginalnote-insert.png
25436         scale 85
25437         scaleBeforeRotation
25438
25439 \end_inset
25440
25441  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25442  grise avec une étiquette rouge 
25443 \begin_inset Quotes fld
25444 \end_inset
25445
25446 marge
25447 \begin_inset Quotes frd
25448 \end_inset
25449
25450 .
25451  
25452 \begin_inset Marginal
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456 C'est une note en marge.
25457 \end_layout
25458
25459 \end_inset
25460
25461  Cette boîte est la représentation de votre note dans LyX.
25462  Vous pouvez y entrer votre texte.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Les notes en marge apparaissent dans la marge de droite dans les documents
25467  imprimées sur une seule face.
25468  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25469  
25470 \begin_inset Quotes eld
25471 \end_inset
25472
25473 extérieure
25474 \begin_inset Quotes erd
25475 \end_inset
25476
25477  -- la gauche sur les pages paires et la droite sur les pages impaires.
25478  Le texte de la note en marge est aligné à l'opposé de la marge externe
25479  -- aligné à droite quand la note apparaît dans la marge de gauche.
25480  La première ligne de la note apparaît à la hauteur de la ligne de texte
25481  où la note a été insérée dans le document.
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset VSpace bigskip
25486 \end_inset
25487
25488 Pour placer une note dans la marge interne, ajoutez la commande suivante
25489  :
25490 \end_layout
25491
25492 \begin_layout Standard
25493
25494 \series bold
25495
25496 \backslash
25497 reversemarginpar
25498 \end_layout
25499
25500 \begin_layout Standard
25501 sous forme de code TeX avant votre note de marge.
25502  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25503  qui suivent 
25504 \begin_inset ERT
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508
25509
25510 \backslash
25511 reversemarginpar 
25512 \end_layout
25513
25514 \end_inset
25515
25516
25517 \begin_inset Marginal
25518 status open
25519
25520 \begin_layout Plain Layout
25521 Cette note en marge est dans la marge interne.
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \series bold
25528
25529 \begin_inset Newline newline
25530 \end_inset
25531
25532
25533 \series default
25534
25535 \begin_inset Note Greyedout
25536 status open
25537
25538 \begin_layout Plain Layout
25539
25540 \series bold
25541 Note:
25542 \series default
25543  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25544  les notes sont souvent mal mises en formes dans la sortie imprimée.
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 Pour revenir au positionnement par défaut, ajoutez la commande :
25554 \end_layout
25555
25556 \begin_layout Standard
25557
25558 \series bold
25559
25560 \backslash
25561 normalmarginpar
25562 \end_layout
25563
25564 \begin_layout Standard
25565 sous forme de code TeX.
25566 \begin_inset ERT
25567 status collapsed
25568
25569 \begin_layout Plain Layout
25570
25571
25572 \backslash
25573 normalmarginpar 
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \begin_inset Newline newline
25580 \end_inset
25581
25582  
25583 \begin_inset Note Greyedout
25584 status open
25585
25586 \begin_layout Plain Layout
25587
25588 \series bold
25589 Note:
25590 \series default
25591  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25592  
25593 \series bold
25594
25595 \backslash
25596 reversemarginpar
25597 \series default
25598  est aussi utilisée.
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \begin_inset VSpace bigskip
25608 \end_inset
25609
25610
25611 \begin_inset Marginal
25612 status open
25613
25614 \begin_layout Plain Layout
25615 UnTrèsLongMotEnMarge sans césure.
25616 \end_layout
25617
25618 \end_inset
25619
25620  Comme dans le cas décrit dans la section
25621 \begin_inset space ~
25622 \end_inset
25623
25624
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "sub:Lignes-multiple-dans-cellule"
25628
25629 \end_inset
25630
25631 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25632  mot d'une note en marge.
25633  Pour éviter ce problème, insérez un espacement horizontal de 0
25634 \begin_inset space \thinspace{}
25635 \end_inset
25636
25637 pt avant le mot en question: 
25638 \begin_inset Marginal
25639 status open
25640
25641 \begin_layout Plain Layout
25642 \begin_inset space \hspace{}
25643 \length 0pt
25644 \end_inset
25645
25646 UnMotTrèsLongEnMarge avec une césure.
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \begin_layout Standard
25655 \begin_inset VSpace bigskip
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset Note Greyedout
25663 status open
25664
25665 \begin_layout Plain Layout
25666
25667 \series bold
25668 Note:
25669 \series default
25670  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25671  tableaux, des flottants et des notes de bas de page.
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \begin_layout Standard
25680 \begin_inset VSpace bigskip
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset ERT
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691
25692
25693 \backslash
25694 ifmarginnote
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \begin_inset Note Note
25701 status open
25702
25703 \begin_layout Plain Layout
25704 La section suivante ne sera affichée que si le paquetage LaTeX 
25705 \series bold
25706 marginnote
25707 \series default
25708  a été installé.
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25718 \series bold
25719 marginnote
25720 \series default
25721
25722 \begin_inset Index
25723 status collapsed
25724
25725 \begin_layout Plain Layout
25726 Paquetages LaTeX ! marginnote
25727 \end_layout
25728
25729 \end_inset
25730
25731 .
25732  En ajoutant les deux lignes suivantes au préambule de votre document, la
25733  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25734  la commande fournie par le paquetage 
25735 \series bold
25736 marginnote
25737 \series default
25738  :
25739 \end_layout
25740
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 usepackage{marginnote}
25747 \begin_inset Newline newline
25748 \end_inset
25749
25750
25751 \backslash
25752 let
25753 \backslash
25754 marginpar
25755 \backslash
25756 marginnote
25757 \end_layout
25758
25759 \begin_layout Standard
25760 Ce paquetage est aussi utilisé dans ce document parce que 
25761 \series bold
25762 marginnote
25763 \series default
25764  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25765  vertical pour une note.
25766  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25767  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25768  en page.
25769  Le décalage est inséré dans LyX sous forme de code TeX directement après
25770  la note sous la forme
25771 \end_layout
25772
25773 \begin_layout Standard
25774
25775 \series bold
25776 [offset]
25777 \end_layout
25778
25779 \begin_layout Standard
25780 où l'offset utilise l'une des unités listées dans le tableau
25781 \begin_inset space ~
25782 \end_inset
25783
25784
25785 \begin_inset CommandInset ref
25786 LatexCommand ref
25787 reference "cha:Unités-de-longueur"
25788
25789 \end_inset
25790
25791 .
25792  Une valeur négative déplace la note vers le haut, une valeur positive la
25793  déplace vers le bas.
25794  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25795  vers le haut de 1.5
25796 \begin_inset space \thinspace{}
25797 \end_inset
25798
25799 cm avec la commande en code TeX 
25800 \begin_inset Quotes eld
25801 \end_inset
25802
25803
25804 \series bold
25805 [-1.5cm]
25806 \series default
25807
25808 \begin_inset Quotes erd
25809 \end_inset
25810
25811
25812 \begin_inset Marginal
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816 Cette note en marge est décalée vers le haut de 1.5
25817 \begin_inset space \thinspace{}
25818 \end_inset
25819
25820 cm par rapport à sa position d'origine.
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \begin_inset ERT
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830
25831 [-1.5cm]
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Standard
25840 \begin_inset VSpace medskip
25841 \end_inset
25842
25843 Avec le paquetage 
25844 \series bold
25845 marginnote
25846 \series default
25847  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25848  Par exemple les commandes 
25849 \end_layout
25850
25851 \begin_layout Standard
25852
25853 \series bold
25854
25855 \backslash
25856 renewcommand*{
25857 \backslash
25858 raggedleftmarginnote}{
25859 \backslash
25860 centering}
25861 \begin_inset Newline newline
25862 \end_inset
25863
25864
25865 \backslash
25866 renewcommand*{
25867 \backslash
25868 raggedrightmarginnote}{
25869 \backslash
25870 centering}
25871 \end_layout
25872
25873 \begin_layout Standard
25874 donnent un alignement centré.
25875  
25876 \series bold
25877
25878 \backslash
25879 raggedleftmarginnote
25880 \series default
25881  indique une note qui apparaît dans la marge de gauche.
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 renewcommand*{
25890 \backslash
25891 raggedleftmarginnote}{
25892 \backslash
25893 centering}
25894 \end_layout
25895
25896 \begin_layout Plain Layout
25897
25898
25899 \backslash
25900 renewcommand*{
25901 \backslash
25902 raggedrightmarginnote}{
25903 \backslash
25904 centering}
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \begin_inset Marginal
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 Le texte de cette note en marge est centré.
25915 \end_layout
25916
25917 \end_inset
25918
25919 .
25920  Le comportement par défaut est donné par
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \series bold
25926
25927 \backslash
25928 renewcommand*{
25929 \backslash
25930 raggedleftmarginnote}{
25931 \backslash
25932 raggedleft}
25933 \begin_inset Newline newline
25934 \end_inset
25935
25936
25937 \backslash
25938 renewcommand*{
25939 \backslash
25940 raggedrightmarginnote}{
25941 \backslash
25942 raggedright}
25943 \series default
25944
25945 \begin_inset ERT
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950
25951 \backslash
25952 renewcommand*{
25953 \backslash
25954 raggedleftmarginnote}{
25955 \backslash
25956 raggedleft}
25957 \end_layout
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 renewcommand*{
25964 \backslash
25965 raggedrightmarginnote}{
25966 \backslash
25967 raggedright}
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset VSpace medskip
25977 \end_inset
25978
25979 Pour les autre fonctions du paquetage 
25980 \series bold
25981 marginnote
25982 \series default
25983  nous vous renvoyons à sa documentation 
25984 \begin_inset CommandInset citation
25985 LatexCommand cite
25986 key "marginnote"
25987
25988 \end_inset
25989
25990 .
25991 \end_layout
25992
25993 \begin_layout Standard
25994 \begin_inset VSpace bigskip
25995 \end_inset
25996
25997 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
25998  définition.
25999  Pour créer par exemple une entête pour toutes les notes en marge avec le
26000  texte 
26001 \begin_inset Quotes eld
26002 \end_inset
26003
26004
26005 \family sans
26006 \series bold
26007 \bar under
26008 Attention!
26009 \family default
26010 \series default
26011 \bar default
26012
26013 \begin_inset Quotes erd
26014 \end_inset
26015
26016  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26017  de votre document :
26018 \end_layout
26019
26020 \begin_layout Standard
26021
26022 \series bold
26023
26024 \backslash
26025 let
26026 \backslash
26027 myMarginpar
26028 \backslash
26029 marginpar
26030 \begin_inset Newline newline
26031 \end_inset
26032
26033
26034 \backslash
26035 renewcommand{
26036 \backslash
26037 marginpar}[1]{
26038 \backslash
26039 myMarginpar{%
26040 \begin_inset Newline newline
26041 \end_inset
26042
26043
26044 \begin_inset ERT
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048
26049
26050 \backslash
26051 hphantom{ }
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \backslash
26058 hspace{0pt}
26059 \backslash
26060 textsf{
26061 \backslash
26062 textbf{
26063 \backslash
26064 underbar{Attention!}}}%
26065 \begin_inset Newline newline
26066 \end_inset
26067
26068
26069 \begin_inset ERT
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073
26074
26075 \backslash
26076 hphantom{ }
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \backslash
26083 vspace{1.5mm}
26084 \backslash
26085
26086 \backslash
26087 #1}}
26088 \end_layout
26089
26090 \begin_layout Standard
26091 \begin_inset ERT
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095
26096
26097 \backslash
26098 let
26099 \backslash
26100 myMarginpar
26101 \backslash
26102 marginpar
26103 \end_layout
26104
26105 \begin_layout Plain Layout
26106
26107
26108 \backslash
26109 renewcommand{
26110 \backslash
26111 marginpar}[1]{
26112 \backslash
26113 myMarginpar{%
26114 \end_layout
26115
26116 \begin_layout Plain Layout
26117
26118    
26119 \backslash
26120 textsf{
26121 \backslash
26122 textbf{
26123 \backslash
26124 underbar{Attention!}}}%
26125 \end_layout
26126
26127 \begin_layout Plain Layout
26128
26129    
26130 \backslash
26131 vspace{1.5mm}
26132 \backslash
26133
26134 \backslash
26135 #1}}
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \begin_inset Marginal
26142 status open
26143
26144 \begin_layout Plain Layout
26145 Ceci est une note en marge avec une en-tête prédéfinie.
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156 [-1.5cm]
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 renewcommand{
26170 \backslash
26171 marginpar}[1]{
26172 \backslash
26173 myMarginpar{#1}}
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \begin_inset Note Note
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183
26184 \lang english
26185 The margin note format is changed only for this example.
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \begin_layout Standard
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198
26199
26200 \backslash
26201 else
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \begin_inset Note Note
26208 status open
26209
26210 \begin_layout Plain Layout
26211 Ce qui suit sera affiché si le paquetage LaTeX 
26212 \series bold
26213 marginnote
26214 \series default
26215  n'est pas installé :
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Standard
26224 Vous devez installer le paquetage LaTeX 
26225 \series bold
26226 marginnote
26227 \series default
26228  pour voir la suite de cette section dans la sortie imprimée.
26229 \end_layout
26230
26231 \begin_layout Standard
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236
26237
26238 \backslash
26239 fi
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Chapter
26248 Les Boîtes
26249 \end_layout
26250
26251 \begin_layout Section
26252 Introduction
26253 \begin_inset Index
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257 Boîtes ! Introduction
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Standard
26266 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26267  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26268  voir la section
26269 \begin_inset space ~
26270 \end_inset
26271
26272
26273 \begin_inset CommandInset ref
26274 LatexCommand ref
26275 reference "sec:Minipages"
26276
26277 \end_inset
26278
26279 , pour encadrer des portions de texte, voir la section
26280 \begin_inset space ~
26281 \end_inset
26282
26283
26284 \begin_inset CommandInset ref
26285 LatexCommand ref
26286 reference "sec:Décorations"
26287
26288 \end_inset
26289
26290 , pour empêcher que des mots subissent une césure, voir la section
26291 \begin_inset space ~
26292 \end_inset
26293
26294
26295 \begin_inset CommandInset ref
26296 LatexCommand ref
26297 reference "sec:Empêcher-césure"
26298
26299 \end_inset
26300
26301 , pour aligner du texte, voir la section
26302 \begin_inset space ~
26303 \end_inset
26304
26305
26306 \begin_inset CommandInset ref
26307 LatexCommand ref
26308 reference "sub:Alignement-Vertical"
26309
26310 \end_inset
26311
26312 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26313 \begin_inset space ~
26314 \end_inset
26315
26316
26317 \begin_inset CommandInset ref
26318 LatexCommand ref
26319 reference "sec:Boîtes-colorées"
26320
26321 \end_inset
26322
26323 .
26324 \end_layout
26325
26326 \begin_layout Standard
26327 On peut insérer une boîte en utilisant le menu 
26328 \family sans
26329 Insérer\SpecialChar \menuseparator
26330 Boîte
26331 \family default
26332  ou avec le bouton 
26333 \begin_inset Graphics
26334         filename ../../images/box-insert.png
26335         scale 85
26336         scaleBeforeRotation
26337
26338 \end_inset
26339
26340  de la barre d'outils.
26341  Une boîte grise avec une étiquette 
26342 \family sans
26343 Boîte
26344 \begin_inset space ~
26345 \end_inset
26346
26347 (Minipage)
26348 \family default
26349
26350 \begin_inset Graphics
26351         filename clipart/BoxInsetDefaultQt4.png
26352         scale 65
26353         scaleBeforeRotation
26354
26355 \end_inset
26356
26357  est alors insérée.
26358  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26359  La fenêtre de dialogue qui apparaît donne accès aux types de
26360 \family sans
26361  Boîte
26362 \begin_inset space ~
26363 \end_inset
26364
26365 Intérieure
26366 \family default
26367  
26368 \family sans
26369 Parbox
26370 \begin_inset Note Note
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 En attendant un traduction plus correcte NdT
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \family default
26381  et 
26382 \family sans
26383 Minipage
26384 \family default
26385 .
26386  Le type 
26387 \family sans
26388 Minipage
26389 \family default
26390  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26391  dans la section
26392 \begin_inset space ~
26393 \end_inset
26394
26395
26396 \begin_inset CommandInset ref
26397 LatexCommand ref
26398 reference "sec:Minipages"
26399
26400 \end_inset
26401
26402 ; le type 
26403 \family sans
26404 Parbox
26405 \family default
26406  est décrit dans la section
26407 \begin_inset space ~
26408 \end_inset
26409
26410
26411 \begin_inset CommandInset ref
26412 LatexCommand ref
26413 reference "sec:Parboxes"
26414
26415 \end_inset
26416
26417 .
26418 \end_layout
26419
26420 \begin_layout Standard
26421 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26422  comme les flottants ou les notes de bas de page.
26423 \end_layout
26424
26425 \begin_layout Standard
26426 \begin_inset Note Greyedout
26427 status open
26428
26429 \begin_layout Plain Layout
26430
26431 \series bold
26432 Note:
26433 \series default
26434  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26435  de type 
26436 \family sans
26437 Liste
26438 \family default
26439  ou 
26440 \family sans
26441 Description
26442 \family default
26443 .
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 \begin_inset Note Greyedout
26453 status open
26454
26455 \begin_layout Plain Layout
26456
26457 \series bold
26458 Note:
26459 \series default
26460  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26461 \family sans
26462 Boîte
26463 \begin_inset space ~
26464 \end_inset
26465
26466 Intérieure
26467 \family default
26468  à 
26469 \family sans
26470 Aucune
26471 \family default
26472  que quand vous utilisez une boîte encadrée.
26473  Les boîtes sans 
26474 \family sans
26475 Boîte
26476 \begin_inset space ~
26477 \end_inset
26478
26479 Intérieure
26480 \family default
26481  et sans cadre sont expliquées dans la section
26482 \begin_inset space ~
26483 \end_inset
26484
26485
26486 \begin_inset CommandInset ref
26487 LatexCommand ref
26488 reference "sec:Empêcher-césure"
26489
26490 \end_inset
26491
26492 .
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \begin_layout Section
26501 La fenêtre de dialogue Boîte
26502 \begin_inset CommandInset label
26503 LatexCommand label
26504 name "sec:Boîte-Dialogue"
26505
26506 \end_inset
26507
26508
26509 \begin_inset Index
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513 Boîtes ! Fenêtre de dialogue Boîte
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Subsection
26522 Taille
26523 \begin_inset Index
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 Boîtes ! Taille
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \begin_layout Standard
26536 Dans la fenêtre de dialogue 
26537 \family sans
26538 Paramètres
26539 \begin_inset space ~
26540 \end_inset
26541
26542 de
26543 \begin_inset space ~
26544 \end_inset
26545
26546 Boîte
26547 \family default
26548  vous pouvez modifier la géométrie de la boîte avec les champs 
26549 \family sans
26550 Largeur
26551 \family default
26552  et 
26553 \family sans
26554 Hauteur
26555 \family default
26556 .
26557  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26558  dans le tableau
26559 \begin_inset space ~
26560 \end_inset
26561
26562
26563 \begin_inset CommandInset ref
26564 LatexCommand ref
26565 reference "tab:Unités"
26566
26567 \end_inset
26568
26569 .
26570  Le champ 
26571 \family sans
26572 Hauteur
26573 \family default
26574  offre en plus les spécifications de taille suivantes :
26575 \end_layout
26576
26577 \begin_layout Description
26578 Profondeur C'est simplement la 
26579 \begin_inset Quotes eld
26580 \end_inset
26581
26582 hauteur
26583 \begin_inset Quotes erd
26584 \end_inset
26585
26586  du texte.
26587  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26588  lignes de texte dans la boîte.
26589 \begin_inset Newline newline
26590 \end_inset
26591
26592
26593 \begin_inset Newline newline
26594 \end_inset
26595
26596
26597 \begin_inset Newline newline
26598 \end_inset
26599
26600
26601 \begin_inset Box Boxed
26602 position "c"
26603 hor_pos "c"
26604 has_inner_box 1
26605 inner_pos "c"
26606 use_parbox 0
26607 width "12col%"
26608 special "none"
26609 height "1in"
26610 height_special "depth"
26611 status open
26612
26613 \begin_layout Plain Layout
26614 \align center
26615 Boîte dont la hauteur est égale à 1
26616 \begin_inset space \thinspace{}
26617 \end_inset
26618
26619 Profondeur
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \begin_inset Newline newline
26626 \end_inset
26627
26628
26629 \begin_inset Newline newline
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Description
26636 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26637  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26638  est deux fois plus haute que le texte : 
26639 \begin_inset Box Boxed
26640 position "c"
26641 hor_pos "c"
26642 has_inner_box 1
26643 inner_pos "c"
26644 use_parbox 0
26645 width "20col%"
26646 special "none"
26647 height "2in"
26648 height_special "height"
26649 status open
26650
26651 \begin_layout Plain Layout
26652 \align center
26653 Boîte dont la hauteur est 2
26654 \begin_inset space \thinspace{}
26655 \end_inset
26656
26657 Hauteur
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Description
26666 Hauteur
26667 \begin_inset space ~
26668 \end_inset
26669
26670 Totale C'est égal à Hauteur
26671 \begin_inset space \thinspace{}
26672 \end_inset
26673
26674 +
26675 \begin_inset space \thinspace{}
26676 \end_inset
26677
26678 Profondeur : 
26679 \begin_inset Box Boxed
26680 position "c"
26681 hor_pos "c"
26682 has_inner_box 1
26683 inner_pos "c"
26684 use_parbox 0
26685 width "20col%"
26686 special "none"
26687 height "1in"
26688 height_special "totalheight"
26689 status open
26690
26691 \begin_layout Plain Layout
26692 \align center
26693 Boîte dont la hauteur est 1
26694 \begin_inset space \thinspace{}
26695 \end_inset
26696
26697 Hauteur
26698 \begin_inset space ~
26699 \end_inset
26700
26701 Totale
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Description
26710 Largeur On prend la largeur de la boîte comme hauteur : 
26711 \begin_inset Box Boxed
26712 position "c"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "c"
26716 use_parbox 0
26717 width "12col%"
26718 special "none"
26719 height "1in"
26720 height_special "width"
26721 status open
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 Boîte dont la hauteur est 1
26726 \begin_inset space \thinspace{}
26727 \end_inset
26728
26729 Largeur
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Subsection
26738 Alignement
26739 \begin_inset Index
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 Boîtes ! Alignement
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \begin_layout Standard
26752 Quand vous avez choisi une 
26753 \family sans
26754 Boîte
26755 \begin_inset space ~
26756 \end_inset
26757
26758 Intérieure
26759 \family default
26760 , l'alignement vertical de la boîte peut être :
26761 \end_layout
26762
26763 \begin_layout Description
26764 Haut Ceci est un exemple de texte.
26765  
26766 \begin_inset Box Boxed
26767 position "t"
26768 hor_pos "c"
26769 has_inner_box 1
26770 inner_pos "c"
26771 use_parbox 0
26772 width "12col%"
26773 special "none"
26774 height "1in"
26775 height_special "totalheight"
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779 \align center
26780 Cette boîte est alignée sur le haut.
26781 \end_layout
26782
26783 \end_inset
26784
26785  Ceci est un exemple de texte.
26786 \end_layout
26787
26788 \begin_layout Description
26789 Milieu Ceci est un exemple de texte.
26790  
26791 \begin_inset Box Boxed
26792 position "c"
26793 hor_pos "c"
26794 has_inner_box 1
26795 inner_pos "c"
26796 use_parbox 0
26797 width "12col%"
26798 special "none"
26799 height "1in"
26800 height_special "totalheight"
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 \align center
26805 Cette boîte est alignée au centre.
26806 \end_layout
26807
26808 \end_inset
26809
26810  Ceci est un exemple de texte.
26811 \end_layout
26812
26813 \begin_layout Description
26814 Bas Ceci est un exemple de texte.
26815  
26816 \begin_inset Box Boxed
26817 position "b"
26818 hor_pos "c"
26819 has_inner_box 1
26820 inner_pos "c"
26821 use_parbox 0
26822 width "12col%"
26823 special "none"
26824 height "1in"
26825 height_special "totalheight"
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829 \align center
26830 Cette boîte est alignée sur le bas.
26831 \end_layout
26832
26833 \end_inset
26834
26835  Ceci est un exemple de texte.
26836 \end_layout
26837
26838 \begin_layout Standard
26839 \begin_inset Note Greyedout
26840 status open
26841
26842 \begin_layout Plain Layout
26843
26844 \series bold
26845 Note:
26846 \series default
26847  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26848  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26849  l'autre non.
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26859  paragraphe grâce à la fenêtre de dialogue 
26860 \family sans
26861 Paramètres
26862 \begin_inset space ~
26863 \end_inset
26864
26865 de
26866 \begin_inset space ~
26867 \end_inset
26868
26869 Boîte
26870 \family default
26871 .
26872 \end_layout
26873
26874 \begin_layout Standard
26875 \begin_inset VSpace bigskip
26876 \end_inset
26877
26878 Quand vous avez choisi une 
26879 \family sans
26880 Boîte
26881 \begin_inset space ~
26882 \end_inset
26883
26884 Intérieure
26885 \family default
26886 , l'alignement vertical du contenu de la boîte peut être :
26887 \end_layout
26888
26889 \begin_layout Description
26890 haut Ceci est un exemple de texte.
26891 \begin_inset Box Boxed
26892 position "c"
26893 hor_pos "c"
26894 has_inner_box 1
26895 inner_pos "t"
26896 use_parbox 0
26897 width "12col%"
26898 special "none"
26899 height "1.5in"
26900 height_special "totalheight"
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 \align center
26905 Le texte de cette boîte est aligné sur le haut.
26906 \end_layout
26907
26908 \end_inset
26909
26910  Ceci est un exemple de texte.
26911 \end_layout
26912
26913 \begin_layout Description
26914 milieu Ceci est un exemple de texte.
26915  
26916 \begin_inset Box Boxed
26917 position "c"
26918 hor_pos "c"
26919 has_inner_box 1
26920 inner_pos "c"
26921 use_parbox 0
26922 width "12col%"
26923 special "none"
26924 height "1.5in"
26925 height_special "totalheight"
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929 \align center
26930 Le texte de cette boîte est aligné au centre
26931 \end_layout
26932
26933 \end_inset
26934
26935  Ceci est un exemple de texte.
26936 \end_layout
26937
26938 \begin_layout Description
26939 bas Ceci est un exemple de texte.
26940  
26941 \begin_inset Box Boxed
26942 position "c"
26943 hor_pos "c"
26944 has_inner_box 1
26945 inner_pos "b"
26946 use_parbox 0
26947 width "12col%"
26948 special "none"
26949 height "1.5in"
26950 height_special "totalheight"
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 \align center
26955 Le texte de cette boîte est aligné en bas.
26956 \end_layout
26957
26958 \end_inset
26959
26960  Ceci est un exemple de texte.
26961 \end_layout
26962
26963 \begin_layout Description
26964 élongation Ceci est un exemple de texte.
26965  
26966 \begin_inset Box Boxed
26967 position "c"
26968 hor_pos "c"
26969 has_inner_box 1
26970 inner_pos "s"
26971 use_parbox 0
26972 width "12col%"
26973 special "none"
26974 height "1.5in"
26975 height_special "totalheight"
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 \align center
26980 Le texte 
26981 \end_layout
26982
26983 \begin_layout Plain Layout
26984 \align center
26985 de cette
26986 \end_layout
26987
26988 \begin_layout Plain Layout
26989 \align center
26990 boîte est
26991 \end_layout
26992
26993 \begin_layout Plain Layout
26994 \align center
26995 allongé.
26996 \end_layout
26997
26998 \end_inset
26999
27000  Ceci est un exemple de texte.
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27005  paragraphe.
27006  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27007 \end_layout
27008
27009 \begin_layout Standard
27010 \begin_inset VSpace bigskip
27011 \end_inset
27012
27013 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27014  la fenêtre de dialogue 
27015 \family sans
27016 Paramètres
27017 \begin_inset space ~
27018 \end_inset
27019
27020 de
27021 \begin_inset space ~
27022 \end_inset
27023
27024 paragraphe
27025 \family default
27026  quand vous avez choisi une 
27027 \family sans
27028 Boîte
27029 \begin_inset space ~
27030 \end_inset
27031
27032 Intérieure
27033 \family default
27034 .
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \align center
27039 \begin_inset Box Boxed
27040 position "c"
27041 hor_pos "c"
27042 has_inner_box 1
27043 inner_pos "s"
27044 use_parbox 0
27045 width "15col%"
27046 special "none"
27047 height "1.25in"
27048 height_special "totalheight"
27049 status open
27050
27051 \begin_layout Plain Layout
27052 \align left
27053 Le texte de 
27054 \end_layout
27055
27056 \begin_layout Plain Layout
27057 \align left
27058 cette boîte
27059 \end_layout
27060
27061 \begin_layout Plain Layout
27062 \align right
27063 est allongé.
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 Si vous n'avez pas choisi une 
27073 \family sans
27074 Boîte
27075 \begin_inset space ~
27076 \end_inset
27077
27078 Intérieure
27079 \family default
27080 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27081  de dialogue de boîte.
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \align center
27086 \begin_inset Box Boxed
27087 position "c"
27088 hor_pos "s"
27089 has_inner_box 0
27090 inner_pos "s"
27091 use_parbox 0
27092 width "90col%"
27093 special "none"
27094 height "1.25in"
27095 height_special "totalheight"
27096 status open
27097
27098 \begin_layout Plain Layout
27099 \align left
27100 Le texte de cette boîte est allongé horizontalement.
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Subsection
27109 Décorations
27110 \begin_inset CommandInset label
27111 LatexCommand label
27112 name "sec:Décorations"
27113
27114 \end_inset
27115
27116
27117 \begin_inset Index
27118 status open
27119
27120 \begin_layout Plain Layout
27121 Boîtes ! Décorations
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \begin_layout Standard
27130 On peut spécifier le style de la boîte en utilisant la liste déroulante
27131  
27132 \family sans
27133 Décoration
27134 \family default
27135 .
27136  Les possibilités sont les suivantes :
27137 \end_layout
27138
27139 \begin_layout Description
27140 Cadre
27141 \begin_inset space ~
27142 \end_inset
27143
27144 simple Ceci dessine un cadre rectangulaire autour de la boîte.
27145  L'épaisseur du trait de ce cadre est donnée par la variable  
27146 \series bold
27147
27148 \backslash
27149 fboxrule
27150 \series default
27151 .
27152  
27153 \begin_inset Box Boxed
27154 position "c"
27155 hor_pos "c"
27156 has_inner_box 1
27157 inner_pos "c"
27158 use_parbox 0
27159 width "20col%"
27160 special "none"
27161 height "1in"
27162 height_special "totalheight"
27163 status open
27164
27165 \begin_layout Plain Layout
27166 \align center
27167 Boîte rectangulaire
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Description
27176 Cadre
27177 \begin_inset space ~
27178 \end_inset
27179
27180 simple,
27181 \begin_inset space ~
27182 \end_inset
27183
27184 sauts
27185 \begin_inset space ~
27186 \end_inset
27187
27188 de
27189 \begin_inset space ~
27190 \end_inset
27191
27192 page Quand vous utilisez le style de décoration 
27193 \family sans
27194 cadre simple
27195 \family default
27196  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
27197  de la boîte.
27198  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
27199  predra toute la largeur de la colonne, la boîte sera considérée comme son
27200  propre paragraphe et 
27201 \series bold
27202
27203 \backslash
27204 fboxrule
27205 \series default
27206  et 
27207 \series bold
27208
27209 \backslash
27210 fboxsep
27211 \series default
27212  n'ont aucun effet sur ce type de boîte.
27213  L'épaisseur de la ligne du cadre a la valeur de 
27214 \series bold
27215
27216 \backslash
27217 FrameRule
27218 \series default
27219 .
27220  
27221 \lang english
27222
27223 \begin_inset Box Framed
27224 position "t"
27225 hor_pos "c"
27226 has_inner_box 0
27227 inner_pos "t"
27228 use_parbox 0
27229 width "100col%"
27230 special "none"
27231 height "1in"
27232 height_special "totalheight"
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 Boîte avec cadre simple et sauts de page
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \end_layout
27243
27244 \begin_layout Description
27245 Cadre
27246 \begin_inset space ~
27247 \end_inset
27248
27249 oval,
27250 \begin_inset space ~
27251 \end_inset
27252
27253 fin Ceci dessine un cadre ovalisée autour de la boîte.
27254  L'épaisseur du trait de ce cadre est de  0.4
27255 \begin_inset space \thinspace{}
27256 \end_inset
27257
27258 pt.
27259  
27260 \begin_inset Box ovalbox
27261 position "c"
27262 hor_pos "c"
27263 has_inner_box 1
27264 inner_pos "c"
27265 use_parbox 0
27266 width "20col%"
27267 special "none"
27268 height "1in"
27269 height_special "totalheight"
27270 status open
27271
27272 \begin_layout Plain Layout
27273 \align center
27274 Boîte ovalisée, fine
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Description
27283 Cadre
27284 \begin_inset space ~
27285 \end_inset
27286
27287 oval,
27288 \begin_inset space ~
27289 \end_inset
27290
27291 épais Ceci dessine un cadre ovalisée autour de la boîte.
27292  L'épaisseur du trait de ce cadre est de   0.8
27293 \begin_inset space \thinspace{}
27294 \end_inset
27295
27296 pt.
27297  
27298 \begin_inset Box Ovalbox
27299 position "c"
27300 hor_pos "c"
27301 has_inner_box 1
27302 inner_pos "c"
27303 use_parbox 0
27304 width "20col%"
27305 special "none"
27306 height "1in"
27307 height_special "totalheight"
27308 status open
27309
27310 \begin_layout Plain Layout
27311 \align center
27312 Boîte ovalisée, épaisse
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Description
27321 Ombre
27322 \begin_inset space ~
27323 \end_inset
27324
27325 en
27326 \begin_inset space ~
27327 \end_inset
27328
27329 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27330  L'épaisseur du trait de ce cadre est donnée par la variable  
27331 \series bold
27332
27333 \backslash
27334 fboxrule
27335 \series default
27336 , l'ombre a une épaisseur de  4
27337 \begin_inset space \thinspace{}
27338 \end_inset
27339
27340 pt.
27341  
27342 \begin_inset Box Shadowbox
27343 position "c"
27344 hor_pos "c"
27345 has_inner_box 1
27346 inner_pos "c"
27347 use_parbox 0
27348 width "20col%"
27349 special "none"
27350 height "1in"
27351 height_special "totalheight"
27352 status open
27353
27354 \begin_layout Plain Layout
27355 \align center
27356 Boîte ombrée
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Description
27365 Fond
27366 \begin_inset space ~
27367 \end_inset
27368
27369 ombré Ceci dessine une boîte avec un arrière plan rouge.
27370  Contrairement aux boîtes coloriées
27371 \begin_inset Foot
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375 Voir la section
27376 \begin_inset space ~
27377 \end_inset
27378
27379
27380 \begin_inset CommandInset ref
27381 LatexCommand ref
27382 reference "sec:Boîtes-colorées"
27383
27384 \end_inset
27385
27386 .
27387 \end_layout
27388
27389 \end_inset
27390
27391 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
27392  son propre paragraphe.
27393 \lang english
27394
27395 \begin_inset Box Shaded
27396 position "t"
27397 hor_pos "c"
27398 has_inner_box 0
27399 inner_pos "t"
27400 use_parbox 0
27401 width "50col%"
27402 special "none"
27403 height "1in"
27404 height_special "totalheight"
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 Boîte avec fond ombré
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Description
27417 Double
27418 \begin_inset space ~
27419 \end_inset
27420
27421 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27422  L'épaisseur du trait du cadre interne est de 0.75
27423 \begin_inset space \thinspace{}
27424 \end_inset
27425
27426
27427 \series bold
27428
27429 \backslash
27430 fboxrule
27431 \series default
27432 , l'épaisseur du trait du cadre externe est de 1.5
27433 \begin_inset space \thinspace{}
27434 \end_inset
27435
27436
27437 \series bold
27438
27439 \backslash
27440 fboxrule
27441 \series default
27442 .
27443  La distance entre les deux cadres est de  1.5
27444 \begin_inset space \thinspace{}
27445 \end_inset
27446
27447
27448 \series bold
27449
27450 \backslash
27451 fboxrule
27452 \series default
27453
27454 \begin_inset space \thinspace{}
27455 \end_inset
27456
27457 +
27458 \begin_inset space \thinspace{}
27459 \end_inset
27460
27461 0.5
27462 \begin_inset space \thinspace{}
27463 \end_inset
27464
27465 pt.
27466  
27467 \begin_inset Box Doublebox
27468 position "c"
27469 hor_pos "c"
27470 has_inner_box 1
27471 inner_pos "c"
27472 use_parbox 0
27473 width "20col%"
27474 special "none"
27475 height "1in"
27476 height_special "totalheight"
27477 status open
27478
27479 \begin_layout Plain Layout
27480 \align center
27481 Boîte double
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Standard
27490 \begin_inset VSpace bigskip
27491 \end_inset
27492
27493 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27494  style de boîte utilisé.
27495  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27496  le paquetage LaTeX 
27497 \series bold
27498 fancybox
27499 \series default
27500
27501 \begin_inset Index
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 Paquetages LaTeX ! fancybox
27506 \end_layout
27507
27508 \end_inset
27509
27510 .
27511 \end_layout
27512
27513 \begin_layout Section
27514 Personnalisation des boîtes
27515 \begin_inset Index
27516 status open
27517
27518 \begin_layout Plain Layout
27519 Boîtes! Personnalisation
27520 \end_layout
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \begin_layout Standard
27528 La valeur par défaut pour la variable 
27529 \series bold
27530
27531 \backslash
27532 fboxrule
27533 \series default
27534  est 0.4
27535 \begin_inset space \thinspace{}
27536 \end_inset
27537
27538 pt.
27539  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27540  pour avoir 2
27541 \begin_inset space \thinspace{}
27542 \end_inset
27543
27544 pt :
27545 \end_layout
27546
27547 \begin_layout Standard
27548
27549 \series bold
27550
27551 \backslash
27552 setlength{
27553 \backslash
27554 fboxrule}{2pt}
27555 \end_layout
27556
27557 \begin_layout Standard
27558 \begin_inset ERT
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562
27563
27564 \backslash
27565 setlength{
27566 \backslash
27567 fboxrule}{2pt}
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \begin_inset Box Boxed
27574 position "c"
27575 hor_pos "c"
27576 has_inner_box 1
27577 inner_pos "c"
27578 use_parbox 0
27579 width "25col%"
27580 special "none"
27581 height "1in"
27582 height_special "totalheight"
27583 status open
27584
27585 \begin_layout Plain Layout
27586 \align center
27587 Boîte rectangulaire avec 
27588 \series bold
27589
27590 \backslash
27591 fboxrule
27592 \series default
27593
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 =
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 2
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 pt
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \begin_inset ERT
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615
27616
27617 \backslash
27618 setlength{
27619 \backslash
27620 fboxrule}{0.4pt}
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Standard
27629 \begin_inset VSpace bigskip
27630 \end_inset
27631
27632 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27633  les types de cadres, par défaut il est de 3
27634 \begin_inset space \thinspace{}
27635 \end_inset
27636
27637 pt.
27638  Vous pouvez le modifier en donnant une autre valeur à la variable 
27639 \series bold
27640
27641 \backslash
27642 fboxsep
27643 \series default
27644 .
27645  Par exemple la commande
27646 \end_layout
27647
27648 \begin_layout Standard
27649
27650 \series bold
27651
27652 \backslash
27653 setlength{
27654 \backslash
27655 fboxsep}{10pt}
27656 \end_layout
27657
27658 \begin_layout Standard
27659 met une valeur de 10
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 pt, comme celle utilisée pour cette boîte :
27664 \end_layout
27665
27666 \begin_layout Standard
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 setlength{
27675 \backslash
27676 fboxsep}{10pt}
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \begin_inset Box Boxed
27683 position "c"
27684 hor_pos "c"
27685 has_inner_box 1
27686 inner_pos "c"
27687 use_parbox 0
27688 width "25col%"
27689 special "none"
27690 height "1in"
27691 height_special "totalheight"
27692 status open
27693
27694 \begin_layout Plain Layout
27695 \align center
27696 Boîte rectangulaire avec 
27697 \series bold
27698
27699 \backslash
27700 fboxsep
27701 \series default
27702
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706 =
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 10
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 pt
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 setlength{
27728 \backslash
27729 fboxsep}{3pt}
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset VSpace bigskip
27739 \end_inset
27740
27741 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27742  la commande 
27743 \series bold
27744
27745 \backslash
27746 cornersize
27747 \series default
27748 .
27749  Par exemple, la commande
27750 \end_layout
27751
27752 \begin_layout Standard
27753
27754 \series bold
27755
27756 \backslash
27757 cornersize*{1cm}
27758 \end_layout
27759
27760 \begin_layout Standard
27761 donne un diamètre de 1
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765 cm.
27766  La commande
27767 \end_layout
27768
27769 \begin_layout Standard
27770
27771 \series bold
27772
27773 \backslash
27774 cornersize{num}
27775 \end_layout
27776
27777 \begin_layout Standard
27778 fixe le diamètre à 
27779 \family sans
27780 num
27781 \begin_inset space \thinspace{}
27782 \end_inset
27783
27784 ×
27785 \begin_inset space \thinspace{}
27786 \end_inset
27787
27788 minimum(largeur et hauteur de la boîte)
27789 \family default
27790 .
27791  La valeur par défaut est 
27792 \series bold
27793
27794 \backslash
27795 cornersize{0.5}
27796 \series default
27797 .
27798 \end_layout
27799
27800 \begin_layout Standard
27801 \begin_inset ERT
27802 status collapsed
27803
27804 \begin_layout Plain Layout
27805
27806
27807 \backslash
27808 cornersize*{1.5cm}
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \begin_inset Box Ovalbox
27815 position "c"
27816 hor_pos "c"
27817 has_inner_box 1
27818 inner_pos "c"
27819 use_parbox 0
27820 width "25col%"
27821 special "none"
27822 height "1in"
27823 height_special "totalheight"
27824 status open
27825
27826 \begin_layout Plain Layout
27827 \align center
27828 Boîte ovale avec 
27829 \series bold
27830
27831 \backslash
27832 cornersize
27833 \series default
27834
27835 \begin_inset space \thinspace{}
27836 \end_inset
27837
27838 =
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 1.5
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 cm
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \begin_inset ERT
27853 status collapsed
27854
27855 \begin_layout Plain Layout
27856
27857
27858 \backslash
27859 cornersize{0.5}
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 \begin_inset VSpace bigskip
27869 \end_inset
27870
27871 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27872  
27873 \series bold
27874
27875 \backslash
27876 shadowsize
27877 \series default
27878 .
27879  Elle est fixée à 2
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 pt pour la boîte suivante par la commande :
27884 \end_layout
27885
27886 \begin_layout Standard
27887
27888 \series bold
27889
27890 \backslash
27891 setlength{
27892 \backslash
27893 shadowsize}{2pt}
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902
27903 \backslash
27904 setlength{
27905 \backslash
27906 shadowsize}{2pt}
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \begin_inset Box Shadowbox
27913 position "c"
27914 hor_pos "c"
27915 has_inner_box 1
27916 inner_pos "c"
27917 use_parbox 0
27918 width "25col%"
27919 special "none"
27920 height "1in"
27921 height_special "totalheight"
27922 status open
27923
27924 \begin_layout Plain Layout
27925 \align center
27926 Boîte ombrée avec 
27927 \series bold
27928
27929 \backslash
27930 shadowsize
27931 \series default
27932
27933 \begin_inset space \thinspace{}
27934 \end_inset
27935
27936 =
27937 \begin_inset space \thinspace{}
27938 \end_inset
27939
27940 2
27941 \begin_inset space \thinspace{}
27942 \end_inset
27943
27944 pt
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \begin_inset ERT
27951 status collapsed
27952
27953 \begin_layout Plain Layout
27954
27955
27956 \backslash
27957 setlength{
27958 \backslash
27959 shadowsize}{4pt}
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 \begin_inset VSpace bigskip
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 La valeur par défaut pour la longueur 
27976 \series bold
27977
27978 \backslash
27979 FrameRule
27980 \series default
27981  est 0,4
27982 \begin_inset space \thinspace{}
27983 \end_inset
27984
27985 pt.
27986  L'espacement par défaut entre le contenu de la note et le cadre est de
27987  9
27988 \begin_inset space \thinspace{}
27989 \end_inset
27990
27991 pt et il peut être modifié en utilisant la valeur de 
27992 \series bold
27993
27994 \backslash
27995 FrameSep
27996 \series default
27997 .
27998  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
27999  suivantes en code TeX
28000 \end_layout
28001
28002 \begin_layout Standard
28003
28004 \series bold
28005
28006 \backslash
28007 setlength{
28008 \backslash
28009 FrameRule}{5pt}
28010 \begin_inset Newline newline
28011 \end_inset
28012
28013
28014 \backslash
28015 setlength{
28016 \backslash
28017 FrameSep}{0.5cm}
28018 \end_layout
28019
28020 \begin_layout Standard
28021
28022 \lang english
28023 \begin_inset ERT
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027
28028
28029 \backslash
28030 setlength{
28031 \backslash
28032 FrameRule}{5pt}
28033 \end_layout
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 setlength{
28040 \backslash
28041 FrameSep}{0.5cm}
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset Box Framed
28048 position "t"
28049 hor_pos "c"
28050 has_inner_box 0
28051 inner_pos "t"
28052 use_parbox 0
28053 width "100col%"
28054 special "none"
28055 height "1in"
28056 height_special "totalheight"
28057 status open
28058
28059 \begin_layout Plain Layout
28060 Ceci est un texte dans une boîte autorisant les 
28061 \family sans
28062 sauts de page
28063 \family default
28064 .
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 FrameRule}{0.4pt}
28080 \end_layout
28081
28082 \begin_layout Plain Layout
28083
28084
28085 \backslash
28086 setlength{
28087 \backslash
28088 FrameSep}{9pt}
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097
28098 \lang english
28099 \begin_inset VSpace bigskip
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 Pour les bôites à 
28107 \family sans
28108 Fond
28109 \begin_inset space ~
28110 \end_inset
28111
28112 ombré
28113 \family default
28114 , l'espacement par défaut entre le contenu de la boîte et son cadre est
28115  de 3
28116 \begin_inset space \thinspace{}
28117 \end_inset
28118
28119 pt et il peut être modifié avec la valeur de 
28120 \series bold
28121
28122 \backslash
28123 fboxsep
28124 \series default
28125 .
28126  La couleur rouge utilisée par défaut pour le fond peut soit être modifiée
28127  localement avec la commande 
28128 \series bold
28129
28130 \backslash
28131 definecolor{shadebox}
28132 \series default
28133 , soit globalement avec le menu 
28134 \family sans
28135 Outils\SpecialChar \menuseparator
28136 Préférences
28137 \family default
28138 \SpecialChar \menuseparator
28139
28140 \family sans
28141 Couleurs\SpecialChar \menuseparator
28142 boîte
28143 \begin_inset space ~
28144 \end_inset
28145
28146 ombrée
28147 \family default
28148 .
28149  La syntaxe de la commande 
28150 \series bold
28151
28152 \backslash
28153 definecolor
28154 \series default
28155  est expliquée dans la section
28156 \begin_inset space ~
28157 \end_inset
28158
28159
28160 \begin_inset CommandInset ref
28161 LatexCommand ref
28162 reference "sec:Tableaux-Colorés"
28163
28164 \end_inset
28165
28166
28167 \begin_inset Foot
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Notez que l'utilisation de 
28172 \series bold
28173
28174 \backslash
28175 definecolor
28176 \series default
28177  ne peut se faire sans le paquetage LaTeX 
28178 \series bold
28179 color
28180 \series default
28181  dans le préambule, voir la section
28182 \begin_inset space ~
28183 \end_inset
28184
28185
28186 \begin_inset CommandInset ref
28187 LatexCommand ref
28188 reference "sec:Boîtes-colorées"
28189
28190 \end_inset
28191
28192 .
28193  
28194 \end_layout
28195
28196 \end_inset
28197
28198 .
28199 \end_layout
28200
28201 \begin_layout Standard
28202 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
28203  les commandes en code TeX suivantes
28204 \end_layout
28205
28206 \begin_layout Standard
28207
28208 \series bold
28209
28210 \backslash
28211 setlength{
28212 \backslash
28213 fboxsep}{0.5cm}
28214 \series default
28215
28216 \begin_inset Newline newline
28217 \end_inset
28218
28219
28220 \series bold
28221
28222 \backslash
28223 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28224 \end_layout
28225
28226 \begin_layout Standard
28227
28228 \lang english
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 fboxsep}{0.5cm}
28239 \end_layout
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \begin_inset Box Shaded
28252 position "t"
28253 hor_pos "c"
28254 has_inner_box 0
28255 inner_pos "t"
28256 use_parbox 0
28257 width "100col%"
28258 special "none"
28259 height "1in"
28260 height_special "totalheight"
28261 status open
28262
28263 \begin_layout Plain Layout
28264
28265 \color yellow
28266 Ceci est un texte jaune dans une boîte à 
28267 \family sans
28268 Fond
28269 \begin_inset space ~
28270 \end_inset
28271
28272 ombré
28273 \family default
28274 \color inherit
28275  
28276 \color yellow
28277 avec un fond vert foncé.
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \begin_inset ERT
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287
28288
28289 \backslash
28290 setlength{
28291 \backslash
28292 fboxsep}{3pt}
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296
28297
28298 \backslash
28299 definecolor{shadecolor}{rgb}{1,0,0}
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308
28309 \lang english
28310 \begin_inset VSpace bigskip
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28318  les boîtes qui suivent la commandes qui les a changées.
28319 \end_layout
28320
28321 \begin_layout Section
28322 Minipages
28323 \begin_inset CommandInset label
28324 LatexCommand label
28325 name "sec:Minipages"
28326
28327 \end_inset
28328
28329
28330 \begin_inset Index
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 Boîtes ! Minipages
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Standard
28343 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28344 ur d'une page.
28345  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28346  règles d'indentation, de saut de ligne, etc.
28347  s'appliquent.
28348 \end_layout
28349
28350 \begin_layout Standard
28351 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28352  langues.
28353 \end_layout
28354
28355 \begin_layout Standard
28356 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28357  Leur largeur est fixée à 45
28358 \begin_inset space \thinspace{}
28359 \end_inset
28360
28361 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28362  via le menu 
28363 \family sans
28364 Insérer\SpecialChar \menuseparator
28365 Typographie
28366 \begin_inset space ~
28367 \end_inset
28368
28369 spéciale\SpecialChar \menuseparator
28370 Ressort
28371 \begin_inset space ~
28372 \end_inset
28373
28374 Horizontal
28375 \family default
28376 .
28377 \end_layout
28378
28379 \begin_layout Standard
28380
28381 \end_layout
28382
28383 \begin_layout Standard
28384
28385 \lang english
28386 \begin_inset Box Frameless
28387 position "t"
28388 hor_pos "c"
28389 has_inner_box 1
28390 inner_pos "c"
28391 use_parbox 0
28392 width "45col%"
28393 special "none"
28394 height "1in"
28395 height_special "totalheight"
28396 status open
28397
28398 \begin_layout Plain Layout
28399
28400 \lang german
28401 Dies ist ein deutscher Text.
28402  Dies ist ein deutscher Text.
28403  Dies ist ein deutscher Text.
28404  Dies ist ein deutscher Text.
28405  Dies ist ein deutscher Text.
28406  Dies ist ein deutscher Text.
28407  Dies ist ein deutscher Text.
28408  Dies ist ein deutscher Text.
28409  Dies ist ein deutscher Text.
28410  Dies ist ein deutscher Text.
28411  Dies ist ein deutscher Text.
28412  Dies ist ein deutscher Text.
28413  Dies ist ein deutscher Text
28414 \begin_inset Foot
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418
28419 \lang german
28420 Dies ist eine deutsche Fußnote.
28421 \end_layout
28422
28423 \end_inset
28424
28425 .
28426  Dies ist ein deutscher Text.
28427  Dies ist ein deutscher Text.
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset space \hfill{}
28434 \end_inset
28435
28436
28437 \begin_inset Box Frameless
28438 position "t"
28439 hor_pos "c"
28440 has_inner_box 1
28441 inner_pos "c"
28442 use_parbox 0
28443 width "45col%"
28444 special "none"
28445 height "1in"
28446 height_special "totalheight"
28447 status open
28448
28449 \begin_layout Plain Layout
28450
28451 \lang english
28452 This is an English Text.
28453  This is an English Text.
28454  This is an English Text.
28455  This is an English Text.
28456  This is an English Text.
28457  This is an English Text.
28458  This is an English Text.
28459  This is an English Text.
28460  This is an English Text.
28461  This is an English Text.
28462  This is an English Text.
28463  This is an English Text.
28464  This is an English Text.
28465  This is an English Text.
28466  This is an English Text.
28467  This is an English Text.
28468 \begin_inset Foot
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473 \lang english
28474 This is an English footnote.
28475 \end_layout
28476
28477 \end_inset
28478
28479  This is an English Text.
28480  
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset VSpace bigskip
28490 \end_inset
28491
28492 Une autre application des minipages est l'ajout de notes de bas de page
28493  à l'intérieur d'un tableau.
28494  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28495  dans un tableau n'apparaissent pas en bas de la page courante.
28496  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28497  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28498  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28499  dehors des minipages.
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Les notes de bas de page de ce tableau n'apparaissent pas : 
28504 \begin_inset Tabular
28505 <lyxtabular version="3" rows="3" columns="4">
28506 <features>
28507 <column alignment="center" valignment="top" width="0pt">
28508 <column alignment="center" valignment="top" width="0pt">
28509 <column alignment="center" valignment="top" width="0pt">
28510 <column alignment="center" valignment="top" width="0pt">
28511 <row>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516 1
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Plain Layout
28525 2
28526 \end_layout
28527
28528 \end_inset
28529 </cell>
28530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28531 \begin_inset Text
28532
28533 \begin_layout Plain Layout
28534 3
28535 \begin_inset Foot
28536 status open
28537
28538 \begin_layout Plain Layout
28539 Ceci est une note de bas de page à l'intérieur d'un tableau.
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 4
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 </row>
28559 <row>
28560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 a
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573 b
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28579 \begin_inset Text
28580
28581 \begin_layout Plain Layout
28582 c
28583 \end_layout
28584
28585 \end_inset
28586 </cell>
28587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Plain Layout
28591 d
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 </row>
28597 <row>
28598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 e
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 f
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 g
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28626 \begin_inset Text
28627
28628 \begin_layout Plain Layout
28629 h
28630 \end_layout
28631
28632 \end_inset
28633 </cell>
28634 </row>
28635 </lyxtabular>
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 \align center
28644 \begin_inset Box Frameless
28645 position "t"
28646 hor_pos "c"
28647 has_inner_box 1
28648 inner_pos "c"
28649 use_parbox 0
28650 width "30col%"
28651 special "none"
28652 height "1in"
28653 height_special "totalheight"
28654 status open
28655
28656 \begin_layout Plain Layout
28657 \align center
28658 \begin_inset Tabular
28659 <lyxtabular version="3" rows="3" columns="4">
28660 <features>
28661 <column alignment="center" valignment="top" width="0pt">
28662 <column alignment="center" valignment="top" width="0pt">
28663 <column alignment="center" valignment="top" width="0pt">
28664 <column alignment="center" valignment="top" width="0pt">
28665 <row>
28666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28667 \begin_inset Text
28668
28669 \begin_layout Plain Layout
28670 1
28671 \end_layout
28672
28673 \end_inset
28674 </cell>
28675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28676 \begin_inset Text
28677
28678 \begin_layout Plain Layout
28679 2
28680 \end_layout
28681
28682 \end_inset
28683 </cell>
28684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28685 \begin_inset Text
28686
28687 \begin_layout Plain Layout
28688 3
28689 \begin_inset Foot
28690 status open
28691
28692 \begin_layout Plain Layout
28693 Ceci est une note de bas de page à l'intérieur d'un tableau.
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 4
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 </row>
28713 <row>
28714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28715 \begin_inset Text
28716
28717 \begin_layout Plain Layout
28718 a
28719 \end_layout
28720
28721 \end_inset
28722 </cell>
28723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28724 \begin_inset Text
28725
28726 \begin_layout Plain Layout
28727 b
28728 \end_layout
28729
28730 \end_inset
28731 </cell>
28732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28733 \begin_inset Text
28734
28735 \begin_layout Plain Layout
28736 c
28737 \end_layout
28738
28739 \end_inset
28740 </cell>
28741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Plain Layout
28745 d
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 </row>
28751 <row>
28752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756 e
28757 \end_layout
28758
28759 \end_inset
28760 </cell>
28761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28762 \begin_inset Text
28763
28764 \begin_layout Plain Layout
28765 f
28766 \end_layout
28767
28768 \end_inset
28769 </cell>
28770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28771 \begin_inset Text
28772
28773 \begin_layout Plain Layout
28774 g
28775 \end_layout
28776
28777 \end_inset
28778 </cell>
28779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Plain Layout
28783 h
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 </row>
28789 </lyxtabular>
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \begin_layout Standard
28802 \begin_inset VSpace bigskip
28803 \end_inset
28804
28805 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28806  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28807  minipages, même si vous les avez mis par exemple à 
28808 \family sans
28809 Moyen
28810 \family default
28811  dans les paramètres du document.
28812 \end_layout
28813
28814 \begin_layout Standard
28815 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28816  portion de texte, voyez la section
28817 \begin_inset space ~
28818 \end_inset
28819
28820
28821 \begin_inset CommandInset ref
28822 LatexCommand ref
28823 reference "sub:Couleur-pour-les-Paragraphes"
28824
28825 \end_inset
28826
28827 .
28828 \end_layout
28829
28830 \begin_layout Standard
28831 \begin_inset Note Greyedout
28832 status open
28833
28834 \begin_layout Plain Layout
28835
28836 \series bold
28837 Note:
28838 \series default
28839  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28840  mais les minipages peuvent être utilisées dans un tableau, un flottant
28841  ou une autre boîte.
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Section
28850 Les Parboxes
28851 \begin_inset CommandInset label
28852 LatexCommand label
28853 name "sec:Parboxes"
28854
28855 \end_inset
28856
28857
28858 \begin_inset Index
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862 Boîtes ! Parboxes
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \end_layout
28869
28870 \begin_layout Standard
28871 \begin_inset Note Note
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875
28876 \lang english
28877 En attendant une traduction de parbox (NdT)
28878 \end_layout
28879
28880 \end_inset
28881
28882 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28883  ne peuvent avoir de note de bas de page.
28884  La principale différence avec les minipages, c'est que les minipages au
28885  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28886  LaTeX.
28887 \end_layout
28888
28889 \begin_layout Standard
28890 \align center
28891 \begin_inset Box Frameless
28892 position "t"
28893 hor_pos "c"
28894 has_inner_box 1
28895 inner_pos "t"
28896 use_parbox 1
28897 width "33col%"
28898 special "none"
28899 height "1in"
28900 height_special "totalheight"
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 Ceci est un texte à l'intérieur d'une parbox.
28905  Ceci est un texte à l'intérieur d'une parbox.
28906 \end_layout
28907
28908 \begin_layout Plain Layout
28909 Cette note de bas de page ne devrait pas apparaître :
28910 \begin_inset Foot
28911 status open
28912
28913 \begin_layout Plain Layout
28914 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28915  pas.
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Section
28929 Des Boîtes pour les Mots et les Caractères
28930 \begin_inset Index
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934 Boîtes ! Pour les caractères
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Subsection
28943 Empêcher la Césure
28944 \begin_inset CommandInset label
28945 LatexCommand label
28946 name "sec:Empêcher-césure"
28947
28948 \end_inset
28949
28950
28951 \begin_inset Index
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Boîtes ! Pour empêcher la césure
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Standard
28964 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28965  un texte ne soit coupé par une césure.
28966 \begin_inset Newline newline
28967 \end_inset
28968
28969 Voici un exemple de texte :
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28974  césure dans un 
28975 \begin_inset Quotes eld
28976 \end_inset
28977
28978 motTrèsTrèsLong
28979 \begin_inset Quotes erd
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Pour empêcher que le mot 
28987 \begin_inset Quotes eld
28988 \end_inset
28989
28990 motTrèsTrèsLong
28991 \begin_inset Quotes erd
28992 \end_inset
28993
28994  soit coupé, ajoutez la commande
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000
29001 \backslash
29002 mbox{
29003 \end_layout
29004
29005 \begin_layout Standard
29006 en code TeX avant le mot.
29007  Après le mot, insérez l'accolade fermante 
29008 \begin_inset Quotes eld
29009 \end_inset
29010
29011
29012 \series bold
29013 }
29014 \series default
29015
29016 \begin_inset Quotes erd
29017 \end_inset
29018
29019  en code TeX.
29020 \end_layout
29021
29022 \begin_layout Standard
29023 Voici le résultat :
29024 \end_layout
29025
29026 \begin_layout Standard
29027 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29028  césure dans un
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034
29035 \backslash
29036 mbox{
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \begin_inset Quotes eld
29043 \end_inset
29044
29045 motTrèsTrèsLong
29046 \begin_inset Quotes erd
29047 \end_inset
29048
29049 .
29050 \begin_inset ERT
29051 status collapsed
29052
29053 \begin_layout Plain Layout
29054
29055 }
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 Une autre méthode consiste à mettre la commande 
29065 \begin_inset Quotes eld
29066 \end_inset
29067
29068
29069 \series bold
29070
29071 \backslash
29072 -
29073 \series default
29074
29075 \begin_inset Quotes grd
29076 \end_inset
29077
29078  en code TeX, juste avant le mot :
29079 \end_layout
29080
29081 \begin_layout Standard
29082 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29083  césure dans un 
29084 \begin_inset Quotes eld
29085 \end_inset
29086
29087
29088 \begin_inset ERT
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092
29093
29094 \backslash
29095 -
29096 \end_layout
29097
29098 \end_inset
29099
29100 motTrèsTrèsLong
29101 \begin_inset Quotes erd
29102 \end_inset
29103
29104 .
29105 \end_layout
29106
29107 \begin_layout Standard
29108 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29109  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29110 \family sans
29111 Insérer\SpecialChar \menuseparator
29112 Formats\SpecialChar \menuseparator
29113 Passage
29114 \begin_inset space ~
29115 \end_inset
29116
29117 à
29118 \begin_inset space ~
29119 \end_inset
29120
29121 la
29122 \begin_inset space ~
29123 \end_inset
29124
29125 Ligne
29126 \family default
29127  (raccourci 
29128 \series bold
29129 Ctrl-Entrée
29130 \series default
29131 ) :
29132 \end_layout
29133
29134 \begin_layout Standard
29135 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29136  césure dans un
29137 \begin_inset Newline newline
29138 \end_inset
29139
29140
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146
29147 \backslash
29148 mbox{
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \begin_inset Quotes eld
29155 \end_inset
29156
29157 motTrèsTrèsLong
29158 \begin_inset Quotes erd
29159 \end_inset
29160
29161 .
29162 \begin_inset ERT
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166
29167 }
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Subsection
29176 Alignement Vertical
29177 \begin_inset CommandInset label
29178 LatexCommand label
29179 name "sub:Alignement-Vertical"
29180
29181 \end_inset
29182
29183
29184 \begin_inset Index
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188 Boîtes ! Pour l'alignement vertical
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \begin_inset Index
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 Boîtes ! Boîtes élévatrices
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \begin_inset Index
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 Raisebox|see
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214 {
29215 \end_layout
29216
29217 \end_inset
29218
29219 Boîtes élévatrices
29220 \begin_inset ERT
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224
29225 }
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Avec la commande 
29240 \series bold
29241
29242 \backslash
29243 raisebox
29244 \series default
29245  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29246  par rapport au texte qui l'entoure.
29247  La commande
29248 \series bold
29249  
29250 \backslash
29251 raisebox
29252 \series default
29253  s'utilise en suivant la syntaxe suivante :
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \series bold
29259
29260 \backslash
29261 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29262 \end_layout
29263
29264 \begin_layout Standard
29265 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29266  pour l'abaisser.
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Pour aligner le mot 
29271 \begin_inset Quotes eld
29272 \end_inset
29273
29274 empêcher
29275 \begin_inset Quotes erd
29276 \end_inset
29277
29278  de façon à ce que le point le plus bas du caractère le plus 
29279 \begin_inset Quotes eld
29280 \end_inset
29281
29282 profond
29283 \begin_inset Quotes erd
29284 \end_inset
29285
29286 , le 
29287 \begin_inset Quotes eld
29288 \end_inset
29289
29290 p
29291 \begin_inset Quotes erd
29292 \end_inset
29293
29294 , soit au niveau de la ligne de base, insérez la commande 
29295 \end_layout
29296
29297 \begin_layout Standard
29298
29299 \series bold
29300
29301 \backslash
29302 raisebox{
29303 \backslash
29304 depth}{
29305 \end_layout
29306
29307 \begin_layout Standard
29308 en code TeX avant le mot.
29309  Insérez après le mot l'accolade fermante 
29310 \begin_inset Quotes eld
29311 \end_inset
29312
29313
29314 \series bold
29315 }
29316 \series default
29317
29318 \begin_inset Quotes erd
29319 \end_inset
29320
29321  en code TeX.
29322 \begin_inset Newline newline
29323 \end_inset
29324
29325 Voici le résultat :
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 élevé.
29364 \end_layout
29365
29366 \begin_layout Standard
29367 \begin_inset VSpace bigskip
29368 \end_inset
29369
29370 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29371  entre les lignes va être agrandie :
29372 \end_layout
29373
29374 \begin_layout Standard
29375 Cette ligne de texte contient le mot
29376 \begin_inset ERT
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381
29382 \backslash
29383 raisebox{-
29384 \backslash
29385 depth}{
29386 \end_layout
29387
29388 \end_inset
29389
29390
29391 \begin_inset Quotes eld
29392 \end_inset
29393
29394 empêcher
29395 \begin_inset Quotes erd
29396 \end_inset
29397
29398
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404 }
29405 \end_layout
29406
29407 \end_inset
29408
29409  comme mot abaissé.
29410 \begin_inset Newline newline
29411 \end_inset
29412
29413 Cette ligne de texte contient le mot 
29414 \begin_inset ERT
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418
29419
29420 \backslash
29421 raisebox{0.5cm}{
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \begin_inset Quotes eld
29428 \end_inset
29429
29430 tester
29431 \begin_inset Quotes erd
29432 \end_inset
29433
29434
29435 \begin_inset ERT
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439
29440 }
29441 \end_layout
29442
29443 \end_inset
29444
29445  comme mot élevé.
29446 \end_layout
29447
29448 \begin_layout Standard
29449 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29450  mettez la hauteur de la boîte à zéro.
29451  Par exemple utilisez
29452 \end_layout
29453
29454 \begin_layout Standard
29455
29456 \series bold
29457
29458 \backslash
29459 raisebox{-
29460 \backslash
29461 depth}[0pt]{
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Cette ligne de texte contient le mot
29466 \begin_inset ERT
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470
29471
29472 \backslash
29473 raisebox{-
29474 \backslash
29475 depth}[0pt]{
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \begin_inset Quotes eld
29482 \end_inset
29483
29484 empêcher
29485 \begin_inset Quotes erd
29486 \end_inset
29487
29488
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494 }
29495 \end_layout
29496
29497 \end_inset
29498
29499  comme mot abaissé.
29500 \begin_inset Newline newline
29501 \end_inset
29502
29503 Cette ligne de texte contient le mot 
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509
29510 \backslash
29511 raisebox{0.5cm}[0pt]{
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \begin_inset Quotes eld
29518 \end_inset
29519
29520 tester
29521 \begin_inset Quotes erd
29522 \end_inset
29523
29524
29525 \begin_inset ERT
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529
29530 }
29531 \end_layout
29532
29533 \end_inset
29534
29535  comme mot élevé.
29536 \end_layout
29537
29538 \begin_layout Section
29539 Boîtes Colorées
29540 \begin_inset CommandInset label
29541 LatexCommand label
29542 name "sec:Boîtes-colorées"
29543
29544 \end_inset
29545
29546
29547 \begin_inset Index
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 Boîtes ! Couleur
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Subsection
29560 De la couleur pour le texte
29561 \begin_inset Index
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 Couleur ! Pour le texte
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29575  une boîte appelée 
29576 \begin_inset Quotes eld
29577 \end_inset
29578
29579 colorbox
29580 \begin_inset Quotes erd
29581 \end_inset
29582
29583 .
29584  Cela demande que le paquetage LaTeX 
29585 \series bold
29586 color
29587 \series default
29588
29589 \begin_inset Index
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Paquetages LaTeX ! color
29594 \end_layout
29595
29596 \end_inset
29597
29598  soit chargé dans le préambule du document avec la commande
29599 \end_layout
29600
29601 \begin_layout Standard
29602
29603 \series bold
29604
29605 \backslash
29606 @ifundefined{textcolor}
29607 \begin_inset Newline newline
29608 \end_inset
29609
29610
29611 \begin_inset ERT
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615
29616
29617 \backslash
29618 hphantom{ }
29619 \end_layout
29620
29621 \end_inset
29622
29623 {
29624 \backslash
29625 usepackage{color}}{}
29626 \end_layout
29627
29628 \begin_layout Standard
29629 Le paquetage 
29630 \series bold
29631 color
29632 \series default
29633  sera chargé automatiquement par LyX dès que vous colorez du texte
29634 \begin_inset Foot
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29639  
29640 \series bold
29641
29642 \backslash
29643 @ifundefined
29644 \series default
29645 .
29646 \end_layout
29647
29648 \end_inset
29649
29650 .
29651 \end_layout
29652
29653 \begin_layout Standard
29654 \begin_inset VSpace medskip
29655 \end_inset
29656
29657 Les boîtes colorées sont créées par la commande 
29658 \series bold
29659
29660 \backslash
29661 colorbox
29662 \series default
29663 .
29664  Elle est utilisée avec la syntaxe suivante :
29665 \end_layout
29666
29667 \begin_layout Standard
29668
29669 \series bold
29670
29671 \backslash
29672 colorbox{couleur}{contenu de la boîte}
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29677  peuvent être placées à l'intérieur d'autres boîtes.
29678 \end_layout
29679
29680 \begin_layout Standard
29681 Les couleurs suivantes sont prédéfinies ::
29682 \begin_inset Newline newline
29683 \end_inset
29684
29685
29686 \family sans
29687 black
29688 \family default
29689  (noir), 
29690 \family sans
29691 blue
29692 \family default
29693  (bleu), 
29694 \family sans
29695 cyan
29696 \family default
29697 \series bold
29698 ,
29699 \series default
29700  
29701 \family sans
29702 green
29703 \family default
29704  (vert), 
29705 \family sans
29706 magenta
29707 \family default
29708
29709 \family sans
29710 red
29711 \family default
29712  (rouge), 
29713 \family sans
29714 white
29715 \family default
29716  (blanc), and 
29717 \family sans
29718 yellow
29719 \family default
29720  (jaune).
29721 \begin_inset Newline newline
29722 \end_inset
29723
29724 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29725  section
29726 \begin_inset space ~
29727 \end_inset
29728
29729
29730 \begin_inset CommandInset ref
29731 LatexCommand ref
29732 reference "sec:Tableaux-Colorés"
29733
29734 \end_inset
29735
29736 .
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 colorbox{red}{
29749 \end_layout
29750
29751 \begin_layout Standard
29752 avant le mot en code TeX.
29753  Insérez l'accolade fermante 
29754 \begin_inset Quotes eld
29755 \end_inset
29756
29757 }
29758 \begin_inset Quotes erd
29759 \end_inset
29760
29761  après le mot, en code TeX.
29762 \begin_inset Newline newline
29763 \end_inset
29764
29765 Voici le résultat :
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Cette ligne de texte contient le mot
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 colorbox{red}{
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Quotes eld
29784 \end_inset
29785
29786 Attention!
29787 \begin_inset Quotes erd
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796 }
29797 \end_layout
29798
29799 \end_inset
29800
29801  sur fond rouge.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset VSpace bigskip
29806 \end_inset
29807
29808 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29809  vous pouvez utiliser la commande 
29810 \series bold
29811
29812 \backslash
29813 fcolorbox
29814 \series default
29815  avec la syntaxe suivante :
29816 \end_layout
29817
29818 \begin_layout Standard
29819
29820 \series bold
29821
29822 \backslash
29823 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29824 \end_layout
29825
29826 \begin_layout Standard
29827
29828 \series bold
29829
29830 \backslash
29831 fcolorbox
29832 \series default
29833  est une extension de 
29834 \series bold
29835
29836 \backslash
29837 colorbox
29838 \series default
29839 .
29840  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29841  peuvent être modifiés avec les variables 
29842 \series bold
29843
29844 \backslash
29845 fboxrule
29846 \series default
29847  et 
29848 \series bold
29849
29850 \backslash
29851 fboxsep
29852 \series default
29853 , comme c'est décrit dans la section
29854 \begin_inset space ~
29855 \end_inset
29856
29857
29858 \begin_inset CommandInset ref
29859 LatexCommand ref
29860 reference "sec:Décorations"
29861
29862 \end_inset
29863
29864 .
29865 \end_layout
29866
29867 \begin_layout Standard
29868 Pour l'exemple suivant, on a utilisé la commande
29869 \end_layout
29870
29871 \begin_layout Standard
29872
29873 \series bold
29874
29875 \backslash
29876 fcolorbox{cyan}{magenta}{
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29881 \begin_inset space \thinspace{}
29882 \end_inset
29883
29884 mm:
29885 \begin_inset Newline newline
29886 \end_inset
29887
29888
29889 \begin_inset ERT
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893
29894
29895 \backslash
29896 fboxrule 1mm 
29897 \backslash
29898 fboxsep 1mm
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \begin_inset ERT
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908
29909
29910 \backslash
29911 fcolorbox{cyan}{magenta}{
29912 \end_layout
29913
29914 \end_inset
29915
29916 Ce texte est dans une boîte encadrée et colorée.
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922 }
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset VSpace bigskip
29932 \end_inset
29933
29934 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29935  les yeux ! - NdT) :
29936 \begin_inset Newline newline
29937 \end_inset
29938
29939
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 fcolorbox{cyan}{magenta}{
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \color yellow
29954 Ce texte est coloré dans une boîte colorée et encadrée.
29955 \color inherit
29956
29957 \begin_inset ERT
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961
29962 }
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 fboxrule 0.4pt 
29976 \backslash
29977 fboxsep 3pt
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986
29987 \series bold
29988 \begin_inset VSpace medskip
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 \begin_inset Note Greyedout
29996 status open
29997
29998 \begin_layout Plain Layout
29999
30000 \series bold
30001 Note:
30002 \series default
30003  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
30004  de ligne.
30005  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
30006  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Subsection
30015 De la couleur pour les paragraphes
30016 \begin_inset CommandInset label
30017 LatexCommand label
30018 name "sub:Couleur-pour-les-Paragraphes"
30019
30020 \end_inset
30021
30022
30023 \begin_inset Index
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 Couleur ! Pour les  paragraphes
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \begin_layout Standard
30036 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30037  texte dans une minipage.
30038  Avant la minipage, insérez la commande 
30039 \series bold
30040
30041 \backslash
30042 colorbox
30043 \series default
30044  
30045 \end_layout
30046
30047 \begin_layout Standard
30048
30049 \series bold
30050
30051 \backslash
30052 colorbox{color}{
30053 \end_layout
30054
30055 \begin_layout Standard
30056 en code TeX.
30057  Après la minipage, insérez l'accolade fermante 
30058 \begin_inset Quotes eld
30059 \end_inset
30060
30061 }
30062 \begin_inset Quotes erd
30063 \end_inset
30064
30065  en code TeX.
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 colorbox{lightgrey}{
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \begin_inset Box Frameless
30083 position "t"
30084 hor_pos "c"
30085 has_inner_box 1
30086 inner_pos "t"
30087 use_parbox 0
30088 width "100col%"
30089 special "none"
30090 height "1in"
30091 height_special "totalheight"
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Ce texte a un fond coloré.
30096  Ce texte a un fond coloré.
30097 \end_layout
30098
30099 \begin_layout Plain Layout
30100 \begin_inset VSpace defskip
30101 \end_inset
30102
30103 Le texte peut avoir des notes de bas de page
30104 \begin_inset Foot
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Un autre exemple de note de bas de page
30109 \end_layout
30110
30111 \end_inset
30112
30113  et contenir des figures et des tableaux.
30114 \end_layout
30115
30116 \begin_layout Plain Layout
30117 \align center
30118 \begin_inset Tabular
30119 <lyxtabular version="3" rows="3" columns="3">
30120 <features>
30121 <column alignment="center" valignment="top" width="0">
30122 <column alignment="center" valignment="top" width="0">
30123 <column alignment="center" valignment="top" width="0">
30124 <row>
30125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129 a
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Plain Layout
30138 !
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147 3
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 </row>
30153 <row>
30154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158 <
30159 \end_layout
30160
30161 \end_inset
30162 </cell>
30163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30164 \begin_inset Text
30165
30166 \begin_layout Plain Layout
30167 b2
30168 \begin_inset Quotes erd
30169 \end_inset
30170
30171 |
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180 >
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 </row>
30186 <row>
30187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30188 \begin_inset Text
30189
30190 \begin_layout Plain Layout
30191 1
30192 \end_layout
30193
30194 \end_inset
30195 </cell>
30196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30197 \begin_inset Text
30198
30199 \begin_layout Plain Layout
30200 §
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30206 \begin_inset Text
30207
30208 \begin_layout Plain Layout
30209 c
30210 \end_layout
30211
30212 \end_inset
30213 </cell>
30214 </row>
30215 </lyxtabular>
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230 }
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Section
30239 Les boîtes pivotées et redimensionnées
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30244  charger le paquetage LaTeX 
30245 \series bold
30246 graphicx
30247 \series default
30248
30249 \begin_inset Index
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 Paquetages LaTeX ! graphicx
30254 \end_layout
30255
30256 \end_inset
30257
30258  dans le préambule de votre document avec la commande
30259 \end_layout
30260
30261 \begin_layout Standard
30262
30263 \series bold
30264
30265 \backslash
30266 @ifundefined{rotatebox}
30267 \begin_inset Newline newline
30268 \end_inset
30269
30270
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 hphantom{ }
30279 \end_layout
30280
30281 \end_inset
30282
30283 {
30284 \backslash
30285 usepackage{graphicx}}{}
30286 \end_layout
30287
30288 \begin_layout Standard
30289 \begin_inset Note Greyedout
30290 status open
30291
30292 \begin_layout Plain Layout
30293
30294 \series bold
30295 Note:
30296 \series default
30297  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30298  redimensionnés.
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset Note Greyedout
30308 status open
30309
30310 \begin_layout Plain Layout
30311
30312 \series bold
30313 Note:
30314 \series default
30315  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30316  redimensionnée.
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Subsection
30325 Les Boîtes pivotées
30326 \begin_inset Index
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330 Boîtes ! pivotées
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Index
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340 Pivoter des objets
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \begin_inset Index
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350 Figures ! Pivotées
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \begin_inset Index
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 Tableau ! Pivoter
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30370  (rotated).
30371  Une telle boîte est créée avec la commande 
30372 \series bold
30373
30374 \backslash
30375 rotatebox
30376 \series default
30377  en code TeX avec la syntaxe
30378 \end_layout
30379
30380 \begin_layout Standard
30381
30382 \series bold
30383
30384 \backslash
30385 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30386 \end_layout
30387
30388 \begin_layout Standard
30389 La position du pivot est donnée par l'origine de rotation spécifiée sous
30390  la forme 
30391 \series bold
30392 origin=position
30393 \series default
30394 .
30395  Les valeurs suivantes sont possibles pour la position: 
30396 \emph on
30397 c
30398 \emph default
30399  (centre), 
30400 \emph on
30401 l
30402 \emph default
30403  (gauche/
30404 \lang english
30405 left
30406 \lang french
30407 ), 
30408 \emph on
30409 r
30410 \emph default
30411  (droite/
30412 \lang english
30413 right
30414 \lang french
30415 ), 
30416 \emph on
30417 b
30418 \emph default
30419  (bas/
30420 \lang english
30421 bottom
30422 \lang french
30423 ), 
30424 \emph on
30425 t
30426 \emph default
30427  (haut/
30428 \lang english
30429 top
30430 \lang french
30431 ), et aussi des combinaisons des quatre positions de base.
30432  Par exemple 
30433 \emph on
30434 lt
30435 \emph default
30436  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30437  Quand on ne donne pas d'origine, la position 
30438 \emph on
30439 l
30440 \emph default
30441  est utilisée.
30442  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30443  ou négatif.
30444  Le sens positif de rotation est anti-horaire.
30445 \end_layout
30446
30447 \begin_layout Standard
30448 Dans l'exemple qui suit, la commande 
30449 \series bold
30450
30451 \backslash
30452 rotatebox[origin=c]{60}{
30453 \series default
30454  a été insérée en code TeX juste avant le texte 
30455 \begin_inset Quotes eld
30456 \end_inset
30457
30458 pivoté de 90°
30459 \begin_inset Quotes erd
30460 \end_inset
30461
30462  ; la boîte est refermée juste après le texte par une accolade fermante
30463  
30464 \begin_inset Quotes eld
30465 \end_inset
30466
30467 }
30468 \begin_inset Quotes erd
30469 \end_inset
30470
30471  en code TeX.
30472 \end_layout
30473
30474 \begin_layout Standard
30475 Voici une ligne avec du texte 
30476 \begin_inset ERT
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480
30481
30482 \backslash
30483 rotatebox[origin=c]{60}{
30484 \end_layout
30485
30486 \end_inset
30487
30488 pivoté de 60°
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494 }
30495 \end_layout
30496
30497 \end_inset
30498
30499 .
30500 \end_layout
30501
30502 \begin_layout Standard
30503 La boîte peut contenir une autre boîte ou une formule en ligne :
30504 \end_layout
30505
30506 \begin_layout Standard
30507 Voici une ligne avec du texte 
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 rotatebox[origin=r]{-60}{
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset Box Doublebox
30522 position "c"
30523 hor_pos "c"
30524 has_inner_box 0
30525 inner_pos "c"
30526 use_parbox 0
30527 width "1in"
30528 special "width"
30529 height "1in"
30530 height_special "totalheight"
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 pivoté de -60°
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 }
30546 \end_layout
30547
30548 \end_inset
30549
30550  et encadré 
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556
30557 \backslash
30558 rotatebox[origin=lb]{60}{
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30565 \end_inset
30566
30567
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573 }
30574 \end_layout
30575
30576 \end_inset
30577
30578  et une formule.
30579 \end_layout
30580
30581 \begin_layout Standard
30582 ou encore une figure ou un tableau :
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Voici une ligne
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 rotatebox[origin=lb]{90}{
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \begin_inset Graphics
30601         filename ../clipart/platypus.eps
30602         lyxscale 50
30603         width 25col%
30604
30605 \end_inset
30606
30607
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613 }
30614 \end_layout
30615
30616 \end_inset
30617
30618  avec une image pivotée de 90° 
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624
30625 \backslash
30626 rotatebox[origin=l]{-90}{
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \begin_inset Tabular
30633 <lyxtabular version="3" rows="2" columns="2">
30634 <features>
30635 <column alignment="center" valignment="top" width="0">
30636 <column alignment="center" valignment="top" width="0">
30637 <row>
30638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30639 \begin_inset Text
30640
30641 \begin_layout Plain Layout
30642 q
30643 \end_layout
30644
30645 \end_inset
30646 </cell>
30647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 w
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 </row>
30657 <row>
30658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30659 \begin_inset Text
30660
30661 \begin_layout Plain Layout
30662 e
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 r
30672 \end_layout
30673
30674 \end_inset
30675 </cell>
30676 </row>
30677 </lyxtabular>
30678
30679 \end_inset
30680
30681
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687 }
30688 \end_layout
30689
30690 \end_inset
30691
30692  et un tableau.
30693 \end_layout
30694
30695 \begin_layout Subsection
30696 Les boîtes redimensionnées
30697 \begin_inset Index
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701 Boîtes ! Redimensionnées
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \begin_inset Index
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 Redimensionner des objets
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Index
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Figures ! Redimensionnées
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \begin_inset Index
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731 Tableau ! Redimensionner
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Pour redimensionner des objets on peut utiliser les commandes 
30741 \series bold
30742
30743 \backslash
30744 scalebox
30745 \series default
30746  et 
30747 \series bold
30748
30749 \backslash
30750 resizebox
30751 \series default
30752  insérées sous forme de code TeX.
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 scalebox
30761 \series default
30762  est utilisée avec la syntaxe suivante :
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 scalebox{horizontal}[vertical]{contenu de la boîte}
30771 \end_layout
30772
30773 \begin_layout Standard
30774 Horizontal et vertical sont les facteurs d'échelle correspondants.
30775  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30776  utilisé comme facteur vertical.
30777 \end_layout
30778
30779 \begin_layout Standard
30780 Par exemple, la commande 
30781 \series bold
30782
30783 \backslash
30784 scalebox{2}{Bonjour}
30785 \series default
30786  crée un 
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792
30793 \backslash
30794 scalebox{2}{
30795 \end_layout
30796
30797 \end_inset
30798
30799 Bonjour
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805 }
30806 \end_layout
30807
30808 \end_inset
30809
30810  de taille double par rapport à la taille du texte du document.
30811 \end_layout
30812
30813 \begin_layout Standard
30814
30815 \series bold
30816
30817 \backslash
30818 scalebox{2}[1]{Hello}
30819 \series default
30820  au contraire va déformer le 
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826
30827 \backslash
30828 scalebox{2}[1]{
30829 \end_layout
30830
30831 \end_inset
30832
30833 Bonjour
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839 }
30840 \end_layout
30841
30842 \end_inset
30843
30844 .
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30849  La commande 
30850 \series bold
30851
30852 \backslash
30853 scalebox{-1}[1]{Hello}
30854 \series default
30855  peut donc être utilisée pour créer du texte en miroir : 
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 scalebox{-1}[1]{
30864 \end_layout
30865
30866 \end_inset
30867
30868 Bonjour
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 }
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883
30884 \series bold
30885
30886 \backslash
30887 scalebox{1}[-1]{Bonjour}
30888 \series default
30889  effectue une réflexion du 
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 scalebox{1}[-1]{
30898 \end_layout
30899
30900 \end_inset
30901
30902 Bonjour
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908 }
30909 \end_layout
30910
30911 \end_inset
30912
30913  par rapport à la ligne de base.
30914 \end_layout
30915
30916 \begin_layout Standard
30917 La commande 
30918 \series bold
30919
30920 \backslash
30921 reflectbox{contenu de la boîte} 
30922 \series default
30923 existe aussi et est équivalente à
30924 \series bold
30925  
30926 \backslash
30927 scalebox{-1}[1]{contenu de la boîte}.
30928
30929 \series default
30930  
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Standard
30938 \begin_inset VSpace bigskip
30939 \end_inset
30940
30941 La commande 
30942 \series bold
30943
30944 \backslash
30945 resizebox
30946 \series default
30947  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30948  données.
30949  La syntaxe de la commande est :
30950 \end_layout
30951
30952 \begin_layout Standard
30953
30954 \series bold
30955
30956 \backslash
30957 resizebox{largeur}{hauteur}{contenu de la boîte}
30958 \end_layout
30959
30960 \begin_layout Standard
30961 Si un des deux paramètres est remplacé par un point d'exclamation 
30962 \series bold
30963 !
30964 \series default
30965 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30966 \end_layout
30967
30968 \begin_layout Standard
30969 La commande 
30970 \series bold
30971
30972 \backslash
30973 resizebox{2cm}{1cm}{Bonjour}
30974 \series default
30975  produit : 
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981
30982 \backslash
30983 resizebox{2cm}{1cm}{
30984 \end_layout
30985
30986 \end_inset
30987
30988 Bonjour
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994 }
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \begin_inset Newline newline
31001 \end_inset
31002
31003 La commande 
31004 \series bold
31005
31006 \backslash
31007 resizebox{2cm}{!}{Bonjour}
31008 \series default
31009  produit : 
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 resizebox{2cm}{!}{
31018 \end_layout
31019
31020 \end_inset
31021
31022 Bonjour
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028 }
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 \begin_inset VSpace bigskip
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \begin_layout Standard
31044 \begin_inset Note Greyedout
31045 status open
31046
31047 \begin_layout Plain Layout
31048
31049 \series bold
31050 Note:
31051 \series default
31052  Quand les paramètres des commandes 
31053 \series bold
31054
31055 \backslash
31056 scalebox
31057 \series default
31058  ou 
31059 \series bold
31060
31061 \backslash
31062 resizebox
31063 \series default
31064  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31065  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31066  partiellement.
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Standard
31075 \begin_inset VSpace bigskip
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Les boîtes peuvent être combinée dans n'importe quel ordre.
31083  Par exemple, la commande 
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \series bold
31089
31090 \backslash
31091 rotatebox[origin=c]{-45}{
31092 \backslash
31093 resizebox{2cm}{!}{
31094 \backslash
31095 reflectbox{Bonjour}}}
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \series default
31101 produit :
31102 \end_layout
31103
31104 \begin_layout Standard
31105 \align center
31106 \begin_inset ERT
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110
31111
31112 \backslash
31113 rotatebox[origin=c]{-45}{
31114 \backslash
31115 resizebox{2cm}{!}{
31116 \backslash
31117 reflectbox{
31118 \end_layout
31119
31120 \end_inset
31121
31122 Bonjour
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 \end_layout
31135
31136 \begin_layout Standard
31137 \noindent
31138 Les images, les tableaux et les formules sont autorisées comme contenu de
31139  boîte :
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \align center
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 rotatebox[origin=c]{-30}{
31152 \backslash
31153 resizebox{2cm}{!}{
31154 \backslash
31155 reflectbox{
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \begin_inset Graphics
31162         filename ../clipart/platypus.eps
31163         lyxscale 50
31164         width 25col%
31165
31166 \end_inset
31167
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174 }}}
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 rotatebox[origin=c]{-45}{
31188 \backslash
31189 resizebox{2cm}{!}{
31190 \backslash
31191 reflectbox{
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Tabular
31198 <lyxtabular version="3" rows="2" columns="2">
31199 <features>
31200 <column alignment="center" valignment="top" width="0">
31201 <column alignment="center" valignment="top" width="0">
31202 <row>
31203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31204 \begin_inset Text
31205
31206 \begin_layout Plain Layout
31207 q
31208 \end_layout
31209
31210 \end_inset
31211 </cell>
31212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31213 \begin_inset Text
31214
31215 \begin_layout Plain Layout
31216 w
31217 \end_layout
31218
31219 \end_inset
31220 </cell>
31221 </row>
31222 <row>
31223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31224 \begin_inset Text
31225
31226 \begin_layout Plain Layout
31227 e
31228 \end_layout
31229
31230 \end_inset
31231 </cell>
31232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 r
31237 \end_layout
31238
31239 \end_inset
31240 </cell>
31241 </row>
31242 </lyxtabular>
31243
31244 \end_inset
31245
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252 }}}
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 rotatebox[origin=c]{-45}{
31266 \backslash
31267 resizebox{2cm}{!}{
31268 \backslash
31269 reflectbox{
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31276 \end_inset
31277
31278
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284 }}}
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \end_layout
31291
31292 \begin_layout Standard
31293 Quand on utilise le style global de formule 
31294 \series bold
31295 fleqn
31296 \series default
31297  dans le document
31298 \begin_inset Foot
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 Quand 
31303 \begin_inset Quotes eld
31304 \end_inset
31305
31306 fleqn
31307 \begin_inset Quotes erd
31308 \end_inset
31309
31310  est ajouté aux options de la classe de document.
31311 \end_layout
31312
31313 \end_inset
31314
31315 , les formules hors texte peuvent aussi être redimensionnées.
31316 \end_layout
31317
31318 \begin_layout Chapter
31319 Trucs Externes
31320 \begin_inset Index
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Trucs externes
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Avec le menu 
31334 \family sans
31335 Insérer\SpecialChar \menuseparator
31336 Fichier
31337 \family default
31338  vous pouvez insérer un contenu externe à votre document.
31339  Ce contenu peut être :
31340 \end_layout
31341
31342 \begin_layout Description
31343 Document
31344 \begin_inset space ~
31345 \end_inset
31346
31347 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31348  document.
31349 \end_layout
31350
31351 \begin_layout Description
31352 Texte
31353 \begin_inset space ~
31354 \end_inset
31355
31356 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31357 e.
31358 \end_layout
31359
31360 \begin_layout Description
31361 Texte
31362 \begin_inset space ~
31363 \end_inset
31364
31365 Brut
31366 \begin_inset space ~
31367 \end_inset
31368
31369 par
31370 \begin_inset space ~
31371 \end_inset
31372
31373 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31374  Les lignes vides créent un nouveau paragraphe dans votre document.
31375 \end_layout
31376
31377 \begin_layout Description
31378 Objet
31379 \begin_inset space ~
31380 \end_inset
31381
31382 Externe Fichiers de formats variés.
31383 \end_layout
31384
31385 \begin_layout Description
31386 Sous-document Documents LyX ou LaTeX.
31387 \end_layout
31388
31389 \begin_layout Section
31390 Objets Externes 
31391 \begin_inset Index
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395 Trucs externes ! Objets Externes
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Standard
31404 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31405  de fichiers dans votre document sans avoir à convertir ces derniers en
31406  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31407  qui va s'occuper des conversions.
31408  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31409  LyX des images dans des formats divers.
31410 \end_layout
31411
31412 \begin_layout Standard
31413 On insère des objets externes en utilisant la fenêtre de dialogue 
31414 \family sans
31415 Objet
31416 \begin_inset space ~
31417 \end_inset
31418
31419 Externe
31420 \family default
31421  qui est accessible via le menu 
31422 \family sans
31423 Insérer\SpecialChar \menuseparator
31424 Fichiers\SpecialChar \menuseparator
31425 Objet
31426 \begin_inset space ~
31427 \end_inset
31428
31429 Externe
31430 \family default
31431 .
31432  Actuellement les types de fichiers (
31433 \family sans
31434 Modèles
31435 \family default
31436 ) suivants sont autorisés :
31437 \end_layout
31438
31439 \begin_layout Description
31440 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31441  par le programme 
31442 \series bold
31443
31444 \begin_inset CommandInset href
31445 LatexCommand href
31446 name "XBoard"
31447 target "http://en.wikipedia.org/wiki/XBoard"
31448
31449 \end_inset
31450
31451
31452 \series default
31453 .
31454 \end_layout
31455
31456 \begin_layout Description
31457 Date Ce modèle insère la date sous la forme 
31458 \emph on
31459 Jour-Mois-Année
31460 \emph default
31461 .
31462  Voici un exemple de date insérée comme objet externe :: 
31463 \begin_inset External
31464         template Date
31465         filename .
31466
31467 \end_inset
31468
31469
31470 \lang english
31471
31472 \begin_inset space ~
31473 \end_inset
31474
31475
31476 \begin_inset Note Note
31477 status open
31478
31479 \begin_layout Plain Layout
31480
31481 \lang english
31482 Remove the protected space when bug 4398 is fixed!
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \lang french
31489
31490 \begin_inset Newline newline
31491 \end_inset
31492
31493 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31494  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31495 \family sans
31496 Insérer\SpecialChar \menuseparator
31497 Date
31498 \family default
31499  et avec la commande LaTeX 
31500 \series bold
31501
31502 \backslash
31503 today
31504 \series default
31505  entrée comme code TeX.
31506  Ces différentes méthodes sont comparée dans le tableau
31507 \begin_inset space ~
31508 \end_inset
31509
31510
31511 \begin_inset CommandInset ref
31512 LatexCommand ref
31513 reference "tab:Comparaison-des-dates"
31514
31515 \end_inset
31516
31517 .
31518 \end_layout
31519
31520 \begin_layout Description
31521 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31522  par le programme 
31523 \series bold
31524
31525 \begin_inset CommandInset href
31526 LatexCommand href
31527 name "LilyPond"
31528 target "http://en.wikipedia.org/wiki/LilyPond"
31529
31530 \end_inset
31531
31532
31533 \series default
31534 .
31535 \end_layout
31536
31537 \begin_layout Description
31538 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
31539  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
31540  
31541 \emph on
31542 pages
31543 \emph default
31544  dans le champ 
31545 \family sans
31546 Option
31547 \family default
31548  dans l'onglet 
31549 \family sans
31550 Options LaTeX et LyX
31551 \family default
31552  en suivant les instructions données pour le modèle.
31553  Si on ne donne pas d'option 
31554 \emph on
31555 pages
31556 \emph default
31557 , seule la première page du PDF sera insérée.
31558 \end_layout
31559
31560 \begin_layout Description
31561 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31562  À peu près tous les formats d'images populaires sont acceptés.
31563  Les images peuvent être traitées dans la fenêtre de dialogue 
31564 \family sans
31565 Objet
31566 \begin_inset space ~
31567 \end_inset
31568
31569 Externe
31570 \family default
31571  comme les images qui sont habituellement incorporées en utilisant le menu
31572  
31573 \family sans
31574 Insérer\SpecialChar \menuseparator
31575 Graphique
31576 \family default
31577 , comme c'est décrit dans la section
31578 \begin_inset space ~
31579 \end_inset
31580
31581
31582 \begin_inset CommandInset ref
31583 LatexCommand ref
31584 reference "sec:Graphics-Dialog"
31585
31586 \end_inset
31587
31588 .
31589  La différence est que seules les images matricielles sont autorisées, ce
31590  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31591 \end_layout
31592
31593 \begin_layout Description
31594 XFig Ce modèle accepte les images créées avec le programme 
31595 \series bold
31596
31597 \begin_inset CommandInset href
31598 LatexCommand href
31599 name "Xfig"
31600 target "http://en.wikipedia.org/wiki/Xfig"
31601
31602 \end_inset
31603
31604
31605 \series default
31606 .
31607 \end_layout
31608
31609 \begin_layout Standard
31610 \begin_inset Float table
31611 placement h
31612 wide false
31613 sideways false
31614 status open
31615
31616 \begin_layout Plain Layout
31617 \begin_inset Caption
31618
31619 \begin_layout Plain Layout
31620 \begin_inset CommandInset label
31621 LatexCommand label
31622 name "tab:Comparaison-des-dates"
31623
31624 \end_inset
31625
31626 Comparaison des méthodes d'insertion de la date.
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Plain Layout
31635 \align center
31636 \begin_inset Tabular
31637 <lyxtabular version="3" rows="4" columns="4">
31638 <features>
31639 <column alignment="center" valignment="top" width="0">
31640 <column alignment="center" valignment="top" width="0">
31641 <column alignment="center" valignment="top" width="0">
31642 <column alignment="center" valignment="top" width="0">
31643 <row>
31644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31645 \begin_inset Text
31646
31647 \begin_layout Plain Layout
31648 Format du document
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657
31658 \family sans
31659 Objet
31660 \begin_inset space ~
31661 \end_inset
31662
31663 Externe\SpecialChar \menuseparator
31664 Date
31665 \end_layout
31666
31667 \end_inset
31668 </cell>
31669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31670 \begin_inset Text
31671
31672 \begin_layout Plain Layout
31673
31674 \family sans
31675 Insérer\SpecialChar \menuseparator
31676 Date
31677 \end_layout
31678
31679 \end_inset
31680 </cell>
31681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Plain Layout
31685 commande 
31686 \series bold
31687
31688 \backslash
31689 today
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 </row>
31695 <row>
31696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700 LyX
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Plain Layout
31709 comme boîte d'insert
31710 \end_layout
31711
31712 \end_inset
31713 </cell>
31714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 comme date
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727 comme boîte de code TeX
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 </row>
31733 <row>
31734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738 LaTeX
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 comme date
31748 \end_layout
31749
31750 \end_inset
31751 </cell>
31752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31753 \begin_inset Text
31754
31755 \begin_layout Plain Layout
31756 comme date
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 comme commande
31766 \end_layout
31767
31768 \end_inset
31769 </cell>
31770 </row>
31771 <row>
31772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776 DVI, PDF, PS
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 comme date
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31791 \begin_inset Text
31792
31793 \begin_layout Plain Layout
31794 comme date
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31800 \begin_inset Text
31801
31802 \begin_layout Plain Layout
31803 comme date date
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 </row>
31809 </lyxtabular>
31810
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \begin_layout Standard
31822 Quand vous activez l'option 
31823 \family sans
31824 Brouillon
31825 \family default
31826  de l'onglet 
31827 \family sans
31828 Fichier
31829 \family default
31830  de la fenêtre de dialogue 
31831 \family sans
31832 Objet
31833 \begin_inset space ~
31834 \end_inset
31835
31836 Externe
31837 \family default
31838 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31839 \begin_inset Newline newline
31840 \end_inset
31841
31842 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31843  : 
31844 \begin_inset Graphics
31845         filename ../clipart/ExternalMaterialQt4.png
31846         scale 85
31847         scaleBeforeRotation
31848
31849 \end_inset
31850
31851  soit comme une image, selon que vous avez ou non activé l'option 
31852 \family sans
31853 Afficher
31854 \begin_inset space ~
31855 \end_inset
31856
31857 dans
31858 \begin_inset space ~
31859 \end_inset
31860
31861 LyX
31862 \family default
31863  de l'onglet 
31864 \family sans
31865 Options LaTeX et LyX
31866 \family default
31867  de la fenêtre de dialogue.
31868 \end_layout
31869
31870 \begin_layout Standard
31871 Le manuel 
31872 \family sans
31873 \emph on
31874 Personnalisation
31875 \family default
31876 \emph default
31877  explique comment vous pouvez créer vos propres modèles.
31878 \end_layout
31879
31880 \begin_layout Section
31881 Sous-documents
31882 \begin_inset CommandInset label
31883 LatexCommand label
31884 name "sec:Sous-documents"
31885
31886 \end_inset
31887
31888
31889 \begin_inset Index
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 Trucs externes ! Sous-documents
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \begin_inset Index
31900 status collapsed
31901
31902 \begin_layout Plain Layout
31903 Fichiers ! Insérer
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Standard
31912 Les sous-documents sont utilisés quand on a un document très long qui peut
31913  être décomposé en plusieurs parties ou sections plus petites.
31914  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31915  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31916  Les différents documents sont ce que l'on appelle les sous-documents et
31917  un document maître les relie pour imprimer le document complet ou seulement
31918  une partie de celui-ci.
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31923  comme celle-ci : 
31924 \begin_inset Graphics
31925         filename clipart/ChildDocumentQt4.png
31926         scale 60
31927         scaleBeforeRotation
31928
31929 \end_inset
31930
31931  Pour inclure des sous-documents dans un document maître , on utilise le
31932  menu 
31933 \family sans
31934 Insérer\SpecialChar \menuseparator
31935 Fichier\SpecialChar \menuseparator
31936 Sous-document
31937 \family default
31938 .
31939  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31940  des quatre méthodes d'inclusion :
31941 \end_layout
31942
31943 \begin_layout Description
31944 Inclus
31945 \begin_inset space ~
31946 \end_inset
31947
31948 (include) Vous pouvez inclure des documents LyX et LaTeX.
31949  Quand vous cliquez sur le bouton 
31950 \family sans
31951 Charger
31952 \family default
31953  dans la fenêtre de dialogue 
31954 \family sans
31955 Sous-document
31956 \family default
31957 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31958  vous puissiez le modifier.
31959 \begin_inset Newline newline
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Voici un sous-document inséré avec la méthode 
31967 \family sans
31968 Inclus
31969 \family default
31970  : 
31971 \begin_inset CommandInset include
31972 LatexCommand include
31973 filename "DocumentBidon1.lyx"
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 La numérotation des sections va prendre en compte les sections des fichiers
31982  incorporés dans l'ordre où ils sont insérés dans le document maître.
31983  Le document qui est inclus comme exemple possède une sous-section qui sera
31984  numérotée comme sous-section de la section actuelle.
31985  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31986  : la sous-section
31987 \begin_inset space ~
31988 \end_inset
31989
31990
31991 \begin_inset CommandInset ref
31992 LatexCommand ref
31993 reference "sub:Sous-section-externe-1"
31994
31995 \end_inset
31996
31997  est dans le fichier inclus.
31998 \end_layout
31999
32000 \begin_layout Standard
32001 Le préambule du sous-document est tout simplement ignoré, seul le préambule
32002  du document maître est utilisé.
32003  Les documents inclus sont insérés en commençant une nouvelle page et sont
32004  suivis par un saut de page.
32005 \end_layout
32006
32007 \begin_layout Standard
32008 Avec la commande LaTeX 
32009 \series bold
32010
32011 \backslash
32012 includeonly 
32013 \series default
32014 vous pouvez préciser quels sous-documents seront traités pour générer la
32015  sortie imprimée.
32016  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
32017  important puisque cela vous fait économiser du temps de compilation.
32018  La commande 
32019 \series bold
32020
32021 \backslash
32022 includeonly
32023 \series default
32024  est insérée dans le préambule du document maître.
32025  Elle prend comme arguments une liste de noms de fichiers séparés par des
32026  virgules, par exemple :
32027 \end_layout
32028
32029 \begin_layout Standard
32030
32031 \series bold
32032
32033 \backslash
32034 includeonly{chapitre1,chapitre5}
32035 \end_layout
32036
32037 \begin_layout Standard
32038 fera que seuls les fichiers nommés 
32039 \begin_inset Quotes eld
32040 \end_inset
32041
32042 chapitre1.lyx
32043 \begin_inset Quotes erd
32044 \end_inset
32045
32046  (ou 
32047 \begin_inset Quotes eld
32048 \end_inset
32049
32050 chapitre1.tex
32051 \begin_inset Quotes erd
32052 \end_inset
32053
32054 ) et 
32055 \begin_inset Quotes eld
32056 \end_inset
32057
32058 chapitre5.lyx
32059 \begin_inset Quotes erd
32060 \end_inset
32061
32062  seront traités lors de la compilation.
32063 \end_layout
32064
32065 \begin_layout Standard
32066 \begin_inset Note Greyedout
32067 status open
32068
32069 \begin_layout Plain Layout
32070
32071 \series bold
32072 Note:
32073 \series default
32074  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32075  une classe de document différente de celle du document maître, vous recevez
32076  un avertissement quand vous tentez une visualisation ou une exportation,
32077  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \begin_layout Description
32086 Incorporé
32087 \begin_inset space ~
32088 \end_inset
32089
32090 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32091  sont :
32092 \end_layout
32093
32094 \begin_deeper
32095 \begin_layout Itemize
32096 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32097  par un saut de page.
32098 \end_layout
32099
32100 \begin_layout Itemize
32101 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32102  
32103 \family sans
32104 Aperçu
32105 \begin_inset space ~
32106 \end_inset
32107
32108 sur
32109 \begin_inset space ~
32110 \end_inset
32111
32112 le
32113 \begin_inset space ~
32114 \end_inset
32115
32116 vif
32117 \family default
32118  est activée dans les préférences dans la rubrique 
32119 \family sans
32120 Apparence\SpecialChar \menuseparator
32121 Graphique
32122 \family default
32123 .
32124 \end_layout
32125
32126 \begin_layout Itemize
32127 La commande LaTeX 
32128 \series bold
32129
32130 \backslash
32131 includeonly
32132 \series default
32133  ne peut pas être utilisée.
32134 \end_layout
32135
32136 \end_deeper
32137 \begin_layout Standard
32138 Voici un sous document inséré en utilisant la méthode 
32139 \family sans
32140 Incorporé
32141 \family default
32142  : 
32143 \begin_inset CommandInset include
32144 LatexCommand input
32145 preview true
32146 filename "DocumentBidon2.lyx"
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Description
32154 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32155  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32156  sous forme de code source et aucune des commandes éventuellement présentes
32157  ne sera exécutée.
32158  Vous pouvez utiliser l'option 
32159 \family sans
32160 Marquer
32161 \begin_inset space ~
32162 \end_inset
32163
32164 les
32165 \begin_inset space ~
32166 \end_inset
32167
32168 espaces
32169 \family default
32170  qui matérialise chaque espace présente dans le code source par un caractère
32171  
32172 \begin_inset Quotes eld
32173 \end_inset
32174
32175
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181
32182 \backslash
32183 textvisiblespace 
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \begin_inset Quotes erd
32190 \end_inset
32191
32192  .
32193  La différence avec la méthode qui consiste à utiliser le menu 
32194 \family sans
32195 Insérer\SpecialChar \menuseparator
32196 Fichier\SpecialChar \menuseparator
32197 Texte
32198 \begin_inset space ~
32199 \end_inset
32200
32201 brut
32202 \family default
32203  est que le contenu du document n'apparaît pas dans LyX.
32204 \end_layout
32205
32206 \begin_layout Standard
32207 Voici un sous-document inclus en utilisant la méthode 
32208 \family sans
32209 verbatim
32210 \family default
32211  : 
32212 \begin_inset CommandInset include
32213 LatexCommand verbatiminput
32214 filename "DocumentTexteBidon.txt"
32215
32216 \end_inset
32217
32218
32219 \begin_inset VSpace bigskip
32220 \end_inset
32221
32222 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32223  l'option 
32224 \family sans
32225 Marquer
32226 \begin_inset space ~
32227 \end_inset
32228
32229 les
32230 \begin_inset space ~
32231 \end_inset
32232
32233 espaces :
32234 \family default
32235  
32236 \begin_inset CommandInset include
32237 LatexCommand verbatiminput*
32238 filename "DocumentTexteBidon.txt"
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \begin_inset VSpace bigskip
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \begin_layout Standard
32253 \begin_inset Note Greyedout
32254 status open
32255
32256 \begin_layout Plain Layout
32257
32258 \series bold
32259 Note:
32260 \series default
32261  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32262  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Description
32271 Listings Ce type d'inclusion est décrit dans le chapitre
32272 \begin_inset space ~
32273 \end_inset
32274
32275
32276 \begin_inset CommandInset ref
32277 LatexCommand ref
32278 reference "cha:Program-Code-Listings"
32279
32280 \end_inset
32281
32282 .
32283 \end_layout
32284
32285 \begin_layout Standard
32286 \begin_inset Note Greyedout
32287 status open
32288
32289 \begin_layout Plain Layout
32290
32291 \series bold
32292 Note:
32293 \series default
32294  Inclure le même document deux fois dans un même document peut poser des
32295  problèmes avec LaTeX.
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Chapter
32304 Listings de Code Source
32305 \begin_inset CommandInset label
32306 LatexCommand label
32307 name "cha:Program-Code-Listings"
32308
32309 \end_inset
32310
32311
32312 \begin_inset Index
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 Listings
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \begin_inset Index
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326 Code Source
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \begin_inset Index
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336 Flottants ! Listings
32337 \end_layout
32338
32339 \end_inset
32340
32341
32342 \end_layout
32343
32344 \begin_layout Standard
32345 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32346  un insert 
32347 \family sans
32348 Listings
32349 \family default
32350  qui peut être créé grâce au menu 
32351 \family sans
32352 Insérer
32353 \family default
32354 \SpecialChar \menuseparator
32355
32356 \family sans
32357 Listing
32358 \begin_inset space ~
32359 \end_inset
32360
32361 de
32362 \begin_inset space ~
32363 \end_inset
32364
32365 Code
32366 \begin_inset space ~
32367 \end_inset
32368
32369 Source
32370 \family default
32371 .
32372  Le paquetage LaTeX 
32373 \series bold
32374 listings
32375 \series default
32376
32377 \begin_inset Index
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381 Paquetages LaTeX ! listings
32382 \end_layout
32383
32384 \end_inset
32385
32386  fournit un moyen puissant et flexible d'insérer des listings de code source
32387  dans votre document.
32388  
32389 \end_layout
32390
32391 \begin_layout Standard
32392 Quand vous cliquez avec le bouton droit sur un insert de listings, 
32393 \lang english
32394 the context menu
32395 \lang french
32396  s'ouvre pour vous permettre de modifier le format du listing.
32397 \end_layout
32398
32399 \begin_layout Standard
32400 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32401  L'option d'emplacement 
32402 \family sans
32403 Listing
32404 \begin_inset space ~
32405 \end_inset
32406
32407 en
32408 \begin_inset space ~
32409 \end_inset
32410
32411 Ligne
32412 \family default
32413  imprime le listing dans la ligne comme ceci : 
32414 \begin_inset listings
32415 lstparams "language={C++}"
32416 inline true
32417 status open
32418
32419 \begin_layout Plain Layout
32420
32421 int a=5;
32422 \end_layout
32423
32424 \end_inset
32425
32426
32427 \begin_inset Newline newline
32428 \end_inset
32429
32430 L'option 
32431 \family sans
32432 Flottant
32433 \family default
32434  crée un flottant de listing pour lequel vous pouvez préciser les options
32435  classiques d'emplacement : 
32436 \begin_inset Quotes eld
32437 \end_inset
32438
32439
32440 \family sans
32441 h
32442 \family default
32443
32444 \begin_inset Quotes erd
32445 \end_inset
32446
32447
32448 \begin_inset Quotes eld
32449 \end_inset
32450
32451
32452 \family sans
32453 t
32454 \family default
32455
32456 \begin_inset Quotes erd
32457 \end_inset
32458
32459
32460 \begin_inset Quotes eld
32461 \end_inset
32462
32463
32464 \family sans
32465 b
32466 \family default
32467
32468 \begin_inset Quotes erd
32469 \end_inset
32470
32471 , et 
32472 \begin_inset Quotes eld
32473 \end_inset
32474
32475
32476 \family sans
32477 p
32478 \family default
32479
32480 \begin_inset Quotes erd
32481 \end_inset
32482
32483  correspondant aux emplacement décrits dans la section
32484 \begin_inset space ~
32485 \end_inset
32486
32487
32488 \begin_inset CommandInset ref
32489 LatexCommand ref
32490 reference "sec:Placement-flottants"
32491
32492 \end_inset
32493
32494 .
32495  Les options de positionnement peuvent être mélangées et doivent être saisies
32496  sans séparation, par exemple, on peut taper 
32497 \begin_inset Quotes eld
32498 \end_inset
32499
32500
32501 \family sans
32502 htbp
32503 \family default
32504
32505 \begin_inset Quotes erd
32506 \end_inset
32507
32508 .
32509  L' option 
32510 \begin_inset Quotes eld
32511 \end_inset
32512
32513 h
32514 \begin_inset Quotes erd
32515 \end_inset
32516
32517  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32518  
32519 \family sans
32520 Flottant
32521 \family default
32522  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32523  légende et être référencés.
32524 \end_layout
32525
32526 \begin_layout Standard
32527 Vous pouvez ajouter une légende à un listing avec le menu 
32528 \family sans
32529 Insérer\SpecialChar \menuseparator
32530 Légende
32531 \family default
32532 .
32533  On peut référencer les listings de la même façon que les flottants :Voir
32534  le listing
32535 \begin_inset space ~
32536 \end_inset
32537
32538
32539 \begin_inset CommandInset ref
32540 LatexCommand ref
32541 reference "lst:Listing-exemple"
32542
32543 \end_inset
32544
32545
32546 \end_layout
32547
32548 \begin_layout Standard
32549 \begin_inset listings
32550 lstparams "language=Python"
32551 inline false
32552 status open
32553
32554 \begin_layout Plain Layout
32555
32556 \begin_inset Caption
32557
32558 \begin_layout Plain Layout
32559 \begin_inset CommandInset label
32560 LatexCommand label
32561 name "lst:Listing-exemple"
32562
32563 \end_inset
32564
32565 Exemple de listing flottant
32566 \end_layout
32567
32568 \end_inset
32569
32570 # Exemple de listing flottant
32571 \end_layout
32572
32573 \begin_layout Plain Layout
32574
32575 def func(param):
32576 \end_layout
32577
32578 \begin_layout Plain Layout
32579
32580     'ceci est une fonction python'
32581 \end_layout
32582
32583 \begin_layout Plain Layout
32584
32585     pass
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32595  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32596  de manière particulière dans la sortie imprimée.
32597  Dans l'exemple de listing, le mot clé Python 
32598 \begin_inset Quotes eld
32599 \end_inset
32600
32601 def
32602 \begin_inset Quotes erd
32603 \end_inset
32604
32605  est reconnu et imprimé en caractères gras dans la sortie.
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \begin_inset Note Greyedout
32610 status open
32611
32612 \begin_layout Plain Layout
32613
32614 \series bold
32615 Note:
32616 \series default
32617  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32618  une police de caractères à 
32619 \family typewriter
32620 chasse fixe
32621 \family default
32622 , c'est que votre police ne contient probablement pas de série grasse.
32623  Dans ce cas choisissez une police différente dans le menu 
32624 \family sans
32625 Document\SpecialChar \menuseparator
32626 Paramètres\SpecialChar \menuseparator
32627 Polices
32628 \family default
32629 .
32630  (Les polices 
32631 \emph on
32632 LuxiMono, BeraMono
32633 \emph default
32634  et 
32635 \emph on
32636 Courier
32637 \emph default
32638  contiennent une série grasse.)
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Standard
32647 Dans la rubrique 
32648 \family sans
32649 Numérotation
32650 \begin_inset space ~
32651 \end_inset
32652
32653 des
32654 \begin_inset space ~
32655 \end_inset
32656
32657 Lignes
32658 \family default
32659  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32660 n des lignes.
32661  Vous pouvez mettre un nombre dans le champ 
32662 \family sans
32663 Pas
32664 \family default
32665  pour désigner les lignes qui seront numérotées.
32666  Par exemple, si vous mettez 
32667 \begin_inset Quotes eld
32668 \end_inset
32669
32670 3
32671 \begin_inset Quotes erd
32672 \end_inset
32673
32674 , seule une ligne sur trois sera numérotée.
32675 \end_layout
32676
32677 \begin_layout Standard
32678 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32679  apparaîtront dans la sortie.
32680  Vous devez utiliser l'option 
32681 \family sans
32682 Table
32683 \begin_inset space ~
32684 \end_inset
32685
32686 de
32687 \begin_inset space ~
32688 \end_inset
32689
32690 Caractères
32691 \begin_inset space ~
32692 \end_inset
32693
32694 Étendue
32695 \family default
32696  quand vous employez des caractères spécifiques à une langue donnée comme
32697  les umlauts Allemands dans votre listing.
32698 \begin_inset Newline newline
32699 \end_inset
32700
32701 Voici un exemple de listing avec la numérotation des lignes à gauche par
32702  pas de 3, en langage Python, avec les options 
32703 \begin_inset Quotes eld
32704 \end_inset
32705
32706 Table
32707 \begin_inset space ~
32708 \end_inset
32709
32710 de
32711 \begin_inset space ~
32712 \end_inset
32713
32714 caractères
32715 \begin_inset space ~
32716 \end_inset
32717
32718 étendue
32719 \begin_inset Quotes erd
32720 \end_inset
32721
32722  et 
32723 \begin_inset Quotes eld
32724 \end_inset
32725
32726 Espace
32727 \begin_inset space ~
32728 \end_inset
32729
32730 représenté
32731 \begin_inset space ~
32732 \end_inset
32733
32734 par
32735 \begin_inset space ~
32736 \end_inset
32737
32738 un
32739 \begin_inset space ~
32740 \end_inset
32741
32742 symbole
32743 \begin_inset Quotes erd
32744 \end_inset
32745
32746 , l'intervalle de ligne étant 3
32747 \begin_inset space \thinspace{}
32748 \end_inset
32749
32750 -
32751 \begin_inset space \thinspace{}
32752 \end_inset
32753
32754 8:
32755 \end_layout
32756
32757 \begin_layout Standard
32758 \begin_inset listings
32759 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32760 inline false
32761 status open
32762
32763 \begin_layout Plain Layout
32764
32765 def func(param):
32766 \end_layout
32767
32768 \begin_layout Plain Layout
32769
32770     'ceci est une fonction Python'
32771 \end_layout
32772
32773 \begin_layout Plain Layout
32774
32775     pass
32776 \end_layout
32777
32778 \begin_layout Plain Layout
32779
32780 def func(param):
32781 \end_layout
32782
32783 \begin_layout Plain Layout
32784
32785 'Ça, c'est un mot Allemand : Tschüß'
32786 \end_layout
32787
32788 \begin_layout Plain Layout
32789
32790 pass
32791 \end_layout
32792
32793 \begin_layout Plain Layout
32794
32795 def func(param):
32796 \end_layout
32797
32798 \begin_layout Plain Layout
32799
32800 'ceci est une fonction Python'
32801 \end_layout
32802
32803 \begin_layout Plain Layout
32804
32805 pass
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Standard
32814 \begin_inset Note Greyedout
32815 status open
32816
32817 \begin_layout Plain Layout
32818
32819 \series bold
32820 Note:
32821 \series default
32822  À cause d'un bug dans le paquetage 
32823 \series bold
32824 listings
32825 \series default
32826  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32827  listing.
32828  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32829  les lignes 3 et 6.
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset VSpace bigskip
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32846  listing.
32847  Pour le faire, il suffit d'utiliser le menu 
32848 \family sans
32849 Insérer\SpecialChar \menuseparator
32850 Fichier\SpecialChar \menuseparator
32851 Sous-document
32852 \family default
32853  et de choisir le type 
32854 \family sans
32855 Listing
32856 \family default
32857
32858 \begin_inset space ~
32859 \end_inset
32860
32861
32862 \family sans
32863 de
32864 \begin_inset space ~
32865 \end_inset
32866
32867 Code
32868 \begin_inset space ~
32869 \end_inset
32870
32871 source
32872 \family default
32873 .
32874 \begin_inset Foot
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878 Les autres types de sous-documents sont décrits dans la section
32879 \begin_inset space ~
32880 \end_inset
32881
32882
32883 \begin_inset CommandInset ref
32884 LatexCommand ref
32885 reference "sec:Sous-documents"
32886
32887 \end_inset
32888
32889 .
32890 \end_layout
32891
32892 \end_inset
32893
32894  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32895  à utiliser pour le listing dans une zone de texte.
32896  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32897  
32898 \begin_inset Quotes eld
32899 \end_inset
32900
32901 ?
32902 \begin_inset Quotes erd
32903 \end_inset
32904
32905  dans la zone de texte.
32906 \end_layout
32907
32908 \begin_layout Standard
32909 Pour faire référence à un sous-document de type listing, tapez une étiquette
32910  dans le champ correspondant de la fenêtre de dialogue.
32911  On peut alors faire référence à cette étiquette en utilisant le menu 
32912 \family sans
32913 Insérer\SpecialChar \menuseparator
32914 Référence
32915 \begin_inset space ~
32916 \end_inset
32917
32918 Croisée
32919 \family default
32920 .
32921 \end_layout
32922
32923 \begin_layout Standard
32924 Le listing
32925 \begin_inset space ~
32926 \end_inset
32927
32928
32929 \begin_inset CommandInset ref
32930 LatexCommand ref
32931 reference "lst:listing-fichier"
32932
32933 \end_inset
32934
32935  est une exemple de listing issu d'un fichier ; ici les lignes 10
32936 \begin_inset space \thinspace{}
32937 \end_inset
32938
32939 -
32940 \begin_inset space \thinspace{}
32941 \end_inset
32942
32943 15 de ce fichier LyX sont listées.
32944 \end_layout
32945
32946 \begin_layout Standard
32947 \begin_inset CommandInset include
32948 LatexCommand lstinputlisting
32949 filename "EmbeddedObjects.lyx"
32950 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Standard
32958 \begin_inset VSpace bigskip
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \begin_layout Standard
32965 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32966  de dialogue 
32967 \family sans
32968 Document\SpecialChar \menuseparator
32969 Paramètres\SpecialChar \menuseparator
32970 Format
32971 \begin_inset space ~
32972 \end_inset
32973
32974 du
32975 \begin_inset space ~
32976 \end_inset
32977
32978 Texte
32979 \family default
32980 .
32981  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32982  
32983 \begin_inset Quotes eld
32984 \end_inset
32985
32986 ?
32987 \begin_inset Quotes erd
32988 \end_inset
32989
32990  dans le champ 
32991 \family sans
32992 Paramètres
32993 \begin_inset space ~
32994 \end_inset
32995
32996 du
32997 \begin_inset space ~
32998 \end_inset
32999
33000 Listing
33001 \family default
33002 .
33003 \end_layout
33004
33005 \begin_layout Standard
33006 Pour plus d'information sur le paquetage 
33007 \series bold
33008 listings
33009 \series default
33010 , nous vous renvoyons à sa documentation 
33011 \begin_inset CommandInset citation
33012 LatexCommand cite
33013 key "listings"
33014
33015 \end_inset
33016
33017 .
33018 \end_layout
33019
33020 \begin_layout Standard
33021 \begin_inset Newpage newpage
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \begin_layout Chapter
33028 \start_of_appendix
33029 Unités de longueur utilisables avec LyX
33030 \begin_inset OptArg
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034 Unités de longueur
33035 \end_layout
33036
33037 \end_inset
33038
33039
33040 \begin_inset Index
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044 Unités
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \begin_inset CommandInset label
33051 LatexCommand label
33052 name "cha:Unités-de-longueur"
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 Pour comprendre les unités de longueur utilisées dans cette documentation,
33061  le tableau
33062 \begin_inset space ~
33063 \end_inset
33064
33065
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "tab:Unités"
33069
33070 \end_inset
33071
33072 décrit les unités utilisées par LyX.
33073 \begin_inset Float table
33074 placement h
33075 wide false
33076 sideways false
33077 status open
33078
33079 \begin_layout Plain Layout
33080 \begin_inset Caption
33081
33082 \begin_layout Plain Layout
33083 \begin_inset CommandInset label
33084 LatexCommand label
33085 name "tab:Unités"
33086
33087 \end_inset
33088
33089 Unités de longueur
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Plain Layout
33098 \begin_inset VSpace medskip
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Plain Layout
33105 \align center
33106 \begin_inset Tabular
33107 <lyxtabular version="3" rows="20" columns="2">
33108 <features>
33109 <column alignment="center" valignment="top" width="0">
33110 <column alignment="center" valignment="top" width="0">
33111 <row>
33112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 unité
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125 nom/description
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 </row>
33131 <row>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 mm
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145 millimètre
33146 \end_layout
33147
33148 \end_inset
33149 </cell>
33150 </row>
33151 <row>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 cm
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 centimètre
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 </row>
33171 <row>
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 in
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185 pouce (inch)
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 </row>
33191 <row>
33192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 pt
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205 point (72.27
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 pt = 1
33210 \begin_inset space \thinspace{}
33211 \end_inset
33212
33213 in)
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 <row>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 pc
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 pica (1
33234 \begin_inset space \thinspace{}
33235 \end_inset
33236
33237 pc = 12
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 pt)
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 </row>
33247 <row>
33248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252 sp
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261 scaled point (65536
33262 \begin_inset space \thinspace{}
33263 \end_inset
33264
33265 sp = 1
33266 \begin_inset space \thinspace{}
33267 \end_inset
33268
33269 pt)
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 </row>
33275 <row>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 bp
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 gros point (72
33290 \begin_inset space \thinspace{}
33291 \end_inset
33292
33293 bp = 1
33294 \begin_inset space \thinspace{}
33295 \end_inset
33296
33297 in)
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 </row>
33303 <row>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 dd
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317 didot (72
33318 \begin_inset space \thinspace{}
33319 \end_inset
33320
33321 dd 
33322 \begin_inset Formula $\approx$
33323 \end_inset
33324
33325  37.6
33326 \begin_inset space \thinspace{}
33327 \end_inset
33328
33329 mm)
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 </row>
33335 <row>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340 cc
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 cicero (1
33350 \begin_inset space \thinspace{}
33351 \end_inset
33352
33353 cc = 12
33354 \begin_inset space \thinspace{}
33355 \end_inset
33356
33357 dd)
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 </row>
33363 <row>
33364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 Scale%
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 % de la largeur originale de l'image
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 </row>
33383 <row>
33384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388 text%
33389 \end_layout
33390
33391 \end_inset
33392 </cell>
33393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33394 \begin_inset Text
33395
33396 \begin_layout Plain Layout
33397 % de la largeur du texte
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 <row>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 col%
33409 \end_layout
33410
33411 \end_inset
33412 </cell>
33413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417 % de la largeur de la colonne
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 </row>
33423 <row>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 page%
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Plain Layout
33437 % de la largeur du papier
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 </row>
33443 <row>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 line%
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 % de la largeur de la ligne
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 </row>
33463 <row>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 theight%
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477 % la hauteur du texte
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 </row>
33483 <row>
33484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488 pheight%
33489 \end_layout
33490
33491 \end_inset
33492 </cell>
33493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497 % hauteur du papier
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 </row>
33503 <row>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 ex
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33514 \begin_inset Text
33515
33516 \begin_layout Plain Layout
33517 hauteur de la lettre 
33518 \emph on
33519 x
33520 \emph default
33521  dans la police courante
33522 \end_layout
33523
33524 \end_inset
33525 </cell>
33526 </row>
33527 <row>
33528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33529 \begin_inset Text
33530
33531 \begin_layout Plain Layout
33532 em
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33538 \begin_inset Text
33539
33540 \begin_layout Plain Layout
33541 largeur de la lettre
33542 \emph on
33543  M
33544 \emph default
33545  dans la police courante
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 mu
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Plain Layout
33565 unité mathématique (1
33566 \begin_inset space \thinspace{}
33567 \end_inset
33568
33569 mu = 1/18
33570 \begin_inset space \thinspace{}
33571 \end_inset
33572
33573 em)
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 </row>
33579 </lyxtabular>
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Chapter
33592 Formats des fichiers de sortie graphiques
33593 \begin_inset CommandInset label
33594 LatexCommand label
33595 name "cha:Formats-fichiers-graphiques"
33596
33597 \end_inset
33598
33599
33600 \end_layout
33601
33602 \begin_layout Section
33603 DVI
33604 \begin_inset Index
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 Formats de Fichiers! DVI
33609 \end_layout
33610
33611 \end_inset
33612
33613
33614 \begin_inset Index
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 DVI|see
33619 \begin_inset ERT
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623
33624 {
33625 \end_layout
33626
33627 \end_inset
33628
33629 Formats de Fichiers
33630 \begin_inset ERT
33631 status collapsed
33632
33633 \begin_layout Plain Layout
33634
33635 }
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Standard
33649 Ce type de fichiers a l'extension 
33650 \begin_inset Quotes fld
33651 \end_inset
33652
33653
33654 \family typewriter
33655 .dvi
33656 \family default
33657
33658 \begin_inset Quotes frd
33659 \end_inset
33660
33661 .
33662  Il est appelé 
33663 \emph on
33664 indépendant de l'appareil
33665 \emph default
33666  ou 
33667 \begin_inset Quotes fld
33668 \end_inset
33669
33670 device independent (DVI)
33671 \begin_inset Quotes frd
33672 \end_inset
33673
33674 , car il est complètement portable ; vous pouvez les recopier d'une machine
33675  à l'autre sans avoir à faire de conversion.
33676  À l'époque où ce format a été développé, c'était loin d'être évident.
33677  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33678  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33679 \end_layout
33680
33681 \begin_layout Standard
33682 \begin_inset Note Greyedout
33683 status open
33684
33685 \begin_layout Plain Layout
33686
33687 \series bold
33688 Note:
33689 \series default
33690  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33691  au fichier.
33692  
33693 \end_layout
33694
33695 \end_inset
33696
33697  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33698  
33699 \family typewriter
33700 .dvi
33701 \family default
33702 .
33703  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33704 z le DVI puisque le programme de visualisation doit convertir les images
33705  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33706  document.
33707  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33708  avec de nombreuses images.
33709 \end_layout
33710
33711 \begin_layout Standard
33712 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33713  menu 
33714 \family sans
33715 Fichier\SpecialChar \menuseparator
33716 Exporter\SpecialChar \menuseparator
33717 DVI.
33718
33719 \family default
33720  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33721 \family sans
33722 Visualiser
33723 \family default
33724  ou en utilisant le bouton
33725 \begin_inset Graphics
33726         filename ../../images/buffer-view_dvi.png
33727         scale 85
33728         scaleBeforeRotation
33729
33730 \end_inset
33731
33732  de la barre d'outils.
33733 \end_layout
33734
33735 \begin_layout Section
33736 PostScript
33737 \begin_inset CommandInset label
33738 LatexCommand label
33739 name "sec:PostScript"
33740
33741 \end_inset
33742
33743
33744 \begin_inset Index
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748 Formats de Fichiers ! PostScript
33749 \end_layout
33750
33751 \end_inset
33752
33753
33754 \begin_inset Index
33755 status collapsed
33756
33757 \begin_layout Plain Layout
33758 PostScript|see
33759 \begin_inset ERT
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763
33764 {
33765 \end_layout
33766
33767 \end_inset
33768
33769 Formats de Fichiers
33770 \begin_inset ERT
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774
33775 }
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Ce type de fichiers a l'extension 
33790 \begin_inset Quotes fld
33791 \end_inset
33792
33793
33794 \family typewriter
33795 .ps
33796 \family default
33797
33798 \begin_inset Quotes frd
33799 \end_inset
33800
33801 .
33802  PostScript a été développé par la société 
33803 \series bold
33804 Adobe
33805 \series default
33806  comme un langage pour les imprimantes.
33807  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33808  pour imprimer le document.
33809  PostScript peut être considéré comme un 
33810 \begin_inset Quotes fld
33811 \end_inset
33812
33813 langage de programmation
33814 \begin_inset Quotes frd
33815 \end_inset
33816
33817  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33818  images
33819 \begin_inset Foot
33820 status open
33821
33822 \begin_layout Plain Layout
33823 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33824  LaTeX 
33825 \series bold
33826 pstricks
33827 \series default
33828
33829 \begin_inset CommandInset citation
33830 LatexCommand cite
33831 key "pstricks"
33832
33833 \end_inset
33834
33835 .
33836 \end_layout
33837
33838 \end_inset
33839
33840 .
33841  En partie à cause de toutes ces possibilités un fichier PostScript est
33842  souvent plus gros qu'un PDF.
33843 \end_layout
33844
33845 \begin_layout Standard
33846 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33847  plus gros qu'un PDF.
33848 \end_layout
33849
33850 \begin_layout Standard
33851 PostScript ne peut contenir que des images au format 
33852 \begin_inset Quotes fld
33853 \end_inset
33854
33855 PostScript Encapsulé
33856 \begin_inset Quotes frd
33857 \end_inset
33858
33859  (encapsulated PostScript ou EPS, d'extension 
33860 \family typewriter
33861 .eps
33862 \family default
33863 ).
33864  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33865  il doit les convertir en interne en EPS.
33866  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33867  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33868  document.
33869  Cela risque de ralentir de façon importante votre rythme de travail.
33870  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33871  vos images directement en EPS pour éviter ce problème.
33872 \end_layout
33873
33874 \begin_layout Standard
33875 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33876  le menu 
33877 \family sans
33878 Fichier\SpecialChar \menuseparator
33879 Exporter\SpecialChar \menuseparator
33880 PostScript.
33881
33882 \family default
33883  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33884  
33885 \family sans
33886 Visualiser
33887 \family default
33888  ou en utilisant le bouton 
33889 \begin_inset Graphics
33890         filename ../../images/buffer-view_ps.png
33891         scale 85
33892         scaleBeforeRotation
33893
33894 \end_inset
33895
33896  de la barre d'outils.
33897 \end_layout
33898
33899 \begin_layout Section
33900 PDF
33901 \begin_inset Index
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905 Formats de Fichiers ! PDF
33906 \end_layout
33907
33908 \end_inset
33909
33910
33911 \begin_inset Index
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 PDF
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Ce type de fichiers a l'extension 
33925 \begin_inset Quotes fld
33926 \end_inset
33927
33928
33929 \family typewriter
33930 .pdf
33931 \family default
33932
33933 \begin_inset Quotes frd
33934 \end_inset
33935
33936 .
33937  Ce 
33938 \begin_inset Quotes fld
33939 \end_inset
33940
33941 format de document portable
33942 \begin_inset Quotes frd
33943 \end_inset
33944
33945  (portable document format ou PDF) est développé par 
33946 \family typewriter
33947 Adobe
33948 \family default
33949  comme une évolution de PostScript.
33950  Il est plus comprimé et utilise moins de commandes que PostScript.
33951  Comme son nom l'indique, il est 
33952 \begin_inset Quotes fld
33953 \end_inset
33954
33955 portable
33956 \begin_inset Quotes frd
33957 \end_inset
33958
33959  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33960  aura exactement le même aspect.
33961 \end_layout
33962
33963 \begin_layout Standard
33964 PDF peut contenir des images dans son propre format PDF et dans les formats
33965  JPG (format du 
33966 \begin_inset Quotes fld
33967 \end_inset
33968
33969 Joint Photographic Expert Group
33970 \begin_inset Quotes frd
33971 \end_inset
33972
33973  avec comme extension 
33974 \family typewriter
33975 .jpg
33976 \family default
33977  ou 
33978 \family typewriter
33979 .jpeg
33980 \family default
33981 ) et PNG (
33982 \begin_inset Quotes fld
33983 \end_inset
33984
33985 Portable Network Graphics
33986 \begin_inset Quotes frd
33987 \end_inset
33988
33989  avec l'extension 
33990 \family typewriter
33991 .png
33992 \family default
33993 ).
33994  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33995  dans un de ces formats.
33996  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33997  vont ralentir votre travail.
33998  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33999 \end_layout
34000
34001 \begin_layout Standard
34002 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34003  menu 
34004 \family sans
34005 Fichier\SpecialChar \menuseparator
34006 Exporter 
34007 \family default
34008 de trois façons différentes:
34009 \end_layout
34010
34011 \begin_layout Description
34012 PDF
34013 \begin_inset space ~
34014 \end_inset
34015
34016 (ps2pdf) Ceci utilise le programme 
34017 \family typewriter
34018 ps2pdf
34019 \family default
34020  qui créé un PDF à partir de la version PostScript de votre fichier.
34021  Cette dernière est produite par le programme 
34022 \family typewriter
34023 dvips
34024 \family default
34025  qui utilise une version DVI comme étape intermédiaire.
34026  Cette variante consiste donc en trois conversions.
34027 \end_layout
34028
34029 \begin_layout Description
34030 PDF
34031 \begin_inset space ~
34032 \end_inset
34033
34034 (dvipdfm) Ceci utilise le programme 
34035 \family typewriter
34036 dvipdfm
34037 \family default
34038  qui convertit votre fichier en DVI avant de le convertir en PDF.
34039 \end_layout
34040
34041 \begin_layout Description
34042 PDF
34043 \begin_inset space ~
34044 \end_inset
34045
34046 (pdflatex) Ceci utilise le programme 
34047 \family typewriter
34048 pdftex
34049 \family default
34050  qui convertit directement votre fichier en PDF.
34051 \end_layout
34052
34053 \begin_layout Standard
34054 Nous recommandons d'utiliser l'option 
34055 \family sans
34056 PDF
34057 \begin_inset space ~
34058 \end_inset
34059
34060 (pdflatex)
34061 \family default
34062  car 
34063 \family typewriter
34064 pdftex
34065 \family default
34066  accepte toutes les fonctionnalités des versions actuelles de PDF.
34067  Il est en plus rapide et stable.
34068  Le programme 
34069 \family typewriter
34070 dvipdfm
34071 \family default
34072  n'est plus développé est est donc un peu dépassé.
34073 \end_layout
34074
34075 \begin_layout Standard
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34081 \family sans
34082 Visualiser
34083 \family default
34084  ou en utilisant le bouton 
34085 \begin_inset Graphics
34086         filename ../../images/buffer-view_pdf2.png
34087         scale 85
34088         scaleBeforeRotation
34089
34090 \end_inset
34091
34092  de la barre d'outils
34093 \family sans
34094  (
34095 \family default
34096 qui utilise 
34097 \family sans
34098 PDF
34099 \begin_inset space ~
34100 \end_inset
34101
34102 (pdflatex)
34103 \family default
34104 ).
34105 \end_layout
34106
34107 \begin_layout Chapter
34108 Explication de l' Équation
34109 \begin_inset space ~
34110 \end_inset
34111
34112
34113 \begin_inset CommandInset ref
34114 LatexCommand eqref
34115 reference "eq:Wgn"
34116
34117 \end_inset
34118
34119
34120 \begin_inset CommandInset label
34121 LatexCommand label
34122 name "cha:Explication-de-l'Equation"
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 La largeur totale de 
34131 \emph on
34132 n
34133 \emph default
34134  cellules de tableau 
34135 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34136 \end_inset
34137
34138  peut être calculée avec
34139 \end_layout
34140
34141 \begin_layout Standard
34142 \begin_inset Formula \begin{equation}
34143 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}
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Standard
34151 Où 
34152 \begin_inset Formula $W_{g\, n}$
34153 \end_inset
34154
34155  est la largeur fixe de toutes les cellules.
34156  
34157 \series bold
34158
34159 \backslash
34160 tabcolsep
34161 \series default
34162  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34163  sa valeur par défaut est 6
34164 \begin_inset space \thinspace{}
34165 \end_inset
34166
34167 pt.
34168  
34169 \series bold
34170
34171 \backslash
34172 arrayrulewidth
34173 \series default
34174  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34175 \begin_inset space \thinspace{}
34176 \end_inset
34177
34178 pt.
34179 \end_layout
34180
34181 \begin_layout Standard
34182 D'après l'équation
34183 \begin_inset space ~
34184 \end_inset
34185
34186
34187 \begin_inset CommandInset ref
34188 LatexCommand eqref
34189 reference "eq:Wtot_n"
34190
34191 \end_inset
34192
34193 , la largeur totale d'une multicolonne, 
34194 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34195 \end_inset
34196
34197  est
34198 \end_layout
34199
34200 \begin_layout Standard
34201 \begin_inset Formula \begin{equation}
34202 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Standard
34210 En posant que les équations 
34211 \begin_inset space ~
34212 \end_inset
34213
34214
34215 \begin_inset CommandInset ref
34216 LatexCommand eqref
34217 reference "eq:Wtot_n"
34218
34219 \end_inset
34220
34221  et 
34222 \begin_inset CommandInset ref
34223 LatexCommand eqref
34224 reference "eq:Wtot_mult"
34225
34226 \end_inset
34227
34228  sont égales, on peut calculer la largeur nécessaire 
34229 \begin_inset Formula $W_{g\, n}$
34230 \end_inset
34231
34232  quand 
34233 \emph on
34234 n
34235 \emph default
34236  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34237  de 
34238 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34239 \end_inset
34240
34241 :
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Formula \begin{equation}
34246 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Bibliography
34254 \begin_inset CommandInset bibitem
34255 LatexCommand bibitem
34256 key "latexcompanion"
34257
34258 \end_inset
34259
34260 Frank Mittelbach and Michel Goossens: 
34261 \emph on
34262 The LaTeX Companion Second Edition.
34263
34264 \emph default
34265  Addison-Wesley, 2004
34266 \end_layout
34267
34268 \begin_layout Bibliography
34269 \begin_inset CommandInset bibitem
34270 LatexCommand bibitem
34271 key "latexguide"
34272
34273 \end_inset
34274
34275 Helmut Kopka and Patrick W.
34276  Daly: 
34277 \emph on
34278 A Guide to LaTeX Fourth Edition.
34279
34280 \emph default
34281  Addison-Wesley, 2003
34282 \end_layout
34283
34284 \begin_layout Bibliography
34285 \begin_inset CommandInset bibitem
34286 LatexCommand bibitem
34287 key "latexbook"
34288
34289 \end_inset
34290
34291 Leslie Lamport: 
34292 \emph on
34293 LaTeX: A Document Preparation System.
34294
34295 \emph default
34296  Addison-Wesley, second edition, 1994
34297 \end_layout
34298
34299 \begin_layout Bibliography
34300 \begin_inset CommandInset bibitem
34301 LatexCommand bibitem
34302 key "booktabs"
34303
34304 \end_inset
34305
34306 Documentation du paquetage LaTeX 
34307 \series bold
34308
34309 \begin_inset CommandInset href
34310 LatexCommand href
34311 name "booktabs"
34312 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34313
34314 \end_inset
34315
34316
34317 \series default
34318
34319 \begin_inset Index
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323 Paquetages LaTeX ! booktabs
34324 \end_layout
34325
34326 \end_inset
34327
34328
34329 \end_layout
34330
34331 \begin_layout Bibliography
34332 \begin_inset CommandInset bibitem
34333 LatexCommand bibitem
34334 key "caption"
34335
34336 \end_inset
34337
34338 Documentation du paquetage LaTeX 
34339 \series bold
34340
34341 \begin_inset CommandInset href
34342 LatexCommand href
34343 name "caption"
34344 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34345
34346 \end_inset
34347
34348
34349 \series default
34350
34351 \begin_inset Index
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355 Paquetages LaTeX ! caption
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Bibliography
34364 \begin_inset CommandInset bibitem
34365 LatexCommand bibitem
34366 key "endfloat"
34367
34368 \end_inset
34369
34370 Documentation du paquetage LaTeX 
34371 \series bold
34372
34373 \begin_inset CommandInset href
34374 LatexCommand href
34375 name "endfloat"
34376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34377
34378 \end_inset
34379
34380
34381 \series default
34382
34383 \begin_inset Index
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387 Paquetages LaTeX ! endfloat
34388 \end_layout
34389
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Bibliography
34396 \begin_inset CommandInset bibitem
34397 LatexCommand bibitem
34398 key "wrapfig"
34399
34400 \end_inset
34401
34402 Documentation du paquetage LaTeX 
34403 \series bold
34404
34405 \begin_inset CommandInset href
34406 LatexCommand href
34407 name "wrapfig"
34408 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34409
34410 \end_inset
34411
34412
34413 \series default
34414
34415 \begin_inset Index
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419 Paquetages LaTeX ! wrapfig
34420 \begin_inset ERT
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424
34425
34426 \backslash
34427 vspace{4mm}
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \begin_layout Bibliography
34441 \begin_inset CommandInset bibitem
34442 LatexCommand bibitem
34443 key "footmisc"
34444
34445 \end_inset
34446
34447 Documentation du paquetage LaTeX 
34448 \series bold
34449
34450 \begin_inset CommandInset href
34451 LatexCommand href
34452 name "footmisc"
34453 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34454
34455 \end_inset
34456
34457
34458 \series default
34459
34460 \begin_inset Index
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464 Paquetages LaTeX ! footmisc
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \begin_layout Bibliography
34473 \begin_inset CommandInset bibitem
34474 LatexCommand bibitem
34475 key "hypcap"
34476
34477 \end_inset
34478
34479 Documentation du paquetage LaTeX 
34480 \series bold
34481
34482 \begin_inset CommandInset href
34483 LatexCommand href
34484 name "hypcap"
34485 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34486
34487 \end_inset
34488
34489
34490 \series default
34491
34492 \begin_inset Index
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496 Paquetages LaTeX ! hyperref
34497 \end_layout
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Bibliography
34505 \begin_inset CommandInset bibitem
34506 LatexCommand bibitem
34507 key "hyperref"
34508
34509 \end_inset
34510
34511 Documentation du paquetage LaTeX 
34512 \series bold
34513
34514 \begin_inset CommandInset href
34515 LatexCommand href
34516 name "hyperref"
34517 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34518
34519 \end_inset
34520
34521
34522 \series default
34523
34524 \begin_inset Index
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528 Paquetages LaTeX ! hyperref
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Bibliography
34537 \begin_inset CommandInset bibitem
34538 LatexCommand bibitem
34539 key "koma-script"
34540
34541 \end_inset
34542
34543 Documentation du paquetage LaTeX 
34544 \series bold
34545
34546 \begin_inset CommandInset href
34547 LatexCommand href
34548 name "koma-script"
34549 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34550
34551 \end_inset
34552
34553
34554 \series default
34555
34556 \begin_inset Index
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560 Paquetages LaTeX ! koma-script
34561 \end_layout
34562
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \begin_layout Bibliography
34569 \begin_inset CommandInset bibitem
34570 LatexCommand bibitem
34571 key "listings"
34572
34573 \end_inset
34574
34575 Documentation du paquetage LaTeX 
34576 \series bold
34577
34578 \begin_inset CommandInset href
34579 LatexCommand href
34580 name "listings"
34581 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34582
34583 \end_inset
34584
34585
34586 \series default
34587
34588 \begin_inset Index
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592 Paquetages LaTeX ! listings
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \end_layout
34599
34600 \begin_layout Bibliography
34601 \begin_inset CommandInset bibitem
34602 LatexCommand bibitem
34603 key "marginnote"
34604
34605 \end_inset
34606
34607 Documentation du paquetage LaTeX 
34608 \series bold
34609
34610 \begin_inset CommandInset href
34611 LatexCommand href
34612 name "marginnote"
34613 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34614
34615 \end_inset
34616
34617
34618 \series default
34619
34620 \begin_inset Index
34621 status collapsed
34622
34623 \begin_layout Plain Layout
34624 Paquetages LaTeX ! marginnote
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \end_layout
34631
34632 \begin_layout Bibliography
34633 \begin_inset CommandInset bibitem
34634 LatexCommand bibitem
34635 key "pstricks"
34636
34637 \end_inset
34638
34639 Page Web du paquetage LaTeX 
34640 \series bold
34641
34642 \begin_inset CommandInset href
34643 LatexCommand href
34644 name "PSTricks"
34645 target "http://tug.org/PSTricks/"
34646
34647 \end_inset
34648
34649
34650 \series default
34651
34652 \begin_inset Index
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656 Paquetages LaTeX ! PSTricks
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Bibliography
34665 \begin_inset CommandInset bibitem
34666 LatexCommand bibitem
34667 key "sidecap"
34668
34669 \end_inset
34670
34671 Documentation du paquetage LaTeX 
34672 \series bold
34673
34674 \begin_inset CommandInset href
34675 LatexCommand href
34676 name "sidecap"
34677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34678
34679 \end_inset
34680
34681
34682 \series default
34683
34684 \begin_inset Index
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 Paquetages LaTeX ! sidecap
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \begin_layout Bibliography
34697 \begin_inset CommandInset bibitem
34698 LatexCommand bibitem
34699 key "NewInLyX16"
34700
34701 \end_inset
34702
34703
34704 \begin_inset CommandInset href
34705 LatexCommand href
34706 name "Page Wiki"
34707 target "http://wiki.lyx.org/LyX/NewInLyX16"
34708
34709 \end_inset
34710
34711  au sujet des nouveautés de 
34712 \family sans
34713 LyX 1.6.0
34714 \family default
34715 .
34716 \end_layout
34717
34718 \begin_layout Standard
34719 \begin_inset CommandInset index_print
34720 LatexCommand printindex
34721
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \begin_layout Standard
34728 \begin_inset FloatList figure
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Standard
34736 \begin_inset FloatList table
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \begin_layout Standard
34744 \begin_inset ERT
34745 status open
34746
34747 \begin_layout Plain Layout
34748
34749
34750 \backslash
34751 listof{algorithm}{Liste des Algorithmes}
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \begin_inset Note Note
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 voir la section
34762 \begin_inset space ~
34763 \end_inset
34764
34765
34766 \begin_inset CommandInset ref
34767 LatexCommand ref
34768 reference "sub:Flottant-d'Algorithme"
34769
34770 \end_inset
34771
34772  pour une description
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \end_body
34781 \end_document