]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: - convert all \xxxphantom TeX code insets to the new phantom...
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162
163 % use normal list environments also in French documents
164 \StandardLayout
165 \end_preamble
166 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \use_default_options false
168 \maintain_unincluded_children false
169 \language french
170 \inputencoding auto
171 \fontencoding global
172 \font_roman default
173 \font_sans default
174 \font_typewriter default
175 \font_default_family default
176 \use_xetex false
177 \font_sc false
178 \font_osf false
179 \font_sf_scale 100
180 \font_tt_scale 100
181
182 \graphics default
183 \default_output_format default
184 \output_sync 0
185 \bibtex_command default
186 \index_command default
187 \paperfontsize 12
188 \spacing single
189 \use_hyperref true
190 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
191 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
192 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
193 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
194 \pdf_bookmarks true
195 \pdf_bookmarksnumbered true
196 \pdf_bookmarksopen true
197 \pdf_bookmarksopenlevel 1
198 \pdf_breaklinks false
199 \pdf_pdfborder false
200 \pdf_colorlinks true
201 \pdf_backref false
202 \pdf_pdfusetitle false
203 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
204 \papersize default
205 \use_geometry false
206 \use_amsmath 2
207 \use_esint 0
208 \use_mhchem 1
209 \use_mathdots 1
210 \cite_engine basic
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \index Index
216 \shortcut idx
217 \color #008000
218 \end_index
219 \secnumdepth 3
220 \tocdepth 3
221 \paragraph_separation skip
222 \defskip medskip
223 \quotes_language french
224 \papercolumns 1
225 \papersides 2
226 \paperpagestyle default
227 \bullet 1 1 34 -1
228 \bullet 2 2 35 -1
229 \bullet 3 2 7 -1
230 \tracking_changes false
231 \output_changes false
232 \html_math_output 0
233 \html_be_strict false
234 \end_header
235
236 \begin_body
237
238 \begin_layout Title
239 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
240  les Boîtes et les Objets Externes de LyX
241 \end_layout
242
243 \begin_layout Author
244 par l'Équipe LyX
245 \begin_inset Foot
246 status collapsed
247
248 \begin_layout Plain Layout
249 \noindent
250 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
251  de la documentation de LyX: 
252 \begin_inset CommandInset href
253 LatexCommand href
254 name "lyx-docs@lists.lyx.org"
255 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
256 type "mailto:"
257
258 \end_inset
259
260
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 auteur original : Uwe Stöhr
271 \end_layout
272
273 \begin_layout Plain Layout
274 Traduction française : Siegfried Meunier-Guttin-Cluzel
275 \end_layout
276
277 \begin_layout Plain Layout
278 version 1.6.x janvier 2010
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \family sans
293 Version 2.0.x
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset CommandInset toc
298 LatexCommand tableofcontents
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Note Note
307 status collapsed
308
309 \begin_layout Plain Layout
310 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
311  
312 \begin_inset Quotes fld
313 \end_inset
314
315 Visionner
316 \begin_inset Quotes frd
317 \end_inset
318
319  ou 
320 \begin_inset Quotes fld
321 \end_inset
322
323 Exporter
324 \begin_inset Quotes frd
325 \end_inset
326
327  en PDF ne fonctionnera pas du fait d'un conflit entre 
328 \family typewriter
329 varioref/hyperref
330 \family default
331  et le caractère 
332 \begin_inset Quotes fld
333 \end_inset
334
335 :
336 \begin_inset Quotes frd
337 \end_inset
338
339  apparaissant dans certaines étiquettes.
340  Pour résoudre ce problème, vous pouvez:
341 \end_layout
342
343 \begin_layout Itemize
344 soit désactiver 
345 \family typewriter
346 hyperref
347 \family default
348  dans le menu 
349 \family sans
350 Document\SpecialChar \menuseparator
351 Paramètres\SpecialChar \menuseparator
352 Propriété PDF
353 \family default
354 ;
355 \end_layout
356
357 \begin_layout Itemize
358 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
365 \series default
366 ;
367 \end_layout
368
369 \begin_layout Itemize
370 soit mettre à jour votre distribution (en installant par exemple au moins
371  TeXLive 2008)
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset Note Note
378 status collapsed
379
380 \begin_layout Plain Layout
381 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
382  
383 \series bold
384 arydshln
385 \series default
386
387 \series bold
388 colortbl
389 \series default
390
391 \series bold
392 marginnote
393 \series default
394 , et 
395 \series bold
396 sidecap
397 \series default
398  doivent être installés.
399  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
400  les sections qui nécessitent les paquetages en question n'apparaîtront
401  pas sur la sortie.
402 \end_layout
403
404 \begin_layout Plain Layout
405 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
406 \begin_inset Newline newline
407 \end_inset
408
409
410 \series bold
411 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Chapter
420 Figures
421 \begin_inset Index idx
422 status collapsed
423
424 \begin_layout Plain Layout
425 Figures
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Index idx
432 status collapsed
433
434 \begin_layout Plain Layout
435 Graphiques|see
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441 {
442 \end_layout
443
444 \end_inset
445
446 Figures
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452 }
453 \end_layout
454
455 \end_inset
456
457
458 \end_layout
459
460 \end_inset
461
462
463 \end_layout
464
465 \begin_layout Section
466 La fenêtre de dialogue Graphique
467 \begin_inset Index idx
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figures ! Fenêtre de dialogue Graphique
472 \end_layout
473
474 \end_inset
475
476
477 \begin_inset CommandInset label
478 LatexCommand label
479 name "sec:Graphics-Dialog"
480
481 \end_inset
482
483
484 \end_layout
485
486 \begin_layout Standard
487 Pour placer une figure dans votre document, cliquez sur le bouton
488 \begin_inset Graphics
489         filename ../../images/dialog-show-new-inset_graphics.png
490         scale 85
491         scaleBeforeRotation
492
493 \end_inset
494
495  dans la barre d'outils, ou faites 
496 \family sans
497 Insérer\SpecialChar \menuseparator
498 Graphique
499 \family default
500 .
501  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
502  à charger.
503  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
504  dans le texte.
505 \end_layout
506
507 \begin_layout Standard
508 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
509  sur une image
510 \begin_inset Note Note
511 status collapsed
512
513 \begin_layout Plain Layout
514 Ça marche aussi avec le bouton gauche ! (NdT)
515 \end_layout
516
517 \end_inset
518
519 .
520  Cette fenêtre de dialogue possède trois onglets:
521 \end_layout
522
523 \begin_layout Description
524 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
525  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
526  Les unités de longueurs utilisées sont décrites dans l'appendice
527 \begin_inset space ~
528 \end_inset
529
530
531 \begin_inset CommandInset ref
532 LatexCommand ref
533 reference "cha:Unités-de-longueur"
534
535 \end_inset
536
537 .
538 \begin_inset Newline newline
539 \end_inset
540
541
542 \begin_inset Index idx
543 status collapsed
544
545 \begin_layout Plain Layout
546 Figures ! Pivotées
547 \end_layout
548
549 \end_inset
550
551 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
552  d'une montre, en donnant l'angle de rotation et la position du pivot.
553  L'image apparaîtra pivotée dans LyX.
554 \begin_inset Newline newline
555 \end_inset
556
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Figures ! Redimensionnées
563 \end_layout
564
565 \end_inset
566
567 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
568  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
569  sa largeur.
570  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
571  déterminée automatiquement.
572  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
573  éventuellement une distorsion.
574  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
575  
576 \family sans
577 Conserver
578 \begin_inset space ~
579 \end_inset
580
581 les
582 \begin_inset space ~
583 \end_inset
584
585 proportions
586 \family default
587 .
588  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
589  pas les valeurs fixées.
590  
591 \begin_inset Newline newline
592 \end_inset
593
594 Les images peuvent être modifiée en utilisant le programme de votre choix
595  en faisant un clic droit dessus et en choisissant 
596 \family sans
597 Éditer le fichier ailleurs
598 \family default
599  dans le menu contextuel qui apparaît.
600  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
601  
602 \family sans
603 Formats
604 \begin_inset space ~
605 \end_inset
606
607 de
608 \begin_inset space ~
609 \end_inset
610
611 fichiers
612 \family default
613  dans la fenêtre de dialogue de 
614 \family sans
615 Préférences
616 \family default
617  de LyX.
618 \end_layout
619
620 \begin_layout Description
621 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
622  la sortie finale est de modifier les coordonnées de la zone de l'image
623  qui est affichée.
624  Cette zone peut être calculée automatiquement à partir des données présentes
625  dans le fichier en appuyant sur le bouton 
626 \family sans
627 Valeurs
628 \begin_inset space ~
629 \end_inset
630
631 du
632 \begin_inset space ~
633 \end_inset
634
635 Fichier
636 \family default
637 .
638  Avec l'option 
639 \family sans
640 Couper
641 \begin_inset space ~
642 \end_inset
643
644 à
645 \begin_inset space ~
646 \end_inset
647
648 la
649 \begin_inset space ~
650 \end_inset
651
652 boîte
653 \begin_inset space ~
654 \end_inset
655
656 de
657 \begin_inset space ~
658 \end_inset
659
660 délimitation, 
661 \family default
662 seule la portion de l'image qui est dans la zone définie sera imprimée.
663  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
664  donc vous pouvez ignorer l'onglet 
665 \family sans
666 Rogner
667 \family default
668 .
669 \end_layout
670
671 \begin_layout Description
672
673 \family sans
674 Options
675 \begin_inset space ~
676 \end_inset
677
678 LaTeX
679 \begin_inset space ~
680 \end_inset
681
682 et
683 \begin_inset space ~
684 \end_inset
685
686 LyX
687 \family default
688  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
689  les experts ès-LaTeX pourront fournir des options supplémentaires pour
690  LaTeX
691 \begin_inset Newline newline
692 \end_inset
693
694 L'option 
695 \family sans
696 Mode brouillon
697 \family default
698  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
699  avec la taille de l'image.
700 \begin_inset Newline newline
701 \end_inset
702
703 L'option 
704 \family sans
705 Ne
706 \begin_inset space ~
707 \end_inset
708
709 pas
710 \begin_inset space ~
711 \end_inset
712
713 décompresser
714 \begin_inset space ~
715 \end_inset
716
717 à
718 \begin_inset space ~
719 \end_inset
720
721 l'exportation
722 \family default
723  n'affectera que les graphiques EPS zippés, par exemple 
724 \family typewriter
725 x.eps.gz
726 \family default
727 .
728  Quand cette option est activée, les images ne sont pas décompressées à
729  l'exportation, vu que LaTeX peut les traiter telles-quelles
730 \begin_inset Newline newline
731 \end_inset
732
733 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
734  disques quand on utilise PostScript comme format de sortie, voir l'appendice
735 \begin_inset space ~
736 \end_inset
737
738
739 \begin_inset CommandInset ref
740 LatexCommand ref
741 reference "sec:PostScript"
742
743 \end_inset
744
745 .
746  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
747  terminal UNIX ou une console Windows:
748 \begin_inset Newline newline
749 \end_inset
750
751
752 \series bold
753 gzip x.eps
754 \series default
755
756 \begin_inset Newline newline
757 \end_inset
758
759
760 \series bold
761 zgrep %%Bounding x.eps.gz > x.eps.bb
762 \series default
763
764 \begin_inset Newline newline
765 \end_inset
766
767 La seconde commande va créer le fichier contenant la description de la boîte
768  de délimitation 
769 \begin_inset Quotes eld
770 \end_inset
771
772
773 \family typewriter
774 x.eps.bb
775 \family default
776
777 \begin_inset Quotes erd
778 \end_inset
779
780  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
781 \begin_inset Newline newline
782 \end_inset
783
784 Le champ 
785 \family sans
786 Initialiser
787 \begin_inset space ~
788 \end_inset
789
790 le
791 \begin_inset space ~
792 \end_inset
793
794 nom
795 \begin_inset space ~
796 \end_inset
797
798 du
799 \begin_inset space ~
800 \end_inset
801
802 groupe
803 \family default
804  vous permet de définir ou de choisir un groupe de paramètres d'image
805 \begin_inset Index idx
806 status collapsed
807
808 \begin_layout Plain Layout
809 Figures ! Groupes de paramétrisation
810 \end_layout
811
812 \end_inset
813
814 .
815  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
816  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
817  les autres soient automatiquement modifiées de la même manière.
818  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
819  avoir à modifier leur taille manuellement une par une.
820  On peut rattacher une image à un groupe existant en utilisant le menu contextue
821 l de l'image et en cochant le nom du groupe dans la liste
822 \begin_inset Foot
823 status collapsed
824
825 \begin_layout Plain Layout
826 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
827 \end_layout
828
829 \end_inset
830
831 .
832 \end_layout
833
834 \begin_layout Standard
835 \begin_inset VSpace bigskip
836 \end_inset
837
838
839 \end_layout
840
841 \begin_layout Standard
842 Voici un exemple d'image au format EPS
843 \begin_inset Foot
844 status collapsed
845
846 \begin_layout Plain Layout
847 Les format d'images sont décrits dans la section
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "sec:Image-Formats"
855
856 \end_inset
857
858 .
859 \end_layout
860
861 \end_inset
862
863  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
864 nt:
865 \end_layout
866
867 \begin_layout Standard
868 \align center
869 \begin_inset Graphics
870         filename ../clipart/mobius.eps
871         scale 70
872         scaleBeforeRotation
873         rotateOrigin center
874
875 \end_inset
876
877
878 \end_layout
879
880 \begin_layout Standard
881 Et voici la même image mais en mode brouillon:
882 \end_layout
883
884 \begin_layout Standard
885 \align center
886 \begin_inset Graphics
887         filename ../clipart/mobius.eps
888         scale 70
889         draft
890         scaleBeforeRotation
891         rotateOrigin center
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Section
899 Figures Flottantes
900 \begin_inset CommandInset label
901 LatexCommand label
902 name "sec:Figure-Floats"
903
904 \end_inset
905
906
907 \begin_inset Index idx
908 status collapsed
909
910 \begin_layout Plain Layout
911 Flottants ! Figures
912 \end_layout
913
914 \end_inset
915
916
917 \begin_inset Index idx
918 status collapsed
919
920 \begin_layout Plain Layout
921 Figures ! Flottants
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Standard
930 Pour des explications d'ordre général concernant les flottants, jetez un
931  coup d'œil à la section
932 \begin_inset space ~
933 \end_inset
934
935
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "sec:Flottants-Introduction"
939
940 \end_inset
941
942 .
943 \end_layout
944
945 \begin_layout Standard
946 Le bouton 
947 \begin_inset Graphics
948         filename ../../images/float-insert_figure.png
949         scale 85
950         scaleBeforeRotation
951
952 \end_inset
953
954  de la barre d'outils et le menu 
955 \family sans
956 Insérer\SpecialChar \menuseparator
957 Flottant\SpecialChar \menuseparator
958 Figure
959 \family default
960  insèrent un flottant avec l'étiquette 
961 \begin_inset Quotes eld
962 \end_inset
963
964
965 \series bold
966 Figure
967 \begin_inset space ~
968 \end_inset
969
970 #:
971 \series default
972
973 \begin_inset Quotes erd
974 \end_inset
975
976  (# est le numéro réel de l'image).
977  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "fig:kill-plat"
985
986 \end_inset
987
988  ou en dessous de la légende comme pour la Figure
989 \begin_inset space ~
990 \end_inset
991
992
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "fig:escher"
996
997 \end_inset
998
999 .
1000  Vous trouverez plus d'information sur le positionnement des légendes dans
1001  la section
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "sec:Placement-légende"
1009
1010 \end_inset
1011
1012 .
1013 \end_layout
1014
1015 \begin_layout Standard
1016 \begin_inset Float figure
1017 wide false
1018 sideways false
1019 status open
1020
1021 \begin_layout Plain Layout
1022 \align center
1023 \begin_inset Graphics
1024         filename ../clipart/platypus.eps
1025         width 50col%
1026         scaleBeforeRotation
1027         rotateOrigin center
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \begin_inset Caption
1036
1037 \begin_layout Plain Layout
1038 \begin_inset CommandInset label
1039 LatexCommand label
1040 name "fig:kill-plat"
1041
1042 \end_inset
1043
1044 Un ornithorynque sévèrement déformé dans un flottant de figure.
1045 \end_layout
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Standard
1058 \begin_inset Float figure
1059 wide false
1060 sideways false
1061 status open
1062
1063 \begin_layout Plain Layout
1064 \begin_inset Caption
1065
1066 \begin_layout Plain Layout
1067 \begin_inset CommandInset label
1068 LatexCommand label
1069 name "fig:escher"
1070
1071 \end_inset
1072
1073 M.C.
1074  Escher sous LSD.
1075 \end_layout
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \begin_layout Plain Layout
1083 \align center
1084 \begin_inset Graphics
1085         filename ../clipart/escher-lsd.eps
1086         scale 80
1087         scaleBeforeRotation
1088         rotateOrigin center
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \end_inset
1096
1097
1098 \end_layout
1099
1100 \begin_layout Standard
1101 \begin_inset Index idx
1102 status collapsed
1103
1104 \begin_layout Plain Layout
1105 References@Références ! à des Figures
1106 \end_layout
1107
1108 \end_inset
1109
1110 Les figure
1111 \begin_inset space ~
1112 \end_inset
1113
1114
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "fig:kill-plat"
1118
1119 \end_inset
1120
1121  et 
1122 \begin_inset CommandInset ref
1123 LatexCommand ref
1124 reference "fig:escher"
1125
1126 \end_inset
1127
1128  sont des exemples de figures référencées.
1129  Dans le texte, on fait référence à une figure en faisant référence à sa
1130  légende.
1131  On insère donc une étiquette dans la légende en utilisant le menu 
1132 \family sans
1133 Insérer
1134 \family default
1135 \SpecialChar \menuseparator
1136
1137 \family sans
1138 Étiquette
1139 \family default
1140  ou le bouton 
1141 \begin_inset Graphics
1142         filename ../../images/label-insert.png
1143         scale 85
1144         scaleBeforeRotation
1145
1146 \end_inset
1147
1148  de la barre d'outils.
1149  On peut alors faire référence à cette étiquette en utilisant le menu 
1150 \family sans
1151 Insérer\SpecialChar \menuseparator
1152 Référence
1153 \begin_inset space ~
1154 \end_inset
1155
1156 croisée
1157 \family default
1158  ou le bouton 
1159 \begin_inset Graphics
1160         filename ../../images/dialog-show-new-inset_ref.png
1161         scale 85
1162         scaleBeforeRotation
1163
1164 \end_inset
1165
1166  de la barre d'outils.
1167  Il est important d'utiliser des références pour les flottants de figures
1168  plutôt que des locutions vagues du genre 
1169 \begin_inset Quotes eld
1170 \end_inset
1171
1172 la figure ci-dessous
1173 \begin_inset Quotes erd
1174 \end_inset
1175
1176 , puisque LaTeX va repositionner la figure dans le document final.
1177  Votre figure risque de ne plus être ci-dessous du tout !
1178 \begin_inset Newline newline
1179 \end_inset
1180
1181 Le référencement est expliqué plus en détail dans la section
1182 \begin_inset space ~
1183 \end_inset
1184
1185
1186 \begin_inset CommandInset ref
1187 LatexCommand ref
1188 reference "sec:Referencer-les-Flottants"
1189
1190 \end_inset
1191
1192 .
1193 \end_layout
1194
1195 \begin_layout Standard
1196 En principe on met une seule figure dans un flottant, mais parfois vous
1197  pouvez vouloir deux figures avec chacune sa sous-légende.
1198  C'est possible en insérant des flottants d'image dans des flottants d'image
1199  existants.
1200  Notez que seule la légende principale des flottants est reprise dans la
1201  liste des figures.
1202  La figure
1203 \begin_inset space ~
1204 \end_inset
1205
1206
1207 \begin_inset CommandInset ref
1208 LatexCommand ref
1209 reference "fig:Deux-images-déformées"
1210
1211 \end_inset
1212
1213  est un exemple de flottant de figure avec deux images mises l'une à côté
1214  de l'autre.
1215  Vous pouvez aussi mettre les images les unes sous les autres.
1216  Les figures
1217 \begin_inset space ~
1218 \end_inset
1219
1220
1221 \begin_inset CommandInset ref
1222 LatexCommand ref
1223 reference "fig:Structure-indéfinissable"
1224
1225 \end_inset
1226
1227  et 
1228 \begin_inset CommandInset ref
1229 LatexCommand ref
1230 reference "fig:Un-ornithorynque"
1231
1232 \end_inset
1233
1234  sont des sous-figures.
1235 \end_layout
1236
1237 \begin_layout Standard
1238 \begin_inset Float figure
1239 wide false
1240 sideways false
1241 status open
1242
1243 \begin_layout Plain Layout
1244 \begin_inset space \hfill{}
1245 \end_inset
1246
1247
1248 \begin_inset Float figure
1249 wide false
1250 sideways false
1251 status open
1252
1253 \begin_layout Plain Layout
1254 \begin_inset Caption
1255
1256 \begin_layout Plain Layout
1257 \begin_inset CommandInset label
1258 LatexCommand label
1259 name "fig:Structure-indéfinissable"
1260
1261 \end_inset
1262
1263 Structure indéfinissable
1264 \end_layout
1265
1266 \end_inset
1267
1268
1269 \end_layout
1270
1271 \begin_layout Plain Layout
1272 \begin_inset Graphics
1273         filename ../clipart/escher-lsd.eps
1274         width 45col%
1275         scaleBeforeRotation
1276         groupId Déformés
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \begin_inset space \hfill{}
1287 \end_inset
1288
1289
1290 \begin_inset Float figure
1291 wide false
1292 sideways false
1293 status open
1294
1295 \begin_layout Plain Layout
1296 \begin_inset Caption
1297
1298 \begin_layout Plain Layout
1299 \begin_inset CommandInset label
1300 LatexCommand label
1301 name "fig:Un-ornithorynque"
1302
1303 \end_inset
1304
1305 Un ornithorynque
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \end_layout
1312
1313 \begin_layout Plain Layout
1314 \begin_inset Graphics
1315         filename ../clipart/platypus.eps
1316         width 45col%
1317         scaleBeforeRotation
1318         groupId Déformés
1319
1320 \end_inset
1321
1322
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \begin_inset space \hfill{}
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \begin_layout Plain Layout
1335 \begin_inset Caption
1336
1337 \begin_layout Plain Layout
1338 \begin_inset CommandInset label
1339 LatexCommand label
1340 name "fig:Deux-images-déformées"
1341
1342 \end_inset
1343
1344 Deux images déformées.
1345  Les deux images font partie du groupe de paramétrisation 
1346 \begin_inset Quotes eld
1347 \end_inset
1348
1349 déformés
1350 \begin_inset Quotes erd
1351 \end_inset
1352
1353 .
1354 \end_layout
1355
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \begin_layout Section
1367 Les Formats d'images
1368 \begin_inset CommandInset label
1369 LatexCommand label
1370 name "sec:Image-Formats"
1371
1372 \end_inset
1373
1374
1375 \begin_inset Index idx
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 Formats d' images
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \begin_inset Index idx
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 Figures ! Formats d'images
1390 \end_layout
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Standard
1398 Vous pouvez insérer des images dans n'importe quel format connu.
1399  Mais, comme nous l'avons expliqué dans l'appendice
1400 \begin_inset space ~
1401 \end_inset
1402
1403
1404 \begin_inset CommandInset ref
1405 LatexCommand ref
1406 reference "cha:Formats-fichiers-graphiques"
1407
1408 \end_inset
1409
1410 ,
1411 \lang english
1412  
1413 \lang french
1414 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1415  de formats d'images.
1416  Pour s'en sortir LyX utilise le programme 
1417 \family typewriter
1418 ImageMagick
1419 \family default
1420  en arrière plan pour convertir les formats que vous utilisez dans un des
1421  formats acceptés par le format de sortie.
1422  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1423 ons en n'utilisant que les formats listés dans les sous sections de
1424 \lang english
1425  
1426 \lang french
1427 l'appendice
1428 \begin_inset space ~
1429 \end_inset
1430
1431
1432 \begin_inset CommandInset ref
1433 LatexCommand ref
1434 reference "cha:Formats-fichiers-graphiques"
1435
1436 \end_inset
1437
1438 .
1439 \end_layout
1440
1441 \begin_layout Standard
1442 Comme pour les polices de caractères, il y a deux grands types de formats
1443  d'images:
1444 \end_layout
1445
1446 \begin_layout Description
1447 Les
1448 \begin_inset space ~
1449 \end_inset
1450
1451 images
1452 \begin_inset space ~
1453 \end_inset
1454
1455 Matricielles
1456 \begin_inset space ~
1457 \end_inset
1458
1459 (ou
1460 \begin_inset space ~
1461 \end_inset
1462
1463 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1464  enregistrés sous un format compressé.
1465  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1466  petits carrés quand on utilise des agrandissements trop importants (aspect
1467  
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 pixellisé
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475 ).
1476  Les formats matriciels les plus connus sont le GIF (
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Graphics Interchange Format
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484 , avec comme extension de fichier 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .gif
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 GIF|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Format d'image
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528 , le PNG (
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Portable Network Graphics, extension 
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536
1537 \family typewriter
1538 .png
1539 \family default
1540
1541 \begin_inset Quotes erd
1542 \end_inset
1543
1544 )
1545 \begin_inset Index idx
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549 PNG|see
1550 \begin_inset ERT
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 {
1556 \end_layout
1557
1558 \end_inset
1559
1560 Formats d'image
1561 \begin_inset ERT
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565
1566 }
1567 \end_layout
1568
1569 \end_inset
1570
1571
1572 \end_layout
1573
1574 \end_inset
1575
1576  et le JPG (
1577 \begin_inset Quotes eld
1578 \end_inset
1579
1580 Joint Photographic Expert Group, extension 
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584
1585 \family typewriter
1586 .jpg
1587 \family default
1588
1589 \begin_inset Quotes erd
1590 \end_inset
1591
1592  ou 
1593 \begin_inset Quotes eld
1594 \end_inset
1595
1596
1597 \family typewriter
1598 .jpeg
1599 \family default
1600
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604 )
1605 \begin_inset Index idx
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 JPG|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 Formats 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 .
1637 \end_layout
1638
1639 \begin_layout Description
1640 Les
1641 \begin_inset space ~
1642 \end_inset
1643
1644 images
1645 \begin_inset space ~
1646 \end_inset
1647
1648 Vectorielles
1649 \begin_inset space ~
1650 \end_inset
1651
1652 (ou
1653 \begin_inset space ~
1654 \end_inset
1655
1656 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1657  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1658 nnée comme on le veut sans perte de précision.
1659  La possibilité de redimensionner les images est très utilisé pour les présentat
1660 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1661 nnement.
1662  Le redimensionnement permet aussi de présenter des documents en ligne où
1663  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1664  étudier les détails.
1665 \begin_inset Newline newline
1666 \end_inset
1667
1668 Les principaux formats vectoriels sont le SVG (
1669 \begin_inset Quotes eld
1670 \end_inset
1671
1672 Scalable Vector Graphics
1673 \begin_inset Quotes erd
1674 \end_inset
1675
1676 , extension
1677 \begin_inset Quotes eld
1678 \end_inset
1679
1680
1681 \family typewriter
1682 .svg
1683 \family default
1684
1685 \begin_inset Quotes erd
1686 \end_inset
1687
1688 )
1689 \begin_inset Index idx
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693 SVG|see
1694 \begin_inset ERT
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698
1699 {
1700 \end_layout
1701
1702 \end_inset
1703
1704 Format d'image
1705 \begin_inset ERT
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709
1710 }
1711 \end_layout
1712
1713 \end_inset
1714
1715
1716 \end_layout
1717
1718 \end_inset
1719
1720 , l'EPS ( 
1721 \begin_inset Quotes eld
1722 \end_inset
1723
1724 encapsulated PostScript
1725 \begin_inset Quotes erd
1726 \end_inset
1727
1728 , extension
1729 \begin_inset Quotes eld
1730 \end_inset
1731
1732
1733 \family typewriter
1734 .eps
1735 \family default
1736
1737 \begin_inset Quotes erd
1738 \end_inset
1739
1740 )
1741 \begin_inset Index idx
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 EPS|see
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 {
1752 \end_layout
1753
1754 \end_inset
1755
1756 Format d'image
1757 \begin_inset ERT
1758 status collapsed
1759
1760 \begin_layout Plain Layout
1761
1762 }
1763 \end_layout
1764
1765 \end_inset
1766
1767
1768 \end_layout
1769
1770 \end_inset
1771
1772 , le PDF (
1773 \begin_inset Quotes eld
1774 \end_inset
1775
1776 Portable Document Format
1777 \begin_inset Quotes erd
1778 \end_inset
1779
1780 , extension
1781 \begin_inset Quotes eld
1782 \end_inset
1783
1784
1785 \family typewriter
1786 .pdf
1787 \family default
1788
1789 \begin_inset Quotes erd
1790 \end_inset
1791
1792 )
1793 \begin_inset Index idx
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797 PDF|see
1798 \begin_inset ERT
1799 status collapsed
1800
1801 \begin_layout Plain Layout
1802
1803 {
1804 \end_layout
1805
1806 \end_inset
1807
1808 Format d'image
1809 \begin_inset ERT
1810 status collapsed
1811
1812 \begin_layout Plain Layout
1813
1814 }
1815 \end_layout
1816
1817 \end_inset
1818
1819
1820 \end_layout
1821
1822 \end_inset
1823
1824  et le WMF (
1825 \begin_inset Quotes eld
1826 \end_inset
1827
1828 Windows Metafile
1829 \begin_inset Quotes erd
1830 \end_inset
1831
1832 , extension 
1833 \begin_inset Quotes eld
1834 \end_inset
1835
1836
1837 \family typewriter
1838 .wfm
1839 \family default
1840
1841 \begin_inset Quotes erd
1842 \end_inset
1843
1844  ou 
1845 \begin_inset Quotes eld
1846 \end_inset
1847
1848
1849 \family typewriter
1850 .emf
1851 \family default
1852
1853 \begin_inset Quotes erd
1854 \end_inset
1855
1856 )
1857 \begin_inset Index idx
1858 status collapsed
1859
1860 \begin_layout Plain Layout
1861 WMF|see
1862 \begin_inset ERT
1863 status collapsed
1864
1865 \begin_layout Plain Layout
1866
1867 {
1868 \end_layout
1869
1870 \end_inset
1871
1872 Formats d'images
1873 \begin_inset ERT
1874 status collapsed
1875
1876 \begin_layout Plain Layout
1877
1878 }
1879 \end_layout
1880
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887
1888 .
1889  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1890  en EPS, mais le résultat ne sera pas redimensionnable.
1891  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1892 \begin_inset Foot
1893 status open
1894
1895 \begin_layout Plain Layout
1896 Dans le cas du PDF l'image initiale est aussi compressée.
1897 \end_layout
1898
1899 \end_inset
1900
1901 .
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Les fichiers PDF générés par 
1906 \family typewriter
1907 Adobe Photoshop
1908 \family default
1909 , par exemple, sont des images matricielles.
1910 \end_layout
1911
1912 \begin_layout Standard
1913 En principe il est quasiment impossible de convertir une image matricielle
1914  en graphique vectoriel, seul le contraire est possible.
1915
1916 \lang english
1917  
1918 \lang french
1919 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1920  dans respectivement un fichier de sortie PDF ou PostScript.
1921  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1922  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1923  WMF/SVG
1924 \begin_inset Formula $\to$
1925 \end_inset
1926
1927 PDF/EPS convenables.
1928 \end_layout
1929
1930 \begin_layout Chapter
1931 Tableaux
1932 \begin_inset Index idx
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936 Tableau
1937 \end_layout
1938
1939 \end_inset
1940
1941
1942 \end_layout
1943
1944 \begin_layout Section
1945 Introduction
1946 \begin_inset Index idx
1947 status collapsed
1948
1949 \begin_layout Plain Layout
1950 Tableau ! Introduction
1951 \end_layout
1952
1953 \end_inset
1954
1955
1956 \end_layout
1957
1958 \begin_layout Standard
1959 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1960  
1961 \begin_inset Graphics
1962         filename ../../images/tabular-insert.png
1963         scale 85
1964         scaleBeforeRotation
1965
1966 \end_inset
1967
1968  soit 
1969 \family sans
1970 Insérer\SpecialChar \menuseparator
1971 Tableau
1972 \family default
1973 .
1974  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1975  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1976  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1977  sur un bouton de la souris pour valider votre choix.
1978  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1979  vous demandant le nombre de lignes et de colonnes.
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1984  une à droite de la colonne la plus à droite et une en bas de la rangée
1985  du bas, qui forment une boîte autour du tableau.
1986  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1987  apparaît séparée du reste du tableau.
1988  Voici un exemple :
1989 \end_layout
1990
1991 \begin_layout Standard
1992 \align center
1993 \begin_inset Tabular
1994 <lyxtabular version="3" rows="4" columns="4">
1995 <features tabularvalignment="middle">
1996 <column alignment="center" valignment="top" width="0">
1997 <column alignment="center" valignment="top" width="0">
1998 <column alignment="center" valignment="top" width="0">
1999 <column alignment="center" valignment="top" width="0">
2000 <row>
2001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2011 \begin_inset Text
2012
2013 \begin_layout Plain Layout
2014 1
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023 2
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032 3
2033 \end_layout
2034
2035 \end_inset
2036 </cell>
2037 </row>
2038 <row>
2039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Plain Layout
2043 A
2044 \end_layout
2045
2046 \end_inset
2047 </cell>
2048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2049 \begin_inset Text
2050
2051 \begin_layout Plain Layout
2052
2053 \end_layout
2054
2055 \end_inset
2056 </cell>
2057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2067 \begin_inset Text
2068
2069 \begin_layout Plain Layout
2070
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 </row>
2076 <row>
2077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2078 \begin_inset Text
2079
2080 \begin_layout Plain Layout
2081 B
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2096 \begin_inset Text
2097
2098 \begin_layout Plain Layout
2099
2100 \end_layout
2101
2102 \end_inset
2103 </cell>
2104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2105 \begin_inset Text
2106
2107 \begin_layout Plain Layout
2108
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 </row>
2114 <row>
2115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119 C
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2125 \begin_inset Text
2126
2127 \begin_layout Plain Layout
2128
2129 \end_layout
2130
2131 \end_inset
2132 </cell>
2133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2134 \begin_inset Text
2135
2136 \begin_layout Plain Layout
2137
2138 \end_layout
2139
2140 \end_inset
2141 </cell>
2142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146
2147 \end_layout
2148
2149 \end_inset
2150 </cell>
2151 </row>
2152 </lyxtabular>
2153
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Section
2160 La fenêtre 
2161 \family sans
2162 Tableau
2163 \family default
2164
2165 \begin_inset Index idx
2166 status collapsed
2167
2168 \begin_layout Plain Layout
2169 Tableau ! Fenêtre de dialogue
2170 \end_layout
2171
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2179  de la souris, ce qui fait apparaître une fenêtre avec des options.
2180  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2181  la colonne et la ligne dans laquelle le curseur se trouve.
2182  La plupart des options peuvent s'appliquer à des sélections.
2183  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2184  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2185  votre sélection.
2186  Notez qu'il y a une différence entre sélectionner le 
2187 \emph on
2188 contenu 
2189 \emph default
2190 d'une cellule et sélectionner la cellule elle-même.
2191  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2192  tableaux :
2193 \end_layout
2194
2195 \begin_layout Description
2196 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2197  la largeur de la colonne courante.
2198  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2199  vertical de la ligne courante.
2200  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2201  et donc, plusieurs paragraphes de texte, voir la section
2202 \begin_inset space ~
2203 \end_inset
2204
2205
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sub:Lignes-multiple-dans-cellule"
2209
2210 \end_inset
2211
2212 .
2213  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2214  pour accommoder le contenu de cellule le plus large.
2215 \begin_inset Newline newline
2216 \end_inset
2217
2218 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2219  un multicolonne, voir la section
2220 \begin_inset space ~
2221 \end_inset
2222
2223
2224 \begin_inset CommandInset ref
2225 LatexCommand ref
2226 reference "sub:Multicolonnes"
2227
2228 \end_inset
2229
2230 .
2231 \begin_inset Newline newline
2232 \end_inset
2233
2234 L'option 
2235 \family sans
2236 Tourner
2237 \begin_inset space ~
2238 \end_inset
2239
2240 la
2241 \begin_inset space ~
2242 \end_inset
2243
2244 case
2245 \begin_inset space ~
2246 \end_inset
2247
2248 de
2249 \begin_inset space ~
2250 \end_inset
2251
2252 90°
2253 \family default
2254  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2255  L'option 
2256 \family sans
2257 Tourner
2258 \begin_inset space ~
2259 \end_inset
2260
2261 le
2262 \begin_inset space ~
2263 \end_inset
2264
2265 tableau
2266 \begin_inset space ~
2267 \end_inset
2268
2269 de
2270 \begin_inset space ~
2271 \end_inset
2272
2273 90°
2274 \family default
2275  fait pivoter tout le tableau.
2276  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2277  la sortie finale.
2278 \begin_inset Newline newline
2279 \end_inset
2280
2281
2282 \begin_inset Note Greyedout
2283 status open
2284
2285 \begin_layout Plain Layout
2286
2287 \series bold
2288 Note:
2289 \series default
2290  La plupart des visualiseurs DVI ne sont 
2291 \emph on
2292 pas
2293 \emph default
2294  capables d'afficher ces rotations.
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \lang english
2301
2302 \begin_inset Newline newline
2303 \end_inset
2304
2305
2306 \lang french
2307 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2308  spéciales pour le tableau, voir les sections
2309 \begin_inset space ~
2310 \end_inset
2311
2312
2313 \begin_inset CommandInset ref
2314 LatexCommand ref
2315 reference "sub:Calculs-multicolonnes"
2316
2317 \end_inset
2318
2319  et 
2320 \begin_inset CommandInset ref
2321 LatexCommand ref
2322 reference "sec:Tableaux-Colorés"
2323
2324 \end_inset
2325
2326 .
2327 \end_layout
2328
2329 \begin_layout Description
2330
2331 \family sans
2332 Bordures
2333 \family default
2334  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2335  ou la colonne courante.
2336  
2337 \begin_inset Newline newline
2338 \end_inset
2339
2340 En utilisant le style 
2341 \family sans
2342 Formel
2343 \family default
2344  à la place du style par 
2345 \family sans
2346 Défaut
2347 \family default
2348 , on va convertir le tableau en tableau formel comme on le décrit dans la
2349  section
2350 \begin_inset space ~
2351 \end_inset
2352
2353
2354 \begin_inset CommandInset ref
2355 LatexCommand ref
2356 reference "sec:Tableaux-Formels"
2357
2358 \end_inset
2359
2360 .
2361 \begin_inset Newline newline
2362 \end_inset
2363
2364 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2365  dans les lignes du tableau comme c'est décrit dans la section
2366 \begin_inset space ~
2367 \end_inset
2368
2369
2370 \begin_inset CommandInset ref
2371 LatexCommand ref
2372 reference "sub:Espacement-lignes"
2373
2374 \end_inset
2375
2376 .
2377 \end_layout
2378
2379 \begin_layout Description
2380 Tableau
2381 \begin_inset space ~
2382 \end_inset
2383
2384 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2385  un 
2386 \begin_inset Quotes eld
2387 \end_inset
2388
2389
2390 \emph on
2391 tableau long
2392 \emph default
2393
2394 \begin_inset Quotes erd
2395 \end_inset
2396
2397  qui peut continuer sur plusieurs pages.
2398  Les sections
2399 \begin_inset space ~
2400 \end_inset
2401
2402
2403 \begin_inset CommandInset ref
2404 LatexCommand ref
2405 reference "sec:Tableaux-longs"
2406
2407 \end_inset
2408
2409  et 
2410 \begin_inset CommandInset ref
2411 LatexCommand ref
2412 reference "sec:Questions-sur-tableaux-longs"
2413
2414 \end_inset
2415
2416  décrivent ces tableaux longs plus en détail.
2417 \end_layout
2418
2419 \begin_layout Standard
2420 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2421  de cellule en cellule avec les touches de déplacement et voir s'afficher
2422  les propriétés de la cellule courante dans la fenêtre de dialogue.
2423 \end_layout
2424
2425 \begin_layout Section
2426 La barre d'outils tableau
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Tableau ! Barre d'outils
2432 \end_layout
2433
2434 \end_inset
2435
2436
2437 \end_layout
2438
2439 \begin_layout Standard
2440 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2441  permet de modifier plus rapidement les tableaux.
2442  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2443  le curseur se trouve à l'intérieur d'un tableau.
2444  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2445  au menu 
2446 \family sans
2447 Visualiser\SpecialChar \menuseparator
2448 Barres
2449 \begin_inset space ~
2450 \end_inset
2451
2452 d'outils\SpecialChar \menuseparator
2453 Tableau
2454 \family default
2455 .
2456 \end_layout
2457
2458 \begin_layout Standard
2459 La barre d'outils contient les icônes suivantes :
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Graphics
2465         filename ../../images/tabular-feature_append-row.png
2466         scaleBeforeRotation
2467
2468 \end_inset
2469
2470  ajoute une ligne sous la cellule ou la sélection courante
2471 \end_layout
2472
2473 \begin_layout Labeling
2474 \labelwidthstring 00.00.0000
2475 \begin_inset Graphics
2476         filename ../../images/tabular-feature_append-column.png
2477         scaleBeforeRotation
2478
2479 \end_inset
2480
2481  ajoute une colonne à la droite de la cellule ou de la sélection courante
2482 \end_layout
2483
2484 \begin_layout Labeling
2485 \labelwidthstring 00.00.0000
2486 \begin_inset Graphics
2487         filename ../../images/tabular-feature_delete-row.png
2488         scaleBeforeRotation
2489
2490 \end_inset
2491
2492  supprime la ligne ou la sélection courante
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Graphics
2498         filename ../../images/tabular-feature_delete-column.png
2499         scaleBeforeRotation
2500
2501 \end_inset
2502
2503  supprime la colonne ou la sélection courante
2504 \end_layout
2505
2506 \begin_layout Labeling
2507 \labelwidthstring 00.00.0000
2508 \begin_inset Graphics
2509         filename ../../images/tabular-feature_toggle-line-top.png
2510         scaleBeforeRotation
2511
2512 \end_inset
2513
2514  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2515  courante
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Graphics
2521         filename ../../images/tabular-feature_toggle-line-bottom.png
2522         scaleBeforeRotation
2523
2524 \end_inset
2525
2526  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Graphics
2532         filename ../../images/tabular-feature_toggle-line-left.png
2533         scaleBeforeRotation
2534
2535 \end_inset
2536
2537  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2538 \begin_inset Note Note
2539 status collapsed
2540
2541 \begin_layout Plain Layout
2542 ou colonne ?
2543 \end_layout
2544
2545 \end_inset
2546
2547  ou de la sélection courante
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Graphics
2553         filename ../../images/tabular-feature_toggle-line-right.png
2554         scaleBeforeRotation
2555
2556 \end_inset
2557
2558  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2559 \begin_inset Note Note
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 ou colonne ?
2564 \end_layout
2565
2566 \end_inset
2567
2568  ou de la sélection courante
2569 \end_layout
2570
2571 \begin_layout Labeling
2572 \labelwidthstring 00.00.0000
2573 \begin_inset Graphics
2574         filename ../../images/tabular-feature_set-all-lines.png
2575         scaleBeforeRotation
2576
2577 \end_inset
2578
2579  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2580  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2581  colonne et la ligne courante
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Graphics
2587         filename ../../images/tabular-feature_unset-all-lines.png
2588         scaleBeforeRotation
2589
2590 \end_inset
2591
2592  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2593  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2594  aussi la colonne et la ligne courante
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Graphics
2600         filename ../../images/tabular-feature_m-align-left.png
2601         scaleBeforeRotation
2602
2603 \end_inset
2604
2605  aligne à gauche le contenu de la cellule ou de la colonne courante
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610 \begin_inset Graphics
2611         filename ../../images/tabular-feature_m-align-center.png
2612         scaleBeforeRotation
2613
2614 \end_inset
2615
2616  centre horizontalement le contenu de la cellule ou de la colonne courante
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621 \begin_inset Graphics
2622         filename ../../images/tabular-feature_m-align-right.png
2623         scaleBeforeRotation
2624
2625 \end_inset
2626
2627  aligne à droite le contenu de la cellule ou de la colonne courante
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632 \begin_inset Graphics
2633         filename ../../images/tabular-feature_m-valign-top.png
2634         scaleBeforeRotation
2635
2636 \end_inset
2637
2638  aligne le contenu de la cellule courante verticalement vers le haut
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Graphics
2644         filename ../../images/tabular-feature_m-valign-middle.png
2645         scaleBeforeRotation
2646
2647 \end_inset
2648
2649  centre verticalement le contenu de la cellule courante
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Graphics
2655         filename ../../images/tabular-feature_m-valign-bottom.png
2656         scaleBeforeRotation
2657
2658 \end_inset
2659
2660  aligne le contenu de la cellule courante verticalement vers le bas
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Graphics
2666         filename ../../images/tabular-feature_set-rotate-cell.png
2667         scaleBeforeRotation
2668
2669 \end_inset
2670
2671  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2672 re
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Graphics
2678         filename ../../images/tabular-feature_set-rotate-tabular.png
2679         scaleBeforeRotation
2680
2681 \end_inset
2682
2683  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2684 \end_layout
2685
2686 \begin_layout Labeling
2687 \labelwidthstring 00.00.0000
2688 \begin_inset Graphics
2689         filename ../../images/tabular-feature_multicolumn.png
2690         scaleBeforeRotation
2691
2692 \end_inset
2693
2694  transforme en multi-colonne la cellule ou la sélection courante
2695 \end_layout
2696
2697 \begin_layout Standard
2698 \begin_inset Note Greyedout
2699 status open
2700
2701 \begin_layout Plain Layout
2702
2703 \series bold
2704 Note :
2705 \series default
2706  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2707  est utilisé pour toutes les autres cellules de la ligne.
2708 \end_layout
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \begin_layout Section
2716 Le Menu Éditer Tableau
2717 \begin_inset Index idx
2718 status collapsed
2719
2720 \begin_layout Plain Layout
2721 Tableau ! Menu Éditer
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2731  
2732 \family sans
2733 Éditer\SpecialChar \menuseparator
2734 Tableau
2735 \family default
2736  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2737  ou de la ligne courante et aussi de transformer la sélection courante en
2738  multi-colonne.
2739  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2740 \end_layout
2741
2742 \begin_layout Section
2743 Flottant de Tableau
2744 \begin_inset CommandInset label
2745 LatexCommand label
2746 name "sec:Table-Floats"
2747
2748 \end_inset
2749
2750
2751 \begin_inset Index idx
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Flottants ! Tableaux
2756 \end_layout
2757
2758 \end_inset
2759
2760
2761 \begin_inset Index idx
2762 status collapsed
2763
2764 \begin_layout Plain Layout
2765 Tableau ! Flottants
2766 \end_layout
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \begin_layout Standard
2774 Pour des explications générales sur les flottants, jetez un œil à la section
2775 \begin_inset space ~
2776 \end_inset
2777
2778
2779 \begin_inset CommandInset ref
2780 LatexCommand ref
2781 reference "sec:Flottants-Introduction"
2782
2783 \end_inset
2784
2785 .
2786 \end_layout
2787
2788 \begin_layout Standard
2789 \begin_inset Float table
2790 placement h
2791 wide false
2792 sideways false
2793 status open
2794
2795 \begin_layout Plain Layout
2796 \begin_inset Caption
2797
2798 \begin_layout Plain Layout
2799 \begin_inset CommandInset label
2800 LatexCommand label
2801 name "tab:Flottant-de-tableau"
2802
2803 \end_inset
2804
2805 Un flottant de tableau.
2806 \end_layout
2807
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \begin_layout Plain Layout
2814 \align center
2815 \begin_inset Tabular
2816 <lyxtabular version="3" rows="3" columns="3">
2817 <features tabularvalignment="middle">
2818 <column alignment="center" valignment="top" width="0pt">
2819 <column alignment="center" valignment="top" width="0pt">
2820 <column alignment="center" valignment="top" width="0pt">
2821 <row>
2822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 1
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 2
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844 3
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 </row>
2850 <row>
2851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855 Jules
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 Marie
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 Jean
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 </row>
2879 <row>
2880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884 \begin_inset Formula $\int x^{2}dx$
2885 \end_inset
2886
2887
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896 \begin_inset Formula $\left[\begin{array}{cc}
2897 a & b\\
2898 c & d
2899 \end{array}\right]$
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911 \begin_inset Formula $1+1=2$
2912 \end_inset
2913
2914
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 </row>
2920 </lyxtabular>
2921
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Standard
2933 Les flottants de tableau sont insérés en utilisant le menu 
2934 \family sans
2935 Insérer\SpecialChar \menuseparator
2936 Flottant\SpecialChar \menuseparator
2937 Tableau
2938 \family default
2939  ou le bouton 
2940 \begin_inset Graphics
2941         filename ../../images/float-insert_table.png
2942         scale 85
2943         scaleBeforeRotation
2944
2945 \end_inset
2946
2947  de la barre d'outils.
2948 \end_layout
2949
2950 \begin_layout Standard
2951 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2952  qui a comme étiquette 
2953 \begin_inset Quotes eld
2954 \end_inset
2955
2956 Tableau
2957 \begin_inset space ~
2958 \end_inset
2959
2960 #:
2961 \begin_inset Quotes erd
2962 \end_inset
2963
2964  (où # est le numéro du tableau).
2965  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2966 \end_layout
2967
2968 \begin_layout Standard
2969 Le tableau
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "tab:Flottant-de-tableau"
2977
2978 \end_inset
2979
2980  est un exemple de tableau dans un flottant de tableau.
2981 \end_layout
2982
2983 \begin_layout Standard
2984 On met habituellement la légende au dessus des tableaux, mais cette règle
2985  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2986  Cela signifie que si vous utilisez un document appartenant aux classes
2987  
2988 \family sans
2989 article
2990 \family default
2991
2992 \family sans
2993 book
2994 \family default
2995
2996 \family sans
2997 letter
2998 \family default
2999 , ou
3000 \family sans
3001  report
3002 \family default
3003  il n'y aura pas d'espace entre la légende et le tableau.
3004  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3005  la commande de chargement du paquetage LaTeX 
3006 \series bold
3007 caption
3008 \series default
3009
3010 \begin_inset Index idx
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014 Paquetages LaTeX ! caption
3015 \end_layout
3016
3017 \end_inset
3018
3019  dans le préambule de votre document.
3020 \begin_inset Foot
3021 status open
3022
3023 \begin_layout Plain Layout
3024 Pour plus d'information voyez la section
3025 \begin_inset space ~
3026 \end_inset
3027
3028
3029 \begin_inset CommandInset ref
3030 LatexCommand ref
3031 reference "sec:Placement-légende"
3032
3033 \end_inset
3034
3035 .
3036 \end_layout
3037
3038 \end_inset
3039
3040 :
3041 \end_layout
3042
3043 \begin_layout Standard
3044
3045 \series bold
3046 tableposition=top
3047 \end_layout
3048
3049 \begin_layout Standard
3050 Le paquetage 
3051 \series bold
3052 caption
3053 \series default
3054 , qui est décrit dans la section
3055 \begin_inset space ~
3056 \end_inset
3057
3058
3059 \begin_inset CommandInset ref
3060 LatexCommand ref
3061 reference "sec:Formatage-légende"
3062
3063 \end_inset
3064
3065 , est utilisé pour ajuster le format des légendes.
3066 \end_layout
3067
3068 \begin_layout Standard
3069 Dans le texte, on fait référence à un tableau
3070 \begin_inset Index idx
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 References@Références ! à des Tableaux
3075 \end_layout
3076
3077 \end_inset
3078
3079  en faisant référence à sa légende.
3080  On insère donc une étiquette dans la légende en utilisant le menu 
3081 \family sans
3082 Insérer
3083 \family default
3084 \SpecialChar \menuseparator
3085
3086 \family sans
3087 Étiquette
3088 \family default
3089  ou le bouton 
3090 \begin_inset Graphics
3091         filename ../../images/label-insert.png
3092         scale 85
3093         scaleBeforeRotation
3094
3095 \end_inset
3096
3097  de la barre d'outils.
3098  On peut alors faire référence à cette étiquette en utilisant le menu 
3099 \family sans
3100 Insérer\SpecialChar \menuseparator
3101 Référence
3102 \begin_inset space ~
3103 \end_inset
3104
3105 croisée
3106 \family default
3107  ou le bouton 
3108 \begin_inset Graphics
3109         filename ../../images/dialog-show-new-inset_ref.png
3110         scale 85
3111         scaleBeforeRotation
3112
3113 \end_inset
3114
3115  de la barre d'outils.
3116 \begin_inset Newline newline
3117 \end_inset
3118
3119 Les références croisées sont expliquées en détail dans la section
3120 \begin_inset space ~
3121 \end_inset
3122
3123
3124 \begin_inset CommandInset ref
3125 LatexCommand ref
3126 reference "sec:Referencer-les-Flottants"
3127
3128 \end_inset
3129
3130 .
3131 \end_layout
3132
3133 \begin_layout Section
3134 Tableaux Longs
3135 \begin_inset CommandInset label
3136 LatexCommand label
3137 name "sec:Tableaux-longs"
3138
3139 \end_inset
3140
3141
3142 \begin_inset Index idx
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 Tableaux longs
3147 \end_layout
3148
3149 \end_inset
3150
3151
3152 \begin_inset Index idx
3153 status collapsed
3154
3155 \begin_layout Plain Layout
3156 Tableau ! Tableaux longs
3157 \end_layout
3158
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \begin_layout Standard
3165 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3166  l'option 
3167 \family sans
3168 Utiliser
3169 \begin_inset space ~
3170 \end_inset
3171
3172 les
3173 \begin_inset space ~
3174 \end_inset
3175
3176 tableaux
3177 \begin_inset space ~
3178 \end_inset
3179
3180 longs
3181 \family default
3182  de l'onglet 
3183 \family sans
3184 Tableau
3185 \begin_inset space ~
3186 \end_inset
3187
3188 long
3189 \family default
3190  de la fenêtre 
3191 \family sans
3192 Paramètres
3193 \begin_inset space ~
3194 \end_inset
3195
3196 du
3197 \begin_inset space ~
3198 \end_inset
3199
3200 tableau
3201 \family default
3202  pour le répartir automatiquement sur plusieurs pages.
3203  En cochant cette option, vous activez les options suivantes:
3204 \end_layout
3205
3206 \begin_layout Description
3207 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3208  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3209  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3210  première page, si 
3211 \family sans
3212 Premier
3213 \begin_inset space ~
3214 \end_inset
3215
3216 en-tête
3217 \family default
3218  est défini.
3219  Ces lignes forment l'en-tête principal.
3220 \end_layout
3221
3222 \begin_layout Description
3223 Premier
3224 \begin_inset space ~
3225 \end_inset
3226
3227 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3228  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3229  d'en-tête utilisées pour la première page du tableau long.
3230 \end_layout
3231
3232 \begin_layout Description
3233 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3234  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3235  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3236  page si 
3237 \family sans
3238 Dernier
3239 \begin_inset space ~
3240 \end_inset
3241
3242 pied
3243 \family default
3244  est défini.
3245 \end_layout
3246
3247 \begin_layout Description
3248 Dernier
3249 \begin_inset space ~
3250 \end_inset
3251
3252 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3253  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3254  constituant le pied de la dernière page du tableau long.
3255 \end_layout
3256
3257 \begin_layout Description
3258 Légende La ligne courante contient la légende du tableau.
3259  La première ligne est transformée en une colonne unique et une légende
3260  est insérée.
3261  Vous trouverez d'autres explications sur les légendes pour les tableaux
3262  longs dans la section
3263 \begin_inset space ~
3264 \end_inset
3265
3266
3267 \begin_inset CommandInset ref
3268 LatexCommand ref
3269 reference "sub:Tableaux-longs-légende"
3270
3271 \end_inset
3272
3273 .
3274 \end_layout
3275
3276 \begin_layout Standard
3277 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3278  Voyez le tableau long qui suit pour voir comment ça marche :
3279 \end_layout
3280
3281 \begin_layout Standard
3282 \align center
3283 \begin_inset Tabular
3284 <lyxtabular version="3" rows="69" columns="3">
3285 <features islongtable="true" longtabularalignment="center">
3286 <column alignment="left" valignment="top" width="0cm">
3287 <column alignment="left" valignment="top" width="0pt">
3288 <column alignment="center" valignment="top" width="0pt">
3289 <row endfirsthead="true">
3290 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Exemple d'annuaire téléphonique (ignorez les noms)
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row endfirsthead="true">
3321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 NOM
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \series bold
3347 TEL.
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row endhead="true">
3354 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 Exemple d'annuaire téléphonique
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row endhead="true">
3385 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 NOM
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \series bold
3411 TEL.
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row endfoot="true">
3418 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422  continue page suivante
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Annovi
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Silvia
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Bertoli
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Stefano
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Bozzi
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Walter
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Cachia
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Maria
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Cachia
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Maurizio
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Cinquemani
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Giusi
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Colin
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Bernard
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Concli
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Gianfranco
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Dal Bosco
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Carolina
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Dalpiaz
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Annamaria
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Feliciello
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Domenico
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Focarelli
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Paola
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Galletti
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Oreste
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Gasparini
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Franca
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Rizzardi
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Paola
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Lassini
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Giancarlo
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Malfatti
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Luciano
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Malfatti
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Valeriano
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Meneguzzo
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Roberto
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Mezzadra
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Roberto
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \series bold
4073 Pirpamer
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 Erich
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 111
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 <row>
4098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \series bold
4104 Pochiesa
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 Paolo
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 111, 222
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 </row>
4128 <row>
4129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133
4134 \series bold
4135 Radina
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Claudio
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 111
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \series bold
4166 Stuffer
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Oskar
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 111
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Tacchelli
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Ugo
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 111
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Tezzele
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Margit
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 111
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Unterkalmsteiner
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Frieda
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 111
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Vieider
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Hilde
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 111
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319
4320 \series bold
4321 Vigna
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 Jürgen
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 111
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350
4351 \series bold
4352 Weber
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 Maurizio
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 111
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \series bold
4383 Winkler
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 Franz
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 111
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412  
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Annovi
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Silvia
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Bertoli
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Stefano
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Bozzi
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Walter
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Cachia
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Maria
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Cachia
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Maurizio
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Cinquemani
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Giusi
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Colin
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Bernard
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Concli
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Gianfranco
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Dal Bosco
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Carolina
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Dalpiaz
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Annamaria
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Feliciello
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Domenico
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Focarelli
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Paola
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Galletti
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Oreste
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Gasparini
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Franca
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Rizzardi
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Paola
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Lassini
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Giancarlo
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Malfatti
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Luciano
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Malfatti
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Valeriano
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 555
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Meneguzzo
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Roberto
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Mezzadra
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Roberto
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row>
5057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061
5062 \series bold
5063 Pirpamer
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 Erich
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 555
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \series bold
5094 Pochiesa
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 Paolo
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 555, 222
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 </row>
5118 <row>
5119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123
5124 \series bold
5125 Radina
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 Claudio
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 555
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \series bold
5156 Stuffer
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Oskar
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 555
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \series bold
5187 Tacchelli
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Ugo
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 555
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \series bold
5218 Tezzele
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 Margit
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 555
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \series bold
5249 Unterkalmsteiner
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 Frieda
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 555
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
5274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \series bold
5280 Vieider
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 Hilde
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 555
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row>
5305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309
5310 \series bold
5311 Vigna
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 Jürgen
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 999
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 </row>
5335 <row>
5336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340
5341 \series bold
5342 Weber
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 Maurizio
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 555
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 </row>
5366 <row>
5367 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371
5372 \series bold
5373 Winkler
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 Franz
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 555
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 </row>
5397 <row endlastfoot="true">
5398 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 Fin
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 </lyxtabular>
5427
5428 \end_inset
5429
5430
5431 \begin_inset ERT
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435
5436
5437 \backslash
5438 addtocounter{table}{-1}
5439 \end_layout
5440
5441 \end_inset
5442
5443
5444 \begin_inset Note Note
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448 Voyez la première note grisée de la section
5449 \begin_inset space ~
5450 \end_inset
5451
5452
5453 \begin_inset CommandInset ref
5454 LatexCommand ref
5455 reference "sub:Tableaux-longs-légende"
5456
5457 \end_inset
5458
5459  pour une explication de cette commande.
5460 \end_layout
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Subsection
5468 Notes de Bas de Page dans les Tableaux Longs
5469 \begin_inset CommandInset label
5470 LatexCommand label
5471 name "sub:Notes-dans-tableau-long"
5472
5473 \end_inset
5474
5475
5476 \begin_inset Index idx
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480 Tableaux longs ! Notes de bas de page
5481 \end_layout
5482
5483 \end_inset
5484
5485
5486 \end_layout
5487
5488 \begin_layout Standard
5489 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5490  long.
5491  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5492  contenant la note.
5493  Par exemple le tableau
5494 \begin_inset space ~
5495 \end_inset
5496
5497
5498 \begin_inset CommandInset ref
5499 LatexCommand ref
5500 reference "tab:Légendes-tableau-différentes"
5501
5502 \end_inset
5503
5504  a une note de bas de page.
5505 \end_layout
5506
5507 \begin_layout Subsection
5508 Alignement des Tableaux Longs
5509 \begin_inset Index idx
5510 status collapsed
5511
5512 \begin_layout Plain Layout
5513 Tableaux longs ! Alignement
5514 \end_layout
5515
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \begin_layout Standard
5522 Implicitement les Tableaux Longs sont centrés.
5523  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5524  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5525  de dialogue.
5526  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5527  des longueurs 
5528 \series bold
5529
5530 \backslash
5531 LTleft 
5532 \series default
5533 et 
5534 \series bold
5535
5536 \backslash
5537 LTright
5538 \series default
5539  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5540  concerné :
5541 \end_layout
5542
5543 \begin_layout Standard
5544
5545 \series bold
5546
5547 \backslash
5548 setlength{
5549 \backslash
5550 LTleft}{valeur}
5551 \end_layout
5552
5553 \begin_layout Standard
5554 Où 
5555 \series bold
5556 valeur
5557 \series default
5558  peut avoir n'importe laquelle des unités listées dans le tableau
5559 \begin_inset space ~
5560 \end_inset
5561
5562
5563 \begin_inset CommandInset ref
5564 LatexCommand ref
5565 reference "cha:Unités-de-longueur"
5566
5567 \end_inset
5568
5569 .
5570  
5571 \series bold
5572
5573 \backslash
5574 LTleft
5575 \series default
5576  contrôle la distance horizontale entre le bord gauche de la page et le
5577  tableau, et
5578 \series bold
5579  
5580 \backslash
5581 LTright
5582 \series default
5583  la distance au bord droit.
5584  La valeur implicite des ces deux distances est 
5585 \series bold
5586
5587 \backslash
5588 fill
5589 \series default
5590 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5591 \end_layout
5592
5593 \begin_layout Standard
5594 Le tableau long suivant a été aligné à gauche en mettant 
5595 \series bold
5596
5597 \backslash
5598 LTleft
5599 \series default
5600  à 0
5601 \begin_inset space \thinspace{}
5602 \end_inset
5603
5604 pt.
5605 \begin_inset ERT
5606 status collapsed
5607
5608 \begin_layout Plain Layout
5609
5610
5611 \backslash
5612 setlength{
5613 \backslash
5614 LTleft}{0pt}
5615 \end_layout
5616
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \begin_layout Standard
5623 \begin_inset Tabular
5624 <lyxtabular version="3" rows="5" columns="5">
5625 <features islongtable="true" longtabularalignment="center">
5626 <column alignment="center" valignment="top" width="0">
5627 <column alignment="center" valignment="top" width="0">
5628 <column alignment="center" valignment="top" width="0">
5629 <column alignment="center" valignment="top" width="0">
5630 <column alignment="center" valignment="top" width="0">
5631 <row>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 1
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 2
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 3
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 4
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 5
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 asd
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 s
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 s
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 s
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 asd
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 </row>
5725 <row>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 asd
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 s
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 s
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 asd
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 asd
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 s
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 s
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 asd
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 asd
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 asd
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 </lyxtabular>
5867
5868 \end_inset
5869
5870
5871 \begin_inset ERT
5872 status collapsed
5873
5874 \begin_layout Plain Layout
5875
5876
5877 \backslash
5878 setlength{
5879 \backslash
5880 LTleft}{
5881 \backslash
5882 fill}
5883 \end_layout
5884
5885 \end_inset
5886
5887
5888 \begin_inset ERT
5889 status collapsed
5890
5891 \begin_layout Plain Layout
5892
5893
5894 \backslash
5895 addtocounter{table}{-1}
5896 \end_layout
5897
5898 \end_inset
5899
5900
5901 \begin_inset Note Note
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905 Voyez la première note grisée de la section
5906 \begin_inset space ~
5907 \end_inset
5908
5909
5910 \begin_inset CommandInset ref
5911 LatexCommand ref
5912 reference "sub:Tableaux-longs-légende"
5913
5914 \end_inset
5915
5916  pour une explication de cette commande.
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \begin_layout Subsection
5925 Légendes et Tableaux longs
5926 \begin_inset Index idx
5927 status collapsed
5928
5929 \begin_layout Plain Layout
5930 Tableaux longs ! Legendes@Légendes
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \begin_inset CommandInset label
5937 LatexCommand label
5938 name "sub:Tableaux-longs-légende"
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \begin_layout Standard
5946 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5947  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5948  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5949  Longs quand on utilise pour une ligne l'option de tableau long 
5950 \family sans
5951 Légende
5952 \family default
5953 , comme c'est expliqué dans la section
5954 \begin_inset space ~
5955 \end_inset
5956
5957
5958 \begin_inset CommandInset ref
5959 LatexCommand ref
5960 reference "sec:Tableaux-longs"
5961
5962 \end_inset
5963
5964 .
5965 \end_layout
5966
5967 \begin_layout Standard
5968 Voici un petit Tableau long pour voir comment ça marche :
5969 \end_layout
5970
5971 \begin_layout Standard
5972 \begin_inset Tabular
5973 <lyxtabular version="3" rows="6" columns="5">
5974 <features islongtable="true" longtabularalignment="center">
5975 <column alignment="center" valignment="top" width="0">
5976 <column alignment="center" valignment="top" width="0">
5977 <column alignment="center" valignment="top" width="0">
5978 <column alignment="center" valignment="top" width="0">
5979 <column alignment="center" valignment="top" width="0">
5980 <row caption="true">
5981 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Caption
5986
5987 \begin_layout Plain Layout
5988 Tableau long avec une légende
5989 \begin_inset Argument
5990 status open
5991
5992 \begin_layout Plain Layout
5993 Tableau long
5994 \end_layout
5995
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 1
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 2
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 3
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 4
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 5
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 </row>
6092 <row>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 asd
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 s
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 s
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 s
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 asd
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 asd
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 s
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 s
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 s
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 asd
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 s
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 s
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 s
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 asd
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 </row>
6233 <row>
6234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 asd
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 asd
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 asd
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 asd
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 </lyxtabular>
6281
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 \begin_inset VSpace medskip
6289 \end_inset
6290
6291
6292 \begin_inset Note Greyedout
6293 status open
6294
6295 \begin_layout Plain Layout
6296
6297 \series bold
6298 Note
6299 \begin_inset space ~
6300 \end_inset
6301
6302 1:
6303 \series default
6304  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6305  n'avez pas prévu de légende.
6306  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6307 \begin_inset space ~
6308 \end_inset
6309
6310 2.4 suit le tableau
6311 \begin_inset space ~
6312 \end_inset
6313
6314 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6315  sans légende.
6316  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6317  après chaque tableau long sans légende :
6318 \end_layout
6319
6320 \begin_layout Plain Layout
6321
6322 \series bold
6323
6324 \backslash
6325 addtocounter{table}{-1}
6326 \end_layout
6327
6328 \begin_layout Plain Layout
6329 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6330  et que vous ajoutez le code suivant dans le préambule du document :
6331 \end_layout
6332
6333 \begin_layout Plain Layout
6334
6335 \series bold
6336
6337 \backslash
6338 let
6339 \backslash
6340 myEnd
6341 \backslash
6342 endlongtable
6343 \begin_inset Newline newline
6344 \end_inset
6345
6346
6347 \backslash
6348 renewcommand{
6349 \backslash
6350 endlongtable}{
6351 \backslash
6352 myEnd
6353 \backslash
6354 addtocounter{table}{-1}}
6355 \end_layout
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \begin_layout Standard
6363 \begin_inset Note Greyedout
6364 status open
6365
6366 \begin_layout Plain Layout
6367
6368 \series bold
6369 Note
6370 \begin_inset space ~
6371 \end_inset
6372
6373 2:
6374 \series default
6375  Si vous utilisez 
6376 \series bold
6377 hyperref
6378 \series default
6379
6380 \begin_inset Index idx
6381 status collapsed
6382
6383 \begin_layout Plain Layout
6384 Paquetages LaTeX ! hyperref
6385 \end_layout
6386
6387 \end_inset
6388
6389  dans les 
6390 \family sans
6391 Paramètres du document
6392 \family default
6393  rubrique 
6394 \family sans
6395 Propriétés
6396 \begin_inset space ~
6397 \end_inset
6398
6399 du
6400 \begin_inset space ~
6401 \end_inset
6402
6403 PDF
6404 \family default
6405 , pour transformer vos références croisées en liens cliquables, le lien
6406  vers un tableau long pointera toujours sur le début du document.
6407 \end_layout
6408
6409 \end_inset
6410
6411
6412 \end_layout
6413
6414 \begin_layout Subsubsection
6415 Références à des tableaux longs
6416 \begin_inset Index idx
6417 status collapsed
6418
6419 \begin_layout Plain Layout
6420 Tableaux longs ! Références
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \begin_layout Standard
6429 \begin_inset Tabular
6430 <lyxtabular version="3" rows="6" columns="5">
6431 <features islongtable="true" longtabularalignment="center">
6432 <column alignment="center" valignment="top" width="0">
6433 <column alignment="center" valignment="top" width="0">
6434 <column alignment="center" valignment="top" width="0">
6435 <column alignment="center" valignment="top" width="0">
6436 <column alignment="center" valignment="top" width="0">
6437 <row caption="true">
6438 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 \begin_inset Caption
6443
6444 \begin_layout Plain Layout
6445 Tableau long référencé
6446 \begin_inset CommandInset label
6447 LatexCommand label
6448 name "tab:RefExemple"
6449
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 </row>
6499 <row>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 1
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 2
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 3
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 4
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 5
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 asd
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 s
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 s
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 s
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 asd
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 s
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 s
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 s
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 asd
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 </row>
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 asd
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 sad
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 asd
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 asd
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 asd
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 </lyxtabular>
6735
6736 \end_inset
6737
6738
6739 \end_layout
6740
6741 \begin_layout Standard
6742 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6743  dans sa légende.
6744 \end_layout
6745
6746 \begin_layout Standard
6747 Ceci est une référence au tableau
6748 \begin_inset space ~
6749 \end_inset
6750
6751
6752 \begin_inset CommandInset ref
6753 LatexCommand ref
6754 reference "tab:RefExemple"
6755
6756 \end_inset
6757
6758 .
6759 \end_layout
6760
6761 \begin_layout Standard
6762 La mise en forme de la légende peut être ajustée avec celle de toutes les
6763  autres légendes de votre document en utilisant le paquetage LaTeX 
6764 \series bold
6765 caption
6766 \series default
6767
6768 \begin_inset Index idx
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Paquetages LaTeX ! caption
6773 \end_layout
6774
6775 \end_inset
6776
6777 , voir la section
6778 \begin_inset space ~
6779 \end_inset
6780
6781
6782 \begin_inset CommandInset ref
6783 LatexCommand ref
6784 reference "sec:Formatage-légende"
6785
6786 \end_inset
6787
6788 .
6789 \end_layout
6790
6791 \begin_layout Subsubsection
6792 Largeur de la légende
6793 \begin_inset Index idx
6794 status collapsed
6795
6796 \begin_layout Plain Layout
6797 Tableaux longs ! Largeur de la légende
6798 \end_layout
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \begin_layout Standard
6806 La largeur maximale des lignes de légende est définie par la longueur 
6807 \series bold
6808
6809 \backslash
6810 LTcapwidth
6811 \series default
6812 .
6813  Sa valeur implicite est 4
6814 \begin_inset space \thinspace{}
6815 \end_inset
6816
6817 in.
6818  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6819  de votre document ou en tant que code TeX directement dans votre document
6820  avant le tableau qui doit être affectée.
6821 \end_layout
6822
6823 \begin_layout Standard
6824
6825 \series bold
6826
6827 \backslash
6828 setlength{
6829 \backslash
6830 LTcapwidth}{largeur}
6831 \end_layout
6832
6833 \begin_layout Standard
6834 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6835 ce
6836 \begin_inset space ~
6837 \end_inset
6838
6839
6840 \begin_inset CommandInset ref
6841 LatexCommand ref
6842 reference "cha:Unités-de-longueur"
6843
6844 \end_inset
6845
6846 .
6847 \end_layout
6848
6849 \begin_layout Standard
6850 \begin_inset Newpage pagebreak
6851 \end_inset
6852
6853
6854 \end_layout
6855
6856 \begin_layout Standard
6857 Les tableaux suivants montrent la différence :
6858 \end_layout
6859
6860 \begin_layout Standard
6861 \begin_inset Tabular
6862 <lyxtabular version="3" rows="6" columns="5">
6863 <features islongtable="true" longtabularalignment="center">
6864 <column alignment="center" valignment="top" width="0">
6865 <column alignment="center" valignment="top" width="0">
6866 <column alignment="center" valignment="top" width="0">
6867 <column alignment="center" valignment="top" width="0">
6868 <column alignment="center" valignment="top" width="0">
6869 <row caption="true">
6870 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 \begin_inset Caption
6875
6876 \begin_layout Plain Layout
6877 long titre complet avec la largeur implicite long titre complet avec la
6878  largeur implicite long titre complet avec la largeur implicite
6879 \begin_inset Argument
6880 status open
6881
6882 \begin_layout Plain Layout
6883 Légende avec largeur implicite
6884 \end_layout
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 <row>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 1
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 2
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 3
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 4
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 5
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 </row>
6982 <row>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 asd
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 s
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 s
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 s
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 asd
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 asd
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 s
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 s
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 s
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 asd
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 </row>
7076 <row>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 asd
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 s
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 s
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 s
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 asd
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 </row>
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 asd
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 sad
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 asd
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 asd
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 asd
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 </row>
7170 </lyxtabular>
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \begin_layout Standard
7178 \begin_inset ERT
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182
7183
7184 \backslash
7185 setlength{
7186 \backslash
7187 LTcapwidth}{5cm}
7188 \end_layout
7189
7190 \end_inset
7191
7192
7193 \begin_inset Tabular
7194 <lyxtabular version="3" rows="6" columns="5">
7195 <features islongtable="true" longtabularalignment="center">
7196 <column alignment="center" valignment="top" width="0">
7197 <column alignment="center" valignment="top" width="0">
7198 <column alignment="center" valignment="top" width="0">
7199 <column alignment="center" valignment="top" width="0">
7200 <column alignment="center" valignment="top" width="0">
7201 <row caption="true">
7202 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 \begin_inset Caption
7207
7208 \begin_layout Plain Layout
7209 long titre complet avec la largeur réglée à 5
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 cm long titre complet avec la largeur réglée à 5
7214 \begin_inset space \thinspace{}
7215 \end_inset
7216
7217 cm long titre complet avec la largeur réglée à 5
7218 \begin_inset space \thinspace{}
7219 \end_inset
7220
7221 cm
7222 \begin_inset Argument
7223 status open
7224
7225 \begin_layout Plain Layout
7226 Légende avec largeur à
7227 \begin_inset space \thinspace{}
7228 \end_inset
7229
7230 =
7231 \begin_inset space \thinspace{}
7232 \end_inset
7233
7234 5
7235 \begin_inset space \thinspace{}
7236 \end_inset
7237
7238 cm
7239 \end_layout
7240
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 1
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 2
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 3
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 4
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 5
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 </row>
7337 <row>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 asd
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 s
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 s
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 asd
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 </row>
7384 <row>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 asd
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 s
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 s
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 s
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 asd
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 asd
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 s
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 s
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 s
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 asd
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 asd
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 sad
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501 asd
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 asd
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 asd
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 </lyxtabular>
7526
7527 \end_inset
7528
7529
7530 \end_layout
7531
7532 \begin_layout Standard
7533 \begin_inset ERT
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537
7538
7539 \backslash
7540 setlength{
7541 \backslash
7542 LTcapwidth}{4in}
7543 \end_layout
7544
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \begin_layout Standard
7551 \begin_inset Note Greyedout
7552 status open
7553
7554 \begin_layout Plain Layout
7555
7556 \series bold
7557 Note:
7558 \series default
7559  Quand on utilise la paquetage LaTeX 
7560 \series bold
7561 caption
7562 \series default
7563
7564 \begin_inset Index idx
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568 Paquetages LaTeX ! caption
7569 \end_layout
7570
7571 \end_inset
7572
7573  , comme c'est les cas dans ce document, la légende prend toute la largeur
7574  de la page quand on utilise la largeur implicite de 4
7575 \begin_inset space \thinspace{}
7576 \end_inset
7577
7578 in pour 
7579 \series bold
7580
7581 \backslash
7582 LTcapwidth
7583 \series default
7584 .
7585  Pour avoir dans ce cas une légende qui fasse exactement 4
7586 \begin_inset space \thinspace{}
7587 \end_inset
7588
7589 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7590  comme par exemple 3.99
7591 \begin_inset space \thinspace{}
7592 \end_inset
7593
7594 in, soit utiliser la commande LaTeX 
7595 \series bold
7596
7597 \backslash
7598 captionsetup{width=valeur}
7599 \series default
7600  qui est disponible dans le paquetage 
7601 \series bold
7602 caption
7603 \series default
7604 .
7605 \end_layout
7606
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \begin_layout Subsubsection
7613 Des Légendes différentes sur chaque page d'un tableau
7614 \begin_inset Argument
7615 status collapsed
7616
7617 \begin_layout Plain Layout
7618 Légendes différentes
7619 \end_layout
7620
7621 \end_inset
7622
7623
7624 \begin_inset Index idx
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628 Tableaux longs ! Legendes@Légendes différentes par page
7629 \end_layout
7630
7631 \end_inset
7632
7633
7634 \end_layout
7635
7636 \begin_layout Standard
7637 Quand la légende du tableau pour les pages suivantes doit être différente
7638  de celle de la première page, insérez une légende avec la commande suivante
7639  en code TeX :
7640 \end_layout
7641
7642 \begin_layout Standard
7643
7644 \series bold
7645
7646 \backslash
7647 caption*{caption text}
7648 \backslash
7649
7650 \backslash
7651 %
7652 \end_layout
7653
7654 \begin_layout Standard
7655 dans une ligne de légende fictive qui sera marquée comme une entête.
7656  Le tableau
7657 \begin_inset space ~
7658 \end_inset
7659
7660
7661 \begin_inset CommandInset ref
7662 LatexCommand ref
7663 reference "tab:Légendes-tableau-différentes"
7664
7665 \end_inset
7666
7667  est un exemple de tableau long avec des légendes différentes et où la seconde
7668  légende ne contient pas le numéro du tableau.
7669 \end_layout
7670
7671 \begin_layout Standard
7672 \align center
7673 \begin_inset Tabular
7674 <lyxtabular version="3" rows="59" columns="3">
7675 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7676 <column alignment="left" valignment="top" width="0cm">
7677 <column alignment="left" valignment="top" width="0pt">
7678 <column alignment="center" valignment="top" width="0pt">
7679 <row caption="true">
7680 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 \begin_inset Caption
7685
7686 \begin_layout Plain Layout
7687 Exemple d'annuaire téléphonique
7688 \begin_inset CommandInset label
7689 LatexCommand label
7690 name "tab:Légendes-tableau-différentes"
7691
7692 \end_inset
7693
7694
7695 \begin_inset Argument
7696 status collapsed
7697
7698 \begin_layout Plain Layout
7699 Exemple Annuaire 
7700 \end_layout
7701
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row endfirsthead="true">
7734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \series bold
7740 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row endfirsthead="true">
7765 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 NOM
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 TÉL.
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row endhead="true">
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 \begin_inset ERT
7803 status open
7804
7805 \begin_layout Plain Layout
7806
7807
7808 \backslash
7809 caption*{Suite de l'exemple d'annuaire téléphonique}
7810 \backslash
7811
7812 \backslash
7813 %
7814 \end_layout
7815
7816 \end_inset
7817
7818
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
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row endhead="true">
7843 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \series bold
7849 Exemple d'annuaire téléphonique
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row endhead="true">
7874 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 NOM
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 TÉL.
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row endfoot="true">
7907 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 suite page suivante\SpecialChar \ldots{}
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \series bold
7943 Annovi
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 Silvia
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 111
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \series bold
7974 Bertoli
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 Stefano
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 111
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row>
7999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \series bold
8005 Bozzi
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 Walter
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 111
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \series bold
8036 Cachia
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 Maria
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 111
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \series bold
8067 Cachia
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 Maurizio
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 111
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \series bold
8098 Cinquemani
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 Giusi
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 111
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 Colin
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Bernard
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Concli
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Gianfranco
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Dal Bosco
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Carolina
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Dalpiaz
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Annamaria
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Feliciello
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Domenico
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Focarelli
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Paola
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Galletti
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Oreste
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Gasparini
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Franca
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Rizzardi
8378 \series default
8379
8380 \begin_inset Foot
8381 status open
8382
8383 \begin_layout Plain Layout
8384 Exemple de note de bas de page
8385 \end_layout
8386
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Paola
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 111
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \series bold
8420 Lassini
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Giancarlo
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 111
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \series bold
8451 Malfatti
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 Luciano
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 111
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 <row>
8476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480
8481 \series bold
8482 Malfatti
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 Valeriano
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 111
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \series bold
8513 Meneguzzo
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 Roberto
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 111
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \series bold
8544 Mezzadra
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Roberto
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 111
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 <row>
8569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573
8574 \series bold
8575 Pirpamer
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Erich
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 111
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606 Pochiesa
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 Paolo
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 111, 222
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \series bold
8637 Radina
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 Claudio
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 111
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \series bold
8668 Stuffer
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Oskar
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 111
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Tacchelli
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Ugo
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 111
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Tezzele
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Margit
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 111
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Unterkalmsteiner
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Frieda
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 111
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Vieider
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Hilde
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 111
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Vigna
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Jürgen
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 111
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Weber
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Maurizio
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 111
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Winkler
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Franz
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 111
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914  
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row>
8939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \series bold
8945 Annovi
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 Silvia
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 555
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \series bold
8976 Bertoli
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 Stefano
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 555
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \series bold
9007 Bozzi
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Walter
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 555
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \series bold
9038 Cachia
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 Maria
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 555
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \series bold
9069 Cachia
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Maurizio
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 555
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \series bold
9100 Cinquemani
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Giusi
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 555
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \series bold
9131 Colin
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Bernard
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 555
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \series bold
9162 Concli
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Gianfranco
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 555
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Dal Bosco
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Carolina
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 555
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Dalpiaz
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Annamaria
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 555
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Feliciello
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Domenico
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 555
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Focarelli
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Paola
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 555
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Galletti
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Oreste
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 555
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348 Gasparini
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Franca
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 555
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379 Rizzardi
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Paola
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 555
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Lassini
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 Giancarlo
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 555
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row>
9435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 Malfatti
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Luciano
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 555
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \series bold
9472 Malfatti
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Valeriano
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 555
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row>
9497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 Meneguzzo
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 Roberto
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 555
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \series bold
9534 Mezzadra
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Roberto
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 555
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 </lyxtabular>
9559
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \begin_layout Section
9566 Questions particulières concernant les tableaux longs
9567 \begin_inset Argument
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Questions sur les tableaux longs
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \begin_inset CommandInset label
9578 LatexCommand label
9579 name "sec:Questions-sur-tableaux-longs"
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Subsection
9587 Calculs des pages des tableaux longs
9588 \begin_inset Index idx
9589 status collapsed
9590
9591 \begin_layout Plain Layout
9592 Tableaux longs ! Calculs
9593 \end_layout
9594
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \begin_layout Standard
9601 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9602  en utilisant des blocs (chunks).
9603  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9604  mémoire de LaTeX.
9605  La valeur implicite est fixée pour des raisons historiques à seulement
9606  20 lignes de tableau.
9607  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9608  peut ralentir la création de votre document.
9609  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9610  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9611  préambule de votre document :
9612 \end_layout
9613
9614 \begin_layout Standard
9615
9616 \series bold
9617
9618 \backslash
9619 setcounter{LTchunksize}{100}
9620 \end_layout
9621
9622 \begin_layout Subsection
9623 Les Flottants et les Tableaux Longs
9624 \begin_inset Index idx
9625 status collapsed
9626
9627 \begin_layout Plain Layout
9628 Tableaux longs ! Flottants
9629 \end_layout
9630
9631 \end_inset
9632
9633
9634 \end_layout
9635
9636 \begin_layout Standard
9637 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9638  commence un tableau long.
9639  Pour éviter une telle situation, 
9640 \lang english
9641 insert a 
9642 \begin_inset Quotes eld
9643 \end_inset
9644
9645 clear page
9646 \begin_inset Quotes erd
9647 \end_inset
9648
9649  (menu
9650 \lang french
9651  
9652 \family sans
9653 Insérer\SpecialChar \menuseparator
9654 Typographie
9655 \begin_inset space ~
9656 \end_inset
9657
9658 spéciale\SpecialChar \menuseparator
9659 Saut de page (vide le tampon)
9660 \family default
9661
9662 \begin_inset space \thinspace{}
9663 \end_inset
9664
9665 ) juste avant votre tableau long.
9666 \end_layout
9667
9668 \begin_layout Subsection
9669 Sauts de pages forcés
9670 \begin_inset Index idx
9671 status collapsed
9672
9673 \begin_layout Plain Layout
9674 Tableaux longs ! Sauts de pages forcés
9675 \end_layout
9676
9677 \end_inset
9678
9679
9680 \end_layout
9681
9682 \begin_layout Standard
9683 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9684  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9685  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9686  de saut de ligne 
9687 \begin_inset Quotes eld
9688 \end_inset
9689
9690
9691 \backslash
9692
9693 \backslash
9694
9695 \begin_inset Quotes erd
9696 \end_inset
9697
9698  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9699  Avant la commande 
9700 \begin_inset Quotes eld
9701 \end_inset
9702
9703
9704 \backslash
9705
9706 \backslash
9707
9708 \begin_inset Quotes erd
9709 \end_inset
9710
9711 , vous devez insérer en code TeX, autant de caractères 
9712 \begin_inset Quotes eld
9713 \end_inset
9714
9715 &
9716 \begin_inset Quotes erd
9717 \end_inset
9718
9719  qu'il y a de colonnes après la cellule concernée.
9720  Le caractère 
9721 \begin_inset Quotes eld
9722 \end_inset
9723
9724 &
9725 \begin_inset Quotes erd
9726 \end_inset
9727
9728  sert à séparer les colonnes d'un tableau.
9729  Écrivez en code-TeX, après chaque 
9730 \begin_inset Quotes eld
9731 \end_inset
9732
9733 &
9734 \begin_inset Quotes erd
9735 \end_inset
9736
9737  le contenu des cellules correspondantes et en même temps supprimez le contenu
9738  de ces cellules dans le texte normal.
9739  
9740 \begin_inset Newline newline
9741 \end_inset
9742
9743 Après la commande 
9744 \backslash
9745
9746 \backslash
9747 , insérez autant de caractères 
9748 \begin_inset Quotes eld
9749 \end_inset
9750
9751 &
9752 \begin_inset Quotes erd
9753 \end_inset
9754
9755  qu'il y a de colonnes avant la colonne traitée.
9756  Dans le tableau
9757 \begin_inset space ~
9758 \end_inset
9759
9760
9761 \begin_inset CommandInset ref
9762 LatexCommand ref
9763 reference "tab:Tableau-saut-de-page"
9764
9765 \end_inset
9766
9767  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9768  suivie par une autre colonne.
9769  La commande suivante a donc été insérée en code TeX dans la cellule après
9770  le mot 
9771 \begin_inset Quotes eld
9772 \end_inset
9773
9774
9775 \emph on
9776 Castelchiodato,
9777 \emph default
9778
9779 \begin_inset Quotes erd
9780 \end_inset
9781
9782 :
9783 \end_layout
9784
9785 \begin_layout Standard
9786
9787 \series bold
9788 & 111
9789 \backslash
9790
9791 \backslash
9792  
9793 \backslash
9794 newpage
9795 \begin_inset Newline newline
9796 \end_inset
9797
9798 &
9799 \end_layout
9800
9801 \begin_layout Standard
9802 Le 
9803 \begin_inset Quotes eld
9804 \end_inset
9805
9806 111
9807 \begin_inset Quotes erd
9808 \end_inset
9809
9810  dans la troisième colonne de la ligne a été supprimé.
9811  
9812 \series bold
9813
9814 \backslash
9815 newpage
9816 \series default
9817  est nécessaire seulement quand un saut de page doit impérativement avoir
9818  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9819  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9820  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9821  est coupée, utilisez cette commande à la place de la précédente :
9822 \end_layout
9823
9824 \begin_layout Standard
9825
9826 \series bold
9827 & 111
9828 \backslash
9829
9830 \backslash
9831
9832 \begin_inset Newline newline
9833 \end_inset
9834
9835
9836 \backslash
9837 hline &
9838 \end_layout
9839
9840 \begin_layout Standard
9841 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9842  insérer la commande
9843 \end_layout
9844
9845 \begin_layout Standard
9846
9847 \series bold
9848
9849 \backslash
9850 setlength{
9851 \backslash
9852 parfillskip}{0pt}
9853 \end_layout
9854
9855 \begin_layout Standard
9856 au début de la cellule.
9857  Cela assure que la portion de la cellule qui va se trouver affichée sur
9858  la page suivante le sera avec toute la largeur de la cellule.
9859 \end_layout
9860
9861 \begin_layout Standard
9862 \align center
9863 \begin_inset Tabular
9864 <lyxtabular version="3" rows="38" columns="3">
9865 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9866 <column alignment="left" valignment="top" width="0cm">
9867 <column alignment="left" valignment="top" width="3cm">
9868 <column alignment="center" valignment="top" width="0pt">
9869 <row caption="true">
9870 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Caption
9875
9876 \begin_layout Plain Layout
9877 Tableau avec un saut de page forcé dans une cellule
9878 \begin_inset CommandInset label
9879 LatexCommand label
9880 name "tab:Tableau-saut-de-page"
9881
9882 \end_inset
9883
9884
9885 \begin_inset Argument
9886 status collapsed
9887
9888 \begin_layout Plain Layout
9889 Tableau avec un saut de page forcé dans une cellule
9890 \end_layout
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row endfirsthead="true">
9924 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \series bold
9930 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endfirsthead="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 NOM
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \series bold
9981 TÉL.
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row endhead="true">
9988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 \begin_inset ERT
9993 status collapsed
9994
9995 \begin_layout Plain Layout
9996
9997
9998 \backslash
9999 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10000 \backslash
10001
10002 \backslash
10003 %
10004 \end_layout
10005
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row endhead="true">
10033 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037  
10038 \series bold
10039 Exemple d'annuaire téléphonique
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endhead="true">
10064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 NOM
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 TÉL.
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endfoot="true">
10097 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 suite page suivante\SpecialChar \ldots{}
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Annovi
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Silvia
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Bertoli
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Stefano
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Bozzi
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Walter
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Cachia
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Maria
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Cachia
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Maurizio
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Cinquemani
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Giusi
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Colin
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Bernard
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Concli
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Gianfranco
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Dal Bosco
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Carolina
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Dalpiaz
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Annamaria
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Feliciello
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Domenico
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Focarelli
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Paola
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Galletti
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Oreste
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Gasparini
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Franca
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Lassini
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Giancarlo
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Malfatti
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Luciano
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Malfatti
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Valeriano
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Meneguzzo
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Roberto
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Mezzadra
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Roberto
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Pirpamer
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Erich
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Pochiesa
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Paolo
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111, 222
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Radina
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Claudio
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Rizzardi
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Giancarlo, 11.
10825  Fürst von Montecompatri, 11.
10826  Fürst von Sulmona und Vivaro, 10.
10827  Fürst von Rossano, 5.
10828  Herzog von Canemorte, 11.
10829  Herzog von Palombara, 5.
10830  Herzog von Castelchiodato,
10831 \begin_inset ERT
10832 status open
10833
10834 \begin_layout Plain Layout
10835
10836 & 111
10837 \backslash
10838
10839 \backslash
10840  
10841 \backslash
10842 newpage
10843 \end_layout
10844
10845 \begin_layout Plain Layout
10846
10847 &
10848 \end_layout
10849
10850 \end_inset
10851
10852  11.
10853  Herzog von Poggionativo, 11.
10854  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10855  Graf von Valinfreda, 11.
10856  Baron von Cropalati, 11.
10857  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \series bold
10879 Stuffer
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 Oskar
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 111
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \series bold
10910 Tacchelli
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 Ugo
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 111
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939
10940 \series bold
10941 Tezzele
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 Margit
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 111
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \series bold
10972 Unterkalmsteiner
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Frieda
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 111
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \series bold
11003 Vieider
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Hilde
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 111
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \series bold
11034 Vigna
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 Jürgen
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 111
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \series bold
11065 Weber
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 Maurizio
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 111
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \series bold
11096 Winkler
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Franz
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 111
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 </lyxtabular>
11121
11122 \end_inset
11123
11124
11125 \end_layout
11126
11127 \begin_layout Section
11128 Colonnes et lignes à lignes multiples
11129 \end_layout
11130
11131 \begin_layout Subsection
11132 Lignes multiples dans une cellule de tableau
11133 \begin_inset CommandInset label
11134 LatexCommand label
11135 name "sub:Lignes-multiple-dans-cellule"
11136
11137 \end_inset
11138
11139
11140 \begin_inset Index idx
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144 Plusieurs lignes dans une case de tableau
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \begin_inset Index idx
11151 status collapsed
11152
11153 \begin_layout Plain Layout
11154 Tableau ! Saut de ligne
11155 \end_layout
11156
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \begin_layout Standard
11163 \noindent
11164 \begin_inset Float table
11165 placement H
11166 wide false
11167 sideways false
11168 status open
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Caption
11172
11173 \begin_layout Plain Layout
11174 \begin_inset CommandInset label
11175 LatexCommand label
11176 name "tab:Tableau-avec-plusieurs-lignes"
11177
11178 \end_inset
11179
11180 Tableau avec des lignes multiples dans une cellule
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Plain Layout
11189 \align center
11190 \begin_inset Tabular
11191 <lyxtabular version="3" rows="3" columns="3">
11192 <features tabularvalignment="middle">
11193 <column alignment="center" valignment="middle" width="2.5cm">
11194 <column alignment="center" valignment="middle" width="0">
11195 <column alignment="center" valignment="middle" width="0">
11196 <row>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 Lignes
11202 \begin_inset Newline linebreak
11203 \end_inset
11204
11205 multiples
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 b
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 c
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 d
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 e
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 f
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 g
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 h
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 i
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 </lyxtabular>
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \begin_layout Standard
11300 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11301  d'un paragraphe avec des sauts de lignes et des césures.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 Pour obtenir le tableau
11306 \begin_inset space ~
11307 \end_inset
11308
11309
11310 \begin_inset CommandInset ref
11311 LatexCommand ref
11312 reference "tab:Tableau-avec-plusieurs-lignes"
11313
11314 \end_inset
11315
11316 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11317  droit dessus.
11318  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11319  2.5
11320 \begin_inset space \thinspace{}
11321 \end_inset
11322
11323 cm et choisissez les alignements vertical et horizontal centrés.
11324  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11325  Comme notre texte est plus petit que 2.5
11326 \begin_inset space \thinspace{}
11327 \end_inset
11328
11329 cm, une seule ligne va apparaître.
11330  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11331  
11332 \family sans
11333 Ctrl-Shift-Entrée
11334 \family default
11335 ).
11336  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11337 ement découpé en plusieurs lignes.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11342  pas effectuer de césure si c'est le premier élément de la cellule.
11343  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11344  premier élément : Ajoutez un espace horizontal de 0
11345 \begin_inset space \thinspace{}
11346 \end_inset
11347
11348 pt juste avant votre mot.
11349  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11350  Le tableau
11351 \begin_inset space ~
11352 \end_inset
11353
11354
11355 \begin_inset CommandInset ref
11356 LatexCommand ref
11357 reference "tab:Tableau-césure"
11358
11359 \end_inset
11360
11361  montre l'effet de cette insertion.
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \begin_inset Float table
11366 placement h
11367 wide false
11368 sideways false
11369 status open
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Caption
11373
11374 \begin_layout Plain Layout
11375 \begin_inset CommandInset label
11376 LatexCommand label
11377 name "tab:Tableau-césure"
11378
11379 \end_inset
11380
11381 Tableau avec et sans césure.
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \begin_layout Plain Layout
11390 \begin_inset space \hfill{}
11391 \end_inset
11392
11393
11394 \begin_inset Tabular
11395 <lyxtabular version="3" rows="3" columns="3">
11396 <features tabularvalignment="middle">
11397 <column alignment="center" valignment="middle" width="2.5cm">
11398 <column alignment="center" valignment="middle" width="0">
11399 <column alignment="center" valignment="middle" width="0">
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 mottrèslongdansunecellule
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 b
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 c
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 d
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 e
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 f
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 g
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 h
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 i
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \begin_inset space \hfill{}
11493 \end_inset
11494
11495
11496 \begin_inset Tabular
11497 <lyxtabular version="3" rows="3" columns="3">
11498 <features tabularvalignment="middle">
11499 <column alignment="center" valignment="middle" width="2.5cm">
11500 <column alignment="center" valignment="middle" width="0">
11501 <column alignment="center" valignment="middle" width="0">
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 \begin_inset space \hspace{}
11508 \length 0pt
11509 \end_inset
11510
11511 mottrèslongdansunecellule
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 b
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 c
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 d
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 e
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 f
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 g
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 h
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 i
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 </lyxtabular>
11594
11595 \end_inset
11596
11597
11598 \begin_inset space \hfill{}
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Subsection
11610 Multi-colonnes
11611 \begin_inset CommandInset label
11612 LatexCommand label
11613 name "sub:Multicolonnes"
11614
11615 \end_inset
11616
11617
11618 \begin_inset Index idx
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622 Multi-colonnes
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \begin_inset Index idx
11629 status collapsed
11630
11631 \begin_layout Plain Layout
11632 Tableau ! Multi-colonnes
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsubsection
11641 Les Bases des Multicolonnes
11642 \end_layout
11643
11644 \begin_layout Standard
11645 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11646  qu'elle doit couvrir et utilisez soit le bouton
11647 \begin_inset Graphics
11648         filename ../../images/tabular-feature_multicolumn.png
11649         scale 85
11650         scaleBeforeRotation
11651
11652 \end_inset
11653
11654  de la barre d'outils tableau, ou le menu 
11655 \family sans
11656 Éditer\SpecialChar \menuseparator
11657 Tableau\SpecialChar \menuseparator
11658 Multi-colonnes
11659 \family default
11660 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11661  
11662 \family sans
11663 Multi-colonnes
11664 \family default
11665  
11666 \lang english
11667 in the appearing context menu.
11668 \end_layout
11669
11670 \begin_layout Standard
11671 Les multi-colonnes ont leurs propres paramètres de cellule.
11672  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11673  de la cellule, cela n'affecte que la cellule multi-colonne.
11674  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11675  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11676 \end_layout
11677
11678 \begin_layout Standard
11679 \align center
11680 \begin_inset Tabular
11681 <lyxtabular version="3" rows="3" columns="4">
11682 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11683 <column alignment="center" valignment="top" width="0pt">
11684 <column alignment="center" valignment="middle" width="0">
11685 <column alignment="center" valignment="top" width="0in">
11686 <column alignment="center" valignment="top" width="0pt">
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 abc
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 def ghi
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 jkl
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 <row>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 A
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 B
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 C
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 D
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 <row>
11764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 1
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 2
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 3
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 4
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 </lyxtabular>
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Subsubsection
11809 Calculs avec les multi-colonnes
11810 \begin_inset CommandInset label
11811 LatexCommand label
11812 name "sub:Calculs-multicolonnes"
11813
11814 \end_inset
11815
11816
11817 \begin_inset Index idx
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 Multi-colonnes ! Calculs
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 LyX gère directement les multi-colonnes, mais nous devons faire attention
11831  à la largeur des cellules couvertes par la cellule multicolonne.
11832 \end_layout
11833
11834 \begin_layout Standard
11835 \begin_inset Float table
11836 placement h
11837 wide false
11838 sideways false
11839 status open
11840
11841 \begin_layout Plain Layout
11842 \begin_inset Caption
11843
11844 \begin_layout Plain Layout
11845 \begin_inset CommandInset label
11846 LatexCommand label
11847 name "tab:Tableau-multicolonne-parfaite"
11848
11849 \end_inset
11850
11851 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11852  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11853 \begin_inset Argument
11854 status open
11855
11856 \begin_layout Plain Layout
11857 Tableau avec multicolonne parfaite
11858 \end_layout
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \end_layout
11869
11870 \begin_layout Plain Layout
11871 \align center
11872 \begin_inset Tabular
11873 <lyxtabular version="3" rows="3" columns="3">
11874 <features tabularvalignment="middle">
11875 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11876 <column alignment="center" valignment="middle" width="0">
11877 <column alignment="center" valignment="top" width="0">
11878 <row>
11879 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 multicolonne sur plusieurs lignes
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 c
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 </row>
11907 <row>
11908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 d
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 e
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 f
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 </row>
11936 <row>
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 g
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 h
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 i
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 Par exemple, pour créer le tableau
11979 \begin_inset space ~
11980 \end_inset
11981
11982
11983 \begin_inset CommandInset ref
11984 LatexCommand ref
11985 reference "tab:Tableau-multicolonne-parfaite"
11986
11987 \end_inset
11988
11989 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11990  3×3 et faites un clic droit dessus.
11991  Ensuite choisissez pour cette cellule
11992 \emph on
11993 ,
11994 \emph default
11995  dans la fenêtre de dialogue de tableau, 
11996 \emph on
11997 multicolonne
11998 \emph default
11999
12000 \emph on
12001 alignement
12002 \begin_inset space ~
12003 \end_inset
12004
12005 horizontal
12006 \begin_inset space ~
12007 \end_inset
12008
12009 centré
12010 \emph default
12011  et une largeur de 2.5
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm.
12016  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12017  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12018 \begin_inset space \thinspace{}
12019 \end_inset
12020
12021 cm pour la première colonne.
12022  La deuxième colonne aura alors automatiquement une largeur de 1.25
12023 \begin_inset space \thinspace{}
12024 \end_inset
12025
12026 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12027  C'est ce qui a été fait pour le tableau
12028 \begin_inset space ~
12029 \end_inset
12030
12031
12032 \begin_inset CommandInset ref
12033 LatexCommand ref
12034 reference "tab:Tableau-multicolonne-imparfait"
12035
12036 \end_inset
12037
12038 .
12039 \end_layout
12040
12041 \begin_layout Standard
12042 \begin_inset Float table
12043 wide false
12044 sideways false
12045 status open
12046
12047 \begin_layout Plain Layout
12048 \begin_inset Caption
12049
12050 \begin_layout Plain Layout
12051 \begin_inset CommandInset label
12052 LatexCommand label
12053 name "tab:Tableau-multicolonne-imparfait"
12054
12055 \end_inset
12056
12057 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12058  de la largeur de la cellule multicolonne.
12059 \begin_inset Argument
12060 status open
12061
12062 \begin_layout Plain Layout
12063 Tableau avec multicolonne pas parfaite
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \end_inset
12072
12073
12074 \end_layout
12075
12076 \begin_layout Plain Layout
12077 \align center
12078 \begin_inset Tabular
12079 <lyxtabular version="3" rows="3" columns="3">
12080 <features tabularvalignment="middle">
12081 <column alignment="center" valignment="top" width="1.25cm">
12082 <column alignment="center" valignment="top" width="0">
12083 <column alignment="center" valignment="top" width="0">
12084 <row>
12085 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 multicolonne sur plusieurs lignes
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 c
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 <row>
12114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 d
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 e
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 f
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 </row>
12142 <row>
12143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 g
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 h
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 i
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 </lyxtabular>
12172
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \end_inset
12179
12180
12181 \end_layout
12182
12183 \begin_layout Standard
12184 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12185  de la cellule multicolonne, elle est un peu plus large.
12186  La raison est que la taille que l'on donne à une cellule, 
12187 \begin_inset Formula $W_{g}$
12188 \end_inset
12189
12190  n'est pas sa taille totale, 
12191 \begin_inset Formula $W_{\mathrm{tot}}$
12192 \end_inset
12193
12194  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12195  lui donne.
12196  L'appendice
12197 \begin_inset space ~
12198 \end_inset
12199
12200
12201 \begin_inset CommandInset ref
12202 LatexCommand eqref
12203 reference "cha:Explication-de-l'Equation"
12204
12205 \end_inset
12206
12207  explique pourquoi en détail.
12208 \end_layout
12209
12210 \begin_layout Standard
12211 La largeur nécessaire 
12212 \begin_inset Formula $W_{g\, n}$
12213 \end_inset
12214
12215  quand 
12216 \emph on
12217 n
12218 \emph default
12219  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12220  ait une largeur totale de 
12221 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12222 \end_inset
12223
12224 :
12225 \begin_inset Formula \begin{equation}
12226 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234 Dans notre cas nous avons 
12235 \begin_inset Formula $n=2$
12236 \end_inset
12237
12238
12239 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12240 \end_inset
12241
12242 cm et les valeurs implicites pour les autres longueurs, l'équation
12243 \begin_inset space ~
12244 \end_inset
12245
12246
12247 \begin_inset CommandInset ref
12248 LatexCommand ref
12249 reference "eq:Wgn"
12250
12251 \end_inset
12252
12253  devient
12254 \begin_inset Formula \begin{equation}
12255 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \begin_layout Standard
12263 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12264  
12265 \series bold
12266 calc
12267 \series default
12268  avec la ligne suivante dans le préambule du document
12269 \begin_inset Index idx
12270 status collapsed
12271
12272 \begin_layout Plain Layout
12273 Paquetages LaTeX ! calc
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \begin_layout Standard
12282
12283 \series bold
12284
12285 \backslash
12286 usepackage{calc}
12287 \end_layout
12288
12289 \begin_layout Standard
12290 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12291  de dialogue.
12292  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12293  la fenêtre de dialogue.
12294  Voici un aperçu de ces paramètres :
12295 \end_layout
12296
12297 \begin_layout Itemize
12298
12299 \series bold
12300 p{largeur}
12301 \series default
12302  crée une cellule de taille donnée, le texte est aligné verticalement en
12303  haut.
12304 \end_layout
12305
12306 \begin_layout Itemize
12307
12308 \series bold
12309 m{largeur}
12310 \series default
12311  crée une cellule de taille donnée, le texte est aligné verticalement au
12312  centre
12313 \end_layout
12314
12315 \begin_layout Itemize
12316
12317 \series bold
12318 b{largeur}
12319 \series default
12320  crée une cellule de taille donnée, le texte est aligné verticalement en
12321  bas
12322 \end_layout
12323
12324 \begin_layout Standard
12325 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12326  la fenêtre de dialogue sont ignorés.
12327 \end_layout
12328
12329 \begin_layout Standard
12330 \begin_inset Note Greyedout
12331 status open
12332
12333 \begin_layout Plain Layout
12334
12335 \series bold
12336 Note:
12337 \series default
12338  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12339  en compte.
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \begin_layout Standard
12348 Comme le texte doit être centré horizontalement, on ajoute la commande 
12349 \series bold
12350
12351 \backslash
12352 centering
12353 \series default
12354 .
12355  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12356  des colonnes recouvertes :
12357 \end_layout
12358
12359 \begin_layout Standard
12360
12361 \series bold
12362 >{
12363 \backslash
12364 centering}m{1.25cm-6.2pt}
12365 \end_layout
12366
12367 \begin_layout Standard
12368 La commande 
12369 \series bold
12370 >{ }
12371 \series default
12372  signifie que les commandes qui se trouvent entre les accolades doivent
12373  être appliquées avant que la cellule ne soit créée.
12374 \end_layout
12375
12376 \begin_layout Standard
12377 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12378  multicolonne, il est toujours aligné à gauche.
12379  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12380  isolées.
12381  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387 >{
12388 \backslash
12389 centering}m{2.5cm}
12390 \end_layout
12391
12392 \begin_layout Subsection
12393 Multi-lignes
12394 \begin_inset Index idx
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398 Multi-lignes
12399 \end_layout
12400
12401 \end_inset
12402
12403
12404 \begin_inset Index idx
12405 status collapsed
12406
12407 \begin_layout Plain Layout
12408 Tableau ! Multi-ligne
12409 \end_layout
12410
12411 \end_inset
12412
12413
12414 \end_layout
12415
12416 \begin_layout Standard
12417 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12418  par LyX, il faut donc utiliser un peu de code TeX.
12419  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12420 \series bold
12421 multirow
12422 \series default
12423
12424 \begin_inset Index idx
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428 Paquetages LaTeX ! multirow
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \series bold
12435  
12436 \series default
12437 dans le préambule de votre document avec la commande 
12438 \end_layout
12439
12440 \begin_layout Standard
12441
12442 \series bold
12443
12444 \backslash
12445 usepackage{multirow}
12446 \end_layout
12447
12448 \begin_layout Standard
12449 Les cellules multilignes sont créées avec la commande
12450 \end_layout
12451
12452 \begin_layout Standard
12453
12454 \series bold
12455
12456 \backslash
12457 multirow{number of rows}{cell width}{cell entry}
12458 \end_layout
12459
12460 \begin_layout Standard
12461 Pour créer le tableau suivant :
12462 \end_layout
12463
12464 \begin_layout Standard
12465 \align center
12466 \begin_inset ERT
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470
12471
12472 \backslash
12473 renewcommand{
12474 \backslash
12475 multirowsetup}{
12476 \backslash
12477 centering}
12478 \end_layout
12479
12480 \end_inset
12481
12482
12483 \begin_inset Tabular
12484 <lyxtabular version="3" rows="3" columns="3">
12485 <features tabularvalignment="middle">
12486 <column alignment="center" valignment="top" width="0">
12487 <column alignment="center" valignment="top" width="0">
12488 <column alignment="center" valignment="top" width="0">
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 a
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 b
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 c
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 <row>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 \begin_inset ERT
12524 status collapsed
12525
12526 \begin_layout Plain Layout
12527
12528
12529 \backslash
12530 multirow{2}{2.5cm}{
12531 \end_layout
12532
12533 \end_inset
12534
12535 cellule multi-lignes
12536 \begin_inset ERT
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540
12541 }
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 e
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 f
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row>
12571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 h
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 i
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 </lyxtabular>
12600
12601 \end_inset
12602
12603
12604 \begin_inset ERT
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608
12609
12610 \backslash
12611 renewcommand{
12612 \backslash
12613 multirowsetup}{
12614 \backslash
12615 raggedright}
12616 \end_layout
12617
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \begin_layout Standard
12624 créez un tableau 3×3.
12625  Désactivez la bordure supérieure de la dernière cellule dans la première
12626  colonne.
12627  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12628  première colonne en y insérant la commande
12629 \end_layout
12630
12631 \begin_layout Standard
12632
12633 \series bold
12634
12635 \backslash
12636 multirow{2}{2.5cm}{
12637 \end_layout
12638
12639 \begin_layout Standard
12640 comme du code TeX.
12641  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12642  deux lignes et a une largeur de 2.5
12643 \begin_inset space \thinspace{}
12644 \end_inset
12645
12646 cm.
12647  Le contenu de la cellule suit le code TeX et on termine la commande en
12648  ajoutant l'accolade fermante 
12649 \series bold
12650 }
12651 \series default
12652  dans une nouvelle boîte de code TeX, juste après le texte.
12653 \end_layout
12654
12655 \begin_layout Standard
12656
12657 \series bold
12658
12659 \backslash
12660 multirow
12661 \series default
12662  aligne implicitement son contenu à gauche.
12663  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12664  
12665 \series bold
12666
12667 \backslash
12668 multirowsetup
12669 \series default
12670  avec la commande
12671 \end_layout
12672
12673 \begin_layout Standard
12674
12675 \series bold
12676
12677 \backslash
12678 renewcommand{
12679 \backslash
12680 multirowsetup}{
12681 \backslash
12682 centering}
12683 \end_layout
12684
12685 \begin_layout Standard
12686 dans le préambule du document.
12687  Après ça, tous les contenus de cellules multi-lignes du document seront
12688  centrés.
12689  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12690  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12691  juste avant le tableau concerné, plutôt que dans le préambule.
12692  Si le texte doit être aligné à droite, remplacez 
12693 \series bold
12694
12695 \backslash
12696 centering
12697 \series default
12698  par 
12699 \series bold
12700
12701 \backslash
12702 raggedleft
12703 \series default
12704 .
12705  Pour revenir à l'alignement à gauche utilisez 
12706 \series bold
12707
12708 \backslash
12709 raggedright
12710 \series default
12711 .
12712 \end_layout
12713
12714 \begin_layout Section
12715 Les Tableaux Formels
12716 \begin_inset CommandInset label
12717 LatexCommand label
12718 name "sec:Tableaux-Formels"
12719
12720 \end_inset
12721
12722
12723 \begin_inset Index idx
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727 Tableau ! Formel
12728 \end_layout
12729
12730 \end_inset
12731
12732
12733 \end_layout
12734
12735 \begin_layout Standard
12736 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12737  à celle du tableau
12738 \begin_inset space ~
12739 \end_inset
12740
12741
12742 \begin_inset CommandInset ref
12743 LatexCommand ref
12744 reference "tab:Exemple-tableau-booktabs"
12745
12746 \end_inset
12747
12748 .
12749  Ce genre de tableau est appelé 
12750 \begin_inset Quotes eld
12751 \end_inset
12752
12753
12754 \emph on
12755 formel
12756 \emph default
12757
12758 \begin_inset Quotes erd
12759 \end_inset
12760
12761 .
12762  Pour transformer un tableau en tableau formel, utilisez l'option 
12763 \family sans
12764 Formel
12765 \family default
12766  de l'onglet 
12767 \family sans
12768 Bordures
12769 \family default
12770  de la fenêtre de dialogue 
12771 \family sans
12772 Paramètres
12773 \begin_inset space ~
12774 \end_inset
12775
12776 du
12777 \begin_inset space ~
12778 \end_inset
12779
12780 tableau
12781 \family default
12782 .
12783 \end_layout
12784
12785 \begin_layout Standard
12786 \begin_inset Float table
12787 placement h
12788 wide false
12789 sideways false
12790 status open
12791
12792 \begin_layout Plain Layout
12793 \begin_inset Caption
12794
12795 \begin_layout Plain Layout
12796 \begin_inset CommandInset label
12797 LatexCommand label
12798 name "tab:Exemple-tableau-booktabs"
12799
12800 \end_inset
12801
12802 Exemple de tableau formel
12803 \end_layout
12804
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Plain Layout
12811 \align center
12812 \begin_inset Tabular
12813 <lyxtabular version="3" rows="8" columns="4">
12814 <features booktabs="true" tabularvalignment="middle">
12815 <column alignment="center" valignment="top" width="0">
12816 <column alignment="center" valignment="top" width="0">
12817 <column alignment="center" valignment="top" width="0">
12818 <column alignment="center" valignment="top" width="0">
12819 <row>
12820 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 Système
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 Chip
12834 \begin_inset space \thinspace{}
12835 \end_inset
12836
12837 1
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 Chip
12847 \begin_inset space \thinspace{}
12848 \end_inset
12849
12850 2
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row>
12866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 \begin_inset ERT
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874
12875
12876 \backslash
12877 cmidrule(r){2-2}
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \begin_inset ERT
12884 status collapsed
12885
12886 \begin_layout Plain Layout
12887
12888
12889 \backslash
12890 cmidrule(l){3-4}
12891 \end_layout
12892
12893 \end_inset
12894
12895 Épaisseur du capteur en µm
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 300
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 300
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 700
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 </row>
12928 <row>
12929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 Angle du biseau en °
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 3.55
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" topline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 2.71
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 7.99
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 </row>
12966 <row topspace="default">
12967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 Résolution spatiale en µm
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 4.26
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 10.17
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 10.56
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 <row topspace="default">
13005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 MTF à 
13010 \begin_inset Formula $f_{\mathrm{max}}$
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 0.53
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 0.37
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 0.39
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 </row>
13046 <row topspace="default">
13047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 \begin_inset ERT
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055
13056
13057 \backslash
13058 cmidrule(l{10pt}){1-1}
13059 \end_layout
13060
13061 \end_inset
13062
13063 résolution spatiale LSF
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 </row>
13096 <row>
13097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 en µm
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 129.7
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 52.75
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 50.78
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 </row>
13134 <row>
13135 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 en % de la taille des pixels
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 76.3
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 95.9
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 92.3
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 </lyxtabular>
13173
13174 \end_inset
13175
13176
13177 \end_layout
13178
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \begin_layout Standard
13185 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13186  
13187 \family sans
13188 Bordures
13189 \family default
13190  de la fenêtre de dialogue 
13191 \family sans
13192 Paramètres
13193 \begin_inset space ~
13194 \end_inset
13195
13196 du
13197 \begin_inset space ~
13198 \end_inset
13199
13200 tableau
13201 \family default
13202  comme c'est décrit dans la section
13203 \begin_inset space ~
13204 \end_inset
13205
13206
13207 \begin_inset CommandInset ref
13208 LatexCommand ref
13209 reference "sub:Espacement-lignes"
13210
13211 \end_inset
13212
13213 .
13214 \end_layout
13215
13216 \begin_layout Standard
13217 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13218  verticales.
13219  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13220  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13221  sortie imprimée :
13222 \begin_inset Newline newline
13223 \end_inset
13224
13225 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13226 \begin_inset space \thinspace{}
13227 \end_inset
13228
13229 em alors que les autres lignes ont implicite une épaisseur de 0.05
13230 \begin_inset space \thinspace{}
13231 \end_inset
13232
13233 em.
13234 \end_layout
13235
13236 \begin_layout Standard
13237 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13238  les lignes de préambule suivantes :
13239 \end_layout
13240
13241 \begin_layout Standard
13242
13243 \series bold
13244
13245 \backslash
13246 let
13247 \backslash
13248 mytoprule
13249 \backslash
13250 toprule
13251 \begin_inset Newline newline
13252 \end_inset
13253
13254
13255 \backslash
13256 renewcommand{
13257 \backslash
13258 toprule}{
13259 \backslash
13260 mytoprule[width]}
13261 \end_layout
13262
13263 \begin_layout Standard
13264 Cet exemple concerne la première ligne, appelée 
13265 \series bold
13266 toprule
13267 \series default
13268 .
13269  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13270 \series bold
13271 toprule
13272 \series default
13273  par 
13274 \series bold
13275 bottomrule
13276 \series default
13277 .
13278  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13279  
13280 \series bold
13281 toprule
13282 \series default
13283  par 
13284 \series bold
13285 midrule
13286 \series default
13287 .
13288  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13289 \begin_inset space ~
13290 \end_inset
13291
13292
13293 \begin_inset CommandInset ref
13294 LatexCommand ref
13295 reference "cha:Unités-de-longueur"
13296
13297 \end_inset
13298
13299  pour préciser l'épaisseur voulue.
13300 \end_layout
13301
13302 \begin_layout Standard
13303 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13304  en mettant une ligne pour une cellule multi colonne.
13305  LyX va utiliser en interne la commande 
13306 \series bold
13307
13308 \backslash
13309 cmidrule
13310 \series default
13311  pour créer cette ligne.
13312  Sa syntaxe complète est :
13313 \end_layout
13314
13315 \begin_layout Standard
13316
13317 \series bold
13318
13319 \backslash
13320 cmidrule[largeur](rognage){colDépart-colFin}
13321 \end_layout
13322
13323 \begin_layout Standard
13324 Les options de la commande 
13325 \series bold
13326
13327 \backslash
13328 cmidrule
13329 \series default
13330  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13331  TeX pour pouvoir les utiliser.
13332  On peut créer manuellement des lignes 
13333 \series bold
13334
13335 \backslash
13336 mitrales
13337 \series default
13338  en insérant la commande en code TeX comme le premier élément de la première
13339  cellule de la ligne.
13340  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13341  en question.
13342 \end_layout
13343
13344 \begin_layout Standard
13345 La valeur implicite pour l'épaisseur des lignes est de 0.03
13346 \begin_inset space \thinspace{}
13347 \end_inset
13348
13349 em.
13350  
13351 \series bold
13352 colDépart
13353 \series default
13354  est le numéro de la colonne dans laquelle la ligne commence et 
13355 \series bold
13356 colFin
13357 \series default
13358  est le numéro de la colonne dans laquelle elle se termine.
13359  La valeur de 
13360 \series bold
13361 colFin
13362 \series default
13363  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13364  Le paramètre optionnel 
13365 \series bold
13366 rognage
13367 \series default
13368  peut être soit 
13369 \emph on
13370 l{largeurRognage}
13371 \emph default
13372 , ou 
13373 \emph on
13374 r{largeurRognage}
13375 \emph default
13376  où les valeurs de
13377 \emph on
13378  largeurRognage
13379 \emph default
13380  sont aussi optionnelles.
13381  En utilisant par exemple la valeur 
13382 \emph on
13383 l{2pt}
13384 \emph default
13385  pour ce paramètre, la ligne va être rognée de 2
13386 \begin_inset space \thinspace{}
13387 \end_inset
13388
13389 pt à son extrémité gauche.
13390  Si vous ne spécifiez pas de valeur pour 
13391 \emph on
13392 largeurRognage
13393 \emph default
13394  les lignes sont implicitement rognées de 0.5
13395 \begin_inset space \thinspace{}
13396 \end_inset
13397
13398 em.
13399 \end_layout
13400
13401 \begin_layout Standard
13402 \begin_inset VSpace bigskip
13403 \end_inset
13404
13405 Le tableau
13406 \begin_inset space ~
13407 \end_inset
13408
13409
13410 \begin_inset CommandInset ref
13411 LatexCommand ref
13412 reference "tab:Exemple-tableau-booktabs"
13413
13414 \end_inset
13415
13416  a été créé en utilisant les commandes
13417 \end_layout
13418
13419 \begin_layout Standard
13420
13421 \series bold
13422
13423 \backslash
13424 cmidrule(r){2-2}
13425 \backslash
13426 cmidrule(l){3-4}
13427 \end_layout
13428
13429 \begin_layout Standard
13430 au début de la deuxième ligne et
13431 \end_layout
13432
13433 \begin_layout Standard
13434
13435 \series bold
13436
13437 \backslash
13438 cmidrule(l{10pt}){1-1}
13439 \end_layout
13440
13441 \begin_layout Standard
13442 au début de la sixième ligne.
13443 \end_layout
13444
13445 \begin_layout Standard
13446 \begin_inset VSpace bigskip
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \begin_layout Standard
13453 Vous pouvez vouloir des commandes 
13454 \series bold
13455
13456 \backslash
13457 cmidrule
13458 \series default
13459 s qui se recouvrent comme pour le tableau
13460 \begin_inset space ~
13461 \end_inset
13462
13463
13464 \begin_inset CommandInset ref
13465 LatexCommand ref
13466 reference "tab:Tableau-booktabs-special"
13467
13468 \end_inset
13469
13470 .
13471  On obtient ce résultat en utilisant la commande suivante en code TeX
13472 \end_layout
13473
13474 \begin_layout Standard
13475
13476 \series bold
13477
13478 \backslash
13479 morecmidrules
13480 \end_layout
13481
13482 \begin_layout Standard
13483 La commande qui a été utilisée pour la deuxième ligne du tableau
13484 \begin_inset space ~
13485 \end_inset
13486
13487
13488 \begin_inset CommandInset ref
13489 LatexCommand ref
13490 reference "tab:Tableau-booktabs-special"
13491
13492 \end_inset
13493
13494  est
13495 \end_layout
13496
13497 \begin_layout Standard
13498
13499 \series bold
13500
13501 \backslash
13502 cmidrule(r){2-2}
13503 \backslash
13504 cmidrule(l){3-4}
13505 \backslash
13506 morecmidrules
13507 \backslash
13508 cmidrule{2-4}
13509 \end_layout
13510
13511 \begin_layout Standard
13512 La commande pour la sixième ligne est
13513 \end_layout
13514
13515 \begin_layout Standard
13516
13517 \series bold
13518
13519 \backslash
13520 midrule
13521 \backslash
13522 morecmidrules
13523 \backslash
13524 cmidrule{3-4}
13525 \end_layout
13526
13527 \begin_layout Standard
13528 \begin_inset VSpace bigskip
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \begin_layout Standard
13535 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13536 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13537  font toute la largeur du tableau :
13538 \end_layout
13539
13540 \begin_layout Standard
13541
13542 \series bold
13543
13544 \backslash
13545 specialrule{largeur}{espace au dessus}{espace en dessous}
13546 \end_layout
13547
13548 \begin_layout Standard
13549 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13550  du paquetage LaTeX 
13551 \series bold
13552 booktabs
13553 \series default
13554  
13555 \begin_inset CommandInset citation
13556 LatexCommand cite
13557 key "booktabs"
13558
13559 \end_inset
13560
13561 .
13562 \begin_inset Index idx
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566 Paquetages LaTeX ! booktabs
13567 \end_layout
13568
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \begin_layout Standard
13575 \begin_inset Float table
13576 placement h
13577 wide false
13578 sideways false
13579 status open
13580
13581 \begin_layout Plain Layout
13582 \begin_inset Caption
13583
13584 \begin_layout Plain Layout
13585 \begin_inset CommandInset label
13586 LatexCommand label
13587 name "tab:Tableau-booktabs-special"
13588
13589 \end_inset
13590
13591 Tableau formel spécial
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Plain Layout
13600 \align center
13601 \begin_inset Tabular
13602 <lyxtabular version="3" rows="8" columns="4">
13603 <features booktabs="true" tabularvalignment="middle">
13604 <column alignment="center" valignment="top" width="0">
13605 <column alignment="center" valignment="top" width="0">
13606 <column alignment="center" valignment="top" width="0">
13607 <column alignment="center" valignment="top" width="0">
13608 <row>
13609 <cell alignment="center" valignment="top" topline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 Système
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 Chip
13623 \begin_inset space \thinspace{}
13624 \end_inset
13625
13626 1
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 Chip
13636 \begin_inset space \thinspace{}
13637 \end_inset
13638
13639 2
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 </row>
13654 <row>
13655 <cell alignment="center" valignment="top" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 \begin_inset ERT
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663
13664
13665 \backslash
13666 cmidrule(r){2-2}
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \begin_inset ERT
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676
13677
13678 \backslash
13679 cmidrule(l){3-4}
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690
13691 \backslash
13692 morecmidrules 
13693 \end_layout
13694
13695 \end_inset
13696
13697
13698 \begin_inset ERT
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702
13703
13704 \backslash
13705 cmidrule{2-4}
13706 \end_layout
13707
13708 \end_inset
13709
13710 Epaisseur du capteur en µm
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 300
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 300
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 700
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 </row>
13743 <row>
13744 <cell alignment="center" valignment="top" topline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 Angle biseau en °
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 3.55
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 2.71
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 7.99
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 </row>
13781 <row topspace="default">
13782 <cell alignment="center" valignment="top" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 Résolution spatiale en µm
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 4.26
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 10.17
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 10.56
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 </row>
13819 <row topspace="default">
13820 <cell alignment="center" valignment="top" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 MTF à 
13825 \begin_inset Formula $f_{\mathrm{max}}$
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 0.53
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 0.37
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 0.39
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 <row>
13862 <cell alignment="center" valignment="top" topline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 \begin_inset ERT
13867 status collapsed
13868
13869 \begin_layout Plain Layout
13870
13871
13872 \backslash
13873 morecmidrules 
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884
13885 \backslash
13886 cmidrule{3-4}
13887 \end_layout
13888
13889 \end_inset
13890
13891 résolution spatiale LSF
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 <row>
13925 <cell alignment="center" valignment="top" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 en µm
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 129.7
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 52.75
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 50.78
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 </row>
13962 <row>
13963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 en % de la taille des pixels
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 76.3
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 95.9
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 92.3
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 </lyxtabular>
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008
14009
14010 \end_layout
14011
14012 \begin_layout Section
14013 Alignement Vertical des Tableaux
14014 \begin_inset Index idx
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018 Tableau ! Alignement
14019 \end_layout
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \begin_layout Standard
14027 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14028  doit être à l'intérieur d'une boîte.
14029  La boîte peut alors être alignée comme c'est décrit dans la 
14030 \begin_inset space ~
14031 \end_inset
14032
14033
14034 \begin_inset CommandInset ref
14035 LatexCommand ref
14036 reference "sec:Boîte-Dialogue"
14037
14038 \end_inset
14039
14040 .
14041 \end_layout
14042
14043 \begin_layout Standard
14044 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14045  minipage
14046 \begin_inset Foot
14047 status open
14048
14049 \begin_layout Plain Layout
14050 Les minipages son décrites dans la section
14051 \begin_inset space ~
14052 \end_inset
14053
14054
14055 \begin_inset CommandInset ref
14056 LatexCommand ref
14057 reference "sec:Minipages"
14058
14059 \end_inset
14060
14061 .
14062 \end_layout
14063
14064 \end_inset
14065
14066  dont la largeur est de 15
14067 \begin_inset space \thinspace{}
14068 \end_inset
14069
14070 col% :
14071 \end_layout
14072
14073 \begin_layout Itemize
14074 test 
14075 \begin_inset Box Frameless
14076 position "t"
14077 hor_pos "c"
14078 has_inner_box 1
14079 inner_pos "c"
14080 use_parbox 0
14081 use_makebox 0
14082 width "15col%"
14083 special "none"
14084 height "1in"
14085 height_special "totalheight"
14086 status collapsed
14087
14088 \begin_layout Plain Layout
14089 \begin_inset Tabular
14090 <lyxtabular version="3" rows="3" columns="3">
14091 <features tabularvalignment="middle">
14092 <column alignment="center" valignment="top" width="0">
14093 <column alignment="center" valignment="top" width="0">
14094 <column alignment="center" valignment="top" width="0">
14095 <row>
14096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 a
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 d
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 g
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 b
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 e
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 h
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 c
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 f
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 i
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 </lyxtabular>
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190
14191  test 
14192 \begin_inset ERT
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196
14197
14198 \backslash
14199 raisebox{0.85
14200 \backslash
14201 baselineskip}{
14202 \end_layout
14203
14204 \end_inset
14205
14206
14207 \begin_inset Box Frameless
14208 position "t"
14209 hor_pos "c"
14210 has_inner_box 1
14211 inner_pos "c"
14212 use_parbox 0
14213 use_makebox 0
14214 width "15col%"
14215 special "none"
14216 height "1in"
14217 height_special "totalheight"
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221 \begin_inset Tabular
14222 <lyxtabular version="3" rows="3" columns="3">
14223 <features tabularvalignment="middle">
14224 <column alignment="center" valignment="top" width="0">
14225 <column alignment="center" valignment="top" width="0">
14226 <column alignment="center" valignment="top" width="0">
14227 <row>
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 a
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 d
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 g
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 <row>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 b
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 e
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 h
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 <row>
14286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 c
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 f
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 i
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 </lyxtabular>
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \begin_inset ERT
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328
14329 }
14330 \end_layout
14331
14332 \end_inset
14333
14334
14335 \end_layout
14336
14337 \begin_layout Itemize
14338 test 
14339 \begin_inset Box Frameless
14340 position "c"
14341 hor_pos "c"
14342 has_inner_box 1
14343 inner_pos "c"
14344 use_parbox 0
14345 use_makebox 0
14346 width "15col%"
14347 special "none"
14348 height "1in"
14349 height_special "totalheight"
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353 \begin_inset Tabular
14354 <lyxtabular version="3" rows="3" columns="3">
14355 <features tabularvalignment="middle">
14356 <column alignment="center" valignment="top" width="0">
14357 <column alignment="center" valignment="top" width="0">
14358 <column alignment="center" valignment="top" width="0">
14359 <row>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 a
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 d
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 g
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 </row>
14388 <row>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 b
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 e
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 h
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 c
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 f
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 i
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 </lyxtabular>
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \begin_layout Itemize
14459 test 
14460 \begin_inset Box Frameless
14461 position "b"
14462 hor_pos "c"
14463 has_inner_box 1
14464 inner_pos "c"
14465 use_parbox 0
14466 use_makebox 0
14467 width "15col%"
14468 special "none"
14469 height "1in"
14470 height_special "totalheight"
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474 \begin_inset Tabular
14475 <lyxtabular version="3" rows="3" columns="3">
14476 <features tabularvalignment="middle">
14477 <column alignment="center" valignment="top" width="0">
14478 <column alignment="center" valignment="top" width="0">
14479 <column alignment="center" valignment="top" width="0">
14480 <row>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 a
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 d
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 g
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 </row>
14509 <row>
14510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 b
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 e
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 h
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 c
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 f
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 i
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 </lyxtabular>
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \end_inset
14575
14576  test 
14577 \begin_inset ERT
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581
14582
14583 \backslash
14584 raisebox{-0.32
14585 \backslash
14586 baselineskip}{
14587 \end_layout
14588
14589 \end_inset
14590
14591
14592 \begin_inset Box Frameless
14593 position "b"
14594 hor_pos "c"
14595 has_inner_box 1
14596 inner_pos "c"
14597 use_parbox 0
14598 use_makebox 0
14599 width "15col%"
14600 special "none"
14601 height "1in"
14602 height_special "totalheight"
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606 \begin_inset Tabular
14607 <lyxtabular version="3" rows="3" columns="3">
14608 <features tabularvalignment="middle">
14609 <column alignment="center" valignment="top" width="0">
14610 <column alignment="center" valignment="top" width="0">
14611 <column alignment="center" valignment="top" width="0">
14612 <row>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617 a
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 d
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 g
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 </row>
14641 <row>
14642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 b
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 e
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 h
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 c
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 f
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 i
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 </row>
14699 </lyxtabular>
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \begin_inset ERT
14710 status collapsed
14711
14712 \begin_layout Plain Layout
14713
14714 }
14715 \end_layout
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Standard
14723 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14724  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14725  la ligne dans laquelle le tableau est inséré.
14726  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14727  boîte élévatrice (raisebox)
14728 \begin_inset Foot
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14733 \begin_inset space ~
14734 \end_inset
14735
14736
14737 \begin_inset CommandInset ref
14738 LatexCommand ref
14739 reference "sub:Alignement-Vertical"
14740
14741 \end_inset
14742
14743 .
14744 \end_layout
14745
14746 \end_inset
14747
14748 .
14749  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14750  aligné en utilisant la commande en code TeX suivante 
14751 \end_layout
14752
14753 \begin_layout Standard
14754
14755 \series bold
14756
14757 \backslash
14758 raisebox{0.85
14759 \backslash
14760 baselineskip}{
14761 \end_layout
14762
14763 \begin_layout Standard
14764 placée juste avant la boîte minipage.
14765  Après la boîte on insère l'accolade fermante en code TeX.
14766  Pour le deuxième tableau de la dernière ligne, la commande 
14767 \end_layout
14768
14769 \begin_layout Standard
14770
14771 \series bold
14772
14773 \backslash
14774 raisebox{-0.32
14775 \backslash
14776 baselineskip}{
14777 \end_layout
14778
14779 \begin_layout Standard
14780 est utilisée.
14781 \end_layout
14782
14783 \begin_layout Standard
14784 \begin_inset Note Greyedout
14785 status open
14786
14787 \begin_layout Plain Layout
14788
14789 \series bold
14790 Note:
14791 \series default
14792  L'alignement entre le contenu de la ligne du tableau et le texte de la
14793  ligne qui l'entoure ne peut pas être parfait.
14794  Le facteur utilisé dans la commande 
14795 \series bold
14796
14797 \backslash
14798 raisebox
14799 \series default
14800  pour obtenir cet alignement dépend de la police de caractères du document,
14801  de la taille de la police et de l'épaisseur des lignes du tableau.
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Section
14810 Tableaux Colorés
14811 \begin_inset CommandInset label
14812 LatexCommand label
14813 name "sec:Tableaux-Colorés"
14814
14815 \end_inset
14816
14817
14818 \begin_inset Index idx
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822 Tableau ! Coloré
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \begin_layout Subsection
14831 Cellules Colorées
14832 \begin_inset Index idx
14833 status collapsed
14834
14835 \begin_layout Plain Layout
14836 Couleur des tableaux ! Pour les cellules
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \begin_inset Index idx
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 Couleur ! Pour les cellules de tableau
14847 \end_layout
14848
14849 \end_inset
14850
14851
14852 \end_layout
14853
14854 \begin_layout Standard
14855 \begin_inset Float table
14856 placement h
14857 wide false
14858 sideways false
14859 status open
14860
14861 \begin_layout Plain Layout
14862 \begin_inset Caption
14863
14864 \begin_layout Plain Layout
14865 \begin_inset CommandInset label
14866 LatexCommand label
14867 name "tab:Tableau-coloré-sans-colortbl"
14868
14869 \end_inset
14870
14871 Tableau coloré sans utiliser le paquetage  
14872 \series bold
14873 colortbl
14874 \series default
14875
14876 \begin_inset Argument
14877 status open
14878
14879 \begin_layout Plain Layout
14880 Tableau sans colortbl
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Plain Layout
14894 \align center
14895 \begin_inset Tabular
14896 <lyxtabular version="3" rows="3" columns="3">
14897 <features tabularvalignment="middle">
14898 <column alignment="center" valignment="top" width="0">
14899 <column alignment="center" valignment="top" width="0">
14900 <column alignment="center" valignment="top" width="0">
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \color green
14908 a
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \color red
14919 b
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \color red
14930 c
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \color green
14943 d
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \color blue
14954 e
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963
14964 \color blue
14965 f
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 </row>
14971 <row>
14972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \color green
14978 g
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \color blue
14989 h
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \color blue
15000 i
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 </lyxtabular>
15007
15008 \end_inset
15009
15010
15011 \end_layout
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \begin_layout Standard
15019 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15020  et choisissez une couleur dans le menu 
15021 \family sans
15022 Éditer\SpecialChar \menuseparator
15023 Style
15024 \begin_inset space ~
15025 \end_inset
15026
15027 de
15028 \begin_inset space ~
15029 \end_inset
15030
15031 Texte
15032 \family default
15033 .
15034  C'est ce qui a été utilisé pour créer le tableau
15035 \begin_inset space ~
15036 \end_inset
15037
15038
15039 \begin_inset CommandInset ref
15040 LatexCommand ref
15041 reference "tab:Tableau-coloré-sans-colortbl"
15042
15043 \end_inset
15044
15045 .
15046  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15047 \series bold
15048 colortbl
15049 \series default
15050 .
15051 \begin_inset Index idx
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055 Paquetages LaTeX ! colortbl
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \begin_layout Standard
15064 \begin_inset ERT
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068
15069
15070 \backslash
15071 ifcolortbl
15072 \end_layout
15073
15074 \end_inset
15075
15076
15077 \begin_inset Note Note
15078 status open
15079
15080 \begin_layout Plain Layout
15081 La section qui suit ne sera affichée que si vous avez installé le paquetage
15082  LaTeX 
15083 \series bold
15084 colortbl
15085 \series default
15086 .
15087 \end_layout
15088
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \begin_layout Standard
15095 Pour créer des tableaux colorés, vous devez charger le paquetage
15096 \series bold
15097  colortbl
15098 \series default
15099  dans le préambule avec la ligne
15100 \end_layout
15101
15102 \begin_layout Standard
15103
15104 \series bold
15105
15106 \backslash
15107 usepackage{colortbl}
15108 \end_layout
15109
15110 \begin_layout Standard
15111 On choisit la couleur d'une colonne avec la commande 
15112 \end_layout
15113
15114 \begin_layout Standard
15115
15116 \series bold
15117
15118 \backslash
15119 columncolor{nom de couleur}
15120 \end_layout
15121
15122 \begin_layout Standard
15123 à l'intérieur d'une commande 
15124 \series bold
15125 >{ }
15126 \series default
15127 .
15128  Vous trouverez plus d'information sur la commande 
15129 \series bold
15130 >{}
15131 \series default
15132  dans la section
15133 \begin_inset space ~
15134 \end_inset
15135
15136
15137 \begin_inset CommandInset ref
15138 LatexCommand ref
15139 reference "sub:Calculs-multicolonnes"
15140
15141 \end_inset
15142
15143 .
15144 \end_layout
15145
15146 \begin_layout Standard
15147 Les noms de couleurs suivants sont prédéfinis :
15148 \end_layout
15149
15150 \begin_layout Standard
15151
15152 \family sans
15153 red
15154 \family default
15155  (rouge), 
15156 \family sans
15157 green
15158 \family default
15159  (vert), 
15160 \family sans
15161 yellow
15162 \family default
15163  (jaune), 
15164 \family sans
15165 blue
15166 \family default
15167  (bleu), 
15168 \family sans
15169 cyan
15170 \family default
15171
15172 \family sans
15173 magenta
15174 \family default
15175
15176 \family sans
15177 black 
15178 \family default
15179 (noir) et 
15180 \family sans
15181 white 
15182 \family default
15183 (blanc).
15184 \end_layout
15185
15186 \begin_layout Standard
15187 \begin_inset VSpace medskip
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \begin_layout Standard
15194 Vous pouvez aussi définir votre propre couleur avec la commande
15195 \end_layout
15196
15197 \begin_layout Standard
15198
15199 \series bold
15200
15201 \backslash
15202 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Le modèle de couleur peut être
15207 \end_layout
15208
15209 \begin_layout Labeling
15210 \labelwidthstring 00.00.0000
15211 cmyk: cyan, magenta, jaune (yellow), noir (black)
15212 \end_layout
15213
15214 \begin_layout Labeling
15215 \labelwidthstring 00.00.0000
15216 rgb: red, vert (green), bleu (blue)
15217 \end_layout
15218
15219 \begin_layout Labeling
15220 \labelwidthstring 00.00.0000
15221 gray dégradé de gris (gray)
15222 \end_layout
15223
15224 \begin_layout Standard
15225 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15226  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15227 \end_layout
15228
15229 \begin_layout Standard
15230 Vous pouvez par exemple définir la couleur 
15231 \begin_inset Quotes eld
15232 \end_inset
15233
15234
15235 \emph on
15236 vertfonce
15237 \begin_inset Quotes erd
15238 \end_inset
15239
15240  dans le préambule avec la ligne
15241 \end_layout
15242
15243 \begin_layout Standard
15244
15245 \series bold
15246
15247 \backslash
15248 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15249 \end_layout
15250
15251 \begin_layout Standard
15252 et la couleur "
15253 \emph on
15254 grisclair
15255 \emph default
15256 " avec
15257 \end_layout
15258
15259 \begin_layout Standard
15260
15261 \series bold
15262
15263 \backslash
15264 definecolor{grisclair}{gray}{0.8}
15265 \end_layout
15266
15267 \begin_layout Standard
15268 \begin_inset VSpace medskip
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \begin_layout Standard
15275 Les lignes sont colorées avec la commande
15276 \end_layout
15277
15278 \begin_layout Standard
15279
15280 \series bold
15281
15282 \backslash
15283 rowcolor{nom de la couleur}
15284 \end_layout
15285
15286 \begin_layout Standard
15287 et les cellules sont colorées avec la commande
15288 \end_layout
15289
15290 \begin_layout Standard
15291
15292 \series bold
15293
15294 \backslash
15295 cellcolor{nom de la couleur}
15296 \end_layout
15297
15298 \begin_layout Standard
15299 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15300 \end_layout
15301
15302 \begin_layout Standard
15303 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15304  choisissez une couleur dans le menu 
15305 \family sans
15306 Éditer\SpecialChar \menuseparator
15307 Style
15308 \begin_inset space ~
15309 \end_inset
15310
15311 de
15312 \begin_inset space ~
15313 \end_inset
15314
15315 Texte
15316 \family default
15317 .
15318  Si une cellule contient du code TeX, faites bien attention à ne colorer
15319  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15320 \end_layout
15321
15322 \begin_layout Standard
15323 \begin_inset Note Greyedout
15324 status open
15325
15326 \begin_layout Plain Layout
15327
15328 \series bold
15329 Note:
15330 \series default
15331  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15332  définies par l'utilisateur.
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Standard
15341 \begin_inset VSpace bigskip
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \begin_layout Standard
15348 Pour créer le tableau
15349 \begin_inset space ~
15350 \end_inset
15351
15352
15353 \begin_inset CommandInset ref
15354 LatexCommand ref
15355 reference "tab:Tableau-coloré-avec-colortbl"
15356
15357 \end_inset
15358
15359  faites ce qui suit : La couleur de la première colonne doit être 
15360 \emph on
15361 vertfonce
15362 \emph default
15363 .
15364  On insère donc la commande
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370 >{
15371 \backslash
15372 columncolor{vertfonce}
15373 \backslash
15374 centering}c
15375 \end_layout
15376
15377 \begin_layout Standard
15378 en code TeX pour cette colonne.
15379  La première ligne doit être bleue
15380 \begin_inset Note Note
15381 status open
15382
15383 \begin_layout Plain Layout
15384 cyan ? (NdT)
15385 \end_layout
15386
15387 \end_inset
15388
15389 , d'où la commande en code TeX
15390 \end_layout
15391
15392 \begin_layout Standard
15393
15394 \series bold
15395
15396 \backslash
15397 rowcolor{cyan}
15398 \end_layout
15399
15400 \begin_layout Standard
15401 qui est insérée dans la première cellule de cette ligne.
15402  Notez que cela annule la couleur de colonne pour la première cellule.
15403  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15404  en code TeX la commande
15405 \end_layout
15406
15407 \begin_layout Standard
15408
15409 \series bold
15410
15411 \backslash
15412 cellcolor{magenta}
15413 \end_layout
15414
15415 \begin_layout Standard
15416 Les caractères peuvent maintenant être colorés en utilisant le menu 
15417 \family sans
15418 Éditer\SpecialChar \menuseparator
15419 Style
15420 \begin_inset space ~
15421 \end_inset
15422
15423 de
15424 \begin_inset space ~
15425 \end_inset
15426
15427 Texte
15428 \family default
15429 .
15430 \end_layout
15431
15432 \begin_layout Standard
15433 \begin_inset Float table
15434 placement h
15435 wide false
15436 sideways false
15437 status open
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Caption
15441
15442 \begin_layout Plain Layout
15443 \begin_inset CommandInset label
15444 LatexCommand label
15445 name "tab:Tableau-coloré-avec-colortbl"
15446
15447 \end_inset
15448
15449 Tableau coloré en utilisant le paquetage 
15450 \series bold
15451 colortbl
15452 \series default
15453
15454 \begin_inset Argument
15455 status collapsed
15456
15457 \begin_layout Plain Layout
15458 Tableau avec colortbl
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \begin_layout Plain Layout
15472 \align center
15473 \begin_inset Tabular
15474 <lyxtabular version="3" rows="3" columns="3">
15475 <features tabularvalignment="middle">
15476 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15477 <column alignment="center" valignment="top" width="0">
15478 <column alignment="center" valignment="top" width="0">
15479 <row>
15480 <cell alignment="center" valignment="top" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset ERT
15485 status collapsed
15486
15487 \begin_layout Plain Layout
15488
15489
15490 \backslash
15491 rowcolor{cyan}
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \color magenta
15498 a
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 <cell alignment="center" valignment="top" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \color red
15509 b
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518
15519 \color red
15520 c
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row>
15527 <cell alignment="center" valignment="top" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \color yellow
15533 d
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \color blue
15544 e
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \color blue
15555 f
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \color yellow
15568 g
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \color blue
15579 h
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset ERT
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592
15593
15594 \backslash
15595 cellcolor{magenta}
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \color green
15602 i
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 </lyxtabular>
15609
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 \begin_inset ERT
15622 status collapsed
15623
15624 \begin_layout Plain Layout
15625
15626
15627 \backslash
15628 else
15629 \end_layout
15630
15631 \end_inset
15632
15633
15634 \begin_inset Note Note
15635 status open
15636
15637 \begin_layout Plain Layout
15638 Ce qui suit sera affiché si le paquetage 
15639 \series bold
15640 colortbl
15641 \series default
15642  n'est pas installé :
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 Vous devez installer le paquetage 
15652 \series bold
15653 colortbl
15654 \series default
15655  pour voir le contenu des cette section dans la sortie imprimée.
15656 \end_layout
15657
15658 \begin_layout Standard
15659 \begin_inset ERT
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663
15664
15665 \backslash
15666 fi
15667 \end_layout
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \begin_layout Subsection
15675 Les filets colorées
15676 \begin_inset Index idx
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680 Tableau Coloré ! Pour les filets
15681 \end_layout
15682
15683 \end_inset
15684
15685
15686 \begin_inset Index idx
15687 status collapsed
15688
15689 \begin_layout Plain Layout
15690 Couleur ! Pour les filets des tableaux
15691 \end_layout
15692
15693 \end_inset
15694
15695
15696 \begin_inset Note Note
15697 status collapsed
15698
15699 \begin_layout Plain Layout
15700 on parle de filets plutôt que de lignes pour les tableaux
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \begin_layout Standard
15709 Comme c'est décrit dans la section
15710 \begin_inset space ~
15711 \end_inset
15712
15713
15714 \begin_inset CommandInset ref
15715 LatexCommand ref
15716 reference "sub:Epaisseur-filets"
15717
15718 \end_inset
15719
15720 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15721  variable 
15722 \series bold
15723
15724 \backslash
15725 arrayrulewidth
15726 \series default
15727 .
15728  Elle est mise à 1.5
15729 \begin_inset space \thinspace{}
15730 \end_inset
15731
15732 pt pour tous les tableaux de cette section.
15733 \begin_inset ERT
15734 status collapsed
15735
15736 \begin_layout Plain Layout
15737
15738
15739 \backslash
15740 setlength{
15741 \backslash
15742 arrayrulewidth}{1.5pt}
15743 \end_layout
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Pour colorer les filets verticaux, par exemple en vert, créez le format
15752  de colonne suivant dans le préambule du document, en suivant la description
15753  de la section
15754 \begin_inset space ~
15755 \end_inset
15756
15757
15758 \begin_inset CommandInset ref
15759 LatexCommand ref
15760 reference "sub:Formats-personnalisés"
15761
15762 \end_inset
15763
15764 :
15765 \end_layout
15766
15767 \begin_layout Standard
15768
15769 \series bold
15770
15771 \backslash
15772 newcolumntype{W}{!{
15773 \backslash
15774 color{green}
15775 \backslash
15776 vline}}
15777 \end_layout
15778
15779 \begin_layout Standard
15780 Pour le tableau
15781 \begin_inset space ~
15782 \end_inset
15783
15784
15785 \begin_inset CommandInset ref
15786 LatexCommand ref
15787 reference "tab:Tableau-filets-verticaux-colorés"
15788
15789 \end_inset
15790
15791  le paramètre LaTeX
15792 \series bold
15793  WcW
15794 \series default
15795  a été utilisé pour la dernière colonne et
15796 \series bold
15797  Wc
15798 \series default
15799  pour les autres colonnes.
15800 \end_layout
15801
15802 \begin_layout Standard
15803 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15804 \end_layout
15805
15806 \begin_layout Standard
15807 \begin_inset Float table
15808 placement h
15809 wide false
15810 sideways false
15811 status open
15812
15813 \begin_layout Plain Layout
15814 \begin_inset Caption
15815
15816 \begin_layout Plain Layout
15817 \begin_inset CommandInset label
15818 LatexCommand label
15819 name "tab:Tableau-filets-verticaux-colorés"
15820
15821 \end_inset
15822
15823 Tableau avec filets verticaux colorés
15824 \end_layout
15825
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \begin_layout Plain Layout
15832 \align center
15833 \begin_inset Tabular
15834 <lyxtabular version="3" rows="3" columns="3">
15835 <features tabularvalignment="middle">
15836 <column alignment="center" valignment="top" width="0" special="Wc">
15837 <column alignment="center" valignment="top" width="0" special="Wc">
15838 <column alignment="center" valignment="top" width="0" special="WcW">
15839 <row>
15840 <cell alignment="center" valignment="top" topline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 sd
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 <row>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 sd
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row>
15898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 sd
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 </lyxtabular>
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \begin_layout Standard
15939 \begin_inset VSpace bigskip
15940 \end_inset
15941
15942 Pour colorer les filets horizontaux en rouge comme pour le tableau
15943 \begin_inset space ~
15944 \end_inset
15945
15946
15947 \begin_inset CommandInset ref
15948 LatexCommand ref
15949 reference "tab:Tableau-filet-horizontaux-colorés"
15950
15951 \end_inset
15952
15953 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15954  le flottant de tableau :
15955 \end_layout
15956
15957 \begin_layout Standard
15958
15959 \series bold
15960
15961 \backslash
15962 let
15963 \backslash
15964 myHlineC
15965 \backslash
15966 hline
15967 \begin_inset Newline newline
15968 \end_inset
15969
15970
15971 \backslash
15972 renewcommand{
15973 \backslash
15974 hline}
15975 \begin_inset Newline newline
15976 \end_inset
15977
15978
15979 \begin_inset Phantom HPhantom
15980 status open
15981
15982 \begin_layout Plain Layout
15983
15984 \series bold
15985 \begin_inset space ~
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992
15993 {
15994 \backslash
15995 arrayrulecolor{red}
15996 \backslash
15997 myHlineC
15998 \backslash
15999 arrayrulecolor{black}}
16000 \end_layout
16001
16002 \begin_layout Standard
16003 \begin_inset ERT
16004 status collapsed
16005
16006 \begin_layout Plain Layout
16007
16008
16009 \backslash
16010 let
16011 \backslash
16012 myHlineC
16013 \backslash
16014 hline
16015 \end_layout
16016
16017 \begin_layout Plain Layout
16018
16019
16020 \backslash
16021 renewcommand{
16022 \backslash
16023 hline}
16024 \end_layout
16025
16026 \begin_layout Plain Layout
16027
16028  {
16029 \backslash
16030 arrayrulecolor{red}
16031 \backslash
16032 myHlineC
16033 \backslash
16034 arrayrulecolor{black}}
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \begin_inset Float table
16041 placement h
16042 wide false
16043 sideways false
16044 status open
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Caption
16048
16049 \begin_layout Plain Layout
16050 \begin_inset CommandInset label
16051 LatexCommand label
16052 name "tab:Tableau-filet-horizontaux-colorés"
16053
16054 \end_inset
16055
16056 Tableau avec filets horizontaux colorés
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \begin_layout Plain Layout
16065 \align center
16066 \begin_inset Tabular
16067 <lyxtabular version="3" rows="3" columns="3">
16068 <features tabularvalignment="middle">
16069 <column alignment="center" valignment="top" width="0">
16070 <column alignment="center" valignment="top" width="0">
16071 <column alignment="center" valignment="top" width="0">
16072 <row>
16073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 sd
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 sd
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 </row>
16130 <row>
16131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 sd
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 </lyxtabular>
16160
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Standard
16172 Pour revenir à la couleur noire implicite, insérez la commande suivante
16173  en code TeX, juste après le tableau ou le flottant de tableau :
16174 \end_layout
16175
16176 \begin_layout Standard
16177
16178 \series bold
16179
16180 \backslash
16181 renewcommand{
16182 \backslash
16183 hline}{
16184 \backslash
16185 myHlineC}
16186 \end_layout
16187
16188 \begin_layout Standard
16189 Le tableau
16190 \begin_inset space ~
16191 \end_inset
16192
16193
16194 \begin_inset CommandInset ref
16195 LatexCommand ref
16196 reference "tab:Tableau-avec-filets-colorés"
16197
16198 \end_inset
16199
16200  est un exemple avec des filets horizontaux et verticaux colorés.
16201 \end_layout
16202
16203 \begin_layout Standard
16204 \begin_inset Float table
16205 placement h
16206 wide false
16207 sideways false
16208 status open
16209
16210 \begin_layout Plain Layout
16211 \begin_inset Caption
16212
16213 \begin_layout Plain Layout
16214 \begin_inset CommandInset label
16215 LatexCommand label
16216 name "tab:Tableau-avec-filets-colorés"
16217
16218 \end_inset
16219
16220 Tableau avec filets horizontaux et verticaux colorés
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Plain Layout
16229 \align center
16230 \begin_inset Tabular
16231 <lyxtabular version="3" rows="3" columns="3">
16232 <features tabularvalignment="middle">
16233 <column alignment="center" valignment="top" width="0" special="Wc">
16234 <column alignment="center" valignment="top" width="0" special="Wc">
16235 <column alignment="center" valignment="top" width="0" special="WcW">
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 sd
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row>
16266 <cell alignment="center" valignment="top" topline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 sd
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 </row>
16294 <row topspace="default">
16295 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 sd
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 </row>
16323 </lyxtabular>
16324
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 \begin_inset ERT
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340
16341
16342 \backslash
16343 renewcommand{
16344 \backslash
16345 hline}{
16346 \backslash
16347 myHlineC}
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \begin_layout Standard
16356 \begin_inset ERT
16357 status collapsed
16358
16359 \begin_layout Plain Layout
16360
16361
16362 \backslash
16363 setlength{
16364 \backslash
16365 arrayrulewidth}{0.4pt}
16366 \end_layout
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \begin_layout Section
16374 Personnalisation des Tableaux
16375 \begin_inset Index idx
16376 status collapsed
16377
16378 \begin_layout Plain Layout
16379 Tableau ! Personnalisation
16380 \end_layout
16381
16382 \end_inset
16383
16384
16385 \begin_inset Index idx
16386 status collapsed
16387
16388 \begin_layout Plain Layout
16389 Personnalisation des tableaux
16390 \end_layout
16391
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \begin_layout Subsection
16398 Espacement des lignes
16399 \begin_inset CommandInset label
16400 LatexCommand label
16401 name "sub:Espacement-lignes"
16402
16403 \end_inset
16404
16405
16406 \begin_inset Index idx
16407 status collapsed
16408
16409 \begin_layout Plain Layout
16410 Personnalisation des tableaux ! Espacement des lignes
16411 \end_layout
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \begin_layout Standard
16419 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16420  l'onglet 
16421 \family sans
16422 Bordures
16423 \family default
16424  de la fenêtre de dialogue 
16425 \family sans
16426 Paramètres
16427 \begin_inset space ~
16428 \end_inset
16429
16430 du
16431 \begin_inset space ~
16432 \end_inset
16433
16434 tableau
16435 \family default
16436 .
16437  Vous y trouverez trois possibilités :
16438 \end_layout
16439
16440 \begin_layout Description
16441 Haut
16442 \begin_inset space ~
16443 \end_inset
16444
16445 de
16446 \begin_inset space ~
16447 \end_inset
16448
16449 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16450  Si le tableau est un tableau formel
16451 \begin_inset Foot
16452 status collapsed
16453
16454 \begin_layout Plain Layout
16455 Les tableaux formels sont décrits dans la section
16456 \begin_inset space ~
16457 \end_inset
16458
16459
16460 \begin_inset CommandInset ref
16461 LatexCommand ref
16462 reference "sec:Tableaux-Formels"
16463
16464 \end_inset
16465
16466 .
16467 \end_layout
16468
16469 \end_inset
16470
16471  LyX va insérer implicitement un espace de 0.5
16472 \begin_inset space \thinspace{}
16473 \end_inset
16474
16475 em.
16476  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16477  les filets verticaux comme dans le tableau suivant :
16478 \begin_inset VSpace medskip
16479 \end_inset
16480
16481
16482 \begin_inset Newline newline
16483 \end_inset
16484
16485
16486 \begin_inset space \hspace*{}
16487 \length 0pt
16488 \end_inset
16489
16490
16491 \begin_inset space \hfill{}
16492 \end_inset
16493
16494
16495 \begin_inset Tabular
16496 <lyxtabular version="3" rows="3" columns="1">
16497 <features tabularvalignment="middle">
16498 <column alignment="center" valignment="top" width="0">
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 A
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row topspace="3mm">
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 espace de 3
16516 \begin_inset space \thinspace{}
16517 \end_inset
16518
16519 mm en haut de la ligne
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 <row>
16526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 C
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 </lyxtabular>
16537
16538 \end_inset
16539
16540
16541 \begin_inset space \hfill{}
16542 \end_inset
16543
16544
16545 \begin_inset space \hspace*{}
16546 \length 0pt
16547 \end_inset
16548
16549
16550 \begin_inset VSpace medskip
16551 \end_inset
16552
16553
16554 \begin_inset Newline newline
16555 \end_inset
16556
16557 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16558  pas de filets verticaux.
16559 \end_layout
16560
16561 \begin_layout Description
16562 Bas
16563 \begin_inset space ~
16564 \end_inset
16565
16566 de
16567 \begin_inset space ~
16568 \end_inset
16569
16570 ligne va ajouter de l'espace sous les caractères de la ligne.
16571  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16572  de 0.5
16573 \begin_inset space \thinspace{}
16574 \end_inset
16575
16576 em, pour les tableaux normaux, l'espace implicite est de 2
16577 \begin_inset space \thinspace{}
16578 \end_inset
16579
16580 pt.
16581 \end_layout
16582
16583 \begin_layout Description
16584 Entre
16585 \begin_inset space ~
16586 \end_inset
16587
16588 les
16589 \begin_inset space ~
16590 \end_inset
16591
16592 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16593  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16594  de 0.5
16595 \begin_inset space \thinspace{}
16596 \end_inset
16597
16598 em.
16599  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16600  les filets verticaux comme dans le tableau suivant :
16601 \begin_inset VSpace medskip
16602 \end_inset
16603
16604
16605 \begin_inset Newline newline
16606 \end_inset
16607
16608
16609 \begin_inset space \hspace*{}
16610 \length 0pt
16611 \end_inset
16612
16613
16614 \begin_inset space \hfill{}
16615 \end_inset
16616
16617
16618 \begin_inset Tabular
16619 <lyxtabular version="3" rows="3" columns="1">
16620 <features tabularvalignment="middle">
16621 <column alignment="center" valignment="top" width="0">
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 A
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 <row interlinespace="3mm">
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\downarrow$
16639 \end_inset
16640
16641  espace de 3
16642 \begin_inset space \thinspace{}
16643 \end_inset
16644
16645 mm entre les lignes 
16646 \begin_inset Formula $\downarrow$
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 \begin_inset Formula $\uparrow$
16661 \end_inset
16662
16663  espace de 3
16664 \begin_inset space \thinspace{}
16665 \end_inset
16666
16667 mm entre les lignes 
16668 \begin_inset Formula $\uparrow$
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 </lyxtabular>
16678
16679 \end_inset
16680
16681
16682 \begin_inset space \hfill{}
16683 \end_inset
16684
16685
16686 \begin_inset space \hspace*{}
16687 \length 0pt
16688 \end_inset
16689
16690
16691 \begin_inset VSpace medskip
16692 \end_inset
16693
16694
16695 \begin_inset Newline newline
16696 \end_inset
16697
16698 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16699  pas de filets verticaux.
16700 \end_layout
16701
16702 \begin_layout Standard
16703 \begin_inset VSpace bigskip
16704 \end_inset
16705
16706 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16707  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16708  dans le préambule :
16709 \end_layout
16710
16711 \begin_layout Standard
16712
16713 \series bold
16714
16715 \backslash
16716 @ifundefined{extrarowheight}
16717 \begin_inset Newline newline
16718 \end_inset
16719
16720
16721 \begin_inset Phantom HPhantom
16722 status open
16723
16724 \begin_layout Plain Layout
16725
16726 \series bold
16727 \begin_inset space ~
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734
16735 {
16736 \backslash
16737 usepackage{array}}{}
16738 \begin_inset Newline newline
16739 \end_inset
16740
16741
16742 \backslash
16743 setlength{
16744 \backslash
16745 extrarowheight}{height}
16746 \end_layout
16747
16748 \begin_layout Standard
16749 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16750  plus exactement centré verticalement.
16751  (le paquetage 
16752 \series bold
16753 array 
16754 \series default
16755 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16756  auto-définis.
16757  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16758  
16759 \series bold
16760
16761 \backslash
16762 @ifundefined
16763 \series default
16764  dans la commande précédente.)
16765 \end_layout
16766
16767 \begin_layout Standard
16768 Si vous utilisez des polices de taille plus grande que la taille normale,
16769  les bordures des tableaux sont souvent trop proches du texte.
16770  On peut corriger ce problème en insérant la commande 
16771 \series bold
16772
16773 \begin_inset space \space{}
16774 \end_inset
16775
16776
16777 \backslash
16778 strut
16779 \series default
16780  en code TeX au debut d'une ligne du tableau.
16781  Le tableau
16782 \lang english
16783
16784 \begin_inset space ~
16785 \end_inset
16786
16787
16788 \begin_inset CommandInset ref
16789 LatexCommand ref
16790 reference "tab:Alignement-vertical"
16791
16792 \end_inset
16793
16794
16795 \lang french
16796  montre l'effet de cette commande.
16797 \end_layout
16798
16799 \begin_layout Standard
16800 \noindent
16801 \begin_inset Float table
16802 placement h
16803 wide false
16804 sideways false
16805 status open
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Caption
16809
16810 \begin_layout Plain Layout
16811 \begin_inset CommandInset label
16812 LatexCommand label
16813 name "tab:Alignement-vertical"
16814
16815 \end_inset
16816
16817 Alignement vertical d'un texte avec une police de grande taille.
16818 \end_layout
16819
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \begin_layout Plain Layout
16826 \begin_inset space \hfill{}
16827 \end_inset
16828
16829
16830 \begin_inset Float table
16831 wide false
16832 sideways false
16833 status collapsed
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Caption
16837
16838 \begin_layout Plain Layout
16839 Tableau normal.
16840 \end_layout
16841
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \begin_layout Plain Layout
16848 \noindent
16849 \align center
16850 \begin_inset Tabular
16851 <lyxtabular version="3" rows="6" columns="1">
16852 <features tabularvalignment="middle">
16853 <column alignment="left" valignment="top" width="0">
16854 <row>
16855 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 Normal, g
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \size large
16872 Large
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \size larger
16885 Larger
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \size largest
16898 Largest
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \size huge
16911 Huge
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \size huge
16924 Huger
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 </lyxtabular>
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \begin_inset space \hfill{}
16941 \end_inset
16942
16943
16944 \begin_inset Float table
16945 wide false
16946 sideways false
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Caption
16951
16952 \begin_layout Plain Layout
16953 Tableau utilisant la commande 
16954 \series bold
16955
16956 \backslash
16957 strut
16958 \series default
16959 .
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \begin_layout Plain Layout
16968 \noindent
16969 \align center
16970 \begin_inset Tabular
16971 <lyxtabular version="3" rows="6" columns="1">
16972 <features tabularvalignment="middle">
16973 <column alignment="left" valignment="top" width="0">
16974 <row>
16975 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 Normal, g
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \size large
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 strut 
17000 \end_layout
17001
17002 \end_inset
17003
17004 Large
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \size larger
17017 \begin_inset ERT
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021
17022
17023 \backslash
17024 strut 
17025 \end_layout
17026
17027 \end_inset
17028
17029 Larger
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \size largest
17042 \begin_inset ERT
17043 status collapsed
17044
17045 \begin_layout Plain Layout
17046
17047
17048 \backslash
17049 strut 
17050 \end_layout
17051
17052 \end_inset
17053
17054 Largest
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 <row>
17061 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065
17066 \size huge
17067 \begin_inset ERT
17068 status collapsed
17069
17070 \begin_layout Plain Layout
17071
17072
17073 \backslash
17074 strut 
17075 \end_layout
17076
17077 \end_inset
17078
17079 Huge
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 <row>
17086 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090
17091 \size giant
17092 \begin_inset ERT
17093 status collapsed
17094
17095 \begin_layout Plain Layout
17096
17097
17098 \backslash
17099 strut 
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \size huge
17106 Huger
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 </lyxtabular>
17113
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \begin_inset space \hfill{}
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \begin_layout Subsection
17134 Alignements de cellules spéciaux
17135 \begin_inset Index idx
17136 status collapsed
17137
17138 \begin_layout Plain Layout
17139 Personnalisation des tableaux ! Alignement de cellules spéciaux
17140 \end_layout
17141
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \begin_layout Standard
17148 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17149  cellules sur un caractère donné, par exemple le séparateur décimal comme
17150  dans le tableau
17151 \begin_inset space ~
17152 \end_inset
17153
17154
17155 \begin_inset CommandInset ref
17156 LatexCommand ref
17157 reference "tab:Tableau-centré-sur-séparateur"
17158
17159 \end_inset
17160
17161 .
17162 \end_layout
17163
17164 \begin_layout Standard
17165 \begin_inset Float table
17166 placement h
17167 wide false
17168 sideways false
17169 status open
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Caption
17173
17174 \begin_layout Plain Layout
17175 \begin_inset CommandInset label
17176 LatexCommand label
17177 name "tab:Tableau-centré-sur-séparateur"
17178
17179 \end_inset
17180
17181 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17182 \end_layout
17183
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \begin_layout Plain Layout
17190 \align center
17191 \begin_inset Tabular
17192 <lyxtabular version="3" rows="4" columns="2">
17193 <features tabularvalignment="middle">
17194 <column alignment="right" valignment="top" width="0">
17195 <column alignment="left" valignment="top" width="0" special="@{}l">
17196 <row>
17197 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 en-tête
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 12,
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 6
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 0,
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 68
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 -123,
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 0
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 </lyxtabular>
17277
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 Ce tableau a été créé comme un tableau 4×2.
17290  L'en-tête est une cellule multicolonne centrée.
17291  La première colonne est alignée à droite et contient les chiffres qui se
17292  trouvent avant la virgule ainsi que la virgule elle-même.
17293  La deuxième colonne est alignée à gauche et contient les chiffres situés
17294  après la virgule.
17295  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17296  tableau, le paramètre LaTeX suivant 
17297 \lang english
17298 was used
17299 \lang french
17300  pour la deuxième colonne :
17301 \end_layout
17302
17303 \begin_layout Standard
17304
17305 \series bold
17306 @{}l
17307 \end_layout
17308
17309 \begin_layout Standard
17310 Le tableau
17311 \begin_inset space ~
17312 \end_inset
17313
17314
17315 \begin_inset CommandInset ref
17316 LatexCommand ref
17317 reference "tab:Plusieurs-exemples-alignements"
17318
17319 \end_inset
17320
17321  montre quelques exemples d'alignements.
17322  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
17323  plus petit espace mathématique au début de la dernière colonne pour obtenir
17324  l'espacement correct autour du signe de relation.
17325 \end_layout
17326
17327 \begin_layout Standard
17328 \begin_inset Float table
17329 wide false
17330 sideways false
17331 status open
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Caption
17335
17336 \begin_layout Plain Layout
17337 \begin_inset CommandInset label
17338 LatexCommand label
17339 name "tab:Plusieurs-exemples-alignements"
17340
17341 \end_inset
17342
17343 Plusieurs exemples d'alignement de cellules.
17344 \end_layout
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \begin_layout Plain Layout
17352 \align center
17353 \begin_inset Tabular
17354 <lyxtabular version="3" rows="4" columns="6">
17355 <features tabularvalignment="middle">
17356 <column alignment="right" valignment="top" width="0">
17357 <column alignment="left" valignment="top" width="0" special="@{}l">
17358 <column alignment="right" valignment="top" width="0">
17359 <column alignment="left" valignment="top" width="0" special="@{}l">
17360 <column alignment="right" valignment="top" width="0">
17361 <column alignment="left" valignment="top" width="0" special="@{}l">
17362 <row>
17363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 unités
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 exposants
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 relations
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 12×
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 24
17433 \begin_inset space \thinspace{}
17434 \end_inset
17435
17436 bouteilles
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Formula $10\cdot$
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $10^{\mbox{-}17}$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $\Gamma(t)\propto$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\:\Upsilon(t)$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 1024×
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 768
17505 \begin_inset space \thinspace{}
17506 \end_inset
17507
17508 Pixels
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $5.78\cdot$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Formula $10^{7}$
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Formula $A\ne$
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 \begin_inset Formula $\: B_{\mathrm{red}}$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 <row>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 32×
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 6
17577 \begin_inset space \thinspace{}
17578 \end_inset
17579
17580 cm
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 -
17590 \begin_inset Formula $33.5\cdot$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 \begin_inset Formula $10^{4}$
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Formula $\sin(\alpha)\ge$
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\:\sin(\beta)$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 </lyxtabular>
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \begin_layout Standard
17648 \begin_inset VSpace bigskip
17649 \end_inset
17650
17651 Il y a aussi le paquetage LaTeX 
17652 \series bold
17653 dcolumn
17654 \series default
17655
17656 \begin_inset Index idx
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660 Paquetages LaTeX ! dcolumn
17661 \end_layout
17662
17663 \end_inset
17664
17665  qui fournit des alignements pour les cellules de tableaux.
17666  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17667  et ne permet pas de formules dans les cellules du tableau : Avec 
17668 \series bold
17669 dcolumn
17670 \series default
17671  la première colonne du tableau
17672 \begin_inset space ~
17673 \end_inset
17674
17675
17676 \begin_inset CommandInset ref
17677 LatexCommand ref
17678 reference "tab:Plusieurs-exemples-alignements"
17679
17680 \end_inset
17681
17682  ressemblera à la première colonne du tableau
17683 \begin_inset space ~
17684 \end_inset
17685
17686
17687 \begin_inset CommandInset ref
17688 LatexCommand ref
17689 reference "tab:Alignements-avec-dcolumn"
17690
17691 \end_inset
17692
17693
17694 \lang english
17695  and only with some tricks like the expected.
17696  
17697 \lang french
17698 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17699 \begin_inset space ~
17700 \end_inset
17701
17702
17703 \begin_inset CommandInset ref
17704 LatexCommand ref
17705 reference "tab:Plusieurs-exemples-alignements"
17706
17707 \end_inset
17708
17709  avec 
17710 \series bold
17711 dcolumn
17712 \series default
17713 .
17714 \end_layout
17715
17716 \begin_layout Standard
17717 \begin_inset Float table
17718 placement h
17719 wide false
17720 sideways false
17721 status open
17722
17723 \begin_layout Plain Layout
17724 \begin_inset Caption
17725
17726 \begin_layout Plain Layout
17727 \begin_inset CommandInset label
17728 LatexCommand label
17729 name "tab:Alignements-avec-dcolumn"
17730
17731 \end_inset
17732
17733 Alignements quand on utilise le paquetage LaTeX dcolumn.
17734  Pour toutes les colonnes des astuces d'alignement ont dû être utilisées
17735  pour obtenir la sortie.
17736 \end_layout
17737
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Plain Layout
17744 \align center
17745 \begin_inset Tabular
17746 <lyxtabular version="3" rows="4" columns="3">
17747 <features tabularvalignment="middle">
17748 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17749 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17750 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.9}">
17751 <row>
17752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 unités
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765 unités
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 unités
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 </row>
17780 <row>
17781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 12x24
17786 \begin_inset space \thinspace{}
17787 \end_inset
17788
17789 bouteilles
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 12x24
17799 \begin_inset space \thinspace{}
17800 \end_inset
17801
17802
17803 \begin_inset Formula $\mbox{bouteilles}$
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 12
17816 \begin_inset ERT
17817 status collapsed
17818
17819 \begin_layout Plain Layout
17820
17821
17822 \backslash
17823 times 
17824 \end_layout
17825
17826 \end_inset
17827
17828 24+
17829 \begin_inset Formula $\mbox{bouteilles}$
17830 \end_inset
17831
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 </row>
17838 <row>
17839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 1024x768
17844 \begin_inset space \thinspace{}
17845 \end_inset
17846
17847 Pixels
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 1024x768
17857 \begin_inset space \thinspace{}
17858 \end_inset
17859
17860
17861 \begin_inset Formula $\mbox{Pixels}$
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 1024
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 times 
17882 \end_layout
17883
17884 \end_inset
17885
17886 768+
17887 \begin_inset Formula $\mbox{Pixels}$
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 </row>
17896 <row>
17897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 32x6
17902 \begin_inset space \thinspace{}
17903 \end_inset
17904
17905 cm
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 32x6
17915 \begin_inset space \thinspace{}
17916 \end_inset
17917
17918
17919 \begin_inset Formula $\mbox{cm}$
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 32
17932 \begin_inset ERT
17933 status collapsed
17934
17935 \begin_layout Plain Layout
17936
17937
17938 \backslash
17939 times 
17940 \end_layout
17941
17942 \end_inset
17943
17944 6+
17945 \begin_inset Formula $\mbox{cm}$
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 </lyxtabular>
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \begin_layout Subsection
17967 Formats de cellule et de colonne personnalisés
17968 \begin_inset CommandInset label
17969 LatexCommand label
17970 name "sub:Formats-personnalisés"
17971
17972 \end_inset
17973
17974
17975 \begin_inset Index idx
17976 status collapsed
17977
17978 \begin_layout Plain Layout
17979 Personnalisation des tableaux !  Format de cellule/colonne
17980 \end_layout
17981
17982 \end_inset
17983
17984
17985 \end_layout
17986
17987 \begin_layout Standard
17988 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17989  multicolonne comme dans la section
17990 \begin_inset space ~
17991 \end_inset
17992
17993
17994 \begin_inset CommandInset ref
17995 LatexCommand ref
17996 reference "sub:Calculs-multicolonnes"
17997
17998 \end_inset
17999
18000  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18001  multicolonnes.
18002  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18003  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18004  du document.
18005  Le format est défini avec la commande
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18014 \end_layout
18015
18016 \begin_layout Standard
18017 Le nom du format peut n'avoir qu'une lettre.
18018  Les lettres 
18019 \emph on
18020 b
18021 \emph default
18022
18023 \emph on
18024 c
18025 \emph default
18026
18027 \emph on
18028 l
18029 \emph default
18030
18031 \emph on
18032 m
18033 \emph default
18034
18035 \emph on
18036 p
18037 \emph default
18038  et 
18039 \emph on
18040 r
18041 \emph default
18042  sont prédéfinies et donc ne peuvent être utilisées.
18043  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18044 \end_layout
18045
18046 \begin_layout Standard
18047 \begin_inset VSpace medskip
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Standard
18054 Pour de cellules multicolonnes centrées verticalement et horizontalement
18055  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18056  :
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062
18063 \backslash
18064 newcolumntype{M}[1]{>{
18065 \backslash
18066 centering
18067 \backslash
18068 hspace{0pt}}m{#1}}
18069 \end_layout
18070
18071 \begin_layout Standard
18072 Où le 
18073 \series bold
18074
18075 \backslash
18076 hspace{0pt}
18077 \series default
18078  évite le problème de césure du premier mot, comme c'est décrit en section
18079 \begin_inset space ~
18080 \end_inset
18081
18082
18083 \begin_inset CommandInset ref
18084 LatexCommand ref
18085 reference "sub:Lignes-multiple-dans-cellule"
18086
18087 \end_inset
18088
18089 .
18090  Ensuite, vous pouvez entrer
18091 \end_layout
18092
18093 \begin_layout Standard
18094
18095 \series bold
18096 M{width}
18097 \end_layout
18098
18099 \begin_layout Standard
18100 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18101  une multicolonne.
18102 \end_layout
18103
18104 \begin_layout Standard
18105 \begin_inset VSpace bigskip
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Standard
18112 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18113  définir le format
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 newcolumntype{S}[2]{>{
18122 \backslash
18123 centering
18124 \backslash
18125 hspace{0pt}}
18126 \begin_inset Newline newline
18127 \end_inset
18128
18129
18130 \begin_inset Phantom HPhantom
18131 status open
18132
18133 \begin_layout Plain Layout
18134
18135 \series bold
18136
18137 \backslash
18138 newcolumntype{S}[2]
18139 \end_layout
18140
18141 \end_inset
18142
18143 m{(#1+(2
18144 \backslash
18145 tabcolsep+
18146 \backslash
18147 arrayrulewidth)*(1-#2))/#2}}
18148 \end_layout
18149
18150 \begin_layout Standard
18151 Ce format utilise l'équation
18152 \begin_inset space ~
18153 \end_inset
18154
18155
18156 \begin_inset CommandInset ref
18157 LatexCommand eqref
18158 reference "eq:Wgn"
18159
18160 \end_inset
18161
18162  pour calculer la largeur que doit avoir chacune des cellules couverte par
18163  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18164 \end_layout
18165
18166 \begin_layout Standard
18167 Ensuite, vous pouvez entrer
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18174 \end_layout
18175
18176 \begin_layout Standard
18177 comme paramètre LaTeX de la colonne.
18178 \end_layout
18179
18180 \begin_layout Standard
18181 \begin_inset VSpace bigskip
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 Pour des colonnes colorées, vous pouvez définir
18189 \end_layout
18190
18191 \begin_layout Standard
18192
18193 \series bold
18194
18195 \backslash
18196 newcolumntype{K}[1]{>{
18197 \backslash
18198 columncolor{#1}
18199 \backslash
18200 hspace{0pt}}c}
18201 \end_layout
18202
18203 \begin_layout Standard
18204 Le 
18205 \begin_inset Quotes eld
18206 \end_inset
18207
18208 c
18209 \begin_inset Quotes erd
18210 \end_inset
18211
18212  à la fin crée une colonne de largeur variable dont le texte est centré
18213  horizontalement.
18214  Vous pouvez maintenant entrer
18215 \end_layout
18216
18217 \begin_layout Standard
18218
18219 \series bold
18220 K{nom de couleur}
18221 \end_layout
18222
18223 \begin_layout Standard
18224 comme paramètre LaTeX.
18225 \end_layout
18226
18227 \begin_layout Standard
18228 \begin_inset VSpace bigskip
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 Pour créer le tableau
18236 \begin_inset space ~
18237 \end_inset
18238
18239
18240 \begin_inset CommandInset ref
18241 LatexCommand ref
18242 reference "tab:Tableau-formats-personnalisés"
18243
18244 \end_inset
18245
18246  utilisez les paramètres LaTeX
18247 \end_layout
18248
18249 \begin_layout Standard
18250
18251 \series bold
18252 M{2.5cm}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 pour la première colonne et la multicolonne,
18257 \end_layout
18258
18259 \begin_layout Standard
18260
18261 \series bold
18262 K{red}
18263 \end_layout
18264
18265 \begin_layout Standard
18266 pour la dernière colonne, et
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272 S{2.5cm}{2}
18273 \end_layout
18274
18275 \begin_layout Standard
18276 pour les cellules de la deuxième colonne.
18277 \end_layout
18278
18279 \begin_layout Standard
18280 \begin_inset Float table
18281 placement h
18282 wide false
18283 sideways false
18284 status open
18285
18286 \begin_layout Plain Layout
18287 \begin_inset Caption
18288
18289 \begin_layout Plain Layout
18290 \begin_inset CommandInset label
18291 LatexCommand label
18292 name "tab:Tableau-formats-personnalisés"
18293
18294 \end_inset
18295
18296 Tableau utilisant des formats personnalisés
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Plain Layout
18305 \align center
18306 \begin_inset Tabular
18307 <lyxtabular version="3" rows="3" columns="4">
18308 <features tabularvalignment="middle">
18309 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18310 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18311 <column alignment="center" valignment="middle" width="0">
18312 <column alignment="center" valignment="middle" width="0" special="K{red}">
18313 <row>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 motTrèsLongDansUneCellule
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 multicolonne avec multiligne
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 c
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 </row>
18351 <row>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 d
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365 e
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 f
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 g
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 </row>
18389 <row>
18390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 h
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 i
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 j
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 k
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 </row>
18427 </lyxtabular>
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \begin_layout Subsection
18440 Épaisseur des filets
18441 \begin_inset CommandInset label
18442 LatexCommand label
18443 name "sub:Epaisseur-filets"
18444
18445 \end_inset
18446
18447
18448 \begin_inset Index idx
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452 Personnalisation des tableaux ! Épaisseur filets
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18462  
18463 \series bold
18464
18465 \backslash
18466 arrayrulewidth
18467 \series default
18468 .
18469  Pour mettre, par exemple, une épaisseur de filet de 1.5
18470 \begin_inset space \thinspace{}
18471 \end_inset
18472
18473 pt, comme pour le tableau
18474 \begin_inset space ~
18475 \end_inset
18476
18477
18478 \begin_inset CommandInset ref
18479 LatexCommand ref
18480 reference "tab:Tableau-filets-1.5pt"
18481
18482 \end_inset
18483
18484 , insérez la commande
18485 \end_layout
18486
18487 \begin_layout Standard
18488
18489 \series bold
18490
18491 \backslash
18492 setlength{
18493 \backslash
18494 arrayrulewidth}{1.5pt}
18495 \end_layout
18496
18497 \begin_layout Standard
18498 en code TeX avant le tableau ou le flottant de tableau.
18499  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18500  suivent.
18501  pour revenir aux valeurs implicites, mettez 
18502 \series bold
18503
18504 \backslash
18505 arrayrulewidth
18506 \series default
18507  à 0.4
18508 \begin_inset space \thinspace{}
18509 \end_inset
18510
18511 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18512 \end_layout
18513
18514 \begin_layout Standard
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 setlength{
18523 \backslash
18524 arrayrulewidth}{1.5pt}
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \begin_inset Float table
18531 wide false
18532 sideways false
18533 status open
18534
18535 \begin_layout Plain Layout
18536 \begin_inset Caption
18537
18538 \begin_layout Plain Layout
18539 \begin_inset CommandInset label
18540 LatexCommand label
18541 name "tab:Tableau-filets-1.5pt"
18542
18543 \end_inset
18544
18545 Tableau avec des filets de 1.5
18546 \begin_inset space \thinspace{}
18547 \end_inset
18548
18549 pt
18550 \end_layout
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Plain Layout
18558 \align center
18559 \begin_inset Tabular
18560 <lyxtabular version="3" rows="3" columns="3">
18561 <features tabularvalignment="middle">
18562 <column alignment="center" valignment="top" width="0">
18563 <column alignment="center" valignment="top" width="0">
18564 <column alignment="center" valignment="top" width="0">
18565 <row>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 sd
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 sd
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 sd
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 </lyxtabular>
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \begin_inset ERT
18663 status collapsed
18664
18665 \begin_layout Plain Layout
18666
18667
18668 \backslash
18669 setlength{
18670 \backslash
18671 arrayrulewidth}{0.4pt}
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Standard
18680 \begin_inset VSpace bigskip
18681 \end_inset
18682
18683 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18684 \begin_inset space \thinspace{}
18685 \end_inset
18686
18687 pt, comme dans le tableau
18688 \begin_inset space ~
18689 \end_inset
18690
18691
18692 \begin_inset CommandInset ref
18693 LatexCommand ref
18694 reference "tab:Tableau-filets-horizontaux-1.5pt"
18695
18696 \end_inset
18697
18698 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18699  de tableau :
18700 \end_layout
18701
18702 \begin_layout Standard
18703
18704 \series bold
18705
18706 \backslash
18707 let
18708 \backslash
18709 myHline
18710 \backslash
18711 hline
18712 \begin_inset Newline newline
18713 \end_inset
18714
18715
18716 \backslash
18717 renewcommand{
18718 \backslash
18719 hline}
18720 \begin_inset Newline newline
18721 \end_inset
18722
18723  {
18724 \backslash
18725 noalign{
18726 \backslash
18727 global
18728 \backslash
18729 arrayrulewidth 1.5pt}
18730 \begin_inset Newline newline
18731 \end_inset
18732
18733  
18734 \backslash
18735 myHline
18736 \backslash
18737 noalign{
18738 \backslash
18739 global
18740 \backslash
18741 arrayrulewidth 0.4pt}}
18742 \end_layout
18743
18744 \begin_layout Standard
18745 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18746  en code TeX après le tableau ou le flottant de tableau :
18747 \end_layout
18748
18749 \begin_layout Standard
18750
18751 \series bold
18752
18753 \backslash
18754 renewcommand{
18755 \backslash
18756 hline}{
18757 \backslash
18758 myHline}
18759 \end_layout
18760
18761 \begin_layout Standard
18762 \begin_inset ERT
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766
18767
18768 \backslash
18769 let
18770 \backslash
18771 myHline
18772 \backslash
18773 hline
18774 \end_layout
18775
18776 \begin_layout Plain Layout
18777
18778
18779 \backslash
18780 renewcommand{
18781 \backslash
18782 hline}
18783 \end_layout
18784
18785 \begin_layout Plain Layout
18786
18787  {
18788 \backslash
18789 noalign{
18790 \backslash
18791 global
18792 \backslash
18793 arrayrulewidth 1.5pt}
18794 \end_layout
18795
18796 \begin_layout Plain Layout
18797
18798   
18799 \backslash
18800 myHline
18801 \backslash
18802 noalign{
18803 \backslash
18804 global
18805 \backslash
18806 arrayrulewidth 0.4pt}}
18807 \end_layout
18808
18809 \end_inset
18810
18811
18812 \begin_inset Float table
18813 wide false
18814 sideways false
18815 status open
18816
18817 \begin_layout Plain Layout
18818 \begin_inset Caption
18819
18820 \begin_layout Plain Layout
18821 \begin_inset CommandInset label
18822 LatexCommand label
18823 name "tab:Tableau-filets-horizontaux-1.5pt"
18824
18825 \end_inset
18826
18827 Tableau avec des filets horizontaux de 1.5
18828 \begin_inset space \thinspace{}
18829 \end_inset
18830
18831 pt
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Plain Layout
18840 \align center
18841 \begin_inset Tabular
18842 <lyxtabular version="3" rows="3" columns="3">
18843 <features tabularvalignment="middle">
18844 <column alignment="center" valignment="top" width="0">
18845 <column alignment="center" valignment="top" width="0">
18846 <column alignment="center" valignment="top" width="0">
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 sd
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 </row>
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 sd
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 <row>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 </row>
18934 </lyxtabular>
18935
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \end_inset
18942
18943
18944 \begin_inset ERT
18945 status collapsed
18946
18947 \begin_layout Plain Layout
18948
18949
18950 \backslash
18951 renewcommand{
18952 \backslash
18953 hline}{
18954 \backslash
18955 myHline}
18956 \end_layout
18957
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \begin_layout Standard
18964 \begin_inset VSpace bigskip
18965 \end_inset
18966
18967 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18968 \begin_inset space \thinspace{}
18969 \end_inset
18970
18971 pt, créez le format de colonne suivant dans le préambule, en suivant la
18972  description de la section
18973 \begin_inset space ~
18974 \end_inset
18975
18976
18977 \begin_inset CommandInset ref
18978 LatexCommand ref
18979 reference "sub:Formats-personnalisés"
18980
18981 \end_inset
18982
18983 :
18984 \end_layout
18985
18986 \begin_layout Standard
18987
18988 \series bold
18989
18990 \backslash
18991 newcolumntype{V}{!{
18992 \backslash
18993 vrule width 1.5pt}}
18994 \end_layout
18995
18996 \begin_layout Standard
18997 Pour le tableau
18998 \begin_inset space ~
18999 \end_inset
19000
19001
19002 \begin_inset CommandInset ref
19003 LatexCommand ref
19004 reference "tab:Tableau-filets-verticaux-1.5pt"
19005
19006 \end_inset
19007
19008  le paramètre LaTeX 
19009 \end_layout
19010
19011 \begin_layout Standard
19012
19013 \series bold
19014 VcV
19015 \end_layout
19016
19017 \begin_layout Standard
19018 a été utilisé pour la dernière colonne et
19019 \end_layout
19020
19021 \begin_layout Standard
19022
19023 \series bold
19024 Vc
19025 \end_layout
19026
19027 \begin_layout Standard
19028 pour les autres colonnes.
19029 \end_layout
19030
19031 \begin_layout Standard
19032 \begin_inset Float table
19033 wide false
19034 sideways false
19035 status open
19036
19037 \begin_layout Plain Layout
19038 \begin_inset Caption
19039
19040 \begin_layout Plain Layout
19041 \begin_inset CommandInset label
19042 LatexCommand label
19043 name "tab:Tableau-filets-verticaux-1.5pt"
19044
19045 \end_inset
19046
19047 Tableau avec des filets verticaux de 1.5
19048 \begin_inset space \thinspace{}
19049 \end_inset
19050
19051 pt 
19052 \end_layout
19053
19054 \end_inset
19055
19056
19057 \end_layout
19058
19059 \begin_layout Plain Layout
19060 \align center
19061 \begin_inset Tabular
19062 <lyxtabular version="3" rows="3" columns="3">
19063 <features tabularvalignment="middle">
19064 <column alignment="center" valignment="top" width="0" special="Vc">
19065 <column alignment="center" valignment="top" width="0" special="Vc">
19066 <column alignment="center" valignment="top" width="0" special="VcV">
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 sd
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 sd
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 <row>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148 sd
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 </lyxtabular>
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Subsection
19167 Filets à traits interrompus
19168 \begin_inset Index idx
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172 Personnalisation des tableaux ! Filets à traits interrompus
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 \begin_inset ERT
19182 status collapsed
19183
19184 \begin_layout Plain Layout
19185
19186
19187 \backslash
19188 ifarydshln
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \begin_inset Note Note
19195 status open
19196
19197 \begin_layout Plain Layout
19198 La section suivante ne s'affichera que si vous avez installé le paquetage
19199  LaTeX 
19200 \series bold
19201 arydshln
19202 \series default
19203 .
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \begin_layout Standard
19212 \begin_inset Float table
19213 placement H
19214 wide false
19215 sideways false
19216 status open
19217
19218 \begin_layout Plain Layout
19219 \begin_inset Caption
19220
19221 \begin_layout Plain Layout
19222 \begin_inset CommandInset label
19223 LatexCommand label
19224 name "tab:Tableau-filets-tirets"
19225
19226 \end_inset
19227
19228 Tableau avec des filets à traits interrompus
19229 \end_layout
19230
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \begin_layout Plain Layout
19237 \align center
19238 \begin_inset Tabular
19239 <lyxtabular version="3" rows="5" columns="5">
19240 <features tabularvalignment="middle">
19241 <column alignment="center" valignment="top" width="0">
19242 <column alignment="center" valignment="top" width="0">
19243 <column alignment="center" valignment="top" width="0" special=":c">
19244 <column alignment="center" valignment="top" width="0">
19245 <column alignment="center" valignment="top" width="0">
19246 <row>
19247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 a
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 b
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 c
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 d
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 e
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 f
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 g
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 h
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 i
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 j
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 </row>
19340 <row>
19341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 \begin_inset ERT
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349
19350
19351 \backslash
19352 hdashline 
19353 \end_layout
19354
19355 \end_inset
19356
19357 k
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 l
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 m
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 n
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 o
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 \begin_inset ERT
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408
19409
19410 \backslash
19411 cdashline{4-5}
19412 \end_layout
19413
19414 \end_inset
19415
19416 p
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425 q
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 r
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 s
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 <row>
19459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 t
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 u
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 v
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 w
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 x
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 </row>
19505 </lyxtabular>
19506
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Standard
19518 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19519  donc employer du code TeX.
19520  Mais avant il faut charger le paquetage LaTeX 
19521 \series bold
19522 arydshln
19523 \series default
19524
19525 \begin_inset Index idx
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529 Paquetages LaTeX ! arydshln
19530 \end_layout
19531
19532 \end_inset
19533
19534  dans le préambule du document avec la commande 
19535 \end_layout
19536
19537 \begin_layout Standard
19538
19539 \series bold
19540
19541 \backslash
19542 usepackage{arydshln}
19543 \end_layout
19544
19545 \begin_layout Standard
19546 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19547  
19548 \begin_inset Quotes eld
19549 \end_inset
19550
19551 :
19552 \begin_inset Quotes erd
19553 \end_inset
19554
19555  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19556  dans la fenêtre de dialogue de paramètre du tableau.
19557 \end_layout
19558
19559 \begin_layout Standard
19560 Pour un trait horizontal interrompu, ajoutez la commande
19561 \end_layout
19562
19563 \begin_layout Standard
19564
19565 \series bold
19566
19567 \backslash
19568 hdashline
19569 \end_layout
19570
19571 \begin_layout Standard
19572 en code TeX comme premier élément de la première cellule de la ligne de
19573  tableau.
19574 \end_layout
19575
19576 \begin_layout Standard
19577 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19578  commande 
19579 \end_layout
19580
19581 \begin_layout Standard
19582
19583 \series bold
19584
19585 \backslash
19586 cdashline{
19587 \series default
19588 numéros de colonnes}
19589 \end_layout
19590
19591 \begin_layout Standard
19592 en code TeX comme premier élément de la première cellule de la ligne.
19593  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19594  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19595 \end_layout
19596
19597 \begin_layout Standard
19598
19599 \series bold
19600
19601 \backslash
19602 cdashline{2-4}
19603 \end_layout
19604
19605 \begin_layout Standard
19606 comme premier élément de la première cellule de la ligne contenant la multicolon
19607 ne.
19608 \end_layout
19609
19610 \begin_layout Standard
19611 \begin_inset VSpace bigskip
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Standard
19618 Le tableau
19619 \begin_inset space ~
19620 \end_inset
19621
19622
19623 \begin_inset CommandInset ref
19624 LatexCommand ref
19625 reference "tab:Tableau-filets-tirets"
19626
19627 \end_inset
19628
19629  a été créé en utilisant 
19630 \begin_inset Quotes eld
19631 \end_inset
19632
19633
19634 \series bold
19635 :c
19636 \series default
19637
19638 \begin_inset Quotes erd
19639 \end_inset
19640
19641  comme paramètre LaTeX pour la troisième colonne.
19642  La commande en code TeX 
19643 \series bold
19644
19645 \backslash
19646 hdashline
19647 \series default
19648  a été insérée dans la première cellule de la troisième ligne et la commande
19649  en code TeX 
19650 \series bold
19651
19652 \backslash
19653 cdashline{4-5}
19654 \series default
19655  a été insérée dans la première cellule de la quatrième ligne.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 \begin_inset Note Greyedout
19660 status open
19661
19662 \begin_layout Plain Layout
19663
19664 \series bold
19665 Note:
19666 \series default
19667  Le paquetage LaTeX 
19668 \series bold
19669 arydshln
19670 \series default
19671  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19672  
19673 \series bold
19674 colortbl
19675 \series default
19676
19677 \begin_inset Index idx
19678 status collapsed
19679
19680 \begin_layout Plain Layout
19681 Paquetages LaTeX ! colortbl
19682 \end_layout
19683
19684 \end_inset
19685
19686  qui est utilisé pour avoir des tableaux colorés dans la section
19687 \begin_inset space ~
19688 \end_inset
19689
19690
19691 \begin_inset CommandInset ref
19692 LatexCommand ref
19693 reference "sec:Tableaux-Colorés"
19694
19695 \end_inset
19696
19697 .
19698  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19699  traits interrompus.
19700 \end_layout
19701
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \begin_layout Standard
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Plain Layout
19712
19713
19714 \backslash
19715 else
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \begin_inset Note Note
19722 status open
19723
19724 \begin_layout Plain Layout
19725 Ce qui suit sera affiché si le paquetage LaTeX 
19726 \series bold
19727 arydshln
19728 \series default
19729  n'est pas installé :
19730 \end_layout
19731
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \begin_layout Standard
19738 Vous devez installer le paquetage LaTeX 
19739 \series bold
19740 arydshln
19741 \series default
19742  pour voir le contenu des cette section dans la sortie imprimée.
19743 \end_layout
19744
19745 \begin_layout Standard
19746 \begin_inset ERT
19747 status collapsed
19748
19749 \begin_layout Plain Layout
19750
19751
19752 \backslash
19753 fi
19754 \end_layout
19755
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \begin_layout Chapter
19762 Flottants
19763 \begin_inset Index idx
19764 status collapsed
19765
19766 \begin_layout Plain Layout
19767 Flottants
19768 \end_layout
19769
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \begin_layout Section
19776 Introduction
19777 \begin_inset CommandInset label
19778 LatexCommand label
19779 name "sec:Flottants-Introduction"
19780
19781 \end_inset
19782
19783
19784 \begin_inset Index idx
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 Flottants ! Introduction
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797 Un flottant est une portion de document, qui peut être associé à une étiquette
19798  et dont la position n'est pas fixée.
19799  Il peut 
19800 \begin_inset Quotes eld
19801 \end_inset
19802
19803 flotter
19804 \begin_inset Quotes erd
19805 \end_inset
19806
19807  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19808  plus approprié.
19809  Les 
19810 \family sans
19811 Notes
19812 \begin_inset space ~
19813 \end_inset
19814
19815 en
19816 \begin_inset space ~
19817 \end_inset
19818
19819 Bas
19820 \begin_inset space ~
19821 \end_inset
19822
19823 de
19824 \begin_inset space ~
19825 \end_inset
19826
19827 Page
19828 \family default
19829  et le 
19830 \family sans
19831 Notes
19832 \begin_inset space ~
19833 \end_inset
19834
19835 en
19836 \begin_inset space ~
19837 \end_inset
19838
19839 Marge
19840 \family default
19841  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19842  sur la page suivante quand il y a trop de notes sur la page courante.
19843 \end_layout
19844
19845 \begin_layout Standard
19846 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19847  très grande qualité.
19848  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19849  éviter des lignes blanches ou des pages sans texte.
19850  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19851  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19852  le texte.
19853  Les flottants sont donc numérotés.
19854  Les références croisées sont décrites dans la section
19855 \begin_inset space ~
19856 \end_inset
19857
19858
19859 \begin_inset CommandInset ref
19860 LatexCommand ref
19861 reference "sec:Referencer-les-Flottants"
19862
19863 \end_inset
19864
19865 .
19866 \end_layout
19867
19868 \begin_layout Standard
19869 Pour insérer un flottant, on utilise un des sous menus du menu 
19870 \family sans
19871 Insérer\SpecialChar \menuseparator
19872 Flottant.
19873
19874 \family default
19875  Une boîte va être insérée dans votre document avec par exemple une étiquette
19876  du genre 
19877 \begin_inset Quotes eld
19878 \end_inset
19879
19880 Figure
19881 \begin_inset space ~
19882 \end_inset
19883
19884 #:
19885 \begin_inset Quotes erd
19886 \end_inset
19887
19888  (où # est un numéro).
19889  L'étiquette est automatiquement traduite dans la langue du document dans
19890  la sortie finale.
19891  Après l'étiquette vous pouvez insérer du texte comme légende.
19892  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19893  séparé, à l'intérieur du flottant.
19894  Vous trouverez plus de détails sur le positionnement des légendes dans
19895  la section
19896 \begin_inset space ~
19897 \end_inset
19898
19899
19900 \begin_inset CommandInset ref
19901 LatexCommand ref
19902 reference "sec:Placement-légende"
19903
19904 \end_inset
19905
19906 .
19907  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19908  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19909  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19910  Une boîte de flottant fermée ressemble à ceci : 
19911 \begin_inset Graphics
19912         filename clipart/floatQt4.png
19913         scale 60
19914
19915 \end_inset
19916
19917  – une case grise avec un texte rouge.
19918 \end_layout
19919
19920 \begin_layout Standard
19921 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19922  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19923  est formaté de façon particulière.
19924 \end_layout
19925
19926 \begin_layout Section
19927 Les Types de Flottants
19928 \end_layout
19929
19930 \begin_layout Standard
19931 En plus des flottants de figures et de tableau qui sont décrits respectivement
19932  dans les sections
19933 \begin_inset space ~
19934 \end_inset
19935
19936
19937 \begin_inset CommandInset ref
19938 LatexCommand ref
19939 reference "sec:Figure-Floats"
19940
19941 \end_inset
19942
19943  et 
19944 \begin_inset CommandInset ref
19945 LatexCommand ref
19946 reference "sec:Table-Floats"
19947
19948 \end_inset
19949
19950 , LyX offre aussi les types 
19951 \series bold
19952 Algorithme
19953 \series default
19954  et 
19955 \series bold
19956 Enrobage
19957 \series default
19958 .
19959 \end_layout
19960
19961 \begin_layout Subsection
19962 Flottant d'algorithme
19963 \begin_inset Index idx
19964 status collapsed
19965
19966 \begin_layout Plain Layout
19967 Flottants ! Algorithmes
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \begin_inset CommandInset label
19974 LatexCommand label
19975 name "sub:Flottant-d'Algorithme"
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983 \begin_inset Float algorithm
19984 placement h
19985 wide false
19986 sideways false
19987 status open
19988
19989 \begin_layout Plain Layout
19990 \begin_inset Caption
19991
19992 \begin_layout Plain Layout
19993 \begin_inset CommandInset label
19994 LatexCommand label
19995 name "alg:Exemple-Flottant-Algorithme"
19996
19997 \end_inset
19998
19999 Exemple de flottant d'algorithme
20000 \end_layout
20001
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \begin_layout LyX-Code
20008 for I in 1..N loop
20009 \begin_inset Newline newline
20010 \end_inset
20011
20012  Sum:= Sum + A(I); /*comment*/
20013 \begin_inset Newline newline
20014 \end_inset
20015
20016 end loop
20017 \begin_inset VSpace -4mm
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \begin_layout Standard
20029 Ce type de flottant est inséré à l'aide du menu 
20030 \family sans
20031 Insérer\SpecialChar \menuseparator
20032 Flottant\SpecialChar \menuseparator
20033 Algorithme
20034 \family default
20035 .
20036  Il peut être utilisé pour des morceaux de code source ou des descriptions
20037  d'algorithmes et peut être utilisé comme une alternative au listing de
20038  code source qui est décrit au chapitre
20039 \begin_inset space ~
20040 \end_inset
20041
20042
20043 \begin_inset CommandInset ref
20044 LatexCommand ref
20045 reference "cha:Program-Code-Listings"
20046
20047 \end_inset
20048
20049 .
20050  Vous pouvez par exemple utiliser l'environnement Code
20051 \begin_inset space ~
20052 \end_inset
20053
20054 LyX qui est décrit dans le 
20055 \emph on
20056 Guide
20057 \emph default
20058
20059 \begin_inset space ~
20060 \end_inset
20061
20062
20063 \emph on
20064 de
20065 \begin_inset space ~
20066 \end_inset
20067
20068 l'Utilisateur
20069 \emph default
20070  de LyX.
20071  l'algorithme
20072 \begin_inset space ~
20073 \end_inset
20074
20075
20076 \begin_inset CommandInset ref
20077 LatexCommand ref
20078 reference "alg:Exemple-Flottant-Algorithme"
20079
20080 \end_inset
20081
20082  est un exemple de flottant d'algorithme où un espace vertical de -4
20083 \begin_inset space \thinspace{}
20084 \end_inset
20085
20086 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20087  soit placée exactement sous le texte de la dernière ligne.
20088 \end_layout
20089
20090 \begin_layout Standard
20091 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20092  du document.
20093  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20094 ent en ajoutant la ligne suivante dans le préambule de votre document :
20095 \end_layout
20096
20097 \begin_layout Standard
20098
20099 \series bold
20100
20101 \backslash
20102 floatname{algorithm}{votre
20103 \begin_inset space ~
20104 \end_inset
20105
20106 nom}
20107 \end_layout
20108
20109 \begin_layout Standard
20110
20111 \family sans
20112  votre
20113 \begin_inset space ~
20114 \end_inset
20115
20116 nom
20117 \family default
20118  est le mot 
20119 \begin_inset Quotes eld
20120 \end_inset
20121
20122
20123 \emph on
20124 algorithme
20125 \emph default
20126
20127 \begin_inset Quotes erd
20128 \end_inset
20129
20130  dans votre langue.
20131 \end_layout
20132
20133 \begin_layout Standard
20134 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20135 \family sans
20136 Insérer\SpecialChar \menuseparator
20137 Listes
20138 \begin_inset space ~
20139 \end_inset
20140
20141 &
20142 \begin_inset space ~
20143 \end_inset
20144
20145 TdM\SpecialChar \menuseparator
20146 Liste
20147 \begin_inset space ~
20148 \end_inset
20149
20150 des
20151 \begin_inset space ~
20152 \end_inset
20153
20154 algorithmes
20155 \family default
20156  si votre document est en la même langue que les menus de LyX.
20157  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20158  en code TeX à la place:
20159 \end_layout
20160
20161 \begin_layout Standard
20162
20163 \series bold
20164
20165 \backslash
20166 listof{algorithm}{votre
20167 \begin_inset space ~
20168 \end_inset
20169
20170 nom}
20171 \end_layout
20172
20173 \begin_layout Standard
20174 où 
20175 \family sans
20176 votre
20177 \begin_inset space ~
20178 \end_inset
20179
20180 nom
20181 \family default
20182  est la traduction de 
20183 \begin_inset Quotes eld
20184 \end_inset
20185
20186
20187 \emph on
20188 List of Algorithm
20189 \emph default
20190 s
20191 \begin_inset Quotes erd
20192 \end_inset
20193
20194  dans votre langue.
20195 \end_layout
20196
20197 \begin_layout Standard
20198 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20199  le schéma 
20200 \begin_inset Quotes eld
20201 \end_inset
20202
20203 chapitre.algorithme
20204 \begin_inset Quotes erd
20205 \end_inset
20206
20207  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20208  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20209  commande dans le préambule de votre document :
20210 \end_layout
20211
20212 \begin_layout Standard
20213
20214 \series bold
20215
20216 \backslash
20217 numberwithin{algorithm}{chapter}
20218 \end_layout
20219
20220 \begin_layout Standard
20221 Pour pouvoir utiliser la commande 
20222 \series bold
20223
20224 \backslash
20225 numberwithin
20226 \series default
20227 , activez l'option 
20228 \family sans
20229 Utiliser
20230 \begin_inset space ~
20231 \end_inset
20232
20233 le
20234 \begin_inset space ~
20235 \end_inset
20236
20237 paquetage
20238 \begin_inset space ~
20239 \end_inset
20240
20241 AMS
20242 \begin_inset space ~
20243 \end_inset
20244
20245 math
20246 \family default
20247  dans la rubrique 
20248 \family sans
20249 Options
20250 \begin_inset space ~
20251 \end_inset
20252
20253 des
20254 \begin_inset space ~
20255 \end_inset
20256
20257 Maths
20258 \family default
20259  de la fenêtre de dialogue 
20260 \family sans
20261 Paramètres
20262 \begin_inset space ~
20263 \end_inset
20264
20265 du
20266 \begin_inset space ~
20267 \end_inset
20268
20269 Document
20270 \family default
20271 .
20272 \begin_inset Newpage newpage
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \begin_layout Subsection
20279 Flottant d'enrobage
20280 \begin_inset Index idx
20281 status collapsed
20282
20283 \begin_layout Plain Layout
20284 Flottants ! Flottants d'enrobage
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Standard
20293 \begin_inset Wrap figure
20294 lines 0
20295 placement l
20296 overhang 1cm
20297 width "40col%"
20298 status open
20299
20300 \begin_layout Plain Layout
20301 \begin_inset Graphics
20302         filename ../clipart/mobius.eps
20303         width 40col%
20304         scaleBeforeRotation
20305         rotateOrigin center
20306
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Caption
20314
20315 \begin_layout Plain Layout
20316 \begin_inset CommandInset label
20317 LatexCommand label
20318 name "fig:Figure-enrobée"
20319
20320 \end_inset
20321
20322 Ceci est une figure habillée.
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \end_inset
20331
20332  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20333  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20334  Vous pouvez en insérer un en utilisant le menu 
20335 \family sans
20336 Insérer\SpecialChar \menuseparator
20337 Flottant\SpecialChar \menuseparator
20338 Flottant
20339 \begin_inset space ~
20340 \end_inset
20341
20342 d'enrobage
20343 \family default
20344  à la condition que le paquetage LaTeX 
20345 \series bold
20346 wrapfig
20347 \series default
20348
20349 \begin_inset Index idx
20350 status collapsed
20351
20352 \begin_layout Plain Layout
20353 Paquetages LaTeX ! wrapfig
20354 \begin_inset ERT
20355 status collapsed
20356
20357 \begin_layout Plain Layout
20358
20359
20360 \backslash
20361 vspace{4mm}
20362 \end_layout
20363
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370
20371  soit installé.
20372 \begin_inset Foot
20373 status collapsed
20374
20375 \begin_layout Plain Layout
20376 Voyez dans la manuel 
20377 \emph on
20378 Configuration
20379 \begin_inset space ~
20380 \end_inset
20381
20382 LaTeX 
20383 \emph default
20384 comment installer des paquetages LaTeX.
20385 \end_layout
20386
20387 \end_inset
20388
20389  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20390  sur la boîte du flottant.
20391  Les paramètres obligatoires sont l'
20392 \family sans
20393 Emplacement
20394 \family default
20395  et la 
20396 \family sans
20397 Largeur
20398 \family default
20399 .
20400  Les paramètres facultatifs sont le 
20401 \family sans
20402 Débordement
20403 \family default
20404  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20405  de la page et la 
20406 \family sans
20407 Porté de la ligne
20408 \family default
20409  qui précise le nombre approximatif de lignes dont le flottant va avoir
20410  besoin.
20411  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20412  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20413  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20414  à l'intérieur du paragraphe ou vers les autres paragraphes.
20415  La figure
20416 \begin_inset space ~
20417 \end_inset
20418
20419
20420 \begin_inset CommandInset ref
20421 LatexCommand ref
20422 reference "fig:Figure-enrobée"
20423
20424 \end_inset
20425
20426  est un exemple de flottant d'enrobage avec une largeur de 40
20427 \begin_inset space \thinspace{}
20428 \end_inset
20429
20430 col%, un débordement de 1
20431 \begin_inset space \thinspace{}
20432 \end_inset
20433
20434 cm et placé à gauche.
20435 \begin_inset Foot
20436 status collapsed
20437
20438 \begin_layout Plain Layout
20439 Les unités disponibles sont expliquées dans l'appendice
20440 \begin_inset space ~
20441 \end_inset
20442
20443
20444 \begin_inset CommandInset ref
20445 LatexCommand ref
20446 reference "cha:Unités-de-longueur"
20447
20448 \end_inset
20449
20450 .
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset Note Greyedout
20460 status open
20461
20462 \begin_layout Plain Layout
20463
20464 \series bold
20465 Note:
20466 \series default
20467  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20468  figure trop près du bas de page peut tout chambouler et faire que le flottant
20469  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20470  de texte.
20471 \end_layout
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 En général:
20480 \end_layout
20481
20482 \begin_layout Itemize
20483 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20484  qui risquent de passer à la page suivante.
20485  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20486  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20487  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20488  de page.
20489 \end_layout
20490
20491 \begin_layout Itemize
20492 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20493  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20494 e.
20495 \end_layout
20496
20497 \begin_layout Itemize
20498 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20499  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20500  texte entre les deux, comme séparateur.
20501 \end_layout
20502
20503 \begin_layout Itemize
20504 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20505  ou les tableaux.
20506 \end_layout
20507
20508 \begin_layout Section
20509 Numérotation des flottants
20510 \begin_inset Index idx
20511 status collapsed
20512
20513 \begin_layout Plain Layout
20514 Flottants ! Numérotation
20515 \end_layout
20516
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \begin_layout Standard
20523 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20524  ils se trouvent, soit en utilisant un format du genre 
20525 \begin_inset Quotes eld
20526 \end_inset
20527
20528 chapitre.numéro
20529 \begin_inset Quotes erd
20530 \end_inset
20531
20532  ou 
20533 \begin_inset Quotes eld
20534 \end_inset
20535
20536 section.numéro
20537 \begin_inset Quotes erd
20538 \end_inset
20539
20540 .
20541  Cela dépend de la classe de document utilisée.
20542 \end_layout
20543
20544 \begin_layout Standard
20545 Pour changer le format de la numérotation qui ne dépend pas de la section
20546  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20547  le préambule du document :
20548 \end_layout
20549
20550 \begin_layout Standard
20551
20552 \series bold
20553
20554 \backslash
20555 renewcommand{
20556 \backslash
20557 thetable}{
20558 \backslash
20559 roman{table}}
20560 \end_layout
20561
20562 \begin_layout Standard
20563
20564 \series bold
20565
20566 \backslash
20567 thetable
20568 \series default
20569  est la commande qui imprime le numéro du tableau, pour les figures, la
20570  commande serait 
20571 \series bold
20572
20573 \backslash
20574 thefigure
20575 \series default
20576 .
20577  La commande 
20578 \series bold
20579
20580 \backslash
20581 roman
20582 \series default
20583  utilisée dans la commande précédente, imprime le numéro du tableau sous
20584  forme de petits chiffres romains.
20585 \end_layout
20586
20587 \begin_layout Standard
20588 Pour changer le type de numérotation pour par exemple 
20589 \begin_inset Quotes eld
20590 \end_inset
20591
20592 sous-section.numéro
20593 \begin_inset Quotes erd
20594 \end_inset
20595
20596 , utilisez la commande suivante dans le préambule du document :
20597 \end_layout
20598
20599 \begin_layout Standard
20600
20601 \series bold
20602
20603 \backslash
20604 numberwithin{table}{subsection}
20605 \end_layout
20606
20607 \begin_layout Standard
20608 Pour pouvoir utiliser la commande 
20609 \series bold
20610
20611 \backslash
20612 numberwithin
20613 \series default
20614 , vous devez activer l'option 
20615 \family sans
20616 Utiliser
20617 \begin_inset space ~
20618 \end_inset
20619
20620 le
20621 \begin_inset space ~
20622 \end_inset
20623
20624 paquetage
20625 \begin_inset space ~
20626 \end_inset
20627
20628 maths
20629 \begin_inset space ~
20630 \end_inset
20631
20632 AMS
20633 \family default
20634  dans la rubrique 
20635 \family sans
20636 Options
20637 \begin_inset space ~
20638 \end_inset
20639
20640 des
20641 \begin_inset space ~
20642 \end_inset
20643
20644 Maths
20645 \family default
20646  de la fenêtre de dialogue 
20647 \family sans
20648 Paramètres
20649 \family default
20650  du document.
20651 \end_layout
20652
20653 \begin_layout Standard
20654 Veuillez aussi jeter un coup d'œil à la section
20655 \begin_inset space ~
20656 \end_inset
20657
20658
20659 \begin_inset CommandInset ref
20660 LatexCommand ref
20661 reference "sub:Numerotation-notes-bas-de-page"
20662
20663 \end_inset
20664
20665  pour plus de détails et des notes importantes sur les commandes de numérotation.
20666 \end_layout
20667
20668 \begin_layout Section
20669 Faire Référence à des Flottants
20670 \begin_inset CommandInset label
20671 LatexCommand label
20672 name "sec:Referencer-les-Flottants"
20673
20674 \end_inset
20675
20676
20677 \begin_inset Index idx
20678 status collapsed
20679
20680 \begin_layout Plain Layout
20681 Flottants ! Références
20682 \end_layout
20683
20684 \end_inset
20685
20686
20687 \begin_inset Index idx
20688 status collapsed
20689
20690 \begin_layout Plain Layout
20691 References@Références ! à des Flottants 
20692 \end_layout
20693
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \begin_layout Standard
20700 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20701  en utilisant le menu 
20702 \family sans
20703 Insérer\SpecialChar \menuseparator
20704 Étiquette
20705 \family default
20706  ou le bouton 
20707 \begin_inset Graphics
20708         filename ../../images/label-insert.png
20709         scale 85
20710         scaleBeforeRotation
20711
20712 \end_inset
20713
20714  de la barre d'outils.
20715  Une boîte grise de ce genre : 
20716 \begin_inset Graphics
20717         filename clipart/labelQt4.png
20718         scale 85
20719         scaleBeforeRotation
20720
20721 \end_inset
20722
20723  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20724  de saisir le texte de l'étiquette.
20725  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20726  précédés d'un préfixe.
20727  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20728  préfixe sera "
20729 \family sans
20730 fig:
20731 \family default
20732 ".
20733 \end_layout
20734
20735 \begin_layout Standard
20736 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20737  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20738 \family sans
20739 Insérer\SpecialChar \menuseparator
20740 Référence
20741 \begin_inset space ~
20742 \end_inset
20743
20744 Croisée
20745 \family default
20746  ou le bouton 
20747 \begin_inset Graphics
20748         filename ../../images/dialog-show-new-inset_ref.png
20749         scale 85
20750         scaleBeforeRotation
20751
20752 \end_inset
20753
20754  de la barre d'outils.
20755  Une boîte grise de référence croisée comme celle-ci : 
20756 \begin_inset Graphics
20757         filename ../clipart/referenceQt4.png
20758         scale 85
20759         scaleBeforeRotation
20760
20761 \end_inset
20762
20763  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20764  toutes les étiquettes définies dans votre document.
20765  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20766  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20767  de la fenêtre de dialogue.
20768  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20769  une.
20770  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20771  de la référence croisée.
20772 \end_layout
20773
20774 \begin_layout Standard
20775 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20776  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20777  les deux.
20778  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20779  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20780  du numéro de la référence.
20781 \end_layout
20782
20783 \begin_layout Standard
20784 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20785  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20786  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20787  pas à vous en préoccuper.
20788 \end_layout
20789
20790 \begin_layout Standard
20791 Le bouton 
20792 \family sans
20793 Aller
20794 \begin_inset space ~
20795 \end_inset
20796
20797 à
20798 \begin_inset space ~
20799 \end_inset
20800
20801 l'étiquette
20802 \family default
20803  dans la fenêtre de référence croisée va positionner le curseur juste devant
20804  l'étiquette à laquelle on fait référence.
20805  Le nom du bouton bouton 
20806 \family sans
20807 Revenir
20808 \family default
20809  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20810  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20811  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20812  à votre point de départ.
20813 \end_layout
20814
20815 \begin_layout Subsection
20816 Formats de Références Croisées
20817 \begin_inset CommandInset label
20818 LatexCommand label
20819 name "sub:Formats-Références-Croisées"
20820
20821 \end_inset
20822
20823
20824 \begin_inset Index idx
20825 status collapsed
20826
20827 \begin_layout Plain Layout
20828 References@Références ! Formats
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Standard
20837 Il y a six types de références croisées :
20838 \end_layout
20839
20840 \begin_layout Description
20841 <référence>
20842 \begin_inset space ~
20843 \end_inset
20844
20845 : affiche le numéro de l'élément, c'est le choix implicite : 
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "fig:Deux-images-déformées"
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \begin_layout Description
20856 (<référence>)
20857 \begin_inset space ~
20858 \end_inset
20859
20860 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20861  normalement pour faire référence à des formules mathématiques, en particulier
20862  quand le mot 
20863 \begin_inset Quotes eld
20864 \end_inset
20865
20866 Équation
20867 \begin_inset Quotes erd
20868 \end_inset
20869
20870  est omis : 
20871 \begin_inset CommandInset ref
20872 LatexCommand eqref
20873 reference "eq:Wgn"
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Description
20881 <page>
20882 \begin_inset space ~
20883 \end_inset
20884
20885 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20886 \begin_inset space ~
20887 \end_inset
20888
20889
20890 \begin_inset CommandInset ref
20891 LatexCommand pageref
20892 reference "fig:Deux-images-déformées"
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Description
20900 page
20901 \begin_inset space ~
20902 \end_inset
20903
20904 <page>
20905 \begin_inset space ~
20906 \end_inset
20907
20908 : affiche le mot 
20909 \begin_inset Quotes eld
20910 \end_inset
20911
20912 page
20913 \begin_inset Quotes erd
20914 \end_inset
20915
20916  suivi du numéro de la page sur laquelle se trouve l'élément : 
20917 \begin_inset CommandInset ref
20918 LatexCommand vpageref
20919 reference "fig:Deux-images-déformées"
20920
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \begin_layout Description
20927 <référence>
20928 \begin_inset space ~
20929 \end_inset
20930
20931 page
20932 \begin_inset space ~
20933 \end_inset
20934
20935 <page>
20936 \begin_inset space ~
20937 \end_inset
20938
20939 : affiche le numéro de l'élément, le mot 
20940 \begin_inset Quotes eld
20941 \end_inset
20942
20943 page
20944 \begin_inset Quotes erd
20945 \end_inset
20946
20947  et le numéro de la page : 
20948 \begin_inset CommandInset ref
20949 LatexCommand vref
20950 reference "fig:Deux-images-déformées"
20951
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \begin_layout Description
20958 Référence
20959 \begin_inset space ~
20960 \end_inset
20961
20962 mise
20963 \begin_inset space ~
20964 \end_inset
20965
20966 en
20967 \begin_inset space ~
20968 \end_inset
20969
20970 forme
20971 \begin_inset space ~
20972 \end_inset
20973
20974 : affiche une référence croisée qui définit son propre format.
20975
20976 \lang english
20977  
20978 \lang french
20979
20980 \begin_inset Note Greyedout
20981 status open
20982
20983 \begin_layout Plain Layout
20984
20985 \series bold
20986 Note:
20987 \series default
20988  Ce type de référence croisée n'est disponible que si vous avez installé
20989  le paquetage LaTeX 
20990 \series bold
20991 prettyref
20992 \series default
20993
20994 \begin_inset Index idx
20995 status collapsed
20996
20997 \begin_layout Plain Layout
20998 Paquetages LaTeX ! prettyref
20999 \end_layout
21000
21001 \end_inset
21002
21003 .
21004 \end_layout
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \begin_layout Standard
21012
21013 \family sans
21014 <page>
21015 \family default
21016  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21017  précédente, la même page ou la page suivante.
21018  Vous verrez par exemple un texte du genre 
21019 \begin_inset Quotes eld
21020 \end_inset
21021
21022
21023 \family sans
21024 sur cette page
21025 \family default
21026
21027 \begin_inset Quotes erd
21028 \end_inset
21029
21030  à la place.
21031  Le style 
21032 \family sans
21033 <référence>
21034 \begin_inset space ~
21035 \end_inset
21036
21037 page
21038 \begin_inset space ~
21039 \end_inset
21040
21041 <page>
21042 \family default
21043  
21044 \lang english
21045 will not print anything about the page if the label is on the same page.
21046 \end_layout
21047
21048 \begin_layout Standard
21049 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21050  se trouve sont calculés automatiquement par LaTeX.
21051  Vous choisissez une des six variétés de références dans le champ Format
21052  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21053  boîte de la référence croisée.
21054 \end_layout
21055
21056 \begin_layout Standard
21057 \begin_inset Note Greyedout
21058 status open
21059
21060 \begin_layout Plain Layout
21061
21062 \series bold
21063 Note:
21064 \series default
21065  Le paquetage LaTeX 
21066 \series bold
21067 prettyref
21068 \series default
21069
21070 \begin_inset Index idx
21071 status collapsed
21072
21073 \begin_layout Plain Layout
21074 Paquetages LaTeX ! prettyref
21075 \end_layout
21076
21077 \end_inset
21078
21079  ne connaît pas tous les raccourcis possibles pour les étiquettes
21080 \begin_inset Foot
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Quotes eld
21085 \end_inset
21086
21087 fig:
21088 \begin_inset Quotes erd
21089 \end_inset
21090
21091  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21092  de figures,.
21093 \end_layout
21094
21095 \end_inset
21096
21097  et n'est pas internationalisé.
21098  Pour savoir comment introduire de nouveaux raccourcis ou de nouvelles traductio
21099 ns dans 
21100 \series bold
21101 prettyref
21102 \series default
21103 , voir la documentation du paquetage
21104 \begin_inset CommandInset citation
21105 LatexCommand cite
21106 key "prettyref"
21107
21108 \end_inset
21109
21110 .
21111 \end_layout
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Standard
21119 \begin_inset Note Greyedout
21120 status open
21121
21122 \begin_layout Plain Layout
21123
21124 \series bold
21125 Note:
21126 \series default
21127  Du fait d'un bogue dans la paquetage LaTeX 
21128 \series bold
21129 varioref
21130 \series default
21131  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21132  si la langue du document est le français.
21133  Pour contourner ce bogue, voir
21134 \begin_inset Newline newline
21135 \end_inset
21136
21137
21138 \begin_inset CommandInset href
21139 LatexCommand href
21140 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21141
21142 \end_inset
21143
21144 .
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \begin_layout Subsection
21153 Nommage automatique des références croisées
21154 \begin_inset Index idx
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 References@Références ! Nommage automatique
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \begin_layout Standard
21167 Le paquetage LaTeX 
21168 \series bold
21169 hyperref
21170 \series default
21171
21172 \begin_inset Index idx
21173 status collapsed
21174
21175 \begin_layout Plain Layout
21176 Paquetages LaTeX ! hyperref
21177 \end_layout
21178
21179 \end_inset
21180
21181
21182 \series bold
21183
21184 \series default
21185 qui est activé dans la rubrique 
21186 \family sans
21187 Propriétés du PDF
21188 \family default
21189  de la fenêtre de dialogue 
21190 \family sans
21191 Paramètres du document
21192 \family default
21193  fournit une fonction très utile pour automatiser la création des références
21194  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21195  une section).
21196  Par exemple pour vous éviter de devoir écrire le mot 
21197 \begin_inset Quotes eld
21198 \end_inset
21199
21200 Figure
21201 \begin_inset Quotes erd
21202 \end_inset
21203
21204  devant chaque référence à une figure.
21205  Pour profiter de ce nommage automatique des références croisées, vous devez
21206  activer 
21207 \series bold
21208 hyperref
21209 \series default
21210  et insérer la ligne suivante dans le préambule du document :
21211 \end_layout
21212
21213 \begin_layout Standard
21214
21215 \series bold
21216
21217 \backslash
21218 AtBeginDocument{
21219 \backslash
21220 renewcommand{
21221 \backslash
21222 ref}[1]{
21223 \backslash
21224 mbox{
21225 \backslash
21226 autoref{#1}}}}
21227 \end_layout
21228
21229 \begin_layout Standard
21230 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21231  défaut, par exemple vous préférez le nom 
21232 \begin_inset Quotes eld
21233 \end_inset
21234
21235 sec.
21236 \begin_inset space \thinspace{}
21237 \end_inset
21238
21239
21240 \begin_inset Quotes eld
21241 \end_inset
21242
21243  plutôt que 
21244 \begin_inset Quotes eld
21245 \end_inset
21246
21247 section
21248 \begin_inset Quotes erd
21249 \end_inset
21250
21251 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21252 \end_layout
21253
21254 \begin_layout Standard
21255
21256 \series bold
21257
21258 \backslash
21259 addto
21260 \backslash
21261 extrasenglish{
21262 \backslash
21263 renewcommand{
21264 \backslash
21265 sectionautorefname}
21266 \begin_inset Newline newline
21267 \end_inset
21268
21269
21270 \begin_inset Phantom HPhantom
21271 status open
21272
21273 \begin_layout Plain Layout
21274
21275 \series bold
21276 \begin_inset space ~
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283
21284 {sec.
21285 \backslash
21286 negthinspace}}
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Si vous utilisez une autre langue que l'anglais, remplacez 
21291 \series bold
21292
21293 \backslash
21294 extrasenglish
21295 \series default
21296  par 
21297 \series bold
21298
21299 \backslash
21300 extras***
21301 \series default
21302 , où *** est le nom de la langue que vous utilisez.
21303
21304 \series bold
21305  
21306 \end_layout
21307
21308 \begin_layout Standard
21309 Pour avoir des noms automatiques, mais pas pour certains types de références,
21310  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21311 \end_layout
21312
21313 \begin_layout Standard
21314
21315 \series bold
21316
21317 \backslash
21318 newlength{
21319 \backslash
21320 abc}
21321 \begin_inset Newline newline
21322 \end_inset
21323
21324
21325 \backslash
21326 settowidth{
21327 \backslash
21328 abc}{
21329 \backslash
21330 space}
21331 \begin_inset Newline newline
21332 \end_inset
21333
21334
21335 \backslash
21336 addto
21337 \backslash
21338 extrasenglish{
21339 \backslash
21340 renewcommand{
21341 \backslash
21342 equationautorefname}
21343 \begin_inset Newline newline
21344 \end_inset
21345
21346
21347 \begin_inset Phantom HPhantom
21348 status open
21349
21350 \begin_layout Plain Layout
21351
21352 \series bold
21353 \begin_inset space ~
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360
21361 {
21362 \backslash
21363 hspace{-
21364 \backslash
21365 abc}}
21366 \end_layout
21367
21368 \begin_layout Standard
21369 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21370  de 
21371 \series bold
21372 hyperref
21373 \series default
21374  
21375 \begin_inset CommandInset citation
21376 LatexCommand cite
21377 key "hyperref"
21378
21379 \end_inset
21380
21381 .
21382 \end_layout
21383
21384 \begin_layout Standard
21385 \begin_inset Note Greyedout
21386 status open
21387
21388 \begin_layout Plain Layout
21389
21390 \series bold
21391 Note:
21392 \series default
21393  Le nommage automatique de références ne peut être utilisé si vous avez
21394  choisi le style de référence 
21395 \family sans
21396 Référence
21397 \begin_inset space ~
21398 \end_inset
21399
21400 mise
21401 \begin_inset space ~
21402 \end_inset
21403
21404 en
21405 \begin_inset space ~
21406 \end_inset
21407
21408 forme
21409 \family default
21410  décrit dans la section
21411 \begin_inset space ~
21412 \end_inset
21413
21414
21415 \begin_inset CommandInset ref
21416 LatexCommand ref
21417 reference "sub:Formats-Références-Croisées"
21418
21419 \end_inset
21420
21421 .
21422 \end_layout
21423
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Standard
21430 Le manuel 
21431 \emph on
21432 Math
21433 \emph default
21434  est un exemple dans lequel on a utilisé le référencement automatique.
21435 \end_layout
21436
21437 \begin_layout Subsection
21438 Positionnement des Références 
21439 \begin_inset CommandInset label
21440 LatexCommand label
21441 name "sub:Reference-Position"
21442
21443 \end_inset
21444
21445
21446 \begin_inset Index idx
21447 status collapsed
21448
21449 \begin_layout Plain Layout
21450 References@Références ! Positionnement
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Standard
21459 Si vous utilisez le paquetage 
21460 \series bold
21461 hyperref, 
21462 \series default
21463 qui est activé dans la rubrique 
21464 \family sans
21465 Propriétés du PDF
21466 \family default
21467  de la fenêtre de dialogue 
21468 \family sans
21469 Paramètres du document,
21470 \family default
21471  pour lier vos références croisées dans la sortie finale, vous verrez que
21472  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21473  l'image.
21474  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21475  pourrez voir l'image sans faire défiler le texte.
21476  Ce problème vient du fait que le point d'ancrage de la référence se situe
21477  à l'endroit de l'étiquette.
21478  En utilisant le paquetage LaTeX 
21479 \series bold
21480 hypcap
21481 \series default
21482
21483 \begin_inset Index idx
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487 Paquetages LaTeX ! hypcap
21488 \end_layout
21489
21490 \end_inset
21491
21492 , qui fait partie du paquetage LaTeX 
21493 \series bold
21494 oberdiek
21495 \series default
21496
21497 \begin_inset Index idx
21498 status collapsed
21499
21500 \begin_layout Plain Layout
21501 Paquetages LaTeX ! oberdiek
21502 \end_layout
21503
21504 \end_inset
21505
21506 , le point d'ancrage d'un lien est place en haut du flottant.
21507  Pour utiliser cette fonction avec les flottants de figure, chargez 
21508 \series bold
21509 hypcap
21510 \series default
21511  dans l'entête du document avec la ligne
21512 \end_layout
21513
21514 \begin_layout Standard
21515
21516 \series bold
21517
21518 \backslash
21519 usepackage[figure]{hypcap}
21520 \end_layout
21521
21522 \begin_layout Standard
21523 Vous pouvez aussi utiliser 
21524 \series bold
21525 hypcap
21526 \series default
21527  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21528  raisons de stabilité.
21529  Pour plus d'information, jetez un coup d'œil au manuel d' 
21530 \series bold
21531 hypcap
21532 \series default
21533  
21534 \begin_inset CommandInset citation
21535 LatexCommand cite
21536 key "hypcap"
21537
21538 \end_inset
21539
21540 .
21541 \end_layout
21542
21543 \begin_layout Standard
21544 \begin_inset Note Greyedout
21545 status open
21546
21547 \begin_layout Plain Layout
21548
21549 \series bold
21550 Note:
21551 \series default
21552  
21553 \series bold
21554 hypcap
21555 \series default
21556  n'a aucun effet pour les références à des sous-figures.
21557 \end_layout
21558
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \begin_layout Section
21565 Placement des flottants
21566 \begin_inset CommandInset label
21567 LatexCommand label
21568 name "sec:Placement-flottants"
21569
21570 \end_inset
21571
21572
21573 \begin_inset Index idx
21574 status collapsed
21575
21576 \begin_layout Plain Layout
21577 Flottants ! Placement
21578 \end_layout
21579
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \begin_layout Standard
21586 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21587  de dialogue 
21588 \family sans
21589 Paramètre
21590 \begin_inset space ~
21591 \end_inset
21592
21593 de
21594 \begin_inset space ~
21595 \end_inset
21596
21597 Flottant
21598 \family default
21599  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21600  utilise pour déterminer où placer le flottant.
21601 \begin_inset Newline newline
21602 \end_inset
21603
21604 L'option 
21605 \family sans
21606 Plusieurs
21607 \begin_inset space ~
21608 \end_inset
21609
21610 colonnes
21611 \family default
21612  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21613  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21614  confiné sur une seule colonne.
21615 \begin_inset Newline newline
21616 \end_inset
21617
21618 L'option 
21619 \family sans
21620 Rotation
21621 \begin_inset space ~
21622 \end_inset
21623
21624 90°
21625 \family default
21626  est utilisée pour faire tourner les flottants, voyez la section
21627 \begin_inset space ~
21628 \end_inset
21629
21630
21631 \begin_inset CommandInset ref
21632 LatexCommand ref
21633 reference "sec:Flottants-renversés"
21634
21635 \end_inset
21636
21637 .
21638 \end_layout
21639
21640 \begin_layout Standard
21641 En désactivant l'option 
21642 \family sans
21643 Utilise
21644 \begin_inset space ~
21645 \end_inset
21646
21647 le
21648 \begin_inset space ~
21649 \end_inset
21650
21651 placement
21652 \begin_inset space ~
21653 \end_inset
21654
21655 par
21656 \begin_inset space ~
21657 \end_inset
21658
21659 défaut
21660 \family default
21661  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21662  le placement du flottant:
21663 \end_layout
21664
21665 \begin_layout Description
21666 Ici,
21667 \begin_inset space ~
21668 \end_inset
21669
21670 si
21671 \begin_inset space ~
21672 \end_inset
21673
21674 possible: essaie de placer le flottant à la position où il a été inséré
21675  dans LyX
21676 \end_layout
21677
21678 \begin_layout Description
21679 Haut
21680 \begin_inset space ~
21681 \end_inset
21682
21683 de
21684 \begin_inset space ~
21685 \end_inset
21686
21687 la
21688 \begin_inset space ~
21689 \end_inset
21690
21691 page: essaie de placer le flottant en haut de la page courante
21692 \end_layout
21693
21694 \begin_layout Description
21695 Bas
21696 \begin_inset space ~
21697 \end_inset
21698
21699 de
21700 \begin_inset space ~
21701 \end_inset
21702
21703 la
21704 \begin_inset space ~
21705 \end_inset
21706
21707 page: essaie de placer le flottant en bas de la page courante
21708 \end_layout
21709
21710 \begin_layout Description
21711 Page
21712 \begin_inset space ~
21713 \end_inset
21714
21715 de
21716 \begin_inset space ~
21717 \end_inset
21718
21719 flottants: essaie de placer le flottant sur une page à part, éventuellement
21720  avec d'autres flottants 
21721 \end_layout
21722
21723 \begin_layout Standard
21724 LaTeX utilise
21725 \emph on
21726  toujours 
21727 \emph default
21728 les options dans l'ordre donné ci-dessus.
21729  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21730  d'abord essayer 
21731 \family sans
21732 Ici
21733 \begin_inset space ~
21734 \end_inset
21735
21736 si
21737 \begin_inset space ~
21738 \end_inset
21739
21740 possible
21741 \family default
21742 , ensuite 
21743 \family sans
21744 Haut
21745 \begin_inset space ~
21746 \end_inset
21747
21748 de
21749 \begin_inset space ~
21750 \end_inset
21751
21752 la
21753 \begin_inset space ~
21754 \end_inset
21755
21756 page
21757 \family default
21758 , et ainsi de suite.
21759  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21760  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21761  Si aucune des quatre options de placement n'est possible, la procédure
21762  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21763 \end_layout
21764
21765 \begin_layout Standard
21766 Implicitement, chaque option a ses propres règles d'application:
21767 \end_layout
21768
21769 \begin_layout Standard
21770
21771 \family sans
21772 Haut
21773 \begin_inset space ~
21774 \end_inset
21775
21776 de
21777 \begin_inset space ~
21778 \end_inset
21779
21780 la
21781 \begin_inset space ~
21782 \end_inset
21783
21784 page
21785 \family default
21786  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21787  en haut de page (
21788 \series bold
21789
21790 \backslash
21791 topfraction
21792 \series default
21793 ).
21794 \end_layout
21795
21796 \begin_layout Standard
21797
21798 \family sans
21799 Bas
21800 \begin_inset space ~
21801 \end_inset
21802
21803 de
21804 \begin_inset space ~
21805 \end_inset
21806
21807 la
21808 \begin_inset space ~
21809 \end_inset
21810
21811 page
21812 \family default
21813  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21814  en bas de page (
21815 \series bold
21816
21817 \backslash
21818 bottomfraction
21819 \series default
21820 ).
21821 \end_layout
21822
21823 \begin_layout Standard
21824
21825 \family sans
21826 Page
21827 \begin_inset space ~
21828 \end_inset
21829
21830 de
21831 \begin_inset space ~
21832 \end_inset
21833
21834 flottants
21835 \family default
21836  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21837  si ils occupent plus de 50% de celle-ci (
21838 \series bold
21839
21840 \backslash
21841 floatpagefraction
21842 \series default
21843 ).
21844 \end_layout
21845
21846 \begin_layout Standard
21847 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21848  supplémentaire 
21849 \family sans
21850 Ignorer
21851 \begin_inset space ~
21852 \end_inset
21853
21854 les
21855 \begin_inset space ~
21856 \end_inset
21857
21858 règles
21859 \begin_inset space ~
21860 \end_inset
21861
21862 LaTeX
21863 \family default
21864 \lang english
21865 .
21866 \begin_inset Newline newline
21867 \end_inset
21868
21869
21870 \lang french
21871 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21872  données entre parenthèses après les descriptions des règles données ci-dessus.
21873  Par exemple, pour augmenter à 50
21874 \begin_inset space \thinspace{}
21875 \end_inset
21876
21877 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21878  trop petite, ajoutez cette ligne au préambule de votre document :
21879 \end_layout
21880
21881 \begin_layout Standard
21882
21883 \series bold
21884
21885 \backslash
21886 renewcommand{
21887 \backslash
21888 bottomfraction}{0.5}
21889 \end_layout
21890
21891 \begin_layout Standard
21892 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21893  exactement à l'endroit où vous l'avez inséré.
21894  dans ce cas utilisez l'option 
21895 \family sans
21896 Ici
21897 \begin_inset space ~
21898 \end_inset
21899
21900 à
21901 \begin_inset space ~
21902 \end_inset
21903
21904 tout
21905 \begin_inset space ~
21906 \end_inset
21907
21908 Prix
21909 \family default
21910 .
21911  Utilisez cette option le moins souvent possible et seulement quand le document
21912  est presque prêt à être imprimé.
21913  En effet, le flottant n'est plus capable de 
21914 \begin_inset Quotes eld
21915 \end_inset
21916
21917 flotter
21918 \begin_inset Quotes erd
21919 \end_inset
21920
21921 , ce qui peut perturber toutes les mises en page.
21922 \end_layout
21923
21924 \begin_layout Standard
21925 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21926  sont toujours entourés par le texte d'un paragraphe donné.
21927 \begin_inset VSpace bigskip
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \begin_layout Standard
21934 On peut parfois se trouver dans la situation où un flottant est placé en
21935  haut d'une page alors que la section concernée ne commence qu'au milieu
21936  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21937  la section précédente.
21938  On peut utiliser la commande LaTeX 
21939 \series bold
21940
21941 \backslash
21942 suppressfloats
21943 \series default
21944  pour éviter ce cas.
21945  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21946  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21947  soit placé avant que la section commence.
21948  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21949  votre document :
21950 \end_layout
21951
21952 \begin_layout Standard
21953
21954 \series bold
21955
21956 \backslash
21957 let
21958 \backslash
21959 mySection
21960 \backslash
21961 section
21962 \begin_inset Newline newline
21963 \end_inset
21964
21965
21966 \backslash
21967 renewcommand{
21968 \backslash
21969 section}{
21970 \backslash
21971 suppressfloats[t]
21972 \backslash
21973 mySection}
21974 \end_layout
21975
21976 \begin_layout Standard
21977 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21978  comme les chapitres et les sous-sections.
21979  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21980  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21981  ensuite avoir du mal à trouver un positionnement correct.
21982 \end_layout
21983
21984 \begin_layout Standard
21985 \begin_inset VSpace bigskip
21986 \end_inset
21987
21988 Dans certains cas il est demandé de placer toutes les figures et tous les
21989  tableaux à la fin du document.
21990  C'est pour de telles situations que le paquetage LaTeX 
21991 \series bold
21992 endfloat
21993 \series default
21994
21995 \begin_inset Index idx
21996 status collapsed
21997
21998 \begin_layout Plain Layout
21999 Paquetages LaTeX ! endfloat
22000 \end_layout
22001
22002 \end_inset
22003
22004  a été développé.
22005  Il met en effet tous les flottants de figures et de tableaux à la fin du
22006  document dans leurs propres sections.
22007  À la position d'origine du flottant, une indication textuelle du genre
22008  
22009 \begin_inset Quotes eld
22010 \end_inset
22011
22012
22013 \family sans
22014 [Figure
22015 \begin_inset space ~
22016 \end_inset
22017
22018 3.2 
22019 \lang english
22020 about here.
22021 \lang french
22022 ]
22023 \family default
22024
22025 \begin_inset Quotes erd
22026 \end_inset
22027
22028  est insérée.
22029  Le paquetage 
22030 \series bold
22031 endfloat
22032 \series default
22033  est chargé dans le préambule avec la ligne suivante 
22034 \end_layout
22035
22036 \begin_layout Standard
22037
22038 \series bold
22039
22040 \backslash
22041 usepackage[options]{endfloat}
22042 \end_layout
22043
22044 \begin_layout Standard
22045 Il y a aussi de nombreuses options de paquetage pour modifier le format
22046  des sections de figures ou de tableau qui sont créées.
22047  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22048  
22049 \series bold
22050 endfloa
22051 \series default
22052
22053 \begin_inset CommandInset citation
22054 LatexCommand cite
22055 key "endfloat"
22056
22057 \end_inset
22058
22059 .
22060 \begin_inset Newline newline
22061 \end_inset
22062
22063
22064 \begin_inset Note Greyedout
22065 status open
22066
22067 \begin_layout Plain Layout
22068
22069 \series bold
22070 Note: endfloat
22071 \series default
22072  ne fournit pas de traduction automatique de l'indication textuelle, vous
22073  devez donc le faire manuellement, voyez la section
22074 \begin_inset space ~
22075 \end_inset
22076
22077 4 de 
22078 \begin_inset CommandInset citation
22079 LatexCommand cite
22080 key "endfloat"
22081
22082 \end_inset
22083
22084 .
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \begin_inset Newline newline
22091 \end_inset
22092
22093
22094 \begin_inset Note Greyedout
22095 status open
22096
22097 \begin_layout Plain Layout
22098
22099 \series bold
22100 Note:
22101 \series default
22102  Il y a actuellement un bug dans le paquetage 
22103 \series bold
22104 endfloat
22105 \series default
22106  quand la légende contient un 
22107 \begin_inset Quotes eld
22108 \end_inset
22109
22110 ß
22111 \begin_inset Quotes erd
22112 \end_inset
22113
22114  allemand.
22115  Utilisez dans ce cas la commande 
22116 \begin_inset Quotes eld
22117 \end_inset
22118
22119
22120 \series bold
22121
22122 \backslash
22123 ss
22124 \series default
22125
22126 \begin_inset Quotes erd
22127 \end_inset
22128
22129  en code TeX à la place du 
22130 \begin_inset Quotes eld
22131 \end_inset
22132
22133 ß
22134 \begin_inset Quotes erd
22135 \end_inset
22136
22137 .
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 \begin_inset VSpace bigskip
22147 \end_inset
22148
22149 Pour plus d'information sur les manières de placer les flottants, jetez
22150  un coup d'œil aux livres sur LaTeX, 
22151 \begin_inset CommandInset citation
22152 LatexCommand cite
22153 key "latexcompanion,latexguide,latexbook"
22154
22155 \end_inset
22156
22157 .
22158 \end_layout
22159
22160 \begin_layout Section
22161 Flottants Renversés
22162 \begin_inset CommandInset label
22163 LatexCommand label
22164 name "sec:Flottants-renversés"
22165
22166 \end_inset
22167
22168
22169 \begin_inset Index idx
22170 status collapsed
22171
22172 \begin_layout Plain Layout
22173 Flottants ! Renversés
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22183  tableaux très larges.
22184  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22185  un clic droit sur la boîte du flottant et utilisez l'option 
22186 \family sans
22187 Rotation
22188 \begin_inset space ~
22189 \end_inset
22190
22191 90°
22192 \family default
22193 .
22194 \end_layout
22195
22196 \begin_layout Standard
22197 Les flottants renversés sont systématiquement placés sur leur propre page
22198  ( ou colonne, si vous avez un document sur deux colonnes ).
22199  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22200  
22201 \family sans
22202 Plusieurs
22203 \begin_inset space ~
22204 \end_inset
22205
22206 colonnes
22207 \family default
22208  dans les paramètres du flottant.
22209  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22210  du côté de la marge externe.
22211  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22212  ajouter soit l'option 
22213 \series bold
22214 figuresleft
22215 \series default
22216  soit l'option 
22217 \series bold
22218 figuresright
22219 \series default
22220  aux options de la classe de document.
22221 \end_layout
22222
22223 \begin_layout Standard
22224 Faire référence à un flottant renversé se fait de la même manière que pour
22225  un flottant normal, la mise en forme de la légende est aussi identique
22226  : Le tableau
22227 \begin_inset space ~
22228 \end_inset
22229
22230
22231 \begin_inset CommandInset ref
22232 LatexCommand ref
22233 reference "tab:Tableau-pivoté"
22234
22235 \end_inset
22236
22237  est un exemple de flottant de tableau renversé.
22238 \end_layout
22239
22240 \begin_layout Standard
22241 \begin_inset Note Greyedout
22242 status open
22243
22244 \begin_layout Plain Layout
22245
22246 \series bold
22247 Note:
22248 \series default
22249  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22250  DVI.
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 \begin_inset Float table
22260 wide false
22261 sideways true
22262 status open
22263
22264 \begin_layout Plain Layout
22265 \begin_inset Caption
22266
22267 \begin_layout Plain Layout
22268 \begin_inset CommandInset label
22269 LatexCommand label
22270 name "tab:Tableau-pivoté"
22271
22272 \end_inset
22273
22274  Tableau pivoté
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \begin_layout Plain Layout
22283 \align center
22284 \begin_inset Tabular
22285 <lyxtabular version="3" rows="1" columns="5">
22286 <features tabularvalignment="middle">
22287 <column alignment="center" valignment="top" width="0">
22288 <column alignment="center" valignment="top" width="0">
22289 <column alignment="center" valignment="top" width="0">
22290 <column alignment="center" valignment="top" width="0">
22291 <column alignment="center" valignment="top" width="0">
22292 <row>
22293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 test
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 b
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 c
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 d
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 e
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 </lyxtabular>
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Section
22352 Sous-flottants
22353 \begin_inset Index idx
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357 Flottants ! Sous-flottants
22358 \end_layout
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \begin_layout Standard
22366 Un exemple de sous-flottant : une figure composée de plusieurs images.
22367  On les crée en insérant un flottant dans un flottant existant.
22368  Le positionnement des sous-flottants peut être contrôlé comme pour les
22369  paragraphes comme on le voit avec les tableaux
22370 \begin_inset space ~
22371 \end_inset
22372
22373
22374 \begin_inset CommandInset ref
22375 LatexCommand ref
22376 reference "tab:Deux-sous-tableaux-cote-a-cote"
22377
22378 \end_inset
22379
22380  et 
22381 \begin_inset CommandInset ref
22382 LatexCommand ref
22383 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22384
22385 \end_inset
22386
22387 .
22388 \end_layout
22389
22390 \begin_layout Standard
22391 On fait référence à des sous-flottants comme on le ferait avec des flottants
22392  normaux : Les tableaux
22393 \begin_inset space ~
22394 \end_inset
22395
22396
22397 \begin_inset CommandInset ref
22398 LatexCommand ref
22399 reference "tab:Le-sous-tableau-a"
22400
22401 \end_inset
22402
22403  et 
22404 \begin_inset CommandInset ref
22405 LatexCommand ref
22406 reference "tab:Le-sous-tableau-b"
22407
22408 \end_inset
22409
22410  sont des sous-tableaux du tableau
22411 \begin_inset space ~
22412 \end_inset
22413
22414
22415 \begin_inset CommandInset ref
22416 LatexCommand ref
22417 reference "tab:Deux-sous-tableaux-cote-a-cote"
22418
22419 \end_inset
22420
22421 .
22422 \end_layout
22423
22424 \begin_layout Standard
22425 \begin_inset Float table
22426 wide false
22427 sideways false
22428 status open
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Caption
22432
22433 \begin_layout Plain Layout
22434 \begin_inset CommandInset label
22435 LatexCommand label
22436 name "tab:Deux-sous-tableaux-cote-a-cote"
22437
22438 \end_inset
22439
22440 Deux sous-tableaux placés côte-à-côte.
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Plain Layout
22449 \align center
22450 \begin_inset space \hfill{}
22451 \end_inset
22452
22453
22454 \begin_inset Float table
22455 wide false
22456 sideways false
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460 \begin_inset Caption
22461
22462 \begin_layout Plain Layout
22463 \begin_inset CommandInset label
22464 LatexCommand label
22465 name "tab:Le-sous-tableau-a"
22466
22467 \end_inset
22468
22469 Le sous-tableau a
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \begin_layout Plain Layout
22478 \align center
22479 \begin_inset Tabular
22480 <lyxtabular version="3" rows="1" columns="5">
22481 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
22486 <column alignment="center" valignment="top" width="0">
22487 <row>
22488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 test
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 b
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 c
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 d
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 e
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 </lyxtabular>
22535
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \begin_inset space \hfill{}
22545 \end_inset
22546
22547
22548 \begin_inset Float table
22549 wide false
22550 sideways false
22551 status collapsed
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Caption
22555
22556 \begin_layout Plain Layout
22557 \begin_inset CommandInset label
22558 LatexCommand label
22559 name "tab:Le-sous-tableau-b"
22560
22561 \end_inset
22562
22563 Le sous-tableau b.
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \begin_layout Plain Layout
22572 \align center
22573 \begin_inset Tabular
22574 <lyxtabular version="3" rows="1" columns="5">
22575 <features tabularvalignment="middle">
22576 <column alignment="center" valignment="top" width="0">
22577 <column alignment="center" valignment="top" width="0">
22578 <column alignment="center" valignment="top" width="0">
22579 <column alignment="center" valignment="top" width="0">
22580 <column alignment="center" valignment="top" width="0">
22581 <row>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 e
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 d
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 c
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 b
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 test
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 </lyxtabular>
22629
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636
22637
22638 \begin_inset space \hfill{}
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \begin_layout Standard
22650 \begin_inset Float table
22651 wide false
22652 sideways false
22653 status open
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Caption
22657
22658 \begin_layout Plain Layout
22659 \begin_inset CommandInset label
22660 LatexCommand label
22661 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22662
22663 \end_inset
22664
22665 Deux sous-tableaux placés l'un sur l'autre.
22666  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Plain Layout
22675 \align center
22676 \begin_inset Float table
22677 wide false
22678 sideways false
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Caption
22683
22684 \begin_layout Plain Layout
22685
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \begin_layout Plain Layout
22694 \align center
22695 \begin_inset Tabular
22696 <lyxtabular version="3" rows="1" columns="4">
22697 <features tabularvalignment="middle">
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <column alignment="center" valignment="top" width="0">
22701 <column alignment="center" valignment="top" width="0">
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 test
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 test
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 test
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 test
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 </lyxtabular>
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \begin_layout Plain Layout
22753 \align center
22754 \begin_inset Float table
22755 wide false
22756 sideways false
22757 status collapsed
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Caption
22761
22762 \begin_layout Plain Layout
22763
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Plain Layout
22772 \align center
22773 \begin_inset Tabular
22774 <lyxtabular version="3" rows="1" columns="5">
22775 <features tabularvalignment="middle">
22776 <column alignment="center" valignment="top" width="0">
22777 <column alignment="center" valignment="top" width="0">
22778 <column alignment="center" valignment="top" width="0">
22779 <column alignment="center" valignment="top" width="0">
22780 <column alignment="center" valignment="top" width="0">
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 a
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 b
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 c
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 d
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 e
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 </lyxtabular>
22829
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \begin_layout Section
22846 Flottants côte-à-côte
22847 \begin_inset Index idx
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851 Flottants ! côte-à-côte
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \begin_layout Standard
22860 Pour placer des flottants côte-à-côte, comme pour la figure
22861 \begin_inset space ~
22862 \end_inset
22863
22864
22865 \begin_inset CommandInset ref
22866 LatexCommand ref
22867 reference "fig:Flottant-gauche"
22868
22869 \end_inset
22870
22871  et 
22872 \begin_inset CommandInset ref
22873 LatexCommand ref
22874 reference "fig:Flottant-droit"
22875
22876 \end_inset
22877
22878 , on n'utilise 
22879 \emph on
22880 qu'un seul 
22881 \emph default
22882 flottant.
22883  On y insère deux boîtes de minipages.
22884 \begin_inset Foot
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888 Les minipages sont décrites dans la section
22889 \begin_inset space ~
22890 \end_inset
22891
22892
22893 \begin_inset CommandInset ref
22894 LatexCommand ref
22895 reference "sec:Minipages"
22896
22897 \end_inset
22898
22899 .
22900 \end_layout
22901
22902 \end_inset
22903
22904  La largeur est mise à 45
22905 \begin_inset space \thinspace{}
22906 \end_inset
22907
22908 -50
22909 \begin_inset space \thinspace{}
22910 \end_inset
22911
22912 column% et l'alignement de la boîte à 
22913 \family sans
22914 Bas
22915 \family default
22916  pour chaque minipage.
22917  Les boîtes minipages contiennent l'image et la légende exactement comme
22918  avec un flottant.
22919  La seule différence est que l'unité de longueur 
22920 \family sans
22921 Largeur
22922 \begin_inset space ~
22923 \end_inset
22924
22925 colonne
22926 \begin_inset space ~
22927 \end_inset
22928
22929 %
22930 \family default
22931  utilisée pour l'image est maintenant définie par rapport à la largeur des
22932  boîtes minipages.
22933 \end_layout
22934
22935 \begin_layout Standard
22936 \begin_inset Float figure
22937 wide false
22938 sideways false
22939 status open
22940
22941 \begin_layout Plain Layout
22942 \begin_inset Box Frameless
22943 position "b"
22944 hor_pos "c"
22945 has_inner_box 1
22946 inner_pos "t"
22947 use_parbox 0
22948 use_makebox 0
22949 width "45col%"
22950 special "none"
22951 height "1in"
22952 height_special "totalheight"
22953 status open
22954
22955 \begin_layout Plain Layout
22956 \align center
22957 \begin_inset Graphics
22958         filename ../clipart/mobius.eps
22959         lyxscale 50
22960         width 100col%
22961         scaleBeforeRotation
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Plain Layout
22969 \begin_inset Caption
22970
22971 \begin_layout Plain Layout
22972 \begin_inset CommandInset label
22973 LatexCommand label
22974 name "fig:Flottant-gauche"
22975
22976 \end_inset
22977
22978 Flottant du côté gauche.
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \begin_inset space \hfill{}
22990 \end_inset
22991
22992
22993 \begin_inset Box Frameless
22994 position "b"
22995 hor_pos "c"
22996 has_inner_box 1
22997 inner_pos "t"
22998 use_parbox 0
22999 use_makebox 0
23000 width "45col%"
23001 special "none"
23002 height "1in"
23003 height_special "totalheight"
23004 status open
23005
23006 \begin_layout Plain Layout
23007 \align center
23008 \begin_inset Graphics
23009         filename ../clipart/platypus.eps
23010         lyxscale 50
23011         width 100col%
23012         scaleBeforeRotation
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Caption
23021
23022 \begin_layout Plain Layout
23023 \begin_inset CommandInset label
23024 LatexCommand label
23025 name "fig:Flottant-droit"
23026
23027 \end_inset
23028
23029 Flottant du côté droit.
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \begin_layout Section
23048 Mise en Forme de la Légende
23049 \begin_inset Index idx
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053 Légende ! Mise en forme
23054 \end_layout
23055
23056 \end_inset
23057
23058
23059 \begin_inset Index idx
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063 Flottants ! Mise en forme de la Légende
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \begin_inset CommandInset label
23070 LatexCommand label
23071 name "sec:Formatage-légende"
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \begin_layout Standard
23079 L'environnement 
23080 \family sans
23081 Légende
23082 \family default
23083  est l'environnement de paragraphe implicite pour les 
23084 \family sans
23085 flottants
23086 \family default
23087 .
23088  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23089  par exemple 
23090 \begin_inset Quotes eld
23091 \end_inset
23092
23093
23094 \family sans
23095 Figure #:
23096 \family default
23097
23098 \begin_inset Quotes erd
23099 \end_inset
23100
23101  suivi par le texte de la légende.
23102  Le 
23103 \begin_inset Quotes eld
23104 \end_inset
23105
23106 #
23107 \begin_inset Quotes erd
23108 \end_inset
23109
23110  étant remplacé par le numéro de référence réel.
23111  implicitement l'étiquette et le numéro sont dans la même police de caractères
23112  que le texte de la légende et deux points suivent le numéro pour séparer
23113  l'étiquette du texte.
23114  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23115 \end_layout
23116
23117 \begin_layout Standard
23118 Pour modifier le format implicite des légendes, il faut charger le paquetage
23119  LaTeX 
23120 \series bold
23121 caption
23122 \series default
23123
23124 \begin_inset Index idx
23125 status collapsed
23126
23127 \begin_layout Plain Layout
23128 Paquetages LaTeX ! caption
23129 \end_layout
23130
23131 \end_inset
23132
23133  dans le préambule de votre document avec la ligne suivante :
23134 \end_layout
23135
23136 \begin_layout Standard
23137
23138 \series bold
23139
23140 \backslash
23141 usepackage[format definition]{caption}
23142 \end_layout
23143
23144 \begin_layout Standard
23145 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23146  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23147  dans ce document, utilisez les commandes suivantes :
23148 \end_layout
23149
23150 \begin_layout Standard
23151
23152 \series bold
23153
23154 \backslash
23155 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23156 \end_layout
23157
23158 \begin_layout Standard
23159 Vous pouvez aussi définir des formats de légendes différents pour les différents
23160  types de flottants.
23161  Dans ce cas chargez le paquetage 
23162 \series bold
23163 caption 
23164 \series default
23165 sans option de format spécifique et définissez les différents formats à
23166  l'aide de la commande 
23167 \end_layout
23168
23169 \begin_layout Standard
23170
23171 \series bold
23172
23173 \backslash
23174 captionsetup[type de flottant]{définition du format}
23175 \end_layout
23176
23177 \begin_layout Standard
23178 dans le préambule du document.
23179  Par exemple les formats de légende de la Figure
23180 \begin_inset space ~
23181 \end_inset
23182
23183
23184 \begin_inset CommandInset ref
23185 LatexCommand ref
23186 reference "fig:Legende-de-fig"
23187
23188 \end_inset
23189
23190  et du Tableau
23191 \begin_inset space ~
23192 \end_inset
23193
23194
23195 \begin_inset CommandInset ref
23196 LatexCommand ref
23197 reference "tab:Légende-de-tab"
23198
23199 \end_inset
23200
23201  peuvent être créés en utilisant les commandes suivantes dans le préambule
23202  :
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 usepackage[tableposition=top]{caption}
23211 \series default
23212
23213 \begin_inset Newline newline
23214 \end_inset
23215
23216
23217 \series bold
23218
23219 \backslash
23220 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23221 \begin_inset Newline newline
23222 \end_inset
23223
23224
23225 \begin_inset Phantom HPhantom
23226 status open
23227
23228 \begin_layout Plain Layout
23229
23230 \series bold
23231
23232 \backslash
23233 captionsetup[figure]{
23234 \end_layout
23235
23236 \end_inset
23237
23238 labelsep=period}
23239 \begin_inset Newline newline
23240 \end_inset
23241
23242
23243 \backslash
23244 captionsetup[table]{labelfont={bf,sf}}
23245 \end_layout
23246
23247 \begin_layout Standard
23248 \begin_inset Note Greyedout
23249 status open
23250
23251 \begin_layout Plain Layout
23252
23253 \series bold
23254 Note:
23255 \series default
23256  L'option 
23257 \series bold
23258 tableposition=top
23259 \series default
23260  n'a pas d'effet quand on utilise un document de classe 
23261 \series bold
23262 KOMA-Script
23263 \series default
23264
23265 \begin_inset Index idx
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269 Paquetages LaTeX ! KOMA-Script
23270 \end_layout
23271
23272 \end_inset
23273
23274 .
23275  Dans ce cas on doit utiliser l'option 
23276 \series bold
23277 tablecaptionabove
23278 \series default
23279  de la classe de document.
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 Pour plus d'information sur le paquetage 
23289 \series bold
23290 caption
23291 \series default
23292  nous vous renvoyons à sa documentation 
23293 \begin_inset CommandInset citation
23294 LatexCommand cite
23295 key "caption"
23296
23297 \end_inset
23298
23299 .
23300 \end_layout
23301
23302 \begin_layout Standard
23303 Pour changer le nom de l'étiquette, par exemple de 
23304 \begin_inset Quotes eld
23305 \end_inset
23306
23307 Figure
23308 \begin_inset Quotes erd
23309 \end_inset
23310
23311  à 
23312 \begin_inset Quotes eld
23313 \end_inset
23314
23315 Image
23316 \begin_inset Quotes erd
23317 \end_inset
23318
23319 , utilisez la commande suivante dans le préambule :
23320 \end_layout
23321
23322 \begin_layout Standard
23323
23324 \series bold
23325
23326 \backslash
23327 renewcommand{
23328 \backslash
23329 fnum@figure}{Image~
23330 \backslash
23331 thefigure}
23332 \end_layout
23333
23334 \begin_layout Standard
23335 où 
23336 \series bold
23337
23338 \backslash
23339 thefigure
23340 \series default
23341  insère le numéro de la figure et
23342 \series bold
23343  
23344 \begin_inset Quotes eld
23345 \end_inset
23346
23347 ~
23348 \series default
23349
23350 \begin_inset Quotes erd
23351 \end_inset
23352
23353  ajoute une espace insécable.
23354 \end_layout
23355
23356 \begin_layout Standard
23357 \begin_inset VSpace bigskip
23358 \end_inset
23359
23360 Si vous utilisez un document de classe 
23361 \series bold
23362 KOMA-Script
23363 \series default
23364
23365 \begin_inset Index idx
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369 Paquetages LaTeX ! KOMA-Script
23370 \end_layout
23371
23372 \end_inset
23373
23374  (
23375 \family sans
23376 article (KOMA-Script)
23377 \family default
23378
23379 \family sans
23380 book (KOMA-Script)
23381 \family default
23382
23383 \family sans
23384 letter (KOMA-Script)
23385 \family default
23386 , ou 
23387 \family sans
23388 report (KOMA-Script)
23389 \family default
23390
23391 \begin_inset space \thinspace{}
23392 \end_inset
23393
23394 ), Vous pouvez utiliser la commande incorporée 
23395 \series bold
23396
23397 \backslash
23398 setkomafont 
23399 \series default
23400 du paquetage
23401 \series bold
23402  KOMA-Script 
23403 \series default
23404 à la place du paquetage
23405 \series bold
23406  caption.
23407  
23408 \series default
23409 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23410  suivante au préambule de votre document :
23411 \end_layout
23412
23413 \begin_layout Standard
23414
23415 \series bold
23416
23417 \backslash
23418 setkomafont{captionlabel}{
23419 \backslash
23420 bfseries}
23421 \end_layout
23422
23423 \begin_layout Standard
23424 Pour plus d'information au sujet de 
23425 \series bold
23426
23427 \backslash
23428 setkomafont
23429 \series default
23430  nous vous renvoyons à la documentation du paquetage 
23431 \series bold
23432 KOMA-Script
23433 \series default
23434  
23435 \begin_inset CommandInset citation
23436 LatexCommand cite
23437 key "KOMA-Script"
23438
23439 \end_inset
23440
23441 .
23442 \end_layout
23443
23444 \begin_layout Standard
23445 \begin_inset ERT
23446 status collapsed
23447
23448 \begin_layout Plain Layout
23449
23450
23451 \backslash
23452 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23453 }
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \begin_inset Note Note
23460 status open
23461
23462 \begin_layout Plain Layout
23463 Le format de la légende n'est modifié que pour cet exemple.
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \begin_layout Standard
23472 \begin_inset Float figure
23473 placement !p
23474 wide false
23475 sideways false
23476 status open
23477
23478 \begin_layout Plain Layout
23479 \align center
23480 \begin_inset Graphics
23481         filename ../clipart/mobius.eps
23482         lyxscale 50
23483         scale 50
23484         scaleBeforeRotation
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Plain Layout
23492 \begin_inset Caption
23493
23494 \begin_layout Plain Layout
23495 \begin_inset CommandInset label
23496 LatexCommand label
23497 name "fig:Legende-de-fig"
23498
23499 \end_inset
23500
23501 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23502  pour montrer les différents types de formats de légendes.
23503  Ici on a utilisé un format de légende personnalisé.
23504 \end_layout
23505
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23525 on}
23526 \end_layout
23527
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \begin_layout Standard
23534 \begin_inset Float table
23535 placement !p
23536 wide false
23537 sideways false
23538 status open
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Caption
23542
23543 \begin_layout Plain Layout
23544 \begin_inset CommandInset label
23545 LatexCommand label
23546 name "tab:Légende-de-tab"
23547
23548 \end_inset
23549
23550 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23551  pour montrer les différents types de formats de légendes.
23552  Ici on a utilisé le format de légende implicite.
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Plain Layout
23561 \align center
23562 \begin_inset Tabular
23563 <lyxtabular version="3" rows="1" columns="5">
23564 <features tabularvalignment="middle">
23565 <column alignment="center" valignment="top" width="0">
23566 <column alignment="center" valignment="top" width="0">
23567 <column alignment="center" valignment="top" width="0">
23568 <column alignment="center" valignment="top" width="0">
23569 <column alignment="center" valignment="top" width="0">
23570 <row>
23571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 a
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 b
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 c
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 d
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 e
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 </row>
23617 </lyxtabular>
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Section
23630 Positionnement de la Légende
23631 \begin_inset Index idx
23632 status collapsed
23633
23634 \begin_layout Plain Layout
23635 Légende ! Placement
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \begin_inset Index idx
23642 status collapsed
23643
23644 \begin_layout Plain Layout
23645 Flottants ! Placement de la légende
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \begin_inset CommandInset label
23652 LatexCommand label
23653 name "sec:Placement-légende"
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Standard
23661 La règle habituelle pour placer la légende est :
23662 \end_layout
23663
23664 \begin_layout Description
23665 Figure
23666 \begin_inset space ~
23667 \end_inset
23668
23669 : La légende est placée en dessous de la figure
23670 \end_layout
23671
23672 \begin_layout Description
23673 Tableau
23674 \begin_inset space ~
23675 \end_inset
23676
23677 : La légende est placée au dessus du tableau
23678 \end_layout
23679
23680 \begin_layout Standard
23681 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23682  au dessus des tableaux.
23683  Ce qui fait que si vous utilisez une des classes de document 
23684 \family sans
23685 article
23686 \family default
23687
23688 \family sans
23689 book
23690 \family default
23691
23692 \family sans
23693 letter
23694 \family default
23695 , ou 
23696 \family sans
23697 report
23698 \family default
23699  il n'y aura pas d'espace libre entre la légende et le tableau.
23700  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23701  de chargement du paquetage LaTeX 
23702 \series bold
23703 caption
23704 \series default
23705  dans le préambule de votre document
23706 \begin_inset Foot
23707 status open
23708
23709 \begin_layout Plain Layout
23710 Voir la section
23711 \begin_inset space ~
23712 \end_inset
23713
23714
23715 \begin_inset CommandInset ref
23716 LatexCommand ref
23717 reference "sec:Formatage-légende"
23718
23719 \end_inset
23720
23721  pour plus d'information sur le paquetage 
23722 \series bold
23723 caption
23724 \series default
23725 .
23726 \end_layout
23727
23728 \end_inset
23729
23730 :
23731 \end_layout
23732
23733 \begin_layout Standard
23734
23735 \series bold
23736 tableposition=top
23737 \end_layout
23738
23739 \begin_layout Standard
23740 Si vous utilisez une classe de document 
23741 \series bold
23742 KOMA-Script
23743 \series default
23744
23745 \begin_inset Index idx
23746 status collapsed
23747
23748 \begin_layout Plain Layout
23749 Paquetages LaTeX ! KOMA-Script
23750 \end_layout
23751
23752 \end_inset
23753
23754  (
23755 \family sans
23756 article (KOMA-Script)
23757 \family default
23758
23759 \family sans
23760 book (KOMA-Script)
23761 \family default
23762
23763 \family sans
23764 letter (KOMA-Script)
23765 \family default
23766 , ou 
23767 \family sans
23768 report (KOMA-Script)
23769 \family default
23770
23771 \begin_inset space \thinspace{}
23772 \end_inset
23773
23774 ), vous pouvez utiliser à la place du paquetage 
23775 \series bold
23776 caption
23777 \series default
23778  l'option 
23779 \series bold
23780 tablecaptionabove
23781 \series default
23782  de la classe de document.
23783 \end_layout
23784
23785 \begin_layout Standard
23786 \begin_inset VSpace bigskip
23787 \end_inset
23788
23789 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23790  Pour cela, vous devez charger le paquetage LaTeX 
23791 \series bold
23792 sidecap
23793 \series default
23794
23795 \begin_inset Index idx
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799 Paquetages LaTeX ! sidecap
23800 \end_layout
23801
23802 \end_inset
23803
23804  dans le préambule de votre document avec la ligne de commande suivante
23805 \end_layout
23806
23807 \begin_layout Standard
23808
23809 \series bold
23810
23811 \backslash
23812 usepackage[option]{sidecap}
23813 \end_layout
23814
23815 \begin_layout Standard
23816 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23817  extérieure – à droite sur les pages impaires et à gauche sur les pages
23818  paires.
23819  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23820  
23821 \series bold
23822 innercaption
23823 \series default
23824 .
23825  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23826  
23827 \series bold
23828 rightcaption
23829 \series default
23830  ou 
23831 \series bold
23832 leftcaption
23833 \series default
23834 .
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset ERT
23839 status collapsed
23840
23841 \begin_layout Plain Layout
23842
23843
23844 \backslash
23845 ifsidecap
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \begin_inset Note Note
23852 status open
23853
23854 \begin_layout Plain Layout
23855 La section suivante ne sera affichée que si le paquetage LaTeX 
23856 \series bold
23857 sidecap
23858 \series default
23859  a été installé.
23860 \end_layout
23861
23862 \end_inset
23863
23864
23865 \end_layout
23866
23867 \begin_layout Standard
23868 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23869  ajouter ces commandes dans le préambule de votre document :
23870 \end_layout
23871
23872 \begin_layout Standard
23873 \noindent
23874 \begin_inset CommandInset line
23875 LatexCommand rule
23876 offset "0.5ex"
23877 width "100line%"
23878 height "1pt"
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886
23887 \series bold
23888
23889 \backslash
23890 newcommand{
23891 \backslash
23892 TabBesBeg}{%
23893 \begin_inset Newline newline
23894 \end_inset
23895
23896
23897 \begin_inset Phantom HPhantom
23898 status open
23899
23900 \begin_layout Plain Layout
23901
23902 \series bold
23903 \begin_inset space ~
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \backslash
23913 let
23914 \backslash
23915 MyTable
23916 \backslash
23917 table
23918 \begin_inset Newline newline
23919 \end_inset
23920
23921
23922 \begin_inset Phantom HPhantom
23923 status open
23924
23925 \begin_layout Plain Layout
23926
23927 \series bold
23928 \begin_inset space ~
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \backslash
23938 let
23939 \backslash
23940 MyEndtable
23941 \backslash
23942 endtable
23943 \begin_inset Newline newline
23944 \end_inset
23945
23946
23947 \begin_inset Phantom HPhantom
23948 status open
23949
23950 \begin_layout Plain Layout
23951
23952 \series bold
23953 \begin_inset space ~
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \backslash
23963 renewenvironment{table}{
23964 \backslash
23965 begin{SCtable}}{
23966 \backslash
23967 end{SCtable}}}
23968 \end_layout
23969
23970 \begin_layout Standard
23971
23972 \series bold
23973
23974 \backslash
23975 newcommand{
23976 \backslash
23977 TabBesEnd}{%
23978 \begin_inset Newline newline
23979 \end_inset
23980
23981
23982 \begin_inset Phantom HPhantom
23983 status open
23984
23985 \begin_layout Plain Layout
23986
23987 \series bold
23988 \begin_inset space ~
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \backslash
23998 let
23999 \backslash
24000 table
24001 \backslash
24002 MyTable
24003 \begin_inset Newline newline
24004 \end_inset
24005
24006
24007 \begin_inset Phantom HPhantom
24008 status open
24009
24010 \begin_layout Plain Layout
24011
24012 \series bold
24013 \begin_inset space ~
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \backslash
24023 let
24024 \backslash
24025 endtable
24026 \backslash
24027 MyEndtable
24028 \end_layout
24029
24030 \begin_layout Standard
24031
24032 \series bold
24033
24034 \backslash
24035 newcommand{
24036 \backslash
24037 FigBesBeg}{%
24038 \begin_inset Newline newline
24039 \end_inset
24040
24041
24042 \begin_inset Phantom HPhantom
24043 status open
24044
24045 \begin_layout Plain Layout
24046
24047 \series bold
24048 \begin_inset space ~
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \backslash
24058 let
24059 \backslash
24060 MyFigure
24061 \backslash
24062 figure
24063 \begin_inset Newline newline
24064 \end_inset
24065
24066
24067 \begin_inset Phantom HPhantom
24068 status open
24069
24070 \begin_layout Plain Layout
24071
24072 \series bold
24073 \begin_inset space ~
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \backslash
24083 let
24084 \backslash
24085 MyEndfigure
24086 \backslash
24087 endfigure
24088 \begin_inset Newline newline
24089 \end_inset
24090
24091
24092 \begin_inset Phantom HPhantom
24093 status open
24094
24095 \begin_layout Plain Layout
24096
24097 \series bold
24098 \begin_inset space ~
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \end_inset
24105
24106
24107 \backslash
24108 renewenvironment{figure}{
24109 \backslash
24110 begin{SCfigure}}{
24111 \backslash
24112 end{SCfigure}}}
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 newcommand{
24121 \backslash
24122 FigBesEnd}{%
24123 \begin_inset Newline newline
24124 \end_inset
24125
24126
24127 \begin_inset Phantom HPhantom
24128 status open
24129
24130 \begin_layout Plain Layout
24131
24132 \series bold
24133 \begin_inset space ~
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \backslash
24143 let
24144 \backslash
24145 figure
24146 \backslash
24147 MyFigure
24148 \begin_inset Newline newline
24149 \end_inset
24150
24151
24152 \begin_inset Phantom HPhantom
24153 status open
24154
24155 \begin_layout Plain Layout
24156
24157 \series bold
24158 \begin_inset space ~
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \backslash
24168 let
24169 \backslash
24170 endfigure
24171 \backslash
24172 MyEndfigure}
24173 \end_layout
24174
24175 \begin_layout Standard
24176 \noindent
24177 \begin_inset CommandInset line
24178 LatexCommand rule
24179 offset "0.5ex"
24180 width "100line%"
24181 height "1pt"
24182
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \begin_layout Standard
24189 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24190  la légende se place sur le côté.
24191  Pour les flottants de figure, utilisez la commande
24192 \end_layout
24193
24194 \begin_layout Standard
24195
24196 \series bold
24197
24198 \backslash
24199 FigBesBeg
24200 \end_layout
24201
24202 \begin_layout Standard
24203 en code TeX avant le flottant.
24204  Après le flottant, insérez la commande
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \series bold
24210
24211 \backslash
24212 FigBesEnd
24213 \end_layout
24214
24215 \begin_layout Standard
24216 en code TeX pour revenir à la définition originale du flottant.
24217 \end_layout
24218
24219 \begin_layout Standard
24220 Pour les flottants de tableau, utilisez les commandes correspondantes
24221 \end_layout
24222
24223 \begin_layout Standard
24224
24225 \series bold
24226
24227 \backslash
24228 TabBesBeg
24229 \series default
24230  et 
24231 \series bold
24232
24233 \backslash
24234 TabBesEnd
24235 \end_layout
24236
24237 \begin_layout Standard
24238 La figure
24239 \begin_inset space ~
24240 \end_inset
24241
24242
24243 \begin_inset CommandInset ref
24244 LatexCommand ref
24245 reference "fig:legende-a-coté-fig"
24246
24247 \end_inset
24248
24249  et le tableau
24250 \begin_inset space ~
24251 \end_inset
24252
24253
24254 \begin_inset CommandInset ref
24255 LatexCommand ref
24256 reference "tab:legende-à-coté-tableau"
24257
24258 \end_inset
24259
24260  sont des exemples où la légende a été mises sur le coté.
24261 \end_layout
24262
24263 \begin_layout Standard
24264 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24265  pour les flottants de tableau et vers le bas pour les flottants de figure.
24266  Pour changer ce comportement, vous pouvez utiliser les commandes
24267 \end_layout
24268
24269 \begin_layout Standard
24270
24271 \series bold
24272
24273 \backslash
24274 sidecaptionvpos{type flottant}{placement}
24275 \end_layout
24276
24277 \begin_layout Standard
24278 dans le préambule du document ou en code TeX juste avant le flottant visé.
24279  Le type du flottant est soit 
24280 \family sans
24281 figure
24282 \family default
24283  soit 
24284 \family sans
24285 table
24286 \family default
24287 , le placement peut être 
24288 \begin_inset Quotes eld
24289 \end_inset
24290
24291
24292 \family sans
24293 t
24294 \family default
24295
24296 \begin_inset Quotes erd
24297 \end_inset
24298
24299  pour haut (top), 
24300 \begin_inset Quotes eld
24301 \end_inset
24302
24303
24304 \family sans
24305 c
24306 \family default
24307
24308 \begin_inset Quotes erd
24309 \end_inset
24310
24311  pour centre (center), ou 
24312 \begin_inset Quotes eld
24313 \end_inset
24314
24315
24316 \family sans
24317 b
24318 \family default
24319
24320 \begin_inset Quotes erd
24321 \end_inset
24322
24323  pour bas (bottom).
24324  Pour que, par exemple, les légendes des flottants de figure soient centrés
24325  verticalement, utilisez la commande
24326 \end_layout
24327
24328 \begin_layout Standard
24329
24330 \series bold
24331
24332 \backslash
24333 sidecaptionvpos{figure}{c}
24334 \end_layout
24335
24336 \begin_layout Standard
24337 C'est ce qui a été utilisé pour la figure
24338 \begin_inset space ~
24339 \end_inset
24340
24341
24342 \begin_inset CommandInset ref
24343 LatexCommand ref
24344 reference "fig:legende-à-coté-fig-2"
24345
24346 \end_inset
24347
24348 .
24349 \end_layout
24350
24351 \begin_layout Standard
24352 \begin_inset VSpace medskip
24353 \end_inset
24354
24355 Pour plus d'information sur le paquetage 
24356 \series bold
24357 sidecap
24358 \series default
24359  nous vous renvoyons à sa documentation 
24360 \begin_inset CommandInset citation
24361 LatexCommand cite
24362 key "sidecap"
24363
24364 \end_inset
24365
24366 .
24367 \end_layout
24368
24369 \begin_layout Standard
24370 \begin_inset Note Greyedout
24371 status open
24372
24373 \begin_layout Plain Layout
24374
24375 \series bold
24376 Note:
24377 \series default
24378  Le paquetage LaTeX 
24379 \series bold
24380 hypcap
24381 \series default
24382
24383 \begin_inset Index idx
24384 status collapsed
24385
24386 \begin_layout Plain Layout
24387 Paquetages LaTeX ! hypcap
24388 \end_layout
24389
24390 \end_inset
24391
24392 , qui est décrit dans la section
24393 \begin_inset space ~
24394 \end_inset
24395
24396
24397 \begin_inset CommandInset ref
24398 LatexCommand ref
24399 reference "sub:Reference-Position"
24400
24401 \end_inset
24402
24403 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24404 \end_layout
24405
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \begin_layout Standard
24412 \begin_inset ERT
24413 status collapsed
24414
24415 \begin_layout Plain Layout
24416
24417
24418 \backslash
24419 FigBesBeg 
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Standard
24428 \begin_inset Float figure
24429 wide false
24430 sideways false
24431 status open
24432
24433 \begin_layout Plain Layout
24434 \begin_inset Graphics
24435         filename ../clipart/escher-lsd.eps
24436         scale 75
24437         scaleBeforeRotation
24438
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \begin_layout Plain Layout
24445 \begin_inset Caption
24446
24447 \begin_layout Plain Layout
24448 \begin_inset CommandInset label
24449 LatexCommand label
24450 name "fig:legende-a-coté-fig"
24451
24452 \end_inset
24453
24454 Une légende à côté d'une figure.
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \begin_layout Standard
24468 \begin_inset ERT
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472
24473
24474 \backslash
24475 TabBesBeg 
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Standard
24484 \begin_inset Float table
24485 wide false
24486 sideways false
24487 status open
24488
24489 \begin_layout Plain Layout
24490 \begin_inset Caption
24491
24492 \begin_layout Plain Layout
24493 \begin_inset CommandInset label
24494 LatexCommand label
24495 name "tab:legende-à-coté-tableau"
24496
24497 \end_inset
24498
24499 Une légende à côté d'un tableau.
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \begin_layout Plain Layout
24508 \begin_inset Tabular
24509 <lyxtabular version="3" rows="4" columns="5">
24510 <features tabularvalignment="middle">
24511 <column alignment="center" valignment="top" width="0">
24512 <column alignment="center" valignment="top" width="0">
24513 <column alignment="center" valignment="top" width="0">
24514 <column alignment="center" valignment="top" width="0">
24515 <column alignment="center" valignment="top" width="0">
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 a
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 b
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 c
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 </row>
24563 <row>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577 d
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595 e
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 f
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633 g
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 h
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 </row>
24657 <row>
24658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 i
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 j
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 </lyxtabular>
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 \begin_inset ERT
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721
24722
24723 \backslash
24724 TabBesEnd
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733 \begin_inset ERT
24734 status collapsed
24735
24736 \begin_layout Plain Layout
24737
24738
24739 \backslash
24740 sidecaptionvpos{figure}{c}
24741 \end_layout
24742
24743 \end_inset
24744
24745
24746 \begin_inset Float figure
24747 wide false
24748 sideways false
24749 status open
24750
24751 \begin_layout Plain Layout
24752 \begin_inset Graphics
24753         filename ../clipart/escher-lsd.eps
24754         scale 75
24755         scaleBeforeRotation
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Plain Layout
24763 \begin_inset Caption
24764
24765 \begin_layout Plain Layout
24766 \begin_inset CommandInset label
24767 LatexCommand label
24768 name "fig:legende-à-coté-fig-2"
24769
24770 \end_inset
24771
24772 Une légende centrée verticalement à côté d'une figure.
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \begin_layout Standard
24786 \begin_inset ERT
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790
24791
24792 \backslash
24793 FigBesEnd
24794 \end_layout
24795
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \begin_layout Standard
24802 \begin_inset ERT
24803 status collapsed
24804
24805 \begin_layout Plain Layout
24806
24807
24808 \backslash
24809 else
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \begin_inset Note Note
24816 status open
24817
24818 \begin_layout Plain Layout
24819 Ce qui suit sera affiché si le paquetage LaTeX 
24820 \series bold
24821 sidecap
24822 \series default
24823  n'est pas installé :
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Vous devez installer le paquetage LaTeX 
24833 \series bold
24834 sidecap
24835 \series default
24836  pour voir la suite de cette section dans la sortie imprimée.
24837 \end_layout
24838
24839 \begin_layout Standard
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844
24845
24846 \backslash
24847 fi
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \begin_layout Section
24856 Les Listes de Flottants
24857 \begin_inset Index idx
24858 status collapsed
24859
24860 \begin_layout Plain Layout
24861 Flottants ! Listes de Flottants
24862 \end_layout
24863
24864 \end_inset
24865
24866
24867 \end_layout
24868
24869 \begin_layout Standard
24870 De la même façon que la table des matières fait la liste des sections du
24871  document, il y a des listes pour tous les types de flottants, comme par
24872  exemple pour les figures du document.
24873  Vous pouvez les insérer en utilisant le menu 
24874 \family sans
24875 Insérer\SpecialChar \menuseparator
24876 Listes
24877 \begin_inset space ~
24878 \end_inset
24879
24880 &
24881 \begin_inset space ~
24882 \end_inset
24883
24884 TdM
24885 \family default
24886 .
24887 \end_layout
24888
24889 \begin_layout Standard
24890 Les entrées de la liste sont la légende du flottant ou éventuellement le
24891  titre court, le numéro du flottant, et le numéro de la page où le flottant
24892  apparaît dans le document.
24893 \end_layout
24894
24895 \begin_layout Standard
24896 Vous trouverez à la fin de ce document une liste des figures et une liste
24897  des tableaux.
24898 \end_layout
24899
24900 \begin_layout Chapter
24901 Notes
24902 \end_layout
24903
24904 \begin_layout Section
24905 Les Notes de LyX
24906 \begin_inset Index idx
24907 status collapsed
24908
24909 \begin_layout Plain Layout
24910 Notes ! Notes LyX 
24911 \end_layout
24912
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Standard
24919 On peut insérer une note en utilisant le bouton 
24920 \begin_inset Graphics
24921         filename ../../images/note-insert.png
24922         scale 85
24923         scaleBeforeRotation
24924
24925 \end_inset
24926
24927  de la barre d'outils ou avec le menu 
24928 \family sans
24929 Insérer\SpecialChar \menuseparator
24930 Note
24931 \family default
24932 .
24933  Il y a trois types de notes :
24934 \end_layout
24935
24936 \begin_layout Description
24937 Note
24938 \begin_inset space ~
24939 \end_inset
24940
24941 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
24942  finale.
24943  La boîte de cette note ressemble à ceci :
24944 \begin_inset Newline newline
24945 \end_inset
24946
24947
24948 \begin_inset Newline newline
24949 \end_inset
24950
24951
24952 \begin_inset Graphics
24953         filename clipart/LyXNoteImageQt4.png
24954         display false
24955         scale 65
24956         scaleBeforeRotation
24957
24958 \end_inset
24959
24960  
24961 \begin_inset Note Note
24962 status open
24963
24964 \begin_layout Plain Layout
24965 Le texte de cette note n'apparaîtra pas à l'impression.
24966 \end_layout
24967
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \begin_layout Description
24974 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
24975  il est inséré comme un commentaire LaTeX quand vous exportez votre document
24976  vers un fichier au format LaTeX avec le menu 
24977 \family sans
24978 Fichier\SpecialChar \menuseparator
24979 Exporter\SpecialChar \menuseparator
24980 LaTeX (pdflatex) / (plain)
24981 \family default
24982 .
24983  La boîte de cette note ressemble à ceci :
24984 \begin_inset Newline newline
24985 \end_inset
24986
24987
24988 \begin_inset Newline newline
24989 \end_inset
24990
24991
24992 \begin_inset Graphics
24993         filename clipart/CommentNoteImageQt4.png
24994         display false
24995         scale 55
24996         scaleBeforeRotation
24997
24998 \end_inset
24999
25000
25001 \lang english
25002  
25003 \lang french
25004
25005 \begin_inset Note Comment
25006 status open
25007
25008 \begin_layout Plain Layout
25009 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25010  LaTeX.
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Description
25019 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25020  La boîte de cette note ressemble à ceci :
25021 \lang english
25022
25023 \begin_inset Newline newline
25024 \end_inset
25025
25026
25027 \lang french
25028
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032
25033 \begin_inset Graphics
25034         filename clipart/GreyedOutNoteImageQt4.png
25035         lyxscale 80
25036         display false
25037         scale 55
25038         scaleBeforeRotation
25039
25040 \end_inset
25041
25042
25043 \begin_inset Newline newline
25044 \end_inset
25045
25046
25047 \begin_inset ERT
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051
25052
25053 \backslash
25054 renewenvironment{lyxgreyedout}
25055 \end_layout
25056
25057 \begin_layout Plain Layout
25058
25059 {
25060 \backslash
25061 textcolor[gray]{0.8}
25062 \backslash
25063 bgroup}{
25064 \backslash
25065 egroup}
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \begin_inset Note Greyedout
25072 status open
25073
25074 \begin_layout Plain Layout
25075 Le texte
25076 \begin_inset Foot
25077 status collapsed
25078
25079 \begin_layout Plain Layout
25080 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25081  grisé.
25082  
25083 \end_layout
25084
25085 \end_inset
25086
25087  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \begin_inset ERT
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097
25098
25099 \backslash
25100 renewenvironment{lyxgreyedout}
25101 \end_layout
25102
25103 \begin_layout Plain Layout
25104
25105 {
25106 \backslash
25107 textcolor{blue}
25108 \backslash
25109 bgroup}{
25110 \backslash
25111 egroup}
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \begin_inset Note Note
25118 status open
25119
25120 \begin_layout Plain Layout
25121 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25122  originale qu'elle a dans LyX.
25123  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25124  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \begin_inset Newline newline
25131 \end_inset
25132
25133
25134 \begin_inset Newline newline
25135 \end_inset
25136
25137 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25138  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25139 \end_layout
25140
25141 \begin_layout Standard
25142 \begin_inset VSpace bigskip
25143 \end_inset
25144
25145 Quand vous utilisez le bouton 
25146 \begin_inset Graphics
25147         filename ../../images/note-insert.png
25148         scale 85
25149         scaleBeforeRotation
25150
25151 \end_inset
25152
25153  de la barre d'outils, vous insérez une 
25154 \family sans
25155 Note
25156 \begin_inset space ~
25157 \end_inset
25158
25159 LyX
25160 \family default
25161 .
25162  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25163 la et cliquez sur le bouton d'insertion de note.
25164  Pour retransformer une note en texte, appuyez sur la touche 
25165 \family sans
25166 backspace
25167 \family default
25168  quand le curseur est au tout début de la note ou appuyez sur la touche
25169  
25170 \family sans
25171 Suppr.
25172
25173 \family default
25174  quand le curseur se trouve à la fin de la note.
25175 \end_layout
25176
25177 \begin_layout Standard
25178 \begin_inset VSpace bigskip
25179 \end_inset
25180
25181 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25182  commandes suivantes dans le préambule :
25183 \end_layout
25184
25185 \begin_layout Standard
25186
25187 \series bold
25188
25189 \backslash
25190 renewenvironment{lyxgreyedout}
25191 \begin_inset Newline newline
25192 \end_inset
25193
25194
25195 \begin_inset Phantom HPhantom
25196 status open
25197
25198 \begin_layout Plain Layout
25199
25200 \series bold
25201 \begin_inset space ~
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \end_inset
25208
25209 {
25210 \backslash
25211 textcolor{color}
25212 \backslash
25213 bgroup}{
25214 \backslash
25215 egroup}
25216 \end_layout
25217
25218 \begin_layout Standard
25219 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25220  sont expliqués dans la section
25221 \begin_inset space ~
25222 \end_inset
25223
25224
25225 \begin_inset CommandInset ref
25226 LatexCommand ref
25227 reference "sec:Tableaux-Colorés"
25228
25229 \end_inset
25230
25231 .
25232 \end_layout
25233
25234 \begin_layout Standard
25235 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25236  grisées avec leur texte en bleu.
25237 \end_layout
25238
25239 \begin_layout Section
25240 Notes en Bas de Page
25241 \begin_inset CommandInset label
25242 LatexCommand label
25243 name "sec:Notes-bas-de-page"
25244
25245 \end_inset
25246
25247
25248 \begin_inset Index idx
25249 status collapsed
25250
25251 \begin_layout Plain Layout
25252 Notes ! Notes de bas de page
25253 \end_layout
25254
25255 \end_inset
25256
25257
25258 \begin_inset Index idx
25259 status collapsed
25260
25261 \begin_layout Plain Layout
25262 Notes de bas de page
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \begin_layout Standard
25271 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25272  
25273 \begin_inset Graphics
25274         filename ../../images/footnote-insert.png
25275         scale 85
25276         scaleBeforeRotation
25277
25278 \end_inset
25279
25280  de la barre d'outils, soit en utilisant le menu 
25281 \family sans
25282 Insérer\SpecialChar \menuseparator
25283 Note
25284 \begin_inset space ~
25285 \end_inset
25286
25287 en
25288 \begin_inset space ~
25289 \end_inset
25290
25291 Bas
25292 \begin_inset space ~
25293 \end_inset
25294
25295 de
25296 \begin_inset space ~
25297 \end_inset
25298
25299 Page
25300 \family default
25301 .
25302  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25303  rouge 
25304 \begin_inset Quotes fld
25305 \end_inset
25306
25307 bas
25308 \begin_inset Quotes frd
25309 \end_inset
25310
25311  qui ressemble à ceci : 
25312 \begin_inset Graphics
25313         filename clipart/footnoteQt4.png
25314         scale 80
25315         scaleBeforeRotation
25316
25317 \end_inset
25318
25319  Vous pouvez y entrer votre texte.
25320  Si vous voulez transformer du texte déjà existant en note en bas de page,
25321  sélectionnez-le et cliquez sur le bouton 
25322 \family sans
25323 Note
25324 \begin_inset space ~
25325 \end_inset
25326
25327 en
25328 \begin_inset space ~
25329 \end_inset
25330
25331 Bas
25332 \begin_inset space ~
25333 \end_inset
25334
25335 de
25336 \begin_inset space ~
25337 \end_inset
25338
25339 Page
25340 \family default
25341  de la barre d'outils.
25342  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25343  
25344 \family sans
25345 backspace
25346 \family default
25347  quand le curseur est au tout début de la note ou appuyez sur la touche
25348  
25349 \family sans
25350 Suppr.
25351
25352 \family default
25353  quand le curseur se trouve à la fin de la note.
25354 \end_layout
25355
25356 \begin_layout Standard
25357 Voici un exemple de note en bas de page:
25358 \begin_inset Foot
25359 status open
25360
25361 \begin_layout Plain Layout
25362 \begin_inset CommandInset label
25363 LatexCommand label
25364 name "fn:Note-en-bas"
25365
25366 \end_inset
25367
25368 Ceci est un exemple de note en bas de page.
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \begin_inset ERT
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378
25379
25380 \backslash
25381 newcounter{MyRepeatFoot}
25382 \end_layout
25383
25384 \begin_layout Plain Layout
25385
25386
25387 \backslash
25388 setcounter{MyRepeatFoot}{
25389 \backslash
25390 thefootnote}
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25400  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25401  de note.
25402  Le texte de la note est placé en bas de la page courante.
25403  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25404  Selon votre classe de document les numéros de notes pourront être réinitialisés
25405  à chaque nouveau chapitre.
25406 \end_layout
25407
25408 \begin_layout Standard
25409 On peut faire référence à une note en bas de page comme on le fait avec
25410  les flottants : Insérez une étiquette dans la note et faites une référence
25411  croisée vers cette étiquette comme c'est décrit dans la
25412 \begin_inset space ~
25413 \end_inset
25414
25415
25416 \begin_inset CommandInset ref
25417 LatexCommand ref
25418 reference "sec:Referencer-les-Flottants"
25419
25420 \end_inset
25421
25422 .
25423 \begin_inset Newline newline
25424 \end_inset
25425
25426 Voici une référence à une note de bas de page :
25427 \begin_inset space ~
25428 \end_inset
25429
25430
25431 \begin_inset CommandInset ref
25432 LatexCommand ref
25433 reference "fn:Note-en-bas"
25434
25435 \end_inset
25436
25437 .
25438 \end_layout
25439
25440 \begin_layout Standard
25441 \begin_inset VSpace defskip
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Standard
25448
25449 \lang english
25450 Footnotes in tables are not printed by LaTeX due to technical reasons.
25451  However there exists another method to print them: Instead of the footnote
25452  the command 
25453 \series bold
25454
25455 \backslash
25456 footnotemark{}
25457 \series default
25458  is inserted as TeX-code.
25459  The text of the footnote is entered as argument of the TeX-code command
25460  
25461 \series bold
25462
25463 \backslash
25464 footnotetext
25465 \series default
25466  after the table.
25467 \begin_inset Newline newline
25468 \end_inset
25469
25470 This was done for the following table with the command
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476 \lang english
25477
25478 \backslash
25479 footnotetext{
25480 \series default
25481 Printed table footnote.
25482 \series bold
25483 }
25484 \end_layout
25485
25486 \begin_layout Standard
25487
25488 \lang english
25489 \begin_inset Tabular
25490 <lyxtabular version="3" rows="2" columns="1">
25491 <features tabularvalignment="middle">
25492 <column alignment="center" valignment="top" width="0">
25493 <row>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \lang english
25500 This an example text.
25501 \begin_inset Foot
25502 status open
25503
25504 \begin_layout Plain Layout
25505
25506 \lang english
25507 This footnote will not be printed!
25508 \end_layout
25509
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 <row>
25519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523
25524 \lang english
25525 This an example text.
25526 \begin_inset ERT
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530
25531
25532 \backslash
25533 footnotemark{}
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 </lyxtabular>
25545
25546 \end_inset
25547
25548
25549 \begin_inset ERT
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553
25554
25555 \backslash
25556 footnotetext{
25557 \end_layout
25558
25559 \end_inset
25560
25561 Printed table footnote.
25562 \begin_inset ERT
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566
25567 }
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \begin_layout Standard
25576
25577 \lang english
25578 Footnotes in longtables are described in section
25579 \begin_inset space ~
25580 \end_inset
25581
25582
25583 \lang french
25584
25585 \begin_inset CommandInset ref
25586 LatexCommand ref
25587 reference "sub:Notes-dans-tableau-long"
25588
25589 \end_inset
25590
25591 .
25592 \end_layout
25593
25594 \begin_layout Standard
25595
25596 \lang english
25597 Footnotes in minipage boxes are printed, but inside the box and with a different
25598  numbering because a minipage box is like a page inside a page.
25599  (For more about minipages, see section
25600 \begin_inset space ~
25601 \end_inset
25602
25603
25604 \lang french
25605
25606 \begin_inset CommandInset ref
25607 LatexCommand ref
25608 reference "sec:Minipages"
25609
25610 \end_inset
25611
25612
25613 \lang english
25614 .) To get a footnote in the minipage that is output at the bottom of the
25615  page like normal footnotes, also use the method of 
25616 \series bold
25617
25618 \backslash
25619 footnotemark{}
25620 \series default
25621  and 
25622 \series bold
25623
25624 \backslash
25625 footnotetext
25626 \series default
25627 .
25628 \end_layout
25629
25630 \begin_layout Standard
25631
25632 \lang english
25633 \begin_inset Box Frameless
25634 position "t"
25635 hor_pos "c"
25636 has_inner_box 1
25637 inner_pos "t"
25638 use_parbox 0
25639 use_makebox 0
25640 width "100col%"
25641 special "none"
25642 height "1in"
25643 height_special "totalheight"
25644 status open
25645
25646 \begin_layout Plain Layout
25647
25648 \lang english
25649 This an example text in a minipage.
25650 \begin_inset Foot
25651 status open
25652
25653 \begin_layout Plain Layout
25654
25655 \lang english
25656 Footnote in the minipage.
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \begin_layout Plain Layout
25665
25666 \lang english
25667 This an example text in a minipage.
25668 \begin_inset ERT
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672
25673
25674 \backslash
25675 footnotemark{}
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Standard
25689
25690 \lang english
25691 \begin_inset ERT
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695
25696
25697 \backslash
25698 footnotetext{
25699 \end_layout
25700
25701 \end_inset
25702
25703 Footnote outside the minipage.
25704 \begin_inset ERT
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708
25709 }
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset VSpace defskip
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Standard
25725
25726 \lang english
25727 To refer to the same footnote several times without printing the footnote
25728  text every time, use the command 
25729 \series bold
25730
25731 \backslash
25732 footnotemark[number]
25733 \series default
25734  in TeX-code.
25735 \begin_inset Newline newline
25736 \end_inset
25737
25738 As you do not know the number of the repeating footnote while you are writing
25739  the text, you have to store its number.
25740  For the following footnote mark example, these commands were inserted in
25741  TeX-code after Footnote
25742 \begin_inset space ~
25743 \end_inset
25744
25745
25746 \lang french
25747
25748 \begin_inset CommandInset ref
25749 LatexCommand ref
25750 reference "fn:Note-en-bas"
25751
25752 \end_inset
25753
25754
25755 \lang english
25756  to store the footnote number
25757 \lang french
25758 :
25759 \end_layout
25760
25761 \begin_layout Standard
25762
25763 \series bold
25764
25765 \backslash
25766 newcounter{MyRepeatFoot}
25767 \begin_inset Newline newline
25768 \end_inset
25769
25770
25771 \backslash
25772 setcounter{MyRepeatFoot}{
25773 \backslash
25774 thefootnote}
25775 \end_layout
25776
25777 \begin_layout Standard
25778
25779 \lang english
25780 The footnote mark was then created with this command
25781 \lang french
25782 :
25783 \end_layout
25784
25785 \begin_layout Standard
25786
25787 \series bold
25788
25789 \backslash
25790 footnotemark[
25791 \backslash
25792 theMyRepeatFoot]
25793 \end_layout
25794
25795 \begin_layout Standard
25796
25797 \lang english
25798 Here is a repeated footnote
25799 \lang french
25800 :
25801 \begin_inset ERT
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805
25806
25807 \backslash
25808 footnotemark[
25809 \backslash
25810 theMyRepeatFoot]
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819
25820 \lang english
25821 If you want to repeat the previous footnote, you can omit the storage of
25822  the footnote number and just use this command instead
25823 \lang french
25824 :
25825 \end_layout
25826
25827 \begin_layout Standard
25828
25829 \series bold
25830
25831 \backslash
25832 footnotemark[
25833 \backslash
25834 thefootnote]
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \lang english
25840 Here is another repeated footnote
25841 \lang french
25842 :
25843 \begin_inset ERT
25844 status collapsed
25845
25846 \begin_layout Plain Layout
25847
25848
25849 \backslash
25850 footnotemark[
25851 \backslash
25852 thefootnote]
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Subsection
25861 Numérotation de Notes de Bas de Page
25862 \begin_inset CommandInset label
25863 LatexCommand label
25864 name "sub:Numerotation-notes-bas-de-page"
25865
25866 \end_inset
25867
25868
25869 \begin_inset Index idx
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Notes de bas de page ! Numérotation
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25883  ajoutez cette commande dans le préambule de votre document :
25884 \end_layout
25885
25886 \begin_layout Standard
25887
25888 \series bold
25889
25890 \backslash
25891 @addtoreset{footnote}{section}
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset VSpace bigskip
25896 \end_inset
25897
25898 La commande de préambule suivante change le style de numérotation des notes
25899  en petits chiffres romains :
25900 \end_layout
25901
25902 \begin_layout Standard
25903
25904 \series bold
25905
25906 \backslash
25907 renewcommand{
25908 \backslash
25909 thefootnote}{
25910 \backslash
25911 roman{footnote}}
25912 \end_layout
25913
25914 \begin_layout Standard
25915 \begin_inset ERT
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919
25920
25921 \backslash
25922 renewcommand{
25923 \backslash
25924 thefootnote}{
25925 \backslash
25926 roman{footnote}}
25927 \end_layout
25928
25929 \end_inset
25930
25931  Cette note de bas de page utilise une numérotation en chiffres romains
25932  :
25933 \begin_inset Foot
25934 status open
25935
25936 \begin_layout Plain Layout
25937 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25938  romains.
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25948  la commande précédente 
25949 \series bold
25950
25951 \backslash
25952 roman
25953 \series default
25954  par 
25955 \series bold
25956
25957 \backslash
25958 Roman
25959 \series default
25960 .
25961  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25962  utilisez respectivement soit 
25963 \series bold
25964
25965 \backslash
25966 Alph
25967 \series default
25968  soit 
25969 \series bold
25970
25971 \backslash
25972 alph
25973 \series default
25974 .
25975  Pour les 
25976 \begin_inset Quotes eld
25977 \end_inset
25978
25979 numéroter
25980 \begin_inset Quotes erd
25981 \end_inset
25982
25983  avec des symboles, utilisez 
25984 \series bold
25985
25986 \backslash
25987 fnsymbol
25988 \series default
25989 .
25990 \end_layout
25991
25992 \begin_layout Standard
25993 \begin_inset Note Greyedout
25994 status open
25995
25996 \begin_layout Plain Layout
25997
25998 \series bold
25999 Note:
26000 \series default
26001  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26002  puisque cette numérotation est limitée à des lettres seules.
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \begin_inset Newline newline
26009 \end_inset
26010
26011
26012 \begin_inset Note Greyedout
26013 status open
26014
26015 \begin_layout Plain Layout
26016
26017 \series bold
26018 Note:
26019 \series default
26020  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 Pour revenir au style de numérotation implicite quand vous en avez changé,
26030  utilisez 
26031 \series bold
26032
26033 \backslash
26034 arabic
26035 \series default
26036  à la place de 
26037 \series bold
26038
26039 \backslash
26040 roman
26041 \series default
26042  dans la commande précédente.
26043 \begin_inset ERT
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047
26048
26049 \backslash
26050 renewcommand{
26051 \backslash
26052 thefootnote}{
26053 \backslash
26054 arabic{footnote}}
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset VSpace bigskip
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \begin_layout Standard
26070 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26071  le schéma 
26072 \begin_inset Quotes eld
26073 \end_inset
26074
26075 chapitre.note
26076 \begin_inset Quotes erd
26077 \end_inset
26078
26079 , ajoutez la commande suivante au préambule de votre document :
26080 \end_layout
26081
26082 \begin_layout Standard
26083
26084 \series bold
26085
26086 \backslash
26087 numberwithin{footnote}{chapter}
26088 \end_layout
26089
26090 \begin_layout Standard
26091 Pour pouvoir utiliser la commande 
26092 \series bold
26093
26094 \backslash
26095 numberwithin
26096 \series default
26097 , activez dans la rubrique 
26098 \family sans
26099 Options
26100 \begin_inset space ~
26101 \end_inset
26102
26103 des
26104 \begin_inset space ~
26105 \end_inset
26106
26107 Maths
26108 \family default
26109  dans les paramètres du document, l'option 
26110 \family sans
26111 Utiliser
26112 \begin_inset space ~
26113 \end_inset
26114
26115 le
26116 \begin_inset space ~
26117 \end_inset
26118
26119 paquetage
26120 \begin_inset space ~
26121 \end_inset
26122
26123 maths
26124 \begin_inset space ~
26125 \end_inset
26126
26127 AMS
26128 \family default
26129 .
26130 \end_layout
26131
26132 \begin_layout Standard
26133 \begin_inset ERT
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137
26138
26139 \backslash
26140 numberwithin{footnote}{chapter}
26141 \end_layout
26142
26143 \end_inset
26144
26145 Ceci est un autre exemple de note de bas de page:
26146 \series bold
26147
26148 \begin_inset Foot
26149 status open
26150
26151 \begin_layout Plain Layout
26152 Cette note est numérotée en suivant le schéma 
26153 \begin_inset Quotes eld
26154 \end_inset
26155
26156 chapitre.note
26157 \begin_inset Quotes erd
26158 \end_inset
26159
26160 .
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \series default
26167
26168 \begin_inset ERT
26169 status collapsed
26170
26171 \begin_layout Plain Layout
26172
26173
26174 \backslash
26175 renewcommand{
26176 \backslash
26177 thefootnote}{
26178 \backslash
26179 arabic{footnote}}
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \begin_layout Standard
26188 \begin_inset Note Greyedout
26189 status open
26190
26191 \begin_layout Plain Layout
26192
26193 \series bold
26194 Note:
26195 \series default
26196  
26197 \series bold
26198
26199 \backslash
26200 numberwithin
26201 \series default
26202  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26203  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26204  prises en compte.
26205  
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Standard
26214 Donc pour avoir par exemple le schéma 
26215 \begin_inset Quotes eld
26216 \end_inset
26217
26218 chapitre.
26219 \backslash
26220 Roman{note}
26221 \begin_inset Quotes erd
26222 \end_inset
26223
26224 , utilisez la commande suivante plutôt que 
26225 \series bold
26226
26227 \backslash
26228 numberwithin
26229 \series default
26230  :
26231 \end_layout
26232
26233 \begin_layout Standard
26234
26235 \series bold
26236
26237 \backslash
26238 renewcommand{
26239 \backslash
26240 thefootnote}{
26241 \backslash
26242 thechapter.
26243 \backslash
26244 Roman{footnote}}
26245 \end_layout
26246
26247 \begin_layout Subsection
26248 Positionnement de notes de bas de page
26249 \begin_inset Index idx
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253 Notes de bas de page ! Positionnement
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \begin_layout Standard
26262 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26263  vertical entre elles en bas de la page.
26264  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26265  de 1.5
26266 \begin_inset space \thinspace{}
26267 \end_inset
26268
26269 mm avec la commande suivante dans le préambule :
26270 \end_layout
26271
26272 \begin_layout Standard
26273
26274 \series bold
26275
26276 \backslash
26277 let
26278 \backslash
26279 myFoot
26280 \backslash
26281 footnote
26282 \begin_inset Newline newline
26283 \end_inset
26284
26285
26286 \backslash
26287 renewcommand{
26288 \backslash
26289 footnote}[1]{
26290 \backslash
26291 myFoot{#1
26292 \backslash
26293 vspace{1.5mm}}}
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset VSpace bigskip
26298 \end_inset
26299
26300 Dans un document à deux colonnes les notes de bas de page apparaissent en
26301  bas de chaque colonne, comme sur la Figure
26302 \begin_inset space ~
26303 \end_inset
26304
26305
26306 \begin_inset CommandInset ref
26307 LatexCommand ref
26308 reference "fig:Position-standard-note-bas-de-page"
26309
26310 \end_inset
26311
26312 .
26313  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26314  sur la Figure
26315 \begin_inset space ~
26316 \end_inset
26317
26318
26319 \begin_inset CommandInset ref
26320 LatexCommand ref
26321 reference "fig:Position-note-avec-ftnright"
26322
26323 \end_inset
26324
26325 , utilisez le paquetage LaTeX 
26326 \series bold
26327 ftnright
26328 \series default
26329
26330 \begin_inset Index idx
26331 status collapsed
26332
26333 \begin_layout Plain Layout
26334 Paquetages LaTeX ! ftnright
26335 \end_layout
26336
26337 \end_inset
26338
26339  avec cette commande dans le préambule du document:
26340 \end_layout
26341
26342 \begin_layout Standard
26343
26344 \series bold
26345
26346 \backslash
26347 usepackage{ftnright}
26348 \end_layout
26349
26350 \begin_layout Standard
26351 \begin_inset Float figure
26352 placement !h
26353 wide false
26354 sideways false
26355 status open
26356
26357 \begin_layout Plain Layout
26358 \begin_inset ERT
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362
26363
26364 \backslash
26365 framebox{
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \begin_inset Graphics
26372         filename ../clipart/without_fntright.pdf
26373         width 100col%
26374         scaleBeforeRotation
26375
26376 \end_inset
26377
26378
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384 }
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Plain Layout
26393 \begin_inset Caption
26394
26395 \begin_layout Plain Layout
26396 \begin_inset CommandInset label
26397 LatexCommand label
26398 name "fig:Position-standard-note-bas-de-page"
26399
26400 \end_inset
26401
26402 Positionnement standard des notes de bas de page dans un document à deux
26403  colonnes.
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \begin_layout Standard
26417 \begin_inset Float figure
26418 placement !h
26419 wide false
26420 sideways false
26421 status open
26422
26423 \begin_layout Plain Layout
26424 \begin_inset ERT
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428
26429
26430 \backslash
26431 framebox{
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \begin_inset Graphics
26438         filename ../clipart/with_fntright.pdf
26439         width 100col%
26440         scaleBeforeRotation
26441
26442 \end_inset
26443
26444
26445 \begin_inset ERT
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449
26450 }
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \begin_layout Plain Layout
26459 \begin_inset Caption
26460
26461 \begin_layout Plain Layout
26462 \begin_inset CommandInset label
26463 LatexCommand label
26464 name "fig:Position-note-avec-ftnright"
26465
26466 \end_inset
26467
26468 Positionnement de notes de bas de page dans un document à deux colonnes
26469  en utilisant le paquetage LaTeX 
26470 \series bold
26471 ftnright
26472 \series default
26473 .
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \begin_layout Standard
26487 \begin_inset VSpace bigskip
26488 \end_inset
26489
26490 Dans certaines publications scientifiques, il est courant de rassembler
26491  les notes de bas de page et de les imprimer dans un paragraphe particulier
26492  à la fin de la section, comme sur la Figure
26493 \begin_inset space ~
26494 \end_inset
26495
26496
26497 \begin_inset CommandInset ref
26498 LatexCommand ref
26499 reference "fig:Notes-de-fin"
26500
26501 \end_inset
26502
26503 .
26504  On les appelle 
26505 \begin_inset Quotes eld
26506 \end_inset
26507
26508 notes de fin
26509 \begin_inset Quotes erd
26510 \end_inset
26511
26512 .
26513 \begin_inset Index idx
26514 status collapsed
26515
26516 \begin_layout Plain Layout
26517 Notes de fin
26518 \end_layout
26519
26520 \end_inset
26521
26522  Pour utiliser des notes de fin à la place des notes de bas de page dans
26523  votre document, charger le module 
26524 \family sans
26525 Note de bas de page en fin de document
26526 \family default
26527  à partir de 
26528 \family sans
26529 Document\SpecialChar \menuseparator
26530 Paramètres\SpecialChar \menuseparator
26531 Modules
26532 \family default
26533 .
26534  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26535 \end_layout
26536
26537 \begin_layout Standard
26538
26539 \series bold
26540
26541 \backslash
26542 theendnotes
26543 \end_layout
26544
26545 \begin_layout Standard
26546 en code TeX à la fin d'une section ou d'un chapitre.
26547 \end_layout
26548
26549 \begin_layout Standard
26550 \begin_inset Float figure
26551 wide false
26552 sideways false
26553 status open
26554
26555 \begin_layout Plain Layout
26556 \align center
26557 \begin_inset ERT
26558 status collapsed
26559
26560 \begin_layout Plain Layout
26561
26562
26563 \backslash
26564 framebox{
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \begin_inset Graphics
26571         filename ../clipart/endnotes.pdf
26572         scaleBeforeRotation
26573
26574 \end_inset
26575
26576
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582 }
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Plain Layout
26591 \begin_inset Caption
26592
26593 \begin_layout Plain Layout
26594 \begin_inset CommandInset label
26595 LatexCommand label
26596 name "fig:Notes-de-fin"
26597
26598 \end_inset
26599
26600 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26601  séparé à la fin des sections ou des chapitres.
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \begin_layout Standard
26615 \begin_inset VSpace medskip
26616 \end_inset
26617
26618 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26619  dans la langue du document, cela doit être fait manuellement.
26620  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26621  
26622 \begin_inset Quotes eld
26623 \end_inset
26624
26625 Notes
26626 \begin_inset Quotes erd
26627 \end_inset
26628
26629  en sa traduction Allemande
26630 \begin_inset Foot
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634 En français, 
26635 \begin_inset Quotes eld
26636 \end_inset
26637
26638 Notes
26639 \begin_inset Quotes erd
26640 \end_inset
26641
26642  peut être conservé.
26643 \end_layout
26644
26645 \end_inset
26646
26647  
26648 \begin_inset Quotes eld
26649 \end_inset
26650
26651 Anmerkungen
26652 \begin_inset Quotes erd
26653 \end_inset
26654
26655  :
26656 \end_layout
26657
26658 \begin_layout Standard
26659
26660 \series bold
26661
26662 \backslash
26663 renewcommand{
26664 \backslash
26665 notesname}{Anmerkungen}
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset VSpace medskip
26670 \end_inset
26671
26672 La numérotation des notes de fin peut être modifiée comme celle des notes
26673  de bas de page comme c'est décrit dans la section
26674 \begin_inset space ~
26675 \end_inset
26676
26677
26678 \begin_inset CommandInset ref
26679 LatexCommand ref
26680 reference "sub:Numerotation-notes-bas-de-page"
26681
26682 \end_inset
26683
26684  ; remplacez juste la commande 
26685 \series bold
26686
26687 \backslash
26688 thefootnote
26689 \series default
26690  par 
26691 \series bold
26692
26693 \backslash
26694 theendnote
26695 \series default
26696 .
26697  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26698 \series bold
26699
26700 \backslash
26701 @addtoreset
26702 \series default
26703  comme c'est décrit dans la section
26704 \begin_inset space ~
26705 \end_inset
26706
26707
26708 \begin_inset CommandInset ref
26709 LatexCommand ref
26710 reference "sub:Numerotation-notes-bas-de-page"
26711
26712 \end_inset
26713
26714  et remplacez le paramètre de commande 
26715 \series bold
26716 footnote
26717 \series default
26718  par 
26719 \series bold
26720 endnote
26721 \series default
26722 .
26723 \end_layout
26724
26725 \begin_layout Standard
26726
26727 \lang english
26728 For endnotes there is
26729 \lang french
26730  la commande 
26731 \series bold
26732
26733 \backslash
26734 endnotemark[numéro]
26735 \series default
26736  qui est semblable à 
26737 \series bold
26738
26739 \backslash
26740 footnotemark
26741 \series default
26742 , décrite dans la section
26743 \begin_inset space ~
26744 \end_inset
26745
26746
26747 \begin_inset CommandInset ref
26748 LatexCommand ref
26749 reference "sec:Notes-bas-de-page"
26750
26751 \end_inset
26752
26753 .
26754 \end_layout
26755
26756 \begin_layout Standard
26757 \begin_inset VSpace bigskip
26758 \end_inset
26759
26760 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26761 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26762 \series bold
26763 footmisc
26764 \series default
26765
26766 \begin_inset Index idx
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 Paquetages LaTeX ! footmisc
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset citation
26777 LatexCommand cite
26778 key "footmisc"
26779
26780 \end_inset
26781
26782  pour plus d'information à ce sujet.
26783 \end_layout
26784
26785 \begin_layout Standard
26786 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26787  voyez les livres sur LaTeX, 
26788 \begin_inset CommandInset citation
26789 LatexCommand cite
26790 key "latexcompanion,latexguide,latexbook"
26791
26792 \end_inset
26793
26794 .
26795 \end_layout
26796
26797 \begin_layout Section
26798 Notes en Marge
26799 \begin_inset Index idx
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803 Notes ! Notes en Marge
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Standard
26812 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26813 t de la même façon.
26814  Quand vous insérez une note en marge avec 
26815 \family sans
26816 Insérer\SpecialChar \menuseparator
26817 Note
26818 \begin_inset space ~
26819 \end_inset
26820
26821 en
26822 \begin_inset space ~
26823 \end_inset
26824
26825 Marge
26826 \family default
26827  ou avec le bouton 
26828 \begin_inset Graphics
26829         filename ../../images/marginalnote-insert.png
26830         scale 85
26831         scaleBeforeRotation
26832
26833 \end_inset
26834
26835  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26836  grise avec une étiquette rouge 
26837 \begin_inset Quotes fld
26838 \end_inset
26839
26840 marge
26841 \begin_inset Quotes frd
26842 \end_inset
26843
26844 .
26845  
26846 \begin_inset Marginal
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850 C'est une note en marge.
26851 \end_layout
26852
26853 \end_inset
26854
26855  Cette boîte est la représentation de votre note dans LyX.
26856  Vous pouvez y entrer votre texte.
26857 \end_layout
26858
26859 \begin_layout Standard
26860 Les notes en marge apparaissent dans la marge de droite dans les documents
26861  imprimées sur une seule face.
26862  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26863  
26864 \begin_inset Quotes eld
26865 \end_inset
26866
26867 extérieure
26868 \begin_inset Quotes erd
26869 \end_inset
26870
26871  – la gauche sur les pages paires et la droite sur les pages impaires.
26872  Le texte de la note en marge est aligné à l'opposé de la marge externe
26873  – aligné à droite quand la note apparaît dans la marge de gauche.
26874  La première ligne de la note apparaît à la hauteur de la ligne de texte
26875  où la note a été insérée dans le document.
26876 \end_layout
26877
26878 \begin_layout Standard
26879 \begin_inset VSpace bigskip
26880 \end_inset
26881
26882 Pour placer une note dans la marge interne, ajoutez la commande suivante
26883  :
26884 \end_layout
26885
26886 \begin_layout Standard
26887
26888 \series bold
26889
26890 \backslash
26891 reversemarginpar
26892 \end_layout
26893
26894 \begin_layout Standard
26895 sous forme de code TeX avant votre note de marge.
26896  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26897  qui suivent 
26898 \begin_inset ERT
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902
26903
26904 \backslash
26905 reversemarginpar 
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \begin_inset Marginal
26912 status open
26913
26914 \begin_layout Plain Layout
26915 Cette note en marge est dans la marge interne.
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \series bold
26922
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \series default
26928
26929 \begin_inset Note Greyedout
26930 status open
26931
26932 \begin_layout Plain Layout
26933
26934 \series bold
26935 Note:
26936 \series default
26937  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26938  les notes sont souvent mal mises en formes dans la sortie imprimée.
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Standard
26947 Pour revenir au positionnement implicite, ajoutez la commande :
26948 \end_layout
26949
26950 \begin_layout Standard
26951
26952 \series bold
26953
26954 \backslash
26955 normalmarginpar
26956 \end_layout
26957
26958 \begin_layout Standard
26959 sous forme de code TeX.
26960 \begin_inset ERT
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964
26965
26966 \backslash
26967 normalmarginpar 
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \begin_inset Newline newline
26974 \end_inset
26975
26976  
26977 \begin_inset Note Greyedout
26978 status open
26979
26980 \begin_layout Plain Layout
26981
26982 \series bold
26983 Note:
26984 \series default
26985  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26986  
26987 \series bold
26988
26989 \backslash
26990 reversemarginpar
26991 \series default
26992  est aussi utilisée.
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Standard
27001 \begin_inset VSpace bigskip
27002 \end_inset
27003
27004
27005 \begin_inset Marginal
27006 status open
27007
27008 \begin_layout Plain Layout
27009 UnTrèsLongMotEnMarge sans césure.
27010 \end_layout
27011
27012 \end_inset
27013
27014  Comme dans le cas décrit dans la section
27015 \begin_inset space ~
27016 \end_inset
27017
27018
27019 \begin_inset CommandInset ref
27020 LatexCommand ref
27021 reference "sub:Lignes-multiple-dans-cellule"
27022
27023 \end_inset
27024
27025 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27026  mot d'une note en marge.
27027  Pour éviter ce problème, insérez un espacement horizontal de 0
27028 \begin_inset space \thinspace{}
27029 \end_inset
27030
27031 pt avant le mot en question: 
27032 \begin_inset Marginal
27033 status open
27034
27035 \begin_layout Plain Layout
27036 \begin_inset space \hspace{}
27037 \length 0pt
27038 \end_inset
27039
27040 UnMotTrèsLongEnMarge avec une césure.
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \begin_layout Standard
27049 \begin_inset VSpace bigskip
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \begin_layout Standard
27056 \begin_inset Note Greyedout
27057 status open
27058
27059 \begin_layout Plain Layout
27060
27061 \series bold
27062 Note:
27063 \series default
27064  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27065  tableaux, des flottants et des notes de bas de page.
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 \begin_inset VSpace bigskip
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \begin_layout Standard
27081 \begin_inset ERT
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085
27086
27087 \backslash
27088 ifmarginnote
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \begin_inset Note Note
27095 status open
27096
27097 \begin_layout Plain Layout
27098 La section suivante ne sera affichée que si le paquetage LaTeX 
27099 \series bold
27100 marginnote
27101 \series default
27102  a été installé.
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Standard
27111 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27112 \series bold
27113 marginnote
27114 \series default
27115
27116 \begin_inset Index idx
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 Paquetages LaTeX ! marginnote
27121 \end_layout
27122
27123 \end_inset
27124
27125 .
27126  En ajoutant les deux lignes suivantes au préambule de votre document, la
27127  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27128  la commande fournie par le paquetage 
27129 \series bold
27130 marginnote
27131 \series default
27132  :
27133 \end_layout
27134
27135 \begin_layout Standard
27136
27137 \series bold
27138
27139 \backslash
27140 usepackage{marginnote}
27141 \begin_inset Newline newline
27142 \end_inset
27143
27144
27145 \backslash
27146 let
27147 \backslash
27148 marginpar
27149 \backslash
27150 marginnote
27151 \end_layout
27152
27153 \begin_layout Standard
27154 Ce paquetage est aussi utilisé dans ce document parce que 
27155 \series bold
27156 marginnote
27157 \series default
27158  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27159  vertical pour une note.
27160  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27161  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27162  en page.
27163  Le décalage est inséré dans LyX sous forme de code TeX directement après
27164  la note sous la forme
27165 \end_layout
27166
27167 \begin_layout Standard
27168
27169 \series bold
27170 [offset]
27171 \end_layout
27172
27173 \begin_layout Standard
27174 où l'offset utilise l'une des unités listées dans le tableau
27175 \begin_inset space ~
27176 \end_inset
27177
27178
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "cha:Unités-de-longueur"
27182
27183 \end_inset
27184
27185 .
27186  Une valeur négative déplace la note vers le haut, une valeur positive la
27187  déplace vers le bas.
27188  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27189  vers le haut de 1.5
27190 \begin_inset space \thinspace{}
27191 \end_inset
27192
27193 cm avec la commande en code TeX 
27194 \begin_inset Quotes eld
27195 \end_inset
27196
27197
27198 \series bold
27199 [-1.5cm]
27200 \series default
27201
27202 \begin_inset Quotes erd
27203 \end_inset
27204
27205
27206 \begin_inset Marginal
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210 Cette note en marge est décalée vers le haut de 1.5
27211 \begin_inset space \thinspace{}
27212 \end_inset
27213
27214 cm par rapport à sa position d'origine.
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \begin_inset ERT
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224
27225 [-1.5cm]
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 \begin_inset VSpace medskip
27235 \end_inset
27236
27237 Avec le paquetage 
27238 \series bold
27239 marginnote
27240 \series default
27241  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27242  Par exemple les commandes 
27243 \end_layout
27244
27245 \begin_layout Standard
27246
27247 \series bold
27248
27249 \backslash
27250 renewcommand*{
27251 \backslash
27252 raggedleftmarginnote}{
27253 \backslash
27254 centering}
27255 \begin_inset Newline newline
27256 \end_inset
27257
27258
27259 \backslash
27260 renewcommand*{
27261 \backslash
27262 raggedrightmarginnote}{
27263 \backslash
27264 centering}
27265 \end_layout
27266
27267 \begin_layout Standard
27268 donnent un alignement centré.
27269  
27270 \series bold
27271
27272 \backslash
27273 raggedleftmarginnote
27274 \series default
27275  indique une note qui apparaît dans la marge de gauche.
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280
27281
27282 \backslash
27283 renewcommand*{
27284 \backslash
27285 raggedleftmarginnote}{
27286 \backslash
27287 centering}
27288 \end_layout
27289
27290 \begin_layout Plain Layout
27291
27292
27293 \backslash
27294 renewcommand*{
27295 \backslash
27296 raggedrightmarginnote}{
27297 \backslash
27298 centering}
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \begin_inset Marginal
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 Le texte de cette note en marge est centré.
27309 \end_layout
27310
27311 \end_inset
27312
27313 .
27314  Le comportement implicite est donné par
27315 \end_layout
27316
27317 \begin_layout Standard
27318
27319 \series bold
27320
27321 \backslash
27322 renewcommand*{
27323 \backslash
27324 raggedleftmarginnote}{
27325 \backslash
27326 raggedleft}
27327 \begin_inset Newline newline
27328 \end_inset
27329
27330
27331 \backslash
27332 renewcommand*{
27333 \backslash
27334 raggedrightmarginnote}{
27335 \backslash
27336 raggedright}
27337 \series default
27338
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343
27344
27345 \backslash
27346 renewcommand*{
27347 \backslash
27348 raggedleftmarginnote}{
27349 \backslash
27350 raggedleft}
27351 \end_layout
27352
27353 \begin_layout Plain Layout
27354
27355
27356 \backslash
27357 renewcommand*{
27358 \backslash
27359 raggedrightmarginnote}{
27360 \backslash
27361 raggedright}
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \begin_inset VSpace medskip
27371 \end_inset
27372
27373 Pour les autre fonctions du paquetage 
27374 \series bold
27375 marginnote
27376 \series default
27377  nous vous renvoyons à sa documentation 
27378 \begin_inset CommandInset citation
27379 LatexCommand cite
27380 key "marginnote"
27381
27382 \end_inset
27383
27384 .
27385 \end_layout
27386
27387 \begin_layout Standard
27388 \begin_inset VSpace bigskip
27389 \end_inset
27390
27391 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27392  définition.
27393  Pour créer par exemple une entête pour toutes les notes en marge avec le
27394  texte 
27395 \begin_inset Quotes eld
27396 \end_inset
27397
27398
27399 \family sans
27400 \series bold
27401 \bar under
27402 Attention!
27403 \family default
27404 \series default
27405 \bar default
27406
27407 \begin_inset Quotes erd
27408 \end_inset
27409
27410  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27411  de votre document :
27412 \end_layout
27413
27414 \begin_layout Standard
27415
27416 \series bold
27417
27418 \backslash
27419 let
27420 \backslash
27421 myMarginpar
27422 \backslash
27423 marginpar
27424 \begin_inset Newline newline
27425 \end_inset
27426
27427
27428 \backslash
27429 renewcommand{
27430 \backslash
27431 marginpar}[1]{
27432 \backslash
27433 myMarginpar{%
27434 \begin_inset Newline newline
27435 \end_inset
27436
27437
27438 \begin_inset Phantom HPhantom
27439 status open
27440
27441 \begin_layout Plain Layout
27442
27443 \series bold
27444 \begin_inset space ~
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \backslash
27454 hspace{0pt}
27455 \backslash
27456 textsf{
27457 \backslash
27458 textbf{
27459 \backslash
27460 underbar{Attention!}}}%
27461 \begin_inset Newline newline
27462 \end_inset
27463
27464
27465 \begin_inset Phantom HPhantom
27466 status open
27467
27468 \begin_layout Plain Layout
27469
27470 \series bold
27471 \begin_inset space ~
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \backslash
27481 vspace{1.5mm}
27482 \backslash
27483
27484 \backslash
27485 #1}}
27486 \end_layout
27487
27488 \begin_layout Standard
27489 \begin_inset ERT
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493
27494
27495 \backslash
27496 let
27497 \backslash
27498 myMarginpar
27499 \backslash
27500 marginpar
27501 \end_layout
27502
27503 \begin_layout Plain Layout
27504
27505
27506 \backslash
27507 renewcommand{
27508 \backslash
27509 marginpar}[1]{
27510 \backslash
27511 myMarginpar{%
27512 \end_layout
27513
27514 \begin_layout Plain Layout
27515
27516    
27517 \backslash
27518 textsf{
27519 \backslash
27520 textbf{
27521 \backslash
27522 underbar{Attention!}}}%
27523 \end_layout
27524
27525 \begin_layout Plain Layout
27526
27527    
27528 \backslash
27529 vspace{1.5mm}
27530 \backslash
27531
27532 \backslash
27533 #1}}
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \begin_inset Marginal
27540 status open
27541
27542 \begin_layout Plain Layout
27543 Ceci est une note en marge avec une en-tête prédéfinie.
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \begin_inset ERT
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553
27554 [-1.5cm]
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \begin_inset ERT
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564
27565
27566 \backslash
27567 renewcommand{
27568 \backslash
27569 marginpar}[1]{
27570 \backslash
27571 myMarginpar{#1}}
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \begin_inset Note Note
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581
27582 \lang english
27583 The margin note format is changed only for this example.
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 \begin_inset ERT
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596
27597
27598 \backslash
27599 else
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \begin_inset Note Note
27606 status open
27607
27608 \begin_layout Plain Layout
27609 Ce qui suit sera affiché si le paquetage LaTeX 
27610 \series bold
27611 marginnote
27612 \series default
27613  n'est pas installé :
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 Vous devez installer le paquetage LaTeX 
27623 \series bold
27624 marginnote
27625 \series default
27626  pour voir la suite de cette section dans la sortie imprimée.
27627 \end_layout
27628
27629 \begin_layout Standard
27630 \begin_inset ERT
27631 status collapsed
27632
27633 \begin_layout Plain Layout
27634
27635
27636 \backslash
27637 fi
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \begin_layout Chapter
27646 Les Boîtes
27647 \end_layout
27648
27649 \begin_layout Section
27650 Introduction
27651 \begin_inset Index idx
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Boîtes ! Introduction
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27665  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27666  voir la section
27667 \begin_inset space ~
27668 \end_inset
27669
27670
27671 \begin_inset CommandInset ref
27672 LatexCommand ref
27673 reference "sec:Minipages"
27674
27675 \end_inset
27676
27677 , pour encadrer des portions de texte, voir la section
27678 \begin_inset space ~
27679 \end_inset
27680
27681
27682 \begin_inset CommandInset ref
27683 LatexCommand ref
27684 reference "sec:Décorations"
27685
27686 \end_inset
27687
27688 , pour empêcher que des mots subissent une césure, voir la section
27689 \begin_inset space ~
27690 \end_inset
27691
27692
27693 \begin_inset CommandInset ref
27694 LatexCommand ref
27695 reference "sec:Empêcher-césure"
27696
27697 \end_inset
27698
27699 , pour aligner du texte, voir la section
27700 \begin_inset space ~
27701 \end_inset
27702
27703
27704 \begin_inset CommandInset ref
27705 LatexCommand ref
27706 reference "sub:Alignement-Vertical"
27707
27708 \end_inset
27709
27710 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27711 \begin_inset space ~
27712 \end_inset
27713
27714
27715 \begin_inset CommandInset ref
27716 LatexCommand ref
27717 reference "sec:Boîtes-colorées"
27718
27719 \end_inset
27720
27721 .
27722 \end_layout
27723
27724 \begin_layout Standard
27725 On peut insérer une boîte en utilisant le menu 
27726 \family sans
27727 Insérer\SpecialChar \menuseparator
27728 Boîte
27729 \family default
27730  ou avec le bouton 
27731 \begin_inset Graphics
27732         filename ../../images/box-insert.png
27733         scale 85
27734         scaleBeforeRotation
27735
27736 \end_inset
27737
27738  de la barre d'outils.
27739  Une boîte grise avec une étiquette 
27740 \family sans
27741 Boîte
27742 \begin_inset space ~
27743 \end_inset
27744
27745 (Minipage)
27746 \family default
27747
27748 \begin_inset Graphics
27749         filename clipart/BoxInsetDefaultQt4.png
27750         scale 65
27751         scaleBeforeRotation
27752
27753 \end_inset
27754
27755  est alors insérée.
27756  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27757  et 
27758 \lang english
27759 selecting 
27760 \family sans
27761 Settings
27762 \family default
27763 \lang french
27764 .
27765  La fenêtre de dialogue qui apparaît donne accès aux types de
27766 \family sans
27767  Boîte
27768 \begin_inset space ~
27769 \end_inset
27770
27771 Intérieure
27772 \family default
27773  
27774 \family sans
27775 Parbox
27776 \begin_inset Note Note
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 En attendant un traduction plus correcte NdT
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \family default
27787  et 
27788 \family sans
27789 Minipage
27790 \family default
27791 .
27792  Le type 
27793 \family sans
27794 Minipage
27795 \family default
27796  est le type implicite pour les boîtes nouvellement créées et il est décrit
27797  dans la section
27798 \begin_inset space ~
27799 \end_inset
27800
27801
27802 \begin_inset CommandInset ref
27803 LatexCommand ref
27804 reference "sec:Minipages"
27805
27806 \end_inset
27807
27808 ; le type 
27809 \family sans
27810 Parbox
27811 \family default
27812  est décrit dans la section
27813 \begin_inset space ~
27814 \end_inset
27815
27816
27817 \begin_inset CommandInset ref
27818 LatexCommand ref
27819 reference "sec:Parboxes"
27820
27821 \end_inset
27822
27823 .
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27828  comme les flottants ou les notes de bas de page.
27829 \end_layout
27830
27831 \begin_layout Standard
27832 \begin_inset Note Greyedout
27833 status open
27834
27835 \begin_layout Plain Layout
27836
27837 \series bold
27838 Note:
27839 \series default
27840  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27841  de type 
27842 \family sans
27843 Liste
27844 \family default
27845  ou 
27846 \family sans
27847 Description
27848 \family default
27849 .
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset Note Greyedout
27859 status open
27860
27861 \begin_layout Plain Layout
27862
27863 \series bold
27864 Note:
27865 \series default
27866  Pour une raison inconnue, vous ne pouvez mettre le type de la 
27867 \family sans
27868 Boîte
27869 \begin_inset space ~
27870 \end_inset
27871
27872 Intérieure
27873 \family default
27874  à 
27875 \family sans
27876 Aucune
27877 \family default
27878  que quand vous utilisez une boîte encadrée.
27879  Les boîtes sans 
27880 \family sans
27881 Boîte
27882 \begin_inset space ~
27883 \end_inset
27884
27885 Intérieure
27886 \family default
27887  et sans cadre sont expliquées dans la section
27888 \begin_inset space ~
27889 \end_inset
27890
27891
27892 \begin_inset CommandInset ref
27893 LatexCommand ref
27894 reference "sec:Empêcher-césure"
27895
27896 \end_inset
27897
27898 .
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Section
27907 La fenêtre de dialogue Boîte
27908 \begin_inset CommandInset label
27909 LatexCommand label
27910 name "sec:Boîte-Dialogue"
27911
27912 \end_inset
27913
27914
27915 \begin_inset Index idx
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 Boîtes ! Fenêtre de dialogue Boîte
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Subsection
27928 Taille
27929 \begin_inset Index idx
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933 Boîtes ! Taille
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Standard
27942 Dans la fenêtre de dialogue 
27943 \family sans
27944 Paramètres
27945 \begin_inset space ~
27946 \end_inset
27947
27948 de
27949 \begin_inset space ~
27950 \end_inset
27951
27952 Boîte
27953 \family default
27954  vous pouvez modifier la géométrie de la boîte avec les champs 
27955 \family sans
27956 Largeur
27957 \family default
27958  et 
27959 \family sans
27960 Hauteur
27961 \family default
27962 .
27963  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27964  dans le tableau
27965 \begin_inset space ~
27966 \end_inset
27967
27968
27969 \begin_inset CommandInset ref
27970 LatexCommand ref
27971 reference "tab:Unités"
27972
27973 \end_inset
27974
27975 .
27976  Le champ 
27977 \family sans
27978 Hauteur
27979 \family default
27980  offre en plus les spécifications de taille suivantes :
27981 \end_layout
27982
27983 \begin_layout Description
27984 Profondeur C'est simplement la 
27985 \begin_inset Quotes eld
27986 \end_inset
27987
27988 hauteur
27989 \begin_inset Quotes erd
27990 \end_inset
27991
27992  du texte.
27993  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27994  lignes de texte dans la boîte.
27995 \begin_inset Newline newline
27996 \end_inset
27997
27998
27999 \begin_inset Newline newline
28000 \end_inset
28001
28002
28003 \begin_inset Newline newline
28004 \end_inset
28005
28006
28007 \begin_inset Box Boxed
28008 position "c"
28009 hor_pos "c"
28010 has_inner_box 1
28011 inner_pos "c"
28012 use_parbox 0
28013 use_makebox 0
28014 width "12col%"
28015 special "none"
28016 height "1in"
28017 height_special "depth"
28018 status open
28019
28020 \begin_layout Plain Layout
28021 \align center
28022 Boîte dont la hauteur est égale à 1
28023 \begin_inset space \thinspace{}
28024 \end_inset
28025
28026 Profondeur
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \begin_inset Newline newline
28033 \end_inset
28034
28035
28036 \begin_inset Newline newline
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Description
28043 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28044  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28045  est deux fois plus haute que le texte : 
28046 \begin_inset Box Boxed
28047 position "c"
28048 hor_pos "c"
28049 has_inner_box 1
28050 inner_pos "c"
28051 use_parbox 0
28052 use_makebox 0
28053 width "20col%"
28054 special "none"
28055 height "2in"
28056 height_special "height"
28057 status open
28058
28059 \begin_layout Plain Layout
28060 \align center
28061 Boîte dont la hauteur est 2
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065 Hauteur
28066 \end_layout
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Description
28074 Hauteur
28075 \begin_inset space ~
28076 \end_inset
28077
28078 Totale C'est égal à Hauteur
28079 \begin_inset space \thinspace{}
28080 \end_inset
28081
28082 +
28083 \begin_inset space \thinspace{}
28084 \end_inset
28085
28086 Profondeur : 
28087 \begin_inset Box Boxed
28088 position "c"
28089 hor_pos "c"
28090 has_inner_box 1
28091 inner_pos "c"
28092 use_parbox 0
28093 use_makebox 0
28094 width "20col%"
28095 special "none"
28096 height "1in"
28097 height_special "totalheight"
28098 status open
28099
28100 \begin_layout Plain Layout
28101 \align center
28102 Boîte dont la hauteur est 1
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106 Hauteur
28107 \begin_inset space ~
28108 \end_inset
28109
28110 Totale
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Description
28119 Largeur On prend la largeur de la boîte comme hauteur : 
28120 \begin_inset Box Boxed
28121 position "c"
28122 hor_pos "c"
28123 has_inner_box 1
28124 inner_pos "c"
28125 use_parbox 0
28126 use_makebox 0
28127 width "12col%"
28128 special "none"
28129 height "1in"
28130 height_special "width"
28131 status open
28132
28133 \begin_layout Plain Layout
28134 \align center
28135 Boîte dont la hauteur est 1
28136 \begin_inset space \thinspace{}
28137 \end_inset
28138
28139 Largeur
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Subsection
28148 Alignement
28149 \begin_inset Index idx
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Boîtes ! Alignement
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Standard
28162 Quand vous avez choisi une 
28163 \family sans
28164 Boîte
28165 \begin_inset space ~
28166 \end_inset
28167
28168 Intérieure
28169 \family default
28170 , l'alignement vertical de la boîte peut être :
28171 \end_layout
28172
28173 \begin_layout Description
28174 Haut Ceci est un exemple de texte.
28175  
28176 \begin_inset Box Boxed
28177 position "t"
28178 hor_pos "c"
28179 has_inner_box 1
28180 inner_pos "c"
28181 use_parbox 0
28182 use_makebox 0
28183 width "12col%"
28184 special "none"
28185 height "1in"
28186 height_special "totalheight"
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190 \align center
28191 Cette boîte est alignée sur le haut.
28192 \end_layout
28193
28194 \end_inset
28195
28196  Ceci est un exemple de texte.
28197 \end_layout
28198
28199 \begin_layout Description
28200 Milieu Ceci est un exemple de texte.
28201  
28202 \begin_inset Box Boxed
28203 position "c"
28204 hor_pos "c"
28205 has_inner_box 1
28206 inner_pos "c"
28207 use_parbox 0
28208 use_makebox 0
28209 width "12col%"
28210 special "none"
28211 height "1in"
28212 height_special "totalheight"
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 \align center
28217 Cette boîte est alignée au centre.
28218 \end_layout
28219
28220 \end_inset
28221
28222  Ceci est un exemple de texte.
28223 \end_layout
28224
28225 \begin_layout Description
28226 Bas Ceci est un exemple de texte.
28227  
28228 \begin_inset Box Boxed
28229 position "b"
28230 hor_pos "c"
28231 has_inner_box 1
28232 inner_pos "c"
28233 use_parbox 0
28234 use_makebox 0
28235 width "12col%"
28236 special "none"
28237 height "1in"
28238 height_special "totalheight"
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242 \align center
28243 Cette boîte est alignée sur le bas.
28244 \end_layout
28245
28246 \end_inset
28247
28248  Ceci est un exemple de texte.
28249 \end_layout
28250
28251 \begin_layout Standard
28252 \begin_inset Note Greyedout
28253 status open
28254
28255 \begin_layout Plain Layout
28256
28257 \series bold
28258 Note:
28259 \series default
28260  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28261  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28262  l'autre non.
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28272  paragraphe grâce à la fenêtre de dialogue 
28273 \family sans
28274 Paramètres
28275 \begin_inset space ~
28276 \end_inset
28277
28278 de
28279 \begin_inset space ~
28280 \end_inset
28281
28282 Boîte
28283 \family default
28284 .
28285 \end_layout
28286
28287 \begin_layout Standard
28288 \begin_inset VSpace bigskip
28289 \end_inset
28290
28291 Quand vous avez choisi une 
28292 \family sans
28293 Boîte
28294 \begin_inset space ~
28295 \end_inset
28296
28297 Intérieure
28298 \family default
28299 , l'alignement vertical du contenu de la boîte peut être :
28300 \end_layout
28301
28302 \begin_layout Description
28303 haut Ceci est un exemple de texte.
28304 \begin_inset Box Boxed
28305 position "c"
28306 hor_pos "c"
28307 has_inner_box 1
28308 inner_pos "t"
28309 use_parbox 0
28310 use_makebox 0
28311 width "12col%"
28312 special "none"
28313 height "1.5in"
28314 height_special "totalheight"
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 \align center
28319 Le texte de cette boîte est aligné sur le haut.
28320 \end_layout
28321
28322 \end_inset
28323
28324  Ceci est un exemple de texte.
28325 \end_layout
28326
28327 \begin_layout Description
28328 milieu Ceci est un exemple de texte.
28329  
28330 \begin_inset Box Boxed
28331 position "c"
28332 hor_pos "c"
28333 has_inner_box 1
28334 inner_pos "c"
28335 use_parbox 0
28336 use_makebox 0
28337 width "12col%"
28338 special "none"
28339 height "1.5in"
28340 height_special "totalheight"
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 \align center
28345 Le texte de cette boîte est aligné au centre
28346 \end_layout
28347
28348 \end_inset
28349
28350  Ceci est un exemple de texte.
28351 \end_layout
28352
28353 \begin_layout Description
28354 bas Ceci est un exemple de texte.
28355  
28356 \begin_inset Box Boxed
28357 position "c"
28358 hor_pos "c"
28359 has_inner_box 1
28360 inner_pos "b"
28361 use_parbox 0
28362 use_makebox 0
28363 width "12col%"
28364 special "none"
28365 height "1.5in"
28366 height_special "totalheight"
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370 \align center
28371 Le texte de cette boîte est aligné en bas.
28372 \end_layout
28373
28374 \end_inset
28375
28376  Ceci est un exemple de texte.
28377 \end_layout
28378
28379 \begin_layout Description
28380 élongation Ceci est un exemple de texte.
28381  
28382 \begin_inset Box Boxed
28383 position "c"
28384 hor_pos "c"
28385 has_inner_box 1
28386 inner_pos "s"
28387 use_parbox 0
28388 use_makebox 0
28389 width "12col%"
28390 special "none"
28391 height "1.5in"
28392 height_special "totalheight"
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 \align center
28397 Le texte 
28398 \end_layout
28399
28400 \begin_layout Plain Layout
28401 \align center
28402 de cette
28403 \end_layout
28404
28405 \begin_layout Plain Layout
28406 \align center
28407 boîte est
28408 \end_layout
28409
28410 \begin_layout Plain Layout
28411 \align center
28412 allongé.
28413 \end_layout
28414
28415 \end_inset
28416
28417  Ceci est un exemple de texte.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28422  paragraphe.
28423  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28424 \end_layout
28425
28426 \begin_layout Standard
28427 \begin_inset VSpace bigskip
28428 \end_inset
28429
28430 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28431  la fenêtre de dialogue 
28432 \family sans
28433 Paramètres
28434 \begin_inset space ~
28435 \end_inset
28436
28437 de
28438 \begin_inset space ~
28439 \end_inset
28440
28441 paragraphe
28442 \family default
28443  quand vous avez choisi une 
28444 \family sans
28445 Boîte
28446 \begin_inset space ~
28447 \end_inset
28448
28449 Intérieure
28450 \family default
28451 .
28452 \end_layout
28453
28454 \begin_layout Standard
28455 \align center
28456 \begin_inset Box Boxed
28457 position "c"
28458 hor_pos "c"
28459 has_inner_box 1
28460 inner_pos "s"
28461 use_parbox 0
28462 use_makebox 0
28463 width "15col%"
28464 special "none"
28465 height "1.25in"
28466 height_special "totalheight"
28467 status open
28468
28469 \begin_layout Plain Layout
28470 \align left
28471 Le texte de 
28472 \end_layout
28473
28474 \begin_layout Plain Layout
28475 \align left
28476 cette boîte
28477 \end_layout
28478
28479 \begin_layout Plain Layout
28480 \align right
28481 est allongé.
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 Si vous n'avez pas choisi une 
28491 \family sans
28492 Boîte
28493 \begin_inset space ~
28494 \end_inset
28495
28496 Intérieure
28497 \family default
28498 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28499  de dialogue de boîte.
28500 \end_layout
28501
28502 \begin_layout Standard
28503 \align center
28504 \begin_inset Box Boxed
28505 position "c"
28506 hor_pos "s"
28507 has_inner_box 0
28508 inner_pos "s"
28509 use_parbox 0
28510 use_makebox 0
28511 width "90col%"
28512 special "none"
28513 height "1.25in"
28514 height_special "totalheight"
28515 status open
28516
28517 \begin_layout Plain Layout
28518 \align left
28519 Le texte de cette boîte est allongé horizontalement.
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Subsection
28528 Décorations
28529 \begin_inset CommandInset label
28530 LatexCommand label
28531 name "sec:Décorations"
28532
28533 \end_inset
28534
28535
28536 \begin_inset Index idx
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540 Boîtes ! Décorations
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \begin_layout Standard
28549 On peut spécifier le style de la boîte en utilisant la liste déroulante
28550  
28551 \family sans
28552 Décoration
28553 \family default
28554 .
28555  Les possibilités sont les suivantes :
28556 \end_layout
28557
28558 \begin_layout Description
28559 Cadre
28560 \begin_inset space ~
28561 \end_inset
28562
28563 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28564  L'épaisseur du trait de ce cadre est donnée par la variable  
28565 \series bold
28566
28567 \backslash
28568 fboxrule
28569 \series default
28570 .
28571  
28572 \begin_inset Box Boxed
28573 position "c"
28574 hor_pos "c"
28575 has_inner_box 1
28576 inner_pos "c"
28577 use_parbox 0
28578 use_makebox 0
28579 width "20col%"
28580 special "none"
28581 height "1in"
28582 height_special "totalheight"
28583 status open
28584
28585 \begin_layout Plain Layout
28586 \align center
28587 Boîte rectangulaire
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Description
28596 Cadre
28597 \begin_inset space ~
28598 \end_inset
28599
28600 simple,
28601 \begin_inset space ~
28602 \end_inset
28603
28604 sauts
28605 \begin_inset space ~
28606 \end_inset
28607
28608 de
28609 \begin_inset space ~
28610 \end_inset
28611
28612 page Quand vous utilisez le style de décoration 
28613 \family sans
28614 cadre simple
28615 \family default
28616  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28617  de la boîte.
28618  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28619  predra toute la largeur de la colonne, la boîte sera considérée comme son
28620  propre paragraphe et 
28621 \series bold
28622
28623 \backslash
28624 fboxrule
28625 \series default
28626  et 
28627 \series bold
28628
28629 \backslash
28630 fboxsep
28631 \series default
28632  n'ont aucun effet sur ce type de boîte.
28633  L'épaisseur de la ligne du cadre a la valeur de 
28634 \series bold
28635
28636 \backslash
28637 FrameRule
28638 \series default
28639 .
28640  
28641 \lang english
28642
28643 \begin_inset Box Framed
28644 position "t"
28645 hor_pos "c"
28646 has_inner_box 0
28647 inner_pos "t"
28648 use_parbox 0
28649 use_makebox 0
28650 width "100col%"
28651 special "none"
28652 height "1in"
28653 height_special "totalheight"
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 Boîte avec cadre simple et sauts de page
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \begin_layout Description
28666 Cadre
28667 \begin_inset space ~
28668 \end_inset
28669
28670 oval,
28671 \begin_inset space ~
28672 \end_inset
28673
28674 fin Ceci dessine un cadre ovalisée autour de la boîte.
28675  L'épaisseur du trait de ce cadre est de  0.4
28676 \begin_inset space \thinspace{}
28677 \end_inset
28678
28679 pt.
28680  
28681 \begin_inset Box ovalbox
28682 position "c"
28683 hor_pos "c"
28684 has_inner_box 1
28685 inner_pos "c"
28686 use_parbox 0
28687 use_makebox 0
28688 width "20col%"
28689 special "none"
28690 height "1in"
28691 height_special "totalheight"
28692 status open
28693
28694 \begin_layout Plain Layout
28695 \align center
28696 Boîte ovalisée, fine
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Description
28705 Cadre
28706 \begin_inset space ~
28707 \end_inset
28708
28709 oval,
28710 \begin_inset space ~
28711 \end_inset
28712
28713 épais Ceci dessine un cadre ovalisée autour de la boîte.
28714  L'épaisseur du trait de ce cadre est de   0.8
28715 \begin_inset space \thinspace{}
28716 \end_inset
28717
28718 pt.
28719  
28720 \begin_inset Box Ovalbox
28721 position "c"
28722 hor_pos "c"
28723 has_inner_box 1
28724 inner_pos "c"
28725 use_parbox 0
28726 use_makebox 0
28727 width "20col%"
28728 special "none"
28729 height "1in"
28730 height_special "totalheight"
28731 status open
28732
28733 \begin_layout Plain Layout
28734 \align center
28735 Boîte ovalisée, épaisse
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Description
28744 Ombre
28745 \begin_inset space ~
28746 \end_inset
28747
28748 en
28749 \begin_inset space ~
28750 \end_inset
28751
28752 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28753  L'épaisseur du trait de ce cadre est donnée par la variable  
28754 \series bold
28755
28756 \backslash
28757 fboxrule
28758 \series default
28759 , l'ombre a une épaisseur de  4
28760 \begin_inset space \thinspace{}
28761 \end_inset
28762
28763 pt.
28764  
28765 \begin_inset Box Shadowbox
28766 position "c"
28767 hor_pos "c"
28768 has_inner_box 1
28769 inner_pos "c"
28770 use_parbox 0
28771 use_makebox 0
28772 width "20col%"
28773 special "none"
28774 height "1in"
28775 height_special "totalheight"
28776 status open
28777
28778 \begin_layout Plain Layout
28779 \align center
28780 Boîte ombrée
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Description
28789 Fond
28790 \begin_inset space ~
28791 \end_inset
28792
28793 ombré Ceci dessine une boîte avec un arrière plan rouge.
28794  Contrairement aux boîtes coloriées
28795 \begin_inset Foot
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 Voir la section
28800 \begin_inset space ~
28801 \end_inset
28802
28803
28804 \begin_inset CommandInset ref
28805 LatexCommand ref
28806 reference "sec:Boîtes-colorées"
28807
28808 \end_inset
28809
28810 .
28811 \end_layout
28812
28813 \end_inset
28814
28815 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28816  son propre paragraphe.
28817 \lang english
28818
28819 \begin_inset Box Shaded
28820 position "t"
28821 hor_pos "c"
28822 has_inner_box 0
28823 inner_pos "t"
28824 use_parbox 0
28825 use_makebox 0
28826 width "50col%"
28827 special "none"
28828 height "1in"
28829 height_special "totalheight"
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 Boîte avec fond ombré
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \begin_layout Description
28842 Double
28843 \begin_inset space ~
28844 \end_inset
28845
28846 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
28847  L'épaisseur du trait du cadre interne est de 0.75
28848 \begin_inset space \thinspace{}
28849 \end_inset
28850
28851
28852 \series bold
28853
28854 \backslash
28855 fboxrule
28856 \series default
28857 , l'épaisseur du trait du cadre externe est de 1.5
28858 \begin_inset space \thinspace{}
28859 \end_inset
28860
28861
28862 \series bold
28863
28864 \backslash
28865 fboxrule
28866 \series default
28867 .
28868  La distance entre les deux cadres est de  1.5
28869 \begin_inset space \thinspace{}
28870 \end_inset
28871
28872
28873 \series bold
28874
28875 \backslash
28876 fboxrule
28877 \series default
28878
28879 \begin_inset space \thinspace{}
28880 \end_inset
28881
28882 +
28883 \begin_inset space \thinspace{}
28884 \end_inset
28885
28886 0.5
28887 \begin_inset space \thinspace{}
28888 \end_inset
28889
28890 pt.
28891  
28892 \begin_inset Box Doublebox
28893 position "c"
28894 hor_pos "c"
28895 has_inner_box 1
28896 inner_pos "c"
28897 use_parbox 0
28898 use_makebox 0
28899 width "20col%"
28900 special "none"
28901 height "1in"
28902 height_special "totalheight"
28903 status open
28904
28905 \begin_layout Plain Layout
28906 \align center
28907 Boîte double
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Standard
28916 \begin_inset VSpace bigskip
28917 \end_inset
28918
28919 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28920  style de boîte utilisé.
28921  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28922  le paquetage LaTeX 
28923 \series bold
28924 fancybox
28925 \series default
28926
28927 \begin_inset Index idx
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 Paquetages LaTeX ! fancybox
28932 \end_layout
28933
28934 \end_inset
28935
28936 .
28937 \end_layout
28938
28939 \begin_layout Section
28940 Personnalisation des boîtes
28941 \begin_inset Index idx
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Boîtes! Personnalisation
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 La valeur implicite pour la variable 
28955 \series bold
28956
28957 \backslash
28958 fboxrule
28959 \series default
28960  est 0.4
28961 \begin_inset space \thinspace{}
28962 \end_inset
28963
28964 pt.
28965  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
28966  pour avoir 2
28967 \begin_inset space \thinspace{}
28968 \end_inset
28969
28970 pt :
28971 \end_layout
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976
28977 \backslash
28978 setlength{
28979 \backslash
28980 fboxrule}{2pt}
28981 \end_layout
28982
28983 \begin_layout Standard
28984 \begin_inset ERT
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988
28989
28990 \backslash
28991 setlength{
28992 \backslash
28993 fboxrule}{2pt}
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \begin_inset Box Boxed
29000 position "c"
29001 hor_pos "c"
29002 has_inner_box 1
29003 inner_pos "c"
29004 use_parbox 0
29005 use_makebox 0
29006 width "25col%"
29007 special "none"
29008 height "1in"
29009 height_special "totalheight"
29010 status open
29011
29012 \begin_layout Plain Layout
29013 \align center
29014 Boîte rectangulaire avec 
29015 \series bold
29016
29017 \backslash
29018 fboxrule
29019 \series default
29020
29021 \begin_inset space \thinspace{}
29022 \end_inset
29023
29024 =
29025 \begin_inset space \thinspace{}
29026 \end_inset
29027
29028 2
29029 \begin_inset space \thinspace{}
29030 \end_inset
29031
29032 pt
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \begin_inset ERT
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042
29043
29044 \backslash
29045 setlength{
29046 \backslash
29047 fboxrule}{0.4pt}
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Standard
29056 \begin_inset VSpace bigskip
29057 \end_inset
29058
29059 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29060  les types de cadres, implicitement il est de 3
29061 \begin_inset space \thinspace{}
29062 \end_inset
29063
29064 pt.
29065  Vous pouvez le modifier en donnant une autre valeur à la variable 
29066 \series bold
29067
29068 \backslash
29069 fboxsep
29070 \series default
29071 .
29072  Par exemple la commande
29073 \end_layout
29074
29075 \begin_layout Standard
29076
29077 \series bold
29078
29079 \backslash
29080 setlength{
29081 \backslash
29082 fboxsep}{10pt}
29083 \end_layout
29084
29085 \begin_layout Standard
29086 met une valeur de 10
29087 \begin_inset space \thinspace{}
29088 \end_inset
29089
29090 pt, comme celle utilisée pour cette boîte :
29091 \end_layout
29092
29093 \begin_layout Standard
29094 \begin_inset ERT
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098
29099
29100 \backslash
29101 setlength{
29102 \backslash
29103 fboxsep}{10pt}
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \begin_inset Box Boxed
29110 position "c"
29111 hor_pos "c"
29112 has_inner_box 1
29113 inner_pos "c"
29114 use_parbox 0
29115 use_makebox 0
29116 width "25col%"
29117 special "none"
29118 height "1in"
29119 height_special "totalheight"
29120 status open
29121
29122 \begin_layout Plain Layout
29123 \align center
29124 Boîte rectangulaire avec 
29125 \series bold
29126
29127 \backslash
29128 fboxsep
29129 \series default
29130
29131 \begin_inset space \thinspace{}
29132 \end_inset
29133
29134 =
29135 \begin_inset space \thinspace{}
29136 \end_inset
29137
29138 10
29139 \begin_inset space \thinspace{}
29140 \end_inset
29141
29142 pt
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset ERT
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152
29153
29154 \backslash
29155 setlength{
29156 \backslash
29157 fboxsep}{3pt}
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \begin_layout Standard
29166 \begin_inset VSpace bigskip
29167 \end_inset
29168
29169 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29170  la commande 
29171 \series bold
29172
29173 \backslash
29174 cornersize
29175 \series default
29176 .
29177  Par exemple, la commande
29178 \end_layout
29179
29180 \begin_layout Standard
29181
29182 \series bold
29183
29184 \backslash
29185 cornersize*{1cm}
29186 \end_layout
29187
29188 \begin_layout Standard
29189 donne un diamètre de 1
29190 \begin_inset space \thinspace{}
29191 \end_inset
29192
29193 cm.
29194  La commande
29195 \end_layout
29196
29197 \begin_layout Standard
29198
29199 \series bold
29200
29201 \backslash
29202 cornersize{num}
29203 \end_layout
29204
29205 \begin_layout Standard
29206 fixe le diamètre à 
29207 \family sans
29208 num
29209 \begin_inset space \thinspace{}
29210 \end_inset
29211
29212 ×
29213 \begin_inset space \thinspace{}
29214 \end_inset
29215
29216 minimum(largeur et hauteur de la boîte)
29217 \family default
29218 .
29219  La valeur implicite est 
29220 \series bold
29221
29222 \backslash
29223 cornersize{0.5}
29224 \series default
29225 .
29226 \end_layout
29227
29228 \begin_layout Standard
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234
29235 \backslash
29236 cornersize*{1.5cm}
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \begin_inset Box Ovalbox
29243 position "c"
29244 hor_pos "c"
29245 has_inner_box 1
29246 inner_pos "c"
29247 use_parbox 0
29248 use_makebox 0
29249 width "25col%"
29250 special "none"
29251 height "1in"
29252 height_special "totalheight"
29253 status open
29254
29255 \begin_layout Plain Layout
29256 \align center
29257 Boîte ovale avec 
29258 \series bold
29259
29260 \backslash
29261 cornersize
29262 \series default
29263
29264 \begin_inset space \thinspace{}
29265 \end_inset
29266
29267 =
29268 \begin_inset space \thinspace{}
29269 \end_inset
29270
29271 1.5
29272 \begin_inset space \thinspace{}
29273 \end_inset
29274
29275 cm
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset ERT
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285
29286
29287 \backslash
29288 cornersize{0.5}
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297 \begin_inset VSpace bigskip
29298 \end_inset
29299
29300 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29301  
29302 \series bold
29303
29304 \backslash
29305 shadowsize
29306 \series default
29307 .
29308  Elle est fixée à 2
29309 \begin_inset space \thinspace{}
29310 \end_inset
29311
29312 pt pour la boîte suivante par la commande :
29313 \end_layout
29314
29315 \begin_layout Standard
29316
29317 \series bold
29318
29319 \backslash
29320 setlength{
29321 \backslash
29322 shadowsize}{2pt}
29323 \end_layout
29324
29325 \begin_layout Standard
29326 \begin_inset ERT
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330
29331
29332 \backslash
29333 setlength{
29334 \backslash
29335 shadowsize}{2pt}
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \begin_inset Box Shadowbox
29342 position "c"
29343 hor_pos "c"
29344 has_inner_box 1
29345 inner_pos "c"
29346 use_parbox 0
29347 use_makebox 0
29348 width "25col%"
29349 special "none"
29350 height "1in"
29351 height_special "totalheight"
29352 status open
29353
29354 \begin_layout Plain Layout
29355 \align center
29356 Boîte ombrée avec 
29357 \series bold
29358
29359 \backslash
29360 shadowsize
29361 \series default
29362
29363 \begin_inset space \thinspace{}
29364 \end_inset
29365
29366 =
29367 \begin_inset space \thinspace{}
29368 \end_inset
29369
29370 2
29371 \begin_inset space \thinspace{}
29372 \end_inset
29373
29374 pt
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \begin_inset ERT
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384
29385
29386 \backslash
29387 setlength{
29388 \backslash
29389 shadowsize}{4pt}
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 \begin_inset VSpace bigskip
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 La valeur implicite pour la longueur 
29406 \series bold
29407
29408 \backslash
29409 FrameRule
29410 \series default
29411  est 0,4
29412 \begin_inset space \thinspace{}
29413 \end_inset
29414
29415 pt.
29416  L'espacement implicite entre le contenu de la note et le cadre est de 9
29417 \begin_inset space \thinspace{}
29418 \end_inset
29419
29420 pt et il peut être modifié en utilisant la valeur de 
29421 \series bold
29422
29423 \backslash
29424 FrameSep
29425 \series default
29426 .
29427  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29428  suivantes en code TeX
29429 \end_layout
29430
29431 \begin_layout Standard
29432
29433 \series bold
29434
29435 \backslash
29436 setlength{
29437 \backslash
29438 FrameRule}{5pt}
29439 \begin_inset Newline newline
29440 \end_inset
29441
29442
29443 \backslash
29444 setlength{
29445 \backslash
29446 FrameSep}{0.5cm}
29447 \end_layout
29448
29449 \begin_layout Standard
29450 \begin_inset ERT
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454
29455
29456 \backslash
29457 setlength{
29458 \backslash
29459 FrameRule}{5pt}
29460 \end_layout
29461
29462 \begin_layout Plain Layout
29463
29464
29465 \backslash
29466 setlength{
29467 \backslash
29468 FrameSep}{0.5cm}
29469 \end_layout
29470
29471 \end_inset
29472
29473
29474 \begin_inset Box Framed
29475 position "t"
29476 hor_pos "c"
29477 has_inner_box 0
29478 inner_pos "t"
29479 use_parbox 0
29480 use_makebox 0
29481 width "100col%"
29482 special "none"
29483 height "1in"
29484 height_special "totalheight"
29485 status open
29486
29487 \begin_layout Plain Layout
29488 Ceci est un texte dans une boîte autorisant les 
29489 \family sans
29490 sauts de page
29491 \family default
29492 .
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset ERT
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503
29504 \backslash
29505 setlength{
29506 \backslash
29507 FrameRule}{0.4pt}
29508 \end_layout
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 setlength{
29515 \backslash
29516 FrameSep}{9pt}
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525
29526 \lang english
29527 \begin_inset VSpace bigskip
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Pour les bôites à 
29535 \family sans
29536 Fond
29537 \begin_inset space ~
29538 \end_inset
29539
29540 ombré
29541 \family default
29542 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29543  3
29544 \begin_inset space \thinspace{}
29545 \end_inset
29546
29547 pt et il peut être modifié avec la valeur de 
29548 \series bold
29549
29550 \backslash
29551 fboxsep
29552 \series default
29553 .
29554  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29555  localement avec la commande 
29556 \series bold
29557
29558 \backslash
29559 definecolor{shadecolor}
29560 \series default
29561 , soit globalement avec le menu 
29562 \family sans
29563 Outils\SpecialChar \menuseparator
29564 Préférences
29565 \family default
29566 \SpecialChar \menuseparator
29567
29568 \family sans
29569 Couleurs\SpecialChar \menuseparator
29570 boîte
29571 \begin_inset space ~
29572 \end_inset
29573
29574 ombrée
29575 \family default
29576 .
29577  La syntaxe de la commande 
29578 \series bold
29579
29580 \backslash
29581 definecolor
29582 \series default
29583  est expliquée dans la section
29584 \begin_inset space ~
29585 \end_inset
29586
29587
29588 \begin_inset CommandInset ref
29589 LatexCommand ref
29590 reference "sec:Tableaux-Colorés"
29591
29592 \end_inset
29593
29594
29595 \begin_inset Foot
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Notez que l'utilisation de 
29600 \series bold
29601
29602 \backslash
29603 definecolor
29604 \series default
29605  ne peut se faire sans le paquetage LaTeX 
29606 \series bold
29607 color
29608 \series default
29609  dans le préambule, voir la section
29610 \begin_inset space ~
29611 \end_inset
29612
29613
29614 \begin_inset CommandInset ref
29615 LatexCommand ref
29616 reference "sec:Boîtes-colorées"
29617
29618 \end_inset
29619
29620 .
29621  
29622 \end_layout
29623
29624 \end_inset
29625
29626 .
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29631  les commandes en code TeX suivantes
29632 \end_layout
29633
29634 \begin_layout Standard
29635
29636 \series bold
29637
29638 \backslash
29639 setlength{
29640 \backslash
29641 fboxsep}{0.5cm}
29642 \series default
29643
29644 \begin_inset Newline newline
29645 \end_inset
29646
29647
29648 \series bold
29649
29650 \backslash
29651 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29652 \end_layout
29653
29654 \begin_layout Standard
29655 \begin_inset ERT
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659
29660
29661 \backslash
29662 setlength{
29663 \backslash
29664 fboxsep}{0.5cm}
29665 \end_layout
29666
29667 \begin_layout Plain Layout
29668
29669
29670 \backslash
29671 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \begin_inset Box Shaded
29678 position "t"
29679 hor_pos "c"
29680 has_inner_box 0
29681 inner_pos "t"
29682 use_parbox 0
29683 use_makebox 0
29684 width "100col%"
29685 special "none"
29686 height "1in"
29687 height_special "totalheight"
29688 status open
29689
29690 \begin_layout Plain Layout
29691
29692 \color yellow
29693 Ceci est un texte jaune dans une boîte à 
29694 \family sans
29695 Fond
29696 \begin_inset space ~
29697 \end_inset
29698
29699 ombré
29700 \family default
29701 \color inherit
29702  
29703 \color yellow
29704 avec un fond vert foncé.
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 setlength{
29718 \backslash
29719 fboxsep}{3pt}
29720 \end_layout
29721
29722 \begin_layout Plain Layout
29723
29724
29725 \backslash
29726 definecolor{shadecolor}{rgb}{1,0,0}
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Standard
29735
29736 \lang english
29737 \begin_inset VSpace bigskip
29738 \end_inset
29739
29740
29741 \end_layout
29742
29743 \begin_layout Standard
29744 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29745  les boîtes qui suivent la commandes qui les a changées.
29746 \end_layout
29747
29748 \begin_layout Section
29749 Minipages
29750 \begin_inset CommandInset label
29751 LatexCommand label
29752 name "sec:Minipages"
29753
29754 \end_inset
29755
29756
29757 \begin_inset Index idx
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761 Boîtes ! Minipages
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29771 ur d'une page.
29772  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29773  règles d'indentation, de saut de ligne, etc.
29774  s'appliquent.
29775 \end_layout
29776
29777 \begin_layout Standard
29778 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29779  langues.
29780 \end_layout
29781
29782 \begin_layout Standard
29783 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29784  Leur largeur est fixée à 45
29785 \begin_inset space \thinspace{}
29786 \end_inset
29787
29788 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29789  via le menu 
29790 \family sans
29791 Insérer\SpecialChar \menuseparator
29792 Typographie
29793 \begin_inset space ~
29794 \end_inset
29795
29796 spéciale\SpecialChar \menuseparator
29797 Ressort
29798 \begin_inset space ~
29799 \end_inset
29800
29801 Horizontal
29802 \family default
29803 .
29804 \end_layout
29805
29806 \begin_layout Standard
29807
29808 \end_layout
29809
29810 \begin_layout Standard
29811
29812 \lang english
29813 \begin_inset Box Frameless
29814 position "t"
29815 hor_pos "c"
29816 has_inner_box 1
29817 inner_pos "c"
29818 use_parbox 0
29819 use_makebox 0
29820 width "45col%"
29821 special "none"
29822 height "1in"
29823 height_special "totalheight"
29824 status open
29825
29826 \begin_layout Plain Layout
29827
29828 \lang german
29829 Dies ist ein deutscher Text.
29830  Dies ist ein deutscher Text.
29831  Dies ist ein deutscher Text.
29832  Dies ist ein deutscher Text.
29833  Dies ist ein deutscher Text.
29834  Dies ist ein deutscher Text.
29835  Dies ist ein deutscher Text.
29836  Dies ist ein deutscher Text.
29837  Dies ist ein deutscher Text.
29838  Dies ist ein deutscher Text.
29839  Dies ist ein deutscher Text.
29840  Dies ist ein deutscher Text.
29841  Dies ist ein deutscher Text
29842 \begin_inset Foot
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847 \lang german
29848 Dies ist eine deutsche Fußnote.
29849 \end_layout
29850
29851 \end_inset
29852
29853 .
29854  Dies ist ein deutscher Text.
29855  Dies ist ein deutscher Text.
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \begin_inset space \hfill{}
29862 \end_inset
29863
29864
29865 \begin_inset Box Frameless
29866 position "t"
29867 hor_pos "c"
29868 has_inner_box 1
29869 inner_pos "c"
29870 use_parbox 0
29871 use_makebox 0
29872 width "45col%"
29873 special "none"
29874 height "1in"
29875 height_special "totalheight"
29876 status open
29877
29878 \begin_layout Plain Layout
29879
29880 \lang english
29881 This is an English Text.
29882  This is an English Text.
29883  This is an English Text.
29884  This is an English Text.
29885  This is an English Text.
29886  This is an English Text.
29887  This is an English Text.
29888  This is an English Text.
29889  This is an English Text.
29890  This is an English Text.
29891  This is an English Text.
29892  This is an English Text.
29893  This is an English Text.
29894  This is an English Text.
29895  This is an English Text.
29896  This is an English Text.
29897 \begin_inset Foot
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902 \lang english
29903 This is an English footnote.
29904 \end_layout
29905
29906 \end_inset
29907
29908  This is an English Text.
29909  
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Standard
29918 \begin_inset VSpace bigskip
29919 \end_inset
29920
29921 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29922  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29923  minipages, même si vous les avez mis par exemple à 
29924 \family sans
29925 Moyen
29926 \family default
29927  dans les paramètres du document.
29928 \end_layout
29929
29930 \begin_layout Standard
29931 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29932  portion de texte, voyez la section
29933 \begin_inset space ~
29934 \end_inset
29935
29936
29937 \begin_inset CommandInset ref
29938 LatexCommand ref
29939 reference "sub:Couleur-pour-les-Paragraphes"
29940
29941 \end_inset
29942
29943 .
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \begin_inset Note Greyedout
29948 status open
29949
29950 \begin_layout Plain Layout
29951
29952 \series bold
29953 Note:
29954 \series default
29955  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29956  mais les minipages peuvent être utilisées dans un tableau, un flottant
29957  ou une autre boîte.
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Section
29966 Les Parboxes
29967 \begin_inset CommandInset label
29968 LatexCommand label
29969 name "sec:Parboxes"
29970
29971 \end_inset
29972
29973
29974 \begin_inset Index idx
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Boîtes ! Parboxes
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset Note Note
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992 \lang english
29993 En attendant une traduction de parbox (NdT)
29994 \end_layout
29995
29996 \end_inset
29997
29998 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
29999  ne peuvent avoir de note de bas de page.
30000  La principale différence avec les minipages, c'est que les minipages au
30001  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
30002  LaTeX.
30003 \end_layout
30004
30005 \begin_layout Standard
30006 \align center
30007 \begin_inset Box Frameless
30008 position "t"
30009 hor_pos "c"
30010 has_inner_box 1
30011 inner_pos "t"
30012 use_parbox 1
30013 use_makebox 0
30014 width "33col%"
30015 special "none"
30016 height "1in"
30017 height_special "totalheight"
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021 Ceci est un texte à l'intérieur d'une parbox.
30022  Ceci est un texte à l'intérieur d'une parbox.
30023 \end_layout
30024
30025 \begin_layout Plain Layout
30026 Cette note de bas de page ne devrait pas apparaître :
30027 \begin_inset Foot
30028 status open
30029
30030 \begin_layout Plain Layout
30031 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30032  pas.
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \end_layout
30044
30045 \begin_layout Section
30046 Des Boîtes pour les Mots et les Caractères
30047 \begin_inset Index idx
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051 Boîtes ! Pour les caractères
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Subsection
30060 Empêcher la Césure
30061 \begin_inset CommandInset label
30062 LatexCommand label
30063 name "sec:Empêcher-césure"
30064
30065 \end_inset
30066
30067
30068 \begin_inset Index idx
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072 Boîtes ! Pour empêcher la césure
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
30082  un texte ne soit coupé par une césure.
30083 \begin_inset Newline newline
30084 \end_inset
30085
30086 Voici un exemple de texte :
30087 \end_layout
30088
30089 \begin_layout Standard
30090 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30091  césure dans un 
30092 \begin_inset Quotes eld
30093 \end_inset
30094
30095 motTrèsTrèsLong
30096 \begin_inset Quotes erd
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 Pour empêcher que le mot 
30104 \begin_inset Quotes eld
30105 \end_inset
30106
30107 motTrèsTrèsLong
30108 \begin_inset Quotes erd
30109 \end_inset
30110
30111  soit coupé, ajoutez la commande
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 mbox{
30120 \end_layout
30121
30122 \begin_layout Standard
30123 en code TeX avant le mot.
30124  Après le mot, insérez l'accolade fermante 
30125 \begin_inset Quotes eld
30126 \end_inset
30127
30128
30129 \series bold
30130 }
30131 \series default
30132
30133 \begin_inset Quotes erd
30134 \end_inset
30135
30136  en code TeX.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Voici le résultat :
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30145  césure dans un
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151
30152 \backslash
30153 mbox{
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \begin_inset Quotes eld
30160 \end_inset
30161
30162 motTrèsTrèsLong
30163 \begin_inset Quotes erd
30164 \end_inset
30165
30166 .
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172 }
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Une autre méthode consiste à mettre la commande 
30182 \begin_inset Quotes eld
30183 \end_inset
30184
30185
30186 \series bold
30187
30188 \backslash
30189 -
30190 \series default
30191
30192 \begin_inset Quotes grd
30193 \end_inset
30194
30195  en code TeX, juste avant le mot :
30196 \end_layout
30197
30198 \begin_layout Standard
30199 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30200  césure dans un 
30201 \begin_inset Quotes eld
30202 \end_inset
30203
30204
30205 \begin_inset ERT
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209
30210
30211 \backslash
30212 -
30213 \end_layout
30214
30215 \end_inset
30216
30217 motTrèsTrèsLong
30218 \begin_inset Quotes erd
30219 \end_inset
30220
30221 .
30222 \end_layout
30223
30224 \begin_layout Standard
30225 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30226  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30227 \family sans
30228 Insérer\SpecialChar \menuseparator
30229 Formats\SpecialChar \menuseparator
30230 Passage
30231 \begin_inset space ~
30232 \end_inset
30233
30234 à
30235 \begin_inset space ~
30236 \end_inset
30237
30238 la
30239 \begin_inset space ~
30240 \end_inset
30241
30242 Ligne
30243 \family default
30244  (raccourci 
30245 \series bold
30246 Ctrl-Entrée
30247 \series default
30248 ) :
30249 \end_layout
30250
30251 \begin_layout Standard
30252 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30253  césure dans un
30254 \begin_inset Newline newline
30255 \end_inset
30256
30257
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263
30264 \backslash
30265 mbox{
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \begin_inset Quotes eld
30272 \end_inset
30273
30274 motTrèsTrèsLong
30275 \begin_inset Quotes erd
30276 \end_inset
30277
30278 .
30279 \begin_inset ERT
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283
30284 }
30285 \end_layout
30286
30287 \end_inset
30288
30289
30290 \end_layout
30291
30292 \begin_layout Subsection
30293 Alignement Vertical
30294 \begin_inset CommandInset label
30295 LatexCommand label
30296 name "sub:Alignement-Vertical"
30297
30298 \end_inset
30299
30300
30301 \begin_inset Index idx
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Boîtes ! Pour l'alignement vertical
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Index idx
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315 Boîtes ! Boîtes élévatrices
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \begin_inset Index idx
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325 Raisebox|see
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331 {
30332 \end_layout
30333
30334 \end_inset
30335
30336 Boîtes élévatrices
30337 \begin_inset ERT
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341
30342 }
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Avec la commande 
30357 \series bold
30358
30359 \backslash
30360 raisebox
30361 \series default
30362  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30363  par rapport au texte qui l'entoure.
30364  La commande
30365 \series bold
30366  
30367 \backslash
30368 raisebox
30369 \series default
30370  s'utilise en suivant la syntaxe suivante :
30371 \end_layout
30372
30373 \begin_layout Standard
30374
30375 \series bold
30376
30377 \backslash
30378 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30379 \end_layout
30380
30381 \begin_layout Standard
30382 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30383  pour l'abaisser.
30384 \end_layout
30385
30386 \begin_layout Standard
30387 Pour aligner le mot 
30388 \begin_inset Quotes eld
30389 \end_inset
30390
30391 empêcher
30392 \begin_inset Quotes erd
30393 \end_inset
30394
30395  de façon à ce que le point le plus bas du caractère le plus 
30396 \begin_inset Quotes eld
30397 \end_inset
30398
30399 profond
30400 \begin_inset Quotes erd
30401 \end_inset
30402
30403 , le 
30404 \begin_inset Quotes eld
30405 \end_inset
30406
30407 p
30408 \begin_inset Quotes erd
30409 \end_inset
30410
30411 , soit au niveau de la ligne de base, insérez la commande 
30412 \end_layout
30413
30414 \begin_layout Standard
30415
30416 \series bold
30417
30418 \backslash
30419 raisebox{
30420 \backslash
30421 depth}{
30422 \end_layout
30423
30424 \begin_layout Standard
30425 en code TeX avant le mot.
30426  Insérez après le mot l'accolade fermante 
30427 \begin_inset Quotes eld
30428 \end_inset
30429
30430
30431 \series bold
30432 }
30433 \series default
30434
30435 \begin_inset Quotes erd
30436 \end_inset
30437
30438  en code TeX.
30439 \begin_inset Newline newline
30440 \end_inset
30441
30442 Voici le résultat :
30443 \end_layout
30444
30445 \begin_layout Standard
30446 Cette ligne de texte contient le mot 
30447 \begin_inset ERT
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451
30452
30453 \backslash
30454 raisebox{
30455 \backslash
30456 depth}{
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \begin_inset Quotes eld
30463 \end_inset
30464
30465 empêcher
30466 \begin_inset Quotes erd
30467 \end_inset
30468
30469
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475 }
30476 \end_layout
30477
30478 \end_inset
30479
30480  comme mot élevé.
30481 \end_layout
30482
30483 \begin_layout Standard
30484 \begin_inset VSpace bigskip
30485 \end_inset
30486
30487 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30488  entre les lignes va être agrandie :
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Cette ligne de texte contient le mot
30493 \begin_inset ERT
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497
30498
30499 \backslash
30500 raisebox{-
30501 \backslash
30502 depth}{
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \begin_inset Quotes eld
30509 \end_inset
30510
30511 empêcher
30512 \begin_inset Quotes erd
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521 }
30522 \end_layout
30523
30524 \end_inset
30525
30526  comme mot abaissé.
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530 Cette ligne de texte contient le mot 
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536
30537 \backslash
30538 raisebox{0.5cm}{
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Quotes eld
30545 \end_inset
30546
30547 tester
30548 \begin_inset Quotes erd
30549 \end_inset
30550
30551
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557 }
30558 \end_layout
30559
30560 \end_inset
30561
30562  comme mot élevé.
30563 \end_layout
30564
30565 \begin_layout Standard
30566 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30567  mettez la hauteur de la boîte à zéro.
30568  Par exemple utilisez
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 raisebox{-
30577 \backslash
30578 depth}[0pt]{
30579 \end_layout
30580
30581 \begin_layout Standard
30582 Cette ligne de texte contient le mot
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588
30589 \backslash
30590 raisebox{-
30591 \backslash
30592 depth}[0pt]{
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \begin_inset Quotes eld
30599 \end_inset
30600
30601 empêcher
30602 \begin_inset Quotes erd
30603 \end_inset
30604
30605
30606 \begin_inset ERT
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610
30611 }
30612 \end_layout
30613
30614 \end_inset
30615
30616  comme mot abaissé.
30617 \begin_inset Newline newline
30618 \end_inset
30619
30620 Cette ligne de texte contient le mot 
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626
30627 \backslash
30628 raisebox{0.5cm}[0pt]{
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \begin_inset Quotes eld
30635 \end_inset
30636
30637 tester
30638 \begin_inset Quotes erd
30639 \end_inset
30640
30641
30642 \begin_inset ERT
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646
30647 }
30648 \end_layout
30649
30650 \end_inset
30651
30652  comme mot élevé.
30653 \end_layout
30654
30655 \begin_layout Section
30656 Boîtes Colorées
30657 \begin_inset CommandInset label
30658 LatexCommand label
30659 name "sec:Boîtes-colorées"
30660
30661 \end_inset
30662
30663
30664 \begin_inset Index idx
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668 Boîtes ! Couleur
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Subsection
30677 De la couleur pour le texte
30678 \begin_inset Index idx
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682 Couleur ! Pour le texte
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30692  une boîte appelée 
30693 \begin_inset Quotes eld
30694 \end_inset
30695
30696 colorbox
30697 \begin_inset Quotes erd
30698 \end_inset
30699
30700 .
30701  Cela demande que le paquetage LaTeX 
30702 \series bold
30703 color
30704 \series default
30705
30706 \begin_inset Index idx
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Paquetages LaTeX ! color
30711 \end_layout
30712
30713 \end_inset
30714
30715  soit chargé dans le préambule du document avec la commande
30716 \end_layout
30717
30718 \begin_layout Standard
30719
30720 \series bold
30721
30722 \backslash
30723 @ifundefined{textcolor}
30724 \begin_inset Newline newline
30725 \end_inset
30726
30727
30728 \begin_inset Phantom HPhantom
30729 status open
30730
30731 \begin_layout Plain Layout
30732
30733 \series bold
30734 \begin_inset space ~
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \end_inset
30741
30742 {
30743 \backslash
30744 usepackage{color}}{}
30745 \end_layout
30746
30747 \begin_layout Standard
30748 Le paquetage 
30749 \series bold
30750 color
30751 \series default
30752  sera chargé automatiquement par LyX dès que vous colorez du texte.
30753 \begin_inset Foot
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30758  
30759 \series bold
30760
30761 \backslash
30762 @ifundefined
30763 \series default
30764 .
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \end_layout
30771
30772 \begin_layout Standard
30773 \begin_inset VSpace medskip
30774 \end_inset
30775
30776 Les boîtes colorées sont créées par la commande 
30777 \series bold
30778
30779 \backslash
30780 colorbox
30781 \series default
30782 .
30783  Elle est utilisée avec la syntaxe suivante :
30784 \end_layout
30785
30786 \begin_layout Standard
30787
30788 \series bold
30789
30790 \backslash
30791 colorbox{couleur}{contenu de la boîte}
30792 \end_layout
30793
30794 \begin_layout Standard
30795 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30796  peuvent être placées à l'intérieur d'autres boîtes.
30797 \end_layout
30798
30799 \begin_layout Standard
30800 Les couleurs suivantes sont prédéfinies ::
30801 \begin_inset Newline newline
30802 \end_inset
30803
30804
30805 \family sans
30806 black
30807 \family default
30808  (noir), 
30809 \family sans
30810 blue
30811 \family default
30812  (bleu), 
30813 \family sans
30814 cyan
30815 \family default
30816 \series bold
30817 ,
30818 \series default
30819  
30820 \family sans
30821 green
30822 \family default
30823  (vert), 
30824 \family sans
30825 magenta
30826 \family default
30827
30828 \family sans
30829 red
30830 \family default
30831  (rouge), 
30832 \family sans
30833 white
30834 \family default
30835  (blanc), and 
30836 \family sans
30837 yellow
30838 \family default
30839  (jaune).
30840 \begin_inset Newline newline
30841 \end_inset
30842
30843 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30844  section
30845 \begin_inset space ~
30846 \end_inset
30847
30848
30849 \begin_inset CommandInset ref
30850 LatexCommand ref
30851 reference "sec:Tableaux-Colorés"
30852
30853 \end_inset
30854
30855 .
30856 \end_layout
30857
30858 \begin_layout Standard
30859 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30860 \end_layout
30861
30862 \begin_layout Standard
30863
30864 \series bold
30865
30866 \backslash
30867 colorbox{red}{
30868 \end_layout
30869
30870 \begin_layout Standard
30871 avant le mot en code TeX.
30872  Insérez l'accolade fermante 
30873 \begin_inset Quotes eld
30874 \end_inset
30875
30876 }
30877 \begin_inset Quotes erd
30878 \end_inset
30879
30880  après le mot, en code TeX.
30881 \begin_inset Newline newline
30882 \end_inset
30883
30884 Voici le résultat :
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Cette ligne de texte contient le mot
30889 \begin_inset ERT
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893
30894
30895 \backslash
30896 colorbox{red}{
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \begin_inset Quotes eld
30903 \end_inset
30904
30905 Attention!
30906 \begin_inset Quotes erd
30907 \end_inset
30908
30909
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915 }
30916 \end_layout
30917
30918 \end_inset
30919
30920  sur fond rouge.
30921 \end_layout
30922
30923 \begin_layout Standard
30924 \begin_inset VSpace bigskip
30925 \end_inset
30926
30927 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30928  vous pouvez utiliser la commande 
30929 \series bold
30930
30931 \backslash
30932 fcolorbox
30933 \series default
30934  avec la syntaxe suivante :
30935 \end_layout
30936
30937 \begin_layout Standard
30938
30939 \series bold
30940
30941 \backslash
30942 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30943 \end_layout
30944
30945 \begin_layout Standard
30946
30947 \series bold
30948
30949 \backslash
30950 fcolorbox
30951 \series default
30952  est une extension de 
30953 \series bold
30954
30955 \backslash
30956 colorbox
30957 \series default
30958 .
30959  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30960  peuvent être modifiés avec les variables 
30961 \series bold
30962
30963 \backslash
30964 fboxrule
30965 \series default
30966  et 
30967 \series bold
30968
30969 \backslash
30970 fboxsep
30971 \series default
30972 , comme c'est décrit dans la section
30973 \begin_inset space ~
30974 \end_inset
30975
30976
30977 \begin_inset CommandInset ref
30978 LatexCommand ref
30979 reference "sec:Décorations"
30980
30981 \end_inset
30982
30983 .
30984 \end_layout
30985
30986 \begin_layout Standard
30987 Pour l'exemple suivant, on a utilisé la commande
30988 \end_layout
30989
30990 \begin_layout Standard
30991
30992 \series bold
30993
30994 \backslash
30995 fcolorbox{cyan}{magenta}{
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31000 \begin_inset space \thinspace{}
31001 \end_inset
31002
31003 mm:
31004 \begin_inset Newline newline
31005 \end_inset
31006
31007
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 fboxrule 1mm 
31016 \backslash
31017 fboxsep 1mm
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 fcolorbox{cyan}{magenta}{
31031 \end_layout
31032
31033 \end_inset
31034
31035 Ce texte est dans une boîte encadrée et colorée.
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041 }
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \begin_inset VSpace bigskip
31051 \end_inset
31052
31053 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31054  les yeux ! - NdT) :
31055 \begin_inset Newline newline
31056 \end_inset
31057
31058
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064
31065 \backslash
31066 fcolorbox{cyan}{magenta}{
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \color yellow
31073 Ce texte est coloré dans une boîte colorée et encadrée.
31074 \color inherit
31075
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081 }
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 fboxrule 0.4pt 
31095 \backslash
31096 fboxsep 3pt
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \begin_layout Standard
31105
31106 \series bold
31107 \begin_inset VSpace medskip
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Standard
31114 \begin_inset Note Greyedout
31115 status open
31116
31117 \begin_layout Plain Layout
31118
31119 \series bold
31120 Note:
31121 \series default
31122  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31123  de ligne.
31124  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31125  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Subsection
31134 De la couleur pour les paragraphes
31135 \begin_inset CommandInset label
31136 LatexCommand label
31137 name "sub:Couleur-pour-les-Paragraphes"
31138
31139 \end_inset
31140
31141
31142 \begin_inset Index idx
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 Couleur ! Pour les  paragraphes
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31156  texte dans une minipage.
31157  Avant la minipage, insérez la commande 
31158 \series bold
31159
31160 \backslash
31161 colorbox
31162 \series default
31163  
31164 \end_layout
31165
31166 \begin_layout Standard
31167
31168 \series bold
31169
31170 \backslash
31171 colorbox{color}{
31172 \end_layout
31173
31174 \begin_layout Standard
31175 en code TeX.
31176  Après la minipage, insérez l'accolade fermante 
31177 \begin_inset Quotes eld
31178 \end_inset
31179
31180 }
31181 \begin_inset Quotes erd
31182 \end_inset
31183
31184  en code TeX.
31185 \end_layout
31186
31187 \begin_layout Standard
31188 \begin_inset ERT
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192
31193
31194 \backslash
31195 colorbox{lightgrey}{
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \begin_inset Box Frameless
31202 position "t"
31203 hor_pos "c"
31204 has_inner_box 1
31205 inner_pos "t"
31206 use_parbox 0
31207 use_makebox 0
31208 width "100col%"
31209 special "none"
31210 height "1in"
31211 height_special "totalheight"
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 Ce texte a un fond coloré.
31216  Ce texte a un fond coloré.
31217 \end_layout
31218
31219 \begin_layout Plain Layout
31220 \begin_inset VSpace defskip
31221 \end_inset
31222
31223 Le texte peut avoir des notes de bas de page
31224 \begin_inset Foot
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228 Un autre exemple de note de bas de page
31229 \end_layout
31230
31231 \end_inset
31232
31233  et contenir des figures et des tableaux.
31234 \end_layout
31235
31236 \begin_layout Plain Layout
31237 \align center
31238 \begin_inset Tabular
31239 <lyxtabular version="3" rows="3" columns="3">
31240 <features tabularvalignment="middle">
31241 <column alignment="center" valignment="top" width="0">
31242 <column alignment="center" valignment="top" width="0">
31243 <column alignment="center" valignment="top" width="0">
31244 <row>
31245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31246 \begin_inset Text
31247
31248 \begin_layout Plain Layout
31249 a
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31255 \begin_inset Text
31256
31257 \begin_layout Plain Layout
31258 !
31259 \end_layout
31260
31261 \end_inset
31262 </cell>
31263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31264 \begin_inset Text
31265
31266 \begin_layout Plain Layout
31267 3
31268 \end_layout
31269
31270 \end_inset
31271 </cell>
31272 </row>
31273 <row>
31274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31275 \begin_inset Text
31276
31277 \begin_layout Plain Layout
31278 <
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31284 \begin_inset Text
31285
31286 \begin_layout Plain Layout
31287 b2
31288 \begin_inset Quotes erd
31289 \end_inset
31290
31291 |
31292 \end_layout
31293
31294 \end_inset
31295 </cell>
31296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31297 \begin_inset Text
31298
31299 \begin_layout Plain Layout
31300 >
31301 \end_layout
31302
31303 \end_inset
31304 </cell>
31305 </row>
31306 <row>
31307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311 1
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31317 \begin_inset Text
31318
31319 \begin_layout Plain Layout
31320 §
31321 \end_layout
31322
31323 \end_inset
31324 </cell>
31325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31326 \begin_inset Text
31327
31328 \begin_layout Plain Layout
31329 c
31330 \end_layout
31331
31332 \end_inset
31333 </cell>
31334 </row>
31335 </lyxtabular>
31336
31337 \end_inset
31338
31339
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset ERT
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349
31350 }
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Section
31359 Les boîtes pivotées et redimensionnées
31360 \end_layout
31361
31362 \begin_layout Standard
31363 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31364  charger le paquetage LaTeX 
31365 \series bold
31366 graphicx
31367 \series default
31368
31369 \begin_inset Index idx
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 Paquetages LaTeX ! graphicx
31374 \end_layout
31375
31376 \end_inset
31377
31378  dans le préambule de votre document avec la commande
31379 \end_layout
31380
31381 \begin_layout Standard
31382
31383 \series bold
31384
31385 \backslash
31386 @ifundefined{rotatebox}
31387 \begin_inset Newline newline
31388 \end_inset
31389
31390
31391 \begin_inset Phantom HPhantom
31392 status open
31393
31394 \begin_layout Plain Layout
31395
31396 \series bold
31397 \begin_inset space ~
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \end_inset
31404
31405 {
31406 \backslash
31407 usepackage{graphicx}}{}
31408 \end_layout
31409
31410 \begin_layout Standard
31411 \begin_inset Note Greyedout
31412 status open
31413
31414 \begin_layout Plain Layout
31415
31416 \series bold
31417 Note:
31418 \series default
31419  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31420  redimensionnés.
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \begin_inset Note Greyedout
31430 status open
31431
31432 \begin_layout Plain Layout
31433
31434 \series bold
31435 Note:
31436 \series default
31437  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31438  redimensionnée.
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Subsection
31447 Les Boîtes pivotées
31448 \begin_inset Index idx
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452 Boîtes ! pivotées
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \begin_inset Index idx
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Pivoter des objets
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \begin_inset Index idx
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 Figures ! Pivotées
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \begin_inset Index idx
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482 Tableau ! Pivoter
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Standard
31491 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31492  (rotated).
31493  Une telle boîte est créée avec la commande 
31494 \series bold
31495
31496 \backslash
31497 rotatebox
31498 \series default
31499  en code TeX avec la syntaxe
31500 \end_layout
31501
31502 \begin_layout Standard
31503
31504 \series bold
31505
31506 \backslash
31507 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31508 \end_layout
31509
31510 \begin_layout Standard
31511 La position du pivot est donnée par l'origine de rotation spécifiée sous
31512  la forme 
31513 \series bold
31514 origin=position
31515 \series default
31516 .
31517  Les valeurs suivantes sont possibles pour la position: 
31518 \emph on
31519 c
31520 \emph default
31521  (centre), 
31522 \emph on
31523 l
31524 \emph default
31525  (gauche/
31526 \lang english
31527 left
31528 \lang french
31529 ), 
31530 \emph on
31531 r
31532 \emph default
31533  (droite/
31534 \lang english
31535 right
31536 \lang french
31537 ), 
31538 \emph on
31539 b
31540 \emph default
31541  (bas/
31542 \lang english
31543 bottom
31544 \lang french
31545 ), 
31546 \emph on
31547 t
31548 \emph default
31549  (haut/
31550 \lang english
31551 top
31552 \lang french
31553 ), et aussi des combinaisons des quatre positions de base.
31554  Par exemple 
31555 \emph on
31556 lt
31557 \emph default
31558  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31559  Quand on ne donne pas d'origine, la position 
31560 \emph on
31561 l
31562 \emph default
31563  est utilisée.
31564  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31565  ou négatif.
31566  Le sens positif de rotation est anti-horaire.
31567 \end_layout
31568
31569 \begin_layout Standard
31570 Dans l'exemple qui suit, la commande 
31571 \series bold
31572
31573 \backslash
31574 rotatebox[origin=c]{60}{
31575 \series default
31576  a été insérée en code TeX juste avant le texte 
31577 \begin_inset Quotes eld
31578 \end_inset
31579
31580 pivoté de 90°
31581 \begin_inset Quotes erd
31582 \end_inset
31583
31584  ; la boîte est refermée juste après le texte par une accolade fermante
31585  
31586 \begin_inset Quotes eld
31587 \end_inset
31588
31589 }
31590 \begin_inset Quotes erd
31591 \end_inset
31592
31593  en code TeX.
31594 \end_layout
31595
31596 \begin_layout Standard
31597 Voici une ligne avec du texte 
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 rotatebox[origin=c]{60}{
31606 \end_layout
31607
31608 \end_inset
31609
31610 pivoté de 60°
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616 }
31617 \end_layout
31618
31619 \end_inset
31620
31621 .
31622 \end_layout
31623
31624 \begin_layout Standard
31625 La boîte peut contenir une autre boîte ou une formule en ligne :
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Voici une ligne avec du texte 
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635
31636 \backslash
31637 rotatebox[origin=r]{-60}{
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \begin_inset Box Doublebox
31644 position "c"
31645 hor_pos "c"
31646 has_inner_box 0
31647 inner_pos "c"
31648 use_parbox 0
31649 use_makebox 0
31650 width "1in"
31651 special "width"
31652 height "1in"
31653 height_special "totalheight"
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657 pivoté de -60°
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668 }
31669 \end_layout
31670
31671 \end_inset
31672
31673  et encadré 
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679
31680 \backslash
31681 rotatebox[origin=lb]{60}{
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31688 \end_inset
31689
31690
31691 \begin_inset ERT
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695
31696 }
31697 \end_layout
31698
31699 \end_inset
31700
31701  et une formule.
31702 \end_layout
31703
31704 \begin_layout Standard
31705 ou encore une figure ou un tableau :
31706 \end_layout
31707
31708 \begin_layout Standard
31709 Voici une ligne
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 rotatebox[origin=lb]{90}{
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \begin_inset Graphics
31724         filename ../clipart/platypus.eps
31725         lyxscale 50
31726         width 25col%
31727
31728 \end_inset
31729
31730
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736 }
31737 \end_layout
31738
31739 \end_inset
31740
31741  avec une image pivotée de 90° 
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 rotatebox[origin=l]{-90}{
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \begin_inset Tabular
31756 <lyxtabular version="3" rows="2" columns="2">
31757 <features tabularvalignment="middle">
31758 <column alignment="center" valignment="top" width="0">
31759 <column alignment="center" valignment="top" width="0">
31760 <row>
31761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 q
31766 \end_layout
31767
31768 \end_inset
31769 </cell>
31770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 w
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 </row>
31780 <row>
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 e
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31791 \begin_inset Text
31792
31793 \begin_layout Plain Layout
31794 r
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 </row>
31800 </lyxtabular>
31801
31802 \end_inset
31803
31804
31805 \begin_inset ERT
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809
31810 }
31811 \end_layout
31812
31813 \end_inset
31814
31815  et un tableau.
31816 \end_layout
31817
31818 \begin_layout Subsection
31819 Les boîtes redimensionnées
31820 \begin_inset Index idx
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824 Boîtes ! Redimensionnées
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \begin_inset Index idx
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834 Redimensionner des objets
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \begin_inset Index idx
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844 Figures ! Redimensionnées
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \begin_inset Index idx
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854 Tableau ! Redimensionner
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Pour redimensionner des objets on peut utiliser les commandes 
31864 \series bold
31865
31866 \backslash
31867 scalebox
31868 \series default
31869  et 
31870 \series bold
31871
31872 \backslash
31873 resizebox
31874 \series default
31875  insérées sous forme de code TeX.
31876 \end_layout
31877
31878 \begin_layout Standard
31879
31880 \series bold
31881
31882 \backslash
31883 scalebox
31884 \series default
31885  est utilisée avec la syntaxe suivante :
31886 \end_layout
31887
31888 \begin_layout Standard
31889
31890 \series bold
31891
31892 \backslash
31893 scalebox{horizontal}[vertical]{contenu de la boîte}
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Horizontal et vertical sont les facteurs d'échelle correspondants.
31898  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31899  utilisé comme facteur vertical.
31900 \end_layout
31901
31902 \begin_layout Standard
31903 Par exemple, la commande 
31904 \series bold
31905
31906 \backslash
31907 scalebox{2}{Bonjour}
31908 \series default
31909  crée un 
31910 \begin_inset ERT
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914
31915
31916 \backslash
31917 scalebox{2}{
31918 \end_layout
31919
31920 \end_inset
31921
31922 Bonjour
31923 \begin_inset ERT
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928 }
31929 \end_layout
31930
31931 \end_inset
31932
31933  de taille double par rapport à la taille du texte du document.
31934 \end_layout
31935
31936 \begin_layout Standard
31937
31938 \series bold
31939
31940 \backslash
31941 scalebox{2}[1]{Hello}
31942 \series default
31943  au contraire va déformer le 
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949
31950 \backslash
31951 scalebox{2}[1]{
31952 \end_layout
31953
31954 \end_inset
31955
31956 Bonjour
31957 \begin_inset ERT
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962 }
31963 \end_layout
31964
31965 \end_inset
31966
31967 .
31968 \end_layout
31969
31970 \begin_layout Standard
31971 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31972  La commande 
31973 \series bold
31974
31975 \backslash
31976 scalebox{-1}[1]{Hello}
31977 \series default
31978  peut donc être utilisée pour créer du texte en miroir : 
31979 \begin_inset ERT
31980 status collapsed
31981
31982 \begin_layout Plain Layout
31983
31984
31985 \backslash
31986 scalebox{-1}[1]{
31987 \end_layout
31988
31989 \end_inset
31990
31991 Bonjour
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997 }
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \begin_layout Standard
32006
32007 \series bold
32008
32009 \backslash
32010 scalebox{1}[-1]{Bonjour}
32011 \series default
32012  effectue une réflexion du 
32013 \begin_inset ERT
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018
32019 \backslash
32020 scalebox{1}[-1]{
32021 \end_layout
32022
32023 \end_inset
32024
32025 Bonjour
32026 \begin_inset ERT
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030
32031 }
32032 \end_layout
32033
32034 \end_inset
32035
32036  par rapport à la ligne de base.
32037 \end_layout
32038
32039 \begin_layout Standard
32040 La commande 
32041 \series bold
32042
32043 \backslash
32044 reflectbox{contenu de la boîte} 
32045 \series default
32046 existe aussi et est équivalente à
32047 \series bold
32048  
32049 \backslash
32050 scalebox{-1}[1]{contenu de la boîte}.
32051
32052 \series default
32053  
32054 \begin_inset Newline newline
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset VSpace bigskip
32062 \end_inset
32063
32064 La commande 
32065 \series bold
32066
32067 \backslash
32068 resizebox
32069 \series default
32070  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32071  données.
32072  La syntaxe de la commande est :
32073 \end_layout
32074
32075 \begin_layout Standard
32076
32077 \series bold
32078
32079 \backslash
32080 resizebox{largeur}{hauteur}{contenu de la boîte}
32081 \end_layout
32082
32083 \begin_layout Standard
32084 Si un des deux paramètres est remplacé par un point d'exclamation 
32085 \series bold
32086 !
32087 \series default
32088 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32089 \end_layout
32090
32091 \begin_layout Standard
32092 La commande 
32093 \series bold
32094
32095 \backslash
32096 resizebox{2cm}{1cm}{Bonjour}
32097 \series default
32098  produit : 
32099 \begin_inset ERT
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103
32104
32105 \backslash
32106 resizebox{2cm}{1cm}{
32107 \end_layout
32108
32109 \end_inset
32110
32111 Bonjour
32112 \begin_inset ERT
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116
32117 }
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \begin_inset Newline newline
32124 \end_inset
32125
32126 La commande 
32127 \series bold
32128
32129 \backslash
32130 resizebox{2cm}{!}{Bonjour}
32131 \series default
32132  produit : 
32133 \begin_inset ERT
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137
32138
32139 \backslash
32140 resizebox{2cm}{!}{
32141 \end_layout
32142
32143 \end_inset
32144
32145 Bonjour
32146 \begin_inset ERT
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150
32151 }
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \begin_layout Standard
32160 \begin_inset VSpace bigskip
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Standard
32167 \begin_inset Note Greyedout
32168 status open
32169
32170 \begin_layout Plain Layout
32171
32172 \series bold
32173 Note:
32174 \series default
32175  Quand les paramètres des commandes 
32176 \series bold
32177
32178 \backslash
32179 scalebox
32180 \series default
32181  ou 
32182 \series bold
32183
32184 \backslash
32185 resizebox
32186 \series default
32187  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32188  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32189  partiellement.
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \begin_layout Standard
32198 \begin_inset VSpace bigskip
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Standard
32205 Les boîtes peuvent être combinée dans n'importe quel ordre.
32206  Par exemple, la commande 
32207 \begin_inset Newline newline
32208 \end_inset
32209
32210
32211 \series bold
32212
32213 \backslash
32214 rotatebox[origin=c]{-45}{
32215 \backslash
32216 resizebox{2cm}{!}{
32217 \backslash
32218 reflectbox{Bonjour}}}
32219 \begin_inset Newline newline
32220 \end_inset
32221
32222
32223 \series default
32224 produit :
32225 \end_layout
32226
32227 \begin_layout Standard
32228 \align center
32229 \begin_inset ERT
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 rotatebox[origin=c]{-45}{
32237 \backslash
32238 resizebox{2cm}{!}{
32239 \backslash
32240 reflectbox{
32241 \end_layout
32242
32243 \end_inset
32244
32245 Bonjour
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251 }}}
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Standard
32260 \noindent
32261 Les images, les tableaux et les formules sont autorisées comme contenu de
32262  boîte :
32263 \end_layout
32264
32265 \begin_layout Standard
32266 \align center
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272
32273 \backslash
32274 rotatebox[origin=c]{-30}{
32275 \backslash
32276 resizebox{2cm}{!}{
32277 \backslash
32278 reflectbox{
32279 \end_layout
32280
32281 \end_inset
32282
32283
32284 \begin_inset Graphics
32285         filename ../clipart/platypus.eps
32286         lyxscale 50
32287         width 25col%
32288
32289 \end_inset
32290
32291
32292 \begin_inset ERT
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296
32297 }}}
32298 \end_layout
32299
32300 \end_inset
32301
32302
32303 \begin_inset ERT
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308
32309 \backslash
32310 rotatebox[origin=c]{-45}{
32311 \backslash
32312 resizebox{2cm}{!}{
32313 \backslash
32314 reflectbox{
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \begin_inset Tabular
32321 <lyxtabular version="3" rows="2" columns="2">
32322 <features tabularvalignment="middle">
32323 <column alignment="center" valignment="top" width="0">
32324 <column alignment="center" valignment="top" width="0">
32325 <row>
32326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 q
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 w
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 </row>
32345 <row>
32346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 e
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32356 \begin_inset Text
32357
32358 \begin_layout Plain Layout
32359 r
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 </row>
32365 </lyxtabular>
32366
32367 \end_inset
32368
32369
32370 \begin_inset ERT
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374
32375 }}}
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \begin_inset ERT
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385
32386
32387 \backslash
32388 rotatebox[origin=c]{-45}{
32389 \backslash
32390 resizebox{2cm}{!}{
32391 \backslash
32392 reflectbox{
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32399 \end_inset
32400
32401
32402 \begin_inset ERT
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407 }}}
32408 \end_layout
32409
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \begin_layout Standard
32416 Quand on utilise le style global de formule 
32417 \series bold
32418 fleqn
32419 \series default
32420  dans le document
32421 \begin_inset Foot
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425 Quand 
32426 \begin_inset Quotes eld
32427 \end_inset
32428
32429 fleqn
32430 \begin_inset Quotes erd
32431 \end_inset
32432
32433  est ajouté aux options de la classe de document.
32434 \end_layout
32435
32436 \end_inset
32437
32438 , les formules hors texte peuvent aussi être redimensionnées.
32439 \end_layout
32440
32441 \begin_layout Chapter
32442 Trucs Externes
32443 \begin_inset Index idx
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Trucs externes
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Standard
32456 Avec le menu 
32457 \family sans
32458 Insérer\SpecialChar \menuseparator
32459 Fichier
32460 \family default
32461  vous pouvez insérer un contenu externe à votre document.
32462  Ce contenu peut être :
32463 \end_layout
32464
32465 \begin_layout Description
32466 Document
32467 \begin_inset space ~
32468 \end_inset
32469
32470 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32471  document.
32472 \end_layout
32473
32474 \begin_layout Description
32475 Texte
32476 \begin_inset space ~
32477 \end_inset
32478
32479 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32480 e.
32481 \end_layout
32482
32483 \begin_layout Description
32484 Texte
32485 \begin_inset space ~
32486 \end_inset
32487
32488 Brut
32489 \begin_inset space ~
32490 \end_inset
32491
32492 par
32493 \begin_inset space ~
32494 \end_inset
32495
32496 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32497  Les lignes vides créent un nouveau paragraphe dans votre document.
32498 \end_layout
32499
32500 \begin_layout Description
32501 Objet
32502 \begin_inset space ~
32503 \end_inset
32504
32505 Externe Fichiers de formats variés.
32506 \end_layout
32507
32508 \begin_layout Description
32509 Sous-document Documents LyX ou LaTeX.
32510 \end_layout
32511
32512 \begin_layout Section
32513 Objets Externes 
32514 \begin_inset Index idx
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 Trucs externes ! Objets Externes
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32528  de fichiers dans votre document sans avoir à convertir ces derniers en
32529  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32530  qui va s'occuper des conversions.
32531  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32532  LyX des images dans des formats divers.
32533  Quand vous avez activé 
32534 \family sans
32535 Aperçu
32536 \begin_inset space ~
32537 \end_inset
32538
32539 sur
32540 \begin_inset space ~
32541 \end_inset
32542
32543 le
32544 \begin_inset space ~
32545 \end_inset
32546
32547 vif
32548 \family default
32549  dans le menu des préférences de LyX, dans la rubrique 
32550 \family sans
32551 Apparence\SpecialChar \menuseparator
32552 Graphiques
32553 \family default
32554 , les objets externes de type Dia et Xfig sont affichés directement dans
32555  LyX.
32556 \end_layout
32557
32558 \begin_layout Standard
32559 On insère des objets externes en utilisant la fenêtre de dialogue 
32560 \family sans
32561 Objet
32562 \begin_inset space ~
32563 \end_inset
32564
32565 Externe
32566 \family default
32567  qui est accessible via le menu 
32568 \family sans
32569 Insérer\SpecialChar \menuseparator
32570 Fichiers\SpecialChar \menuseparator
32571 Objet
32572 \begin_inset space ~
32573 \end_inset
32574
32575 Externe
32576 \family default
32577 .
32578  Actuellement les types de fichiers (
32579 \family sans
32580 Modèles
32581 \family default
32582 ) suivants sont autorisés :
32583 \end_layout
32584
32585 \begin_layout Description
32586 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32587  par le programme 
32588 \series bold
32589
32590 \begin_inset CommandInset href
32591 LatexCommand href
32592 name "XBoard"
32593 target "http://en.wikipedia.org/wiki/XBoard"
32594
32595 \end_inset
32596
32597
32598 \series default
32599 .
32600 \end_layout
32601
32602 \begin_layout Description
32603 Date Ce modèle insère la date sous la forme 
32604 \emph on
32605 Jour-Mois-Année
32606 \emph default
32607 .
32608  Voici un exemple de date insérée comme objet externe :: 
32609 \begin_inset External
32610         template Date
32611         filename .
32612
32613 \end_inset
32614
32615
32616 \begin_inset space ~
32617 \end_inset
32618
32619
32620 \begin_inset Note Note
32621 status open
32622
32623 \begin_layout Plain Layout
32624 Retirer l'espace protégé quand le bug 4398 sera résolu !
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \begin_inset Newline newline
32631 \end_inset
32632
32633 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32634  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32635 \family sans
32636 Insérer\SpecialChar \menuseparator
32637 Date
32638 \family default
32639  et avec la commande LaTeX 
32640 \series bold
32641
32642 \backslash
32643 today
32644 \series default
32645  entrée comme code TeX.
32646  Ces différentes méthodes sont comparée dans le tableau
32647 \begin_inset space ~
32648 \end_inset
32649
32650
32651 \begin_inset CommandInset ref
32652 LatexCommand ref
32653 reference "tab:Comparaison-des-dates"
32654
32655 \end_inset
32656
32657 .
32658 \end_layout
32659
32660 \begin_layout Description
32661 Dia Ce modèle accepte les diagrammes créés avec le programme 
32662 \series bold
32663
32664 \begin_inset CommandInset href
32665 LatexCommand href
32666 name "Dia"
32667 target "http://en.wikipedia.org/wiki/Dia_(software)"
32668
32669 \end_inset
32670
32671
32672 \series default
32673 .
32674 \end_layout
32675
32676 \begin_layout Description
32677 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32678  par le programme 
32679 \series bold
32680
32681 \begin_inset CommandInset href
32682 LatexCommand href
32683 name "LilyPond"
32684 target "http://en.wikipedia.org/wiki/LilyPond"
32685
32686 \end_inset
32687
32688
32689 \series default
32690 .
32691 \end_layout
32692
32693 \begin_layout Description
32694 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32695  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32696  
32697 \emph on
32698 pages
32699 \emph default
32700  dans le champ 
32701 \family sans
32702 Option
32703 \family default
32704  dans l'onglet 
32705 \family sans
32706 Options LaTeX et LyX
32707 \family default
32708  en suivant les instructions données pour le modèle.
32709  Si on ne donne pas d'option 
32710 \emph on
32711 pages
32712 \emph default
32713 , seule la première page du PDF sera insérée.
32714 \end_layout
32715
32716 \begin_layout Description
32717 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32718  À peu près tous les formats d'images populaires sont acceptés.
32719  Les images peuvent être traitées dans la fenêtre de dialogue 
32720 \family sans
32721 Objet
32722 \begin_inset space ~
32723 \end_inset
32724
32725 Externe
32726 \family default
32727  comme les images qui sont habituellement incorporées en utilisant le menu
32728  
32729 \family sans
32730 Insérer\SpecialChar \menuseparator
32731 Graphique
32732 \family default
32733 , comme c'est décrit dans la section
32734 \begin_inset space ~
32735 \end_inset
32736
32737
32738 \begin_inset CommandInset ref
32739 LatexCommand ref
32740 reference "sec:Graphics-Dialog"
32741
32742 \end_inset
32743
32744 .
32745  La différence est que seules les images matricielles sont autorisées, ce
32746  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32747 \end_layout
32748
32749 \begin_layout Description
32750 XFig Ce modèle accepte les images créées avec le programme 
32751 \series bold
32752
32753 \begin_inset CommandInset href
32754 LatexCommand href
32755 name "Xfig"
32756 target "http://en.wikipedia.org/wiki/Xfig"
32757
32758 \end_inset
32759
32760
32761 \series default
32762 .
32763 \end_layout
32764
32765 \begin_layout Standard
32766 \begin_inset Float table
32767 placement h
32768 wide false
32769 sideways false
32770 status open
32771
32772 \begin_layout Plain Layout
32773 \begin_inset Caption
32774
32775 \begin_layout Plain Layout
32776 \begin_inset CommandInset label
32777 LatexCommand label
32778 name "tab:Comparaison-des-dates"
32779
32780 \end_inset
32781
32782 Comparaison des méthodes d'insertion de la date.
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \begin_layout Plain Layout
32791 \align center
32792 \begin_inset Tabular
32793 <lyxtabular version="3" rows="4" columns="4">
32794 <features tabularvalignment="middle">
32795 <column alignment="center" valignment="top" width="0">
32796 <column alignment="center" valignment="top" width="0">
32797 <column alignment="center" valignment="top" width="0">
32798 <column alignment="center" valignment="top" width="0">
32799 <row>
32800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804 Format du document
32805 \end_layout
32806
32807 \end_inset
32808 </cell>
32809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813
32814 \family sans
32815 Objet
32816 \begin_inset space ~
32817 \end_inset
32818
32819 Externe\SpecialChar \menuseparator
32820 Date
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32826 \begin_inset Text
32827
32828 \begin_layout Plain Layout
32829
32830 \family sans
32831 Insérer\SpecialChar \menuseparator
32832 Date
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 commande 
32842 \series bold
32843
32844 \backslash
32845 today
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 </row>
32851 <row>
32852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32853 \begin_inset Text
32854
32855 \begin_layout Plain Layout
32856 LyX
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865 comme boîte d'insert
32866 \end_layout
32867
32868 \end_inset
32869 </cell>
32870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 comme date
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout Plain Layout
32883 comme boîte de code TeX
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 </row>
32889 <row>
32890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 LaTeX
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 comme date
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912 comme date
32913 \end_layout
32914
32915 \end_inset
32916 </cell>
32917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921 comme commande
32922 \end_layout
32923
32924 \end_inset
32925 </cell>
32926 </row>
32927 <row>
32928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32929 \begin_inset Text
32930
32931 \begin_layout Plain Layout
32932 DVI, PDF, PS
32933 \end_layout
32934
32935 \end_inset
32936 </cell>
32937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32938 \begin_inset Text
32939
32940 \begin_layout Plain Layout
32941 comme date
32942 \end_layout
32943
32944 \end_inset
32945 </cell>
32946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32947 \begin_inset Text
32948
32949 \begin_layout Plain Layout
32950 comme date
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 comme date date
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 </row>
32965 </lyxtabular>
32966
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \begin_layout Standard
32978 Quand vous activez l'option 
32979 \family sans
32980 Brouillon
32981 \family default
32982  de l'onglet 
32983 \family sans
32984 Fichier
32985 \family default
32986  de la fenêtre de dialogue 
32987 \family sans
32988 Objet
32989 \begin_inset space ~
32990 \end_inset
32991
32992 Externe
32993 \family default
32994 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
32995 \begin_inset Newline newline
32996 \end_inset
32997
32998 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
32999  : 
33000 \begin_inset Graphics
33001         filename ../clipart/ExternalMaterialQt4.png
33002         scale 85
33003         scaleBeforeRotation
33004
33005 \end_inset
33006
33007  soit comme une image, selon que vous avez ou non activé l'option 
33008 \family sans
33009 Afficher
33010 \begin_inset space ~
33011 \end_inset
33012
33013 dans
33014 \begin_inset space ~
33015 \end_inset
33016
33017 LyX
33018 \family default
33019  de l'onglet 
33020 \family sans
33021 Options LaTeX et LyX
33022 \family default
33023  de la fenêtre de dialogue.
33024 \end_layout
33025
33026 \begin_layout Standard
33027 Le manuel 
33028 \family sans
33029 \emph on
33030 Personnalisation
33031 \family default
33032 \emph default
33033  explique comment vous pouvez créer vos propres modèles.
33034 \end_layout
33035
33036 \begin_layout Section
33037 Sous-documents
33038 \begin_inset CommandInset label
33039 LatexCommand label
33040 name "sec:Sous-documents"
33041
33042 \end_inset
33043
33044
33045 \begin_inset Index idx
33046 status collapsed
33047
33048 \begin_layout Plain Layout
33049 Trucs externes ! Sous-documents
33050 \end_layout
33051
33052 \end_inset
33053
33054
33055 \begin_inset Index idx
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 Fichiers ! Insérer
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Standard
33068 Les sous-documents sont utilisés quand on a un document très long qui peut
33069  être décomposé en plusieurs parties ou sections plus petites.
33070  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33071  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33072  Les différents documents sont ce que l'on appelle les sous-documents et
33073  un document maître les relie pour imprimer le document complet ou seulement
33074  une partie de celui-ci.
33075  Un sous-document hérite du contenu de son maître, par exemple le préambule
33076  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33077 \end_layout
33078
33079 \begin_layout Standard
33080 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33081  comme celle-ci : 
33082 \begin_inset Graphics
33083         filename clipart/ChildDocumentQt4.png
33084         lyxscale 70
33085         scale 60
33086         scaleBeforeRotation
33087
33088 \end_inset
33089
33090  Pour inclure des sous-documents dans un document maître , on utilise le
33091  menu 
33092 \family sans
33093 Insérer\SpecialChar \menuseparator
33094 Fichier\SpecialChar \menuseparator
33095 Sous-document
33096 \family default
33097 .
33098  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33099  des quatre méthodes d'inclusion :
33100 \end_layout
33101
33102 \begin_layout Description
33103 Inclus
33104 \begin_inset space ~
33105 \end_inset
33106
33107 (include) Vous pouvez inclure des documents LyX et LaTeX.
33108  Quand vous cliquez sur le bouton 
33109 \family sans
33110 Charger
33111 \family default
33112  dans la fenêtre de dialogue 
33113 \family sans
33114 Sous-document
33115 \family default
33116 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33117  vous puissiez le modifier.
33118 \begin_inset Newline newline
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Standard
33125 Voici un sous-document inséré avec la méthode 
33126 \family sans
33127 Inclus
33128 \family default
33129  : 
33130 \begin_inset CommandInset include
33131 LatexCommand include
33132 filename "DocumentBidon1.lyx"
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 La numérotation des sections va prendre en compte les sections des fichiers
33141  incorporés dans l'ordre où ils sont insérés dans le document maître.
33142  Le document qui est inclus comme exemple possède une sous-section qui sera
33143  numérotée comme sous-section de la section actuelle.
33144  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33145  : la sous-section
33146 \begin_inset space ~
33147 \end_inset
33148
33149
33150 \begin_inset CommandInset ref
33151 LatexCommand ref
33152 reference "sub:Sous-section-externe-1"
33153
33154 \end_inset
33155
33156  est dans le fichier inclus.
33157 \end_layout
33158
33159 \begin_layout Standard
33160 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33161  du document maître est utilisé.
33162  Les branches présentes dans le sous-document seront ignorées par le document
33163  maître tant que le document maître possède une branche avec le même nom.
33164  Les documents inclus sont insérés en commençant une nouvelle page et sont
33165  suivis par un saut de page.
33166 \end_layout
33167
33168 \begin_layout Standard
33169 Si vous travaillez uniquement sur un chapitre particulier d'un document
33170  important et que vous voulez optimiser le temps de compilation, vous pouvez
33171  inclure chaque fichier dans une branche
33172 \begin_inset Foot
33173 status open
33174
33175 \begin_layout Plain Layout
33176 Les branches sont décrites dans la section 
33177 \emph on
33178 Branches
33179 \emph default
33180  du 
33181 \emph on
33182 Guide de l'utilisateur
33183 \emph default
33184  de LyX.
33185 \end_layout
33186
33187 \end_inset
33188
33189 .
33190  En activant ou désactivant une branche, vous pouvez décider les fichiers
33191  inclus qui doivent apparaître dans la sortie imprimée.
33192 \end_layout
33193
33194 \begin_layout Standard
33195 \begin_inset Note Greyedout
33196 status open
33197
33198 \begin_layout Plain Layout
33199
33200 \series bold
33201 Note:
33202 \series default
33203  À cause d'un bug de LyX, la commande 
33204 \series bold
33205
33206 \backslash
33207 includeonly
33208 \series default
33209  ne peut actuellement pas être utilisée comme solution alternative pour
33210  décider quels sont les fichiers qui doivent être inclus.
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \begin_layout Standard
33219 \begin_inset Note Greyedout
33220 status open
33221
33222 \begin_layout Plain Layout
33223
33224 \series bold
33225 Note:
33226 \series default
33227  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33228  une classe de document différente de celle du document maître, vous recevez
33229  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33230  que cela peut produire des résultats inattendus sur la sortie imprimée.
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Description
33239 Incorporé
33240 \begin_inset space ~
33241 \end_inset
33242
33243 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33244  sont :
33245 \end_layout
33246
33247 \begin_deeper
33248 \begin_layout Itemize
33249 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33250  par un saut de page.
33251 \end_layout
33252
33253 \begin_layout Itemize
33254 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33255  
33256 \family sans
33257 Aperçu
33258 \begin_inset space ~
33259 \end_inset
33260
33261 sur
33262 \begin_inset space ~
33263 \end_inset
33264
33265 le
33266 \begin_inset space ~
33267 \end_inset
33268
33269 vif
33270 \family default
33271  est activée dans les préférences dans la rubrique 
33272 \family sans
33273 Apparence\SpecialChar \menuseparator
33274 Graphique
33275 \family default
33276 .
33277 \end_layout
33278
33279 \begin_layout Itemize
33280 La commande LaTeX 
33281 \series bold
33282
33283 \backslash
33284 includeonly
33285 \series default
33286  ne peut pas être utilisée.
33287 \end_layout
33288
33289 \end_deeper
33290 \begin_layout Standard
33291 Voici un sous document inséré en utilisant la méthode 
33292 \family sans
33293 Incorporé
33294 \family default
33295  : 
33296 \begin_inset CommandInset include
33297 LatexCommand input
33298 preview true
33299 filename "DocumentBidon2.lyx"
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Description
33307 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33308  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33309  sous forme de code source et aucune des commandes éventuellement présentes
33310  ne sera exécutée.
33311  Vous pouvez utiliser l'option 
33312 \family sans
33313 Marquer
33314 \begin_inset space ~
33315 \end_inset
33316
33317 les
33318 \begin_inset space ~
33319 \end_inset
33320
33321 espaces
33322 \family default
33323  qui matérialise chaque espace présente dans le code source par un caractère
33324  
33325 \begin_inset Quotes eld
33326 \end_inset
33327
33328
33329 \begin_inset ERT
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333
33334
33335 \backslash
33336 textvisiblespace 
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \begin_inset Quotes erd
33343 \end_inset
33344
33345  .
33346  La différence avec la méthode qui consiste à utiliser le menu 
33347 \family sans
33348 Insérer\SpecialChar \menuseparator
33349 Fichier\SpecialChar \menuseparator
33350 Texte
33351 \begin_inset space ~
33352 \end_inset
33353
33354 brut
33355 \family default
33356  est que le contenu du document n'apparaît pas dans LyX.
33357 \end_layout
33358
33359 \begin_layout Standard
33360 Voici un sous-document inclus en utilisant la méthode 
33361 \family sans
33362 verbatim
33363 \family default
33364  : 
33365 \begin_inset CommandInset include
33366 LatexCommand verbatiminput
33367 filename "DocumentTexteBidon.txt"
33368
33369 \end_inset
33370
33371
33372 \begin_inset VSpace bigskip
33373 \end_inset
33374
33375 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33376  l'option 
33377 \family sans
33378 Marquer
33379 \begin_inset space ~
33380 \end_inset
33381
33382 les
33383 \begin_inset space ~
33384 \end_inset
33385
33386 espaces :
33387 \family default
33388  
33389 \begin_inset CommandInset include
33390 LatexCommand verbatiminput*
33391 filename "DocumentTexteBidon.txt"
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Standard
33399 \begin_inset VSpace bigskip
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \begin_layout Standard
33406 \begin_inset Note Greyedout
33407 status open
33408
33409 \begin_layout Plain Layout
33410
33411 \series bold
33412 Note:
33413 \series default
33414  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33415  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Description
33424 Listings Ce type d'inclusion est décrit dans le chapitre
33425 \begin_inset space ~
33426 \end_inset
33427
33428
33429 \begin_inset CommandInset ref
33430 LatexCommand ref
33431 reference "cha:Program-Code-Listings"
33432
33433 \end_inset
33434
33435 .
33436 \end_layout
33437
33438 \begin_layout Standard
33439 \begin_inset Note Greyedout
33440 status open
33441
33442 \begin_layout Plain Layout
33443
33444 \series bold
33445 Note:
33446 \series default
33447  Inclure le même document deux fois dans un même document peut poser des
33448  problèmes avec LaTeX.
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \begin_layout Chapter
33457 Listings de Code Source
33458 \begin_inset CommandInset label
33459 LatexCommand label
33460 name "cha:Program-Code-Listings"
33461
33462 \end_inset
33463
33464
33465 \begin_inset Index idx
33466 status collapsed
33467
33468 \begin_layout Plain Layout
33469 Listings
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \begin_inset Index idx
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479 Code Source
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \begin_inset Index idx
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489 Flottants ! Listings
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33499  un insert 
33500 \family sans
33501 Listings
33502 \family default
33503  qui peut être créé grâce au menu 
33504 \family sans
33505 Insérer
33506 \family default
33507 \SpecialChar \menuseparator
33508
33509 \family sans
33510 Listing
33511 \begin_inset space ~
33512 \end_inset
33513
33514 de
33515 \begin_inset space ~
33516 \end_inset
33517
33518 Code
33519 \begin_inset space ~
33520 \end_inset
33521
33522 Source
33523 \family default
33524 .
33525  Le paquetage LaTeX 
33526 \series bold
33527 listings
33528 \series default
33529
33530 \begin_inset Index idx
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534 Paquetages LaTeX ! listings
33535 \end_layout
33536
33537 \end_inset
33538
33539  fournit un moyen puissant et flexible d'insérer des listings de code source
33540  dans votre document.
33541  
33542 \end_layout
33543
33544 \begin_layout Standard
33545 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33546  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33547 \end_layout
33548
33549 \begin_layout Standard
33550 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33551  imprimée.
33552  L'option d'emplacement 
33553 \family sans
33554 Listing
33555 \begin_inset space ~
33556 \end_inset
33557
33558 en
33559 \begin_inset space ~
33560 \end_inset
33561
33562 Ligne
33563 \family default
33564  imprime le listing dans la ligne comme ceci : 
33565 \begin_inset listings
33566 lstparams "language={C++}"
33567 inline true
33568 status open
33569
33570 \begin_layout Plain Layout
33571
33572 int a=5;
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581 L'option 
33582 \family sans
33583 Flottant
33584 \family default
33585  crée un flottant de listing pour lequel vous pouvez préciser les options
33586  classiques d'emplacement : 
33587 \begin_inset Quotes eld
33588 \end_inset
33589
33590
33591 \family sans
33592 h
33593 \family default
33594
33595 \begin_inset Quotes erd
33596 \end_inset
33597
33598
33599 \begin_inset Quotes eld
33600 \end_inset
33601
33602
33603 \family sans
33604 t
33605 \family default
33606
33607 \begin_inset Quotes erd
33608 \end_inset
33609
33610
33611 \begin_inset Quotes eld
33612 \end_inset
33613
33614
33615 \family sans
33616 b
33617 \family default
33618
33619 \begin_inset Quotes erd
33620 \end_inset
33621
33622 , et 
33623 \begin_inset Quotes eld
33624 \end_inset
33625
33626
33627 \family sans
33628 p
33629 \family default
33630
33631 \begin_inset Quotes erd
33632 \end_inset
33633
33634  correspondant aux emplacement décrits dans la section
33635 \begin_inset space ~
33636 \end_inset
33637
33638
33639 \begin_inset CommandInset ref
33640 LatexCommand ref
33641 reference "sec:Placement-flottants"
33642
33643 \end_inset
33644
33645 .
33646  Les options de positionnement peuvent être mélangées et doivent être saisies
33647  sans séparation, par exemple, on peut taper 
33648 \begin_inset Quotes eld
33649 \end_inset
33650
33651
33652 \family sans
33653 htbp
33654 \family default
33655
33656 \begin_inset Quotes erd
33657 \end_inset
33658
33659 .
33660  L' option 
33661 \begin_inset Quotes eld
33662 \end_inset
33663
33664 h
33665 \begin_inset Quotes erd
33666 \end_inset
33667
33668  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33669  
33670 \family sans
33671 Flottant
33672 \family default
33673  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33674  légende et être référencés.
33675 \end_layout
33676
33677 \begin_layout Standard
33678 Vous pouvez ajouter une légende à un listing avec le menu 
33679 \family sans
33680 Insérer\SpecialChar \menuseparator
33681 Légende
33682 \family default
33683 .
33684  On peut référencer les listings de la même façon que les flottants :Voir
33685  le listing
33686 \begin_inset space ~
33687 \end_inset
33688
33689
33690 \begin_inset CommandInset ref
33691 LatexCommand ref
33692 reference "lst:Listing-exemple"
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \begin_layout Standard
33700 \begin_inset listings
33701 lstparams "language=Python"
33702 inline false
33703 status open
33704
33705 \begin_layout Plain Layout
33706
33707 \begin_inset Caption
33708
33709 \begin_layout Plain Layout
33710 \begin_inset CommandInset label
33711 LatexCommand label
33712 name "lst:Listing-exemple"
33713
33714 \end_inset
33715
33716 Exemple de listing flottant
33717 \end_layout
33718
33719 \end_inset
33720
33721 # Exemple de listing flottant
33722 \end_layout
33723
33724 \begin_layout Plain Layout
33725
33726 def func(param):
33727 \end_layout
33728
33729 \begin_layout Plain Layout
33730
33731     'ceci est une fonction python'
33732 \end_layout
33733
33734 \begin_layout Plain Layout
33735
33736     pass
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33746  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33747  de manière particulière dans la sortie imprimée.
33748  Dans l'exemple de listing, le mot clé Python 
33749 \begin_inset Quotes eld
33750 \end_inset
33751
33752 def
33753 \begin_inset Quotes erd
33754 \end_inset
33755
33756  est reconnu et imprimé en caractères gras dans la sortie.
33757 \end_layout
33758
33759 \begin_layout Standard
33760 \begin_inset Note Greyedout
33761 status open
33762
33763 \begin_layout Plain Layout
33764
33765 \series bold
33766 Note:
33767 \series default
33768  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
33769  une police de caractères à 
33770 \family typewriter
33771 chasse fixe
33772 \family default
33773 , c'est que votre police ne contient probablement pas de série grasse.
33774  Dans ce cas choisissez une police différente dans le menu 
33775 \family sans
33776 Document\SpecialChar \menuseparator
33777 Paramètres\SpecialChar \menuseparator
33778 Polices
33779 \family default
33780 .
33781  (Les polices 
33782 \emph on
33783 LuxiMono, BeraMono
33784 \emph default
33785  et 
33786 \emph on
33787 Courier
33788 \emph default
33789  contiennent une série grasse.)
33790 \end_layout
33791
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \begin_layout Standard
33798 Dans la rubrique 
33799 \family sans
33800 Numérotation
33801 \begin_inset space ~
33802 \end_inset
33803
33804 des
33805 \begin_inset space ~
33806 \end_inset
33807
33808 Lignes
33809 \family default
33810  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
33811 n des lignes.
33812  Vous pouvez mettre un nombre dans le champ 
33813 \family sans
33814 Pas
33815 \family default
33816  pour désigner les lignes qui seront numérotées.
33817  Par exemple, si vous mettez 
33818 \begin_inset Quotes eld
33819 \end_inset
33820
33821 3
33822 \begin_inset Quotes erd
33823 \end_inset
33824
33825 , seule une ligne sur trois sera numérotée.
33826 \end_layout
33827
33828 \begin_layout Standard
33829 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
33830  apparaîtront dans la sortie.
33831  Vous devez utiliser l'option 
33832 \family sans
33833 Table
33834 \begin_inset space ~
33835 \end_inset
33836
33837 de
33838 \begin_inset space ~
33839 \end_inset
33840
33841 Caractères
33842 \begin_inset space ~
33843 \end_inset
33844
33845 Étendue
33846 \family default
33847  quand vous employez des caractères spécifiques à une langue donnée comme
33848  les umlauts Allemands dans votre listing.
33849 \begin_inset Newline newline
33850 \end_inset
33851
33852 Voici un exemple de listing avec la numérotation des lignes à gauche par
33853  pas de 3, en langage Python, avec les options 
33854 \begin_inset Quotes eld
33855 \end_inset
33856
33857 Table
33858 \begin_inset space ~
33859 \end_inset
33860
33861 de
33862 \begin_inset space ~
33863 \end_inset
33864
33865 caractères
33866 \begin_inset space ~
33867 \end_inset
33868
33869 étendue
33870 \begin_inset Quotes erd
33871 \end_inset
33872
33873  et 
33874 \begin_inset Quotes eld
33875 \end_inset
33876
33877 Espace
33878 \begin_inset space ~
33879 \end_inset
33880
33881 représenté
33882 \begin_inset space ~
33883 \end_inset
33884
33885 par
33886 \begin_inset space ~
33887 \end_inset
33888
33889 un
33890 \begin_inset space ~
33891 \end_inset
33892
33893 symbole
33894 \begin_inset Quotes erd
33895 \end_inset
33896
33897 , l'intervalle de ligne étant 3
33898 \begin_inset space \thinspace{}
33899 \end_inset
33900
33901 -
33902 \begin_inset space \thinspace{}
33903 \end_inset
33904
33905 8:
33906 \end_layout
33907
33908 \begin_layout Standard
33909 \begin_inset listings
33910 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33911 inline false
33912 status open
33913
33914 \begin_layout Plain Layout
33915
33916 def func(param):
33917 \end_layout
33918
33919 \begin_layout Plain Layout
33920
33921     'ceci est une fonction Python'
33922 \end_layout
33923
33924 \begin_layout Plain Layout
33925
33926     pass
33927 \end_layout
33928
33929 \begin_layout Plain Layout
33930
33931 def func(param):
33932 \end_layout
33933
33934 \begin_layout Plain Layout
33935
33936 'Ça, c'est un mot Allemand : Tschüß'
33937 \end_layout
33938
33939 \begin_layout Plain Layout
33940
33941 pass
33942 \end_layout
33943
33944 \begin_layout Plain Layout
33945
33946 def func(param):
33947 \end_layout
33948
33949 \begin_layout Plain Layout
33950
33951 'ceci est une fonction Python'
33952 \end_layout
33953
33954 \begin_layout Plain Layout
33955
33956 pass
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 \begin_inset Note Greyedout
33966 status open
33967
33968 \begin_layout Plain Layout
33969
33970 \series bold
33971 Note:
33972 \series default
33973  À cause d'un bug dans le paquetage 
33974 \series bold
33975 listings
33976 \series default
33977  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
33978  listing.
33979  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
33980  les lignes 3 et 6.
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset VSpace bigskip
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
33997  listing.
33998  Pour le faire, il suffit d'utiliser le menu 
33999 \family sans
34000 Insérer\SpecialChar \menuseparator
34001 Fichier\SpecialChar \menuseparator
34002 Sous-document
34003 \family default
34004  et de choisir le type 
34005 \family sans
34006 Listing
34007 \family default
34008
34009 \begin_inset space ~
34010 \end_inset
34011
34012
34013 \family sans
34014 de
34015 \begin_inset space ~
34016 \end_inset
34017
34018 Code
34019 \begin_inset space ~
34020 \end_inset
34021
34022 source
34023 \family default
34024 .
34025 \begin_inset Foot
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029 Les autres types de sous-documents sont décrits dans la section
34030 \begin_inset space ~
34031 \end_inset
34032
34033
34034 \begin_inset CommandInset ref
34035 LatexCommand ref
34036 reference "sec:Sous-documents"
34037
34038 \end_inset
34039
34040 .
34041 \end_layout
34042
34043 \end_inset
34044
34045  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34046  à utiliser pour le listing dans une zone de texte.
34047  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34048  
34049 \begin_inset Quotes eld
34050 \end_inset
34051
34052 ?
34053 \begin_inset Quotes erd
34054 \end_inset
34055
34056  dans la zone de texte.
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Pour faire référence à un sous-document de type listing, tapez une étiquette
34061  dans le champ correspondant de la fenêtre de dialogue.
34062  On peut alors faire référence à cette étiquette en utilisant le menu 
34063 \family sans
34064 Insérer\SpecialChar \menuseparator
34065 Référence
34066 \begin_inset space ~
34067 \end_inset
34068
34069 Croisée
34070 \family default
34071 .
34072 \end_layout
34073
34074 \begin_layout Standard
34075 Le listing
34076 \begin_inset space ~
34077 \end_inset
34078
34079
34080 \begin_inset CommandInset ref
34081 LatexCommand ref
34082 reference "lst:listing-fichier"
34083
34084 \end_inset
34085
34086  est une exemple de listing issu d'un fichier ; ici les lignes 10
34087 \begin_inset space \thinspace{}
34088 \end_inset
34089
34090 -
34091 \begin_inset space \thinspace{}
34092 \end_inset
34093
34094 15 de ce fichier LyX sont listées.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 \begin_inset CommandInset include
34099 LatexCommand lstinputlisting
34100 filename "EmbeddedObjects.lyx"
34101 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \begin_inset VSpace bigskip
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Standard
34116 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34117  de dialogue 
34118 \family sans
34119 Document\SpecialChar \menuseparator
34120 Paramètres\SpecialChar \menuseparator
34121 Format
34122 \begin_inset space ~
34123 \end_inset
34124
34125 du
34126 \begin_inset space ~
34127 \end_inset
34128
34129 Texte
34130 \family default
34131 .
34132  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34133  
34134 \begin_inset Quotes eld
34135 \end_inset
34136
34137 ?
34138 \begin_inset Quotes erd
34139 \end_inset
34140
34141  dans le champ 
34142 \family sans
34143 Paramètres
34144 \begin_inset space ~
34145 \end_inset
34146
34147 du
34148 \begin_inset space ~
34149 \end_inset
34150
34151 Listing
34152 \family default
34153 .
34154 \end_layout
34155
34156 \begin_layout Standard
34157 Pour plus d'information sur le paquetage 
34158 \series bold
34159 listings
34160 \series default
34161 , nous vous renvoyons à sa documentation 
34162 \begin_inset CommandInset citation
34163 LatexCommand cite
34164 key "listings"
34165
34166 \end_inset
34167
34168 .
34169 \end_layout
34170
34171 \begin_layout Standard
34172 \begin_inset Newpage newpage
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Chapter
34179 \start_of_appendix
34180 Unités de longueur utilisables avec LyX
34181 \begin_inset Argument
34182 status collapsed
34183
34184 \begin_layout Plain Layout
34185 Unités de longueur
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \begin_inset Index idx
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 Unités
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \begin_inset CommandInset label
34202 LatexCommand label
34203 name "cha:Unités-de-longueur"
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \begin_layout Standard
34211 Pour comprendre les unités de longueur utilisées dans cette documentation,
34212  le tableau
34213 \begin_inset space ~
34214 \end_inset
34215
34216
34217 \begin_inset CommandInset ref
34218 LatexCommand ref
34219 reference "tab:Unités"
34220
34221 \end_inset
34222
34223 décrit les unités utilisées par LyX.
34224 \begin_inset Float table
34225 placement h
34226 wide false
34227 sideways false
34228 status open
34229
34230 \begin_layout Plain Layout
34231 \begin_inset Caption
34232
34233 \begin_layout Plain Layout
34234 \begin_inset CommandInset label
34235 LatexCommand label
34236 name "tab:Unités"
34237
34238 \end_inset
34239
34240 Unités de longueur
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Plain Layout
34249 \begin_inset VSpace medskip
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Plain Layout
34256 \align center
34257 \begin_inset Tabular
34258 <lyxtabular version="3" rows="20" columns="2">
34259 <features tabularvalignment="middle">
34260 <column alignment="center" valignment="top" width="0">
34261 <column alignment="center" valignment="top" width="0">
34262 <row>
34263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34264 \begin_inset Text
34265
34266 \begin_layout Plain Layout
34267 unité
34268 \end_layout
34269
34270 \end_inset
34271 </cell>
34272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34273 \begin_inset Text
34274
34275 \begin_layout Plain Layout
34276 nom/description
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 </row>
34282 <row>
34283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 mm
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296 millimètre
34297 \end_layout
34298
34299 \end_inset
34300 </cell>
34301 </row>
34302 <row>
34303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307 cm
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 centimètre
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 </row>
34322 <row>
34323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 in
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336 pouce (inch)
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 </row>
34342 <row>
34343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 pt
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356 point (72.27
34357 \begin_inset space \thinspace{}
34358 \end_inset
34359
34360 pt = 1
34361 \begin_inset space \thinspace{}
34362 \end_inset
34363
34364 in)
34365 \end_layout
34366
34367 \end_inset
34368 </cell>
34369 </row>
34370 <row>
34371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375 pc
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34381 \begin_inset Text
34382
34383 \begin_layout Plain Layout
34384 pica (1
34385 \begin_inset space \thinspace{}
34386 \end_inset
34387
34388 pc = 12
34389 \begin_inset space \thinspace{}
34390 \end_inset
34391
34392 pt)
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 </row>
34398 <row>
34399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34400 \begin_inset Text
34401
34402 \begin_layout Plain Layout
34403 sp
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34409 \begin_inset Text
34410
34411 \begin_layout Plain Layout
34412 scaled point (65536
34413 \begin_inset space \thinspace{}
34414 \end_inset
34415
34416 sp = 1
34417 \begin_inset space \thinspace{}
34418 \end_inset
34419
34420 pt)
34421 \end_layout
34422
34423 \end_inset
34424 </cell>
34425 </row>
34426 <row>
34427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 bp
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34437 \begin_inset Text
34438
34439 \begin_layout Plain Layout
34440 gros point (72
34441 \begin_inset space \thinspace{}
34442 \end_inset
34443
34444 bp = 1
34445 \begin_inset space \thinspace{}
34446 \end_inset
34447
34448 in)
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 </row>
34454 <row>
34455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34456 \begin_inset Text
34457
34458 \begin_layout Plain Layout
34459 dd
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 didot (72
34469 \begin_inset space \thinspace{}
34470 \end_inset
34471
34472 dd 
34473 \begin_inset Formula $\approx$
34474 \end_inset
34475
34476  37.6
34477 \begin_inset space \thinspace{}
34478 \end_inset
34479
34480 mm)
34481 \end_layout
34482
34483 \end_inset
34484 </cell>
34485 </row>
34486 <row>
34487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34488 \begin_inset Text
34489
34490 \begin_layout Plain Layout
34491 cc
34492 \end_layout
34493
34494 \end_inset
34495 </cell>
34496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34497 \begin_inset Text
34498
34499 \begin_layout Plain Layout
34500 cicero (1
34501 \begin_inset space \thinspace{}
34502 \end_inset
34503
34504 cc = 12
34505 \begin_inset space \thinspace{}
34506 \end_inset
34507
34508 dd)
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row>
34515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 Scale%
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 % de la largeur originale de l'image
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 </row>
34534 <row>
34535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539 text%
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 % de la largeur du texte
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 </row>
34554 <row>
34555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34556 \begin_inset Text
34557
34558 \begin_layout Plain Layout
34559 col%
34560 \end_layout
34561
34562 \end_inset
34563 </cell>
34564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568 % de la largeur de la colonne
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 </row>
34574 <row>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 page%
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34585 \begin_inset Text
34586
34587 \begin_layout Plain Layout
34588 % de la largeur du papier
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 </row>
34594 <row>
34595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 line%
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 % de la largeur de la ligne
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 </row>
34614 <row>
34615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619 theight%
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628 % la hauteur du texte
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 </row>
34634 <row>
34635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 pheight%
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34645 \begin_inset Text
34646
34647 \begin_layout Plain Layout
34648 % hauteur du papier
34649 \end_layout
34650
34651 \end_inset
34652 </cell>
34653 </row>
34654 <row>
34655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 ex
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668 hauteur de la lettre 
34669 \emph on
34670 x
34671 \emph default
34672  dans la police courante
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 </row>
34678 <row>
34679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683 em
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692 largeur de la lettre
34693 \emph on
34694  M
34695 \emph default
34696  dans la police courante
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 </row>
34702 <row>
34703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 mu
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34713 \begin_inset Text
34714
34715 \begin_layout Plain Layout
34716 unité mathématique (1
34717 \begin_inset space \thinspace{}
34718 \end_inset
34719
34720 mu = 1/18
34721 \begin_inset space \thinspace{}
34722 \end_inset
34723
34724 em)
34725 \end_layout
34726
34727 \end_inset
34728 </cell>
34729 </row>
34730 </lyxtabular>
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Chapter
34743 Formats des fichiers de sortie graphiques
34744 \begin_inset CommandInset label
34745 LatexCommand label
34746 name "cha:Formats-fichiers-graphiques"
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Section
34754 DVI
34755 \begin_inset Index idx
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 Formats de Fichiers! DVI
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \begin_inset Index idx
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769 DVI|see
34770 \begin_inset ERT
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774
34775 {
34776 \end_layout
34777
34778 \end_inset
34779
34780 Formats de Fichiers
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786 }
34787 \end_layout
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \end_inset
34795
34796
34797 \end_layout
34798
34799 \begin_layout Standard
34800 Ce type de fichiers a l'extension 
34801 \begin_inset Quotes fld
34802 \end_inset
34803
34804
34805 \family typewriter
34806 .dvi
34807 \family default
34808
34809 \begin_inset Quotes frd
34810 \end_inset
34811
34812 .
34813  Il est appelé 
34814 \emph on
34815 indépendant de l'appareil
34816 \emph default
34817  ou 
34818 \begin_inset Quotes fld
34819 \end_inset
34820
34821 device independent (DVI)
34822 \begin_inset Quotes frd
34823 \end_inset
34824
34825 , car il est complètement portable ; vous pouvez les recopier d'une machine
34826  à l'autre sans avoir à faire de conversion.
34827  À l'époque où ce format a été développé, c'était loin d'être évident.
34828  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
34829  étape préliminaire avant la conversion vers un autre format comme le PostScript.
34830 \end_layout
34831
34832 \begin_layout Standard
34833 \begin_inset Note Greyedout
34834 status open
34835
34836 \begin_layout Plain Layout
34837
34838 \series bold
34839 Note:
34840 \series default
34841  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
34842  au fichier.
34843  
34844 \end_layout
34845
34846 \end_inset
34847
34848  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
34849  
34850 \family typewriter
34851 .dvi
34852 \family default
34853 .
34854  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
34855 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
34856  pour les rendre visibles quand vous faites défiler votre document.
34857  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
34858  avec de nombreuses images.
34859 \end_layout
34860
34861 \begin_layout Standard
34862 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
34863  menu 
34864 \family sans
34865 Fichier\SpecialChar \menuseparator
34866 Exporter\SpecialChar \menuseparator
34867 DVI.
34868
34869 \family default
34870  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
34871 \family sans
34872 Visualiser
34873 \family default
34874  ou en utilisant le bouton
34875 \begin_inset Graphics
34876         filename ../../images/buffer-view_dvi.png
34877         scale 85
34878         scaleBeforeRotation
34879
34880 \end_inset
34881
34882  de la barre d'outils.
34883 \end_layout
34884
34885 \begin_layout Section
34886 PostScript
34887 \begin_inset CommandInset label
34888 LatexCommand label
34889 name "sec:PostScript"
34890
34891 \end_inset
34892
34893
34894 \begin_inset Index idx
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898 Formats de Fichiers ! PostScript
34899 \end_layout
34900
34901 \end_inset
34902
34903
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 PostScript|see
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914 {
34915 \end_layout
34916
34917 \end_inset
34918
34919 Formats de Fichiers
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925 }
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Standard
34939 Ce type de fichiers a l'extension 
34940 \begin_inset Quotes fld
34941 \end_inset
34942
34943
34944 \family typewriter
34945 .ps
34946 \family default
34947
34948 \begin_inset Quotes frd
34949 \end_inset
34950
34951 .
34952  PostScript a été développé par la société 
34953 \series bold
34954 Adobe
34955 \series default
34956  comme un langage pour les imprimantes.
34957  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
34958  pour imprimer le document.
34959  PostScript peut être considéré comme un 
34960 \begin_inset Quotes fld
34961 \end_inset
34962
34963 langage de programmation
34964 \begin_inset Quotes frd
34965 \end_inset
34966
34967  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
34968  images
34969 \begin_inset Foot
34970 status open
34971
34972 \begin_layout Plain Layout
34973 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
34974  LaTeX 
34975 \series bold
34976 pstricks
34977 \series default
34978
34979 \begin_inset CommandInset citation
34980 LatexCommand cite
34981 key "pstricks"
34982
34983 \end_inset
34984
34985 .
34986 \end_layout
34987
34988 \end_inset
34989
34990 .
34991  En partie à cause de toutes ces possibilités un fichier PostScript est
34992  souvent plus gros qu'un PDF.
34993 \end_layout
34994
34995 \begin_layout Standard
34996 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
34997  plus gros qu'un PDF.
34998 \end_layout
34999
35000 \begin_layout Standard
35001 PostScript ne peut contenir que des images au format 
35002 \begin_inset Quotes fld
35003 \end_inset
35004
35005 PostScript Encapsulé
35006 \begin_inset Quotes frd
35007 \end_inset
35008
35009  (encapsulated PostScript ou EPS, d'extension 
35010 \family typewriter
35011 .eps
35012 \family default
35013 ).
35014  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35015  il doit les convertir en interne en EPS.
35016  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35017  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35018  document.
35019  Cela risque de ralentir de façon importante votre rythme de travail.
35020  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35021  vos images directement en EPS pour éviter ce problème.
35022 \end_layout
35023
35024 \begin_layout Standard
35025 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35026  le menu 
35027 \family sans
35028 Fichier\SpecialChar \menuseparator
35029 Exporter\SpecialChar \menuseparator
35030 PostScript.
35031
35032 \family default
35033  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35034  
35035 \family sans
35036 Visualiser
35037 \family default
35038  ou en utilisant le bouton 
35039 \begin_inset Graphics
35040         filename ../../images/buffer-view_ps.png
35041         scale 85
35042         scaleBeforeRotation
35043
35044 \end_inset
35045
35046  de la barre d'outils.
35047 \end_layout
35048
35049 \begin_layout Section
35050 PDF
35051 \begin_inset Index idx
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 Formats de Fichiers ! PDF
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \begin_inset Index idx
35062 status collapsed
35063
35064 \begin_layout Plain Layout
35065 PDF
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 Ce type de fichiers a l'extension 
35075 \begin_inset Quotes fld
35076 \end_inset
35077
35078
35079 \family typewriter
35080 .pdf
35081 \family default
35082
35083 \begin_inset Quotes frd
35084 \end_inset
35085
35086 .
35087  Ce 
35088 \begin_inset Quotes fld
35089 \end_inset
35090
35091 format de document portable
35092 \begin_inset Quotes frd
35093 \end_inset
35094
35095  (portable document format ou PDF) est développé par 
35096 \family typewriter
35097 Adobe
35098 \family default
35099  comme une évolution de PostScript.
35100  Il est plus comprimé et utilise moins de commandes que PostScript.
35101  Comme son nom l'indique, il est 
35102 \begin_inset Quotes fld
35103 \end_inset
35104
35105 portable
35106 \begin_inset Quotes frd
35107 \end_inset
35108
35109  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35110  aura exactement le même aspect.
35111 \end_layout
35112
35113 \begin_layout Standard
35114 PDF peut contenir des images dans son propre format PDF et dans les formats
35115  JPG (format du 
35116 \begin_inset Quotes fld
35117 \end_inset
35118
35119 Joint Photographic Expert Group
35120 \begin_inset Quotes frd
35121 \end_inset
35122
35123  avec comme extension 
35124 \family typewriter
35125 .jpg
35126 \family default
35127  ou 
35128 \family typewriter
35129 .jpeg
35130 \family default
35131 ) et PNG (
35132 \begin_inset Quotes fld
35133 \end_inset
35134
35135 Portable Network Graphics
35136 \begin_inset Quotes frd
35137 \end_inset
35138
35139  avec l'extension 
35140 \family typewriter
35141 .png
35142 \family default
35143 ).
35144  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35145  dans un de ces formats.
35146  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35147  vont ralentir votre travail.
35148  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35149 \end_layout
35150
35151 \begin_layout Standard
35152 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35153  menu 
35154 \family sans
35155 Fichier\SpecialChar \menuseparator
35156 Exporter 
35157 \family default
35158 de trois façons différentes:
35159 \end_layout
35160
35161 \begin_layout Description
35162 PDF
35163 \begin_inset space ~
35164 \end_inset
35165
35166 (ps2pdf) Ceci utilise le programme 
35167 \family typewriter
35168 ps2pdf
35169 \family default
35170  qui créé un PDF à partir de la version PostScript de votre fichier.
35171  Cette dernière est produite par le programme 
35172 \family typewriter
35173 dvips
35174 \family default
35175  qui utilise une version DVI comme étape intermédiaire.
35176  Cette variante consiste donc en trois conversions.
35177 \end_layout
35178
35179 \begin_layout Description
35180 PDF
35181 \begin_inset space ~
35182 \end_inset
35183
35184 (dvipdfm) Ceci utilise le programme 
35185 \family typewriter
35186 dvipdfm
35187 \family default
35188  qui convertit votre fichier en DVI avant de le convertir en PDF.
35189 \end_layout
35190
35191 \begin_layout Description
35192 PDF
35193 \begin_inset space ~
35194 \end_inset
35195
35196 (pdflatex) Ceci utilise le programme 
35197 \family typewriter
35198 pdftex
35199 \family default
35200  qui convertit directement votre fichier en PDF.
35201 \end_layout
35202
35203 \begin_layout Standard
35204 Nous recommandons d'utiliser l'option 
35205 \family sans
35206 PDF
35207 \begin_inset space ~
35208 \end_inset
35209
35210 (pdflatex)
35211 \family default
35212  car 
35213 \family typewriter
35214 pdftex
35215 \family default
35216  accepte toutes les fonctionnalités des versions actuelles de PDF.
35217  Il est en plus rapide et stable.
35218  Le programme 
35219 \family typewriter
35220 dvipdfm
35221 \family default
35222  n'est plus développé est est donc un peu dépassé.
35223 \end_layout
35224
35225 \begin_layout Standard
35226
35227 \end_layout
35228
35229 \begin_layout Standard
35230 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35231 \family sans
35232 Visualiser
35233 \family default
35234  ou en utilisant le bouton 
35235 \begin_inset Graphics
35236         filename ../../images/buffer-view_pdf2.png
35237         scale 85
35238         scaleBeforeRotation
35239
35240 \end_inset
35241
35242  de la barre d'outils
35243 \family sans
35244  (
35245 \family default
35246 qui utilise 
35247 \family sans
35248 PDF
35249 \begin_inset space ~
35250 \end_inset
35251
35252 (pdflatex)
35253 \family default
35254 ).
35255 \end_layout
35256
35257 \begin_layout Chapter
35258 Explication de l' Équation
35259 \begin_inset space ~
35260 \end_inset
35261
35262
35263 \begin_inset CommandInset ref
35264 LatexCommand eqref
35265 reference "eq:Wgn"
35266
35267 \end_inset
35268
35269
35270 \begin_inset CommandInset label
35271 LatexCommand label
35272 name "cha:Explication-de-l'Equation"
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 La largeur totale de 
35281 \emph on
35282 n
35283 \emph default
35284  cellules de tableau 
35285 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35286 \end_inset
35287
35288  peut être calculée avec
35289 \end_layout
35290
35291 \begin_layout Standard
35292 \begin_inset Formula \begin{equation}
35293 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}
35294
35295 \end_inset
35296
35297
35298 \end_layout
35299
35300 \begin_layout Standard
35301 Où 
35302 \begin_inset Formula $W_{g\, n}$
35303 \end_inset
35304
35305  est la largeur fixe de toutes les cellules.
35306  
35307 \series bold
35308
35309 \backslash
35310 tabcolsep
35311 \series default
35312  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35313  sa valeur implicite est 6
35314 \begin_inset space \thinspace{}
35315 \end_inset
35316
35317 pt.
35318  
35319 \series bold
35320
35321 \backslash
35322 arrayrulewidth
35323 \series default
35324  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35325 \begin_inset space \thinspace{}
35326 \end_inset
35327
35328 pt.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 D'après l'équation
35333 \begin_inset space ~
35334 \end_inset
35335
35336
35337 \begin_inset CommandInset ref
35338 LatexCommand eqref
35339 reference "eq:Wtot_n"
35340
35341 \end_inset
35342
35343 , la largeur totale d'une multicolonne, 
35344 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35345 \end_inset
35346
35347  est
35348 \end_layout
35349
35350 \begin_layout Standard
35351 \begin_inset Formula \begin{equation}
35352 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
35353
35354 \end_inset
35355
35356
35357 \end_layout
35358
35359 \begin_layout Standard
35360 En posant que les équations 
35361 \begin_inset space ~
35362 \end_inset
35363
35364
35365 \begin_inset CommandInset ref
35366 LatexCommand eqref
35367 reference "eq:Wtot_n"
35368
35369 \end_inset
35370
35371  et 
35372 \begin_inset CommandInset ref
35373 LatexCommand eqref
35374 reference "eq:Wtot_mult"
35375
35376 \end_inset
35377
35378  sont égales, on peut calculer la largeur nécessaire 
35379 \begin_inset Formula $W_{g\, n}$
35380 \end_inset
35381
35382  quand 
35383 \emph on
35384 n
35385 \emph default
35386  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35387  de 
35388 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35389 \end_inset
35390
35391 :
35392 \end_layout
35393
35394 \begin_layout Standard
35395 \begin_inset Formula \begin{equation}
35396 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \begin_layout Bibliography
35404 \labelwidthstring Bibliographie
35405 \begin_inset CommandInset bibitem
35406 LatexCommand bibitem
35407 key "latexcompanion"
35408
35409 \end_inset
35410
35411 Frank Mittelbach and Michel Goossens: 
35412 \emph on
35413 The LaTeX Companion Second Edition.
35414
35415 \emph default
35416  Addison-Wesley, 2004
35417 \end_layout
35418
35419 \begin_layout Bibliography
35420 \labelwidthstring Bibliographie
35421 \begin_inset CommandInset bibitem
35422 LatexCommand bibitem
35423 key "latexguide"
35424
35425 \end_inset
35426
35427 Helmut Kopka and Patrick W.
35428  Daly: 
35429 \emph on
35430 A Guide to LaTeX Fourth Edition.
35431
35432 \emph default
35433  Addison-Wesley, 2003
35434 \end_layout
35435
35436 \begin_layout Bibliography
35437 \labelwidthstring Bibliographie
35438 \begin_inset CommandInset bibitem
35439 LatexCommand bibitem
35440 key "latexbook"
35441
35442 \end_inset
35443
35444 Leslie Lamport: 
35445 \emph on
35446 LaTeX: A Document Preparation System.
35447
35448 \emph default
35449  Addison-Wesley, second edition, 1994
35450 \end_layout
35451
35452 \begin_layout Bibliography
35453 \labelwidthstring Bibliographie
35454 \begin_inset CommandInset bibitem
35455 LatexCommand bibitem
35456 key "booktabs"
35457
35458 \end_inset
35459
35460 Documentation du paquetage LaTeX 
35461 \series bold
35462
35463 \begin_inset CommandInset href
35464 LatexCommand href
35465 name "booktabs"
35466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35467
35468 \end_inset
35469
35470
35471 \series default
35472
35473 \begin_inset Index idx
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 Paquetages LaTeX ! booktabs
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Bibliography
35486 \labelwidthstring Bibliographie
35487 \begin_inset CommandInset bibitem
35488 LatexCommand bibitem
35489 key "caption"
35490
35491 \end_inset
35492
35493 Documentation du paquetage LaTeX 
35494 \series bold
35495
35496 \begin_inset CommandInset href
35497 LatexCommand href
35498 name "caption"
35499 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35500
35501 \end_inset
35502
35503
35504 \series default
35505
35506 \begin_inset Index idx
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510 Paquetages LaTeX ! caption
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Bibliography
35519 \labelwidthstring Bibliographie
35520 \begin_inset CommandInset bibitem
35521 LatexCommand bibitem
35522 key "endfloat"
35523
35524 \end_inset
35525
35526 Documentation du paquetage LaTeX 
35527 \series bold
35528
35529 \begin_inset CommandInset href
35530 LatexCommand href
35531 name "endfloat"
35532 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35533
35534 \end_inset
35535
35536
35537 \series default
35538
35539 \begin_inset Index idx
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543 Paquetages LaTeX ! endfloat
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \end_layout
35550
35551 \begin_layout Bibliography
35552 \labelwidthstring Bibliographie
35553 \begin_inset CommandInset bibitem
35554 LatexCommand bibitem
35555 key "wrapfig"
35556
35557 \end_inset
35558
35559 Documentation du paquetage LaTeX 
35560 \series bold
35561
35562 \begin_inset CommandInset href
35563 LatexCommand href
35564 name "wrapfig"
35565 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35566
35567 \end_inset
35568
35569
35570 \series default
35571
35572 \begin_inset Index idx
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576 Paquetages LaTeX ! wrapfig
35577 \begin_inset ERT
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581
35582
35583 \backslash
35584 vspace{4mm}
35585 \end_layout
35586
35587 \end_inset
35588
35589
35590 \end_layout
35591
35592 \end_inset
35593
35594
35595 \end_layout
35596
35597 \begin_layout Bibliography
35598 \labelwidthstring Bibliographie
35599 \begin_inset CommandInset bibitem
35600 LatexCommand bibitem
35601 key "footmisc"
35602
35603 \end_inset
35604
35605 Documentation du paquetage LaTeX 
35606 \series bold
35607
35608 \begin_inset CommandInset href
35609 LatexCommand href
35610 name "footmisc"
35611 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35612
35613 \end_inset
35614
35615
35616 \series default
35617
35618 \begin_inset Index idx
35619 status collapsed
35620
35621 \begin_layout Plain Layout
35622 Paquetages LaTeX ! footmisc
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Bibliography
35631 \labelwidthstring Bibliographie
35632 \begin_inset CommandInset bibitem
35633 LatexCommand bibitem
35634 key "hypcap"
35635
35636 \end_inset
35637
35638 Documentation du paquetage LaTeX 
35639 \series bold
35640
35641 \begin_inset CommandInset href
35642 LatexCommand href
35643 name "hypcap"
35644 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35645
35646 \end_inset
35647
35648
35649 \series default
35650
35651 \begin_inset Index idx
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655 Paquetages LaTeX ! hyperref
35656 \end_layout
35657
35658 \end_inset
35659
35660
35661 \end_layout
35662
35663 \begin_layout Bibliography
35664 \labelwidthstring Bibliographie
35665 \begin_inset CommandInset bibitem
35666 LatexCommand bibitem
35667 key "hyperref"
35668
35669 \end_inset
35670
35671 Documentation du paquetage LaTeX 
35672 \series bold
35673
35674 \begin_inset CommandInset href
35675 LatexCommand href
35676 name "hyperref"
35677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35678
35679 \end_inset
35680
35681
35682 \series default
35683
35684 \begin_inset Index idx
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688 Paquetages LaTeX ! hyperref
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \end_layout
35695
35696 \begin_layout Bibliography
35697 \labelwidthstring Bibliographie
35698 \begin_inset CommandInset bibitem
35699 LatexCommand bibitem
35700 key "KOMA-Script"
35701
35702 \end_inset
35703
35704 Documentation du paquetage LaTeX 
35705 \series bold
35706
35707 \begin_inset CommandInset href
35708 LatexCommand href
35709 name "KOMA-Script"
35710 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35711
35712 \end_inset
35713
35714
35715 \series default
35716
35717 \begin_inset Index idx
35718 status collapsed
35719
35720 \begin_layout Plain Layout
35721 Paquetages LaTeX ! KOMA-Script
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Bibliography
35730 \labelwidthstring Bibliographie
35731 \begin_inset CommandInset bibitem
35732 LatexCommand bibitem
35733 key "listings"
35734
35735 \end_inset
35736
35737 Documentation du paquetage LaTeX 
35738 \series bold
35739
35740 \begin_inset CommandInset href
35741 LatexCommand href
35742 name "listings"
35743 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35744
35745 \end_inset
35746
35747
35748 \series default
35749
35750 \begin_inset Index idx
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754 Paquetages LaTeX ! listings
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Bibliography
35763 \labelwidthstring Bibliographie
35764 \begin_inset CommandInset bibitem
35765 LatexCommand bibitem
35766 key "marginnote"
35767
35768 \end_inset
35769
35770 Documentation du paquetage LaTeX 
35771 \series bold
35772
35773 \begin_inset CommandInset href
35774 LatexCommand href
35775 name "marginnote"
35776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35777
35778 \end_inset
35779
35780
35781 \series default
35782
35783 \begin_inset Index idx
35784 status collapsed
35785
35786 \begin_layout Plain Layout
35787 Paquetages LaTeX ! marginnote
35788 \end_layout
35789
35790 \end_inset
35791
35792
35793 \end_layout
35794
35795 \begin_layout Bibliography
35796 \labelwidthstring Bibliographie
35797 \begin_inset CommandInset bibitem
35798 LatexCommand bibitem
35799 key "pstricks"
35800
35801 \end_inset
35802
35803 Page Web du paquetage LaTeX 
35804 \series bold
35805
35806 \begin_inset CommandInset href
35807 LatexCommand href
35808 name "PSTricks"
35809 target "http://tug.org/PSTricks/"
35810
35811 \end_inset
35812
35813
35814 \series default
35815
35816 \begin_inset Index idx
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820 Paquetages LaTeX ! PSTricks
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Bibliography
35829 \labelwidthstring Bibliographie
35830 \begin_inset CommandInset bibitem
35831 LatexCommand bibitem
35832 key "sidecap"
35833
35834 \end_inset
35835
35836 Documentation du paquetage LaTeX 
35837 \series bold
35838
35839 \begin_inset CommandInset href
35840 LatexCommand href
35841 name "sidecap"
35842 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35843
35844 \end_inset
35845
35846
35847 \series default
35848
35849 \begin_inset Index idx
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853 Paquetages LaTeX ! sidecap
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Bibliography
35862 \labelwidthstring Bibliographie
35863 \begin_inset CommandInset bibitem
35864 LatexCommand bibitem
35865 key "prettyref"
35866
35867 \end_inset
35868
35869 Documentation du paquetage LaTeX
35870 \series bold
35871  
35872 \begin_inset CommandInset href
35873 LatexCommand href
35874 name "prettyref"
35875 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35876
35877 \end_inset
35878
35879
35880 \series default
35881
35882 \begin_inset Index idx
35883 status collapsed
35884
35885 \begin_layout Plain Layout
35886 Paquetages LaTeX ! prettyref
35887 \end_layout
35888
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \begin_layout Bibliography
35895 \labelwidthstring Bibliographie
35896 \begin_inset CommandInset bibitem
35897 LatexCommand bibitem
35898 key "NewInLyX16"
35899
35900 \end_inset
35901
35902
35903 \begin_inset CommandInset href
35904 LatexCommand href
35905 name "Page Wiki"
35906 target "http://wiki.lyx.org/LyX/NewInLyX16"
35907
35908 \end_inset
35909
35910  au sujet des nouveautés de 
35911 \family sans
35912 LyX 1.6.0
35913 \family default
35914 .
35915 \end_layout
35916
35917 \begin_layout Standard
35918 \begin_inset CommandInset index_print
35919 LatexCommand printindex
35920 type "idx"
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Standard
35928 \begin_inset FloatList figure
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \begin_layout Standard
35936 \begin_inset FloatList table
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Standard
35944 \begin_inset ERT
35945 status open
35946
35947 \begin_layout Plain Layout
35948
35949
35950 \backslash
35951 listof{algorithm}{Liste des Algorithmes}
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \begin_inset Note Note
35958 status collapsed
35959
35960 \begin_layout Plain Layout
35961 voir la section
35962 \begin_inset space ~
35963 \end_inset
35964
35965
35966 \begin_inset CommandInset ref
35967 LatexCommand ref
35968 reference "sub:Flottant-d'Algorithme"
35969
35970 \end_inset
35971
35972  pour une description
35973 \end_layout
35974
35975 \end_inset
35976
35977
35978 \end_layout
35979
35980 \end_body
35981 \end_document