]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe the support for \makebox
[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
126 % ------------------------------------
127 % used to check for needed LaTeX packages
128 \usepackage{ifthen}
129
130 % check for package arydshln
131 % used for tables with dashed lines
132 \newboolean{arydshln}
133 \IfFileExists{arydshln.sty}
134  {\usepackage{arydshln}
135   \setboolean{arydshln}{true}}
136  {\setboolean{arydshln}{false}}
137
138 % check for package marginnote
139 % used for margin notes
140 \newboolean{marginnote}
141 \IfFileExists{marginnote.sty}
142  {\usepackage{marginnote}
143   \let\marginpar\marginnote
144   \setboolean{marginnote}{true}}
145  {\setboolean{marginnote}{false}}
146
147 % check for package sidecap
148 % used for captions on the side
149 \newboolean{sidecap}
150 \IfFileExists{sidecap.sty}
151  {\usepackage{sidecap}
152   \setboolean{sidecap}{true}}
153  {\setboolean{sidecap}{false}}
154
155 % redefine the \LyX macro for PDF bookmarks
156 \def\LyX{\texorpdfstring{%
157   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
158   {LyX}}
159
160 % use normal list environments also in French documents
161 \StandardLayout
162 \end_preamble
163 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
164 \use_default_options false
165 \maintain_unincluded_children false
166 \language french
167 \inputencoding auto
168 \fontencoding global
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \use_xetex false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \default_output_format default
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
188 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \use_mhchem 1
206 \use_mathdots 1
207 \cite_engine basic
208 \use_bibtopic false
209 \use_indices false
210 \paperorientation portrait
211 \suppress_date false
212 \notefontcolor #0000ff
213 \index Index
214 \shortcut idx
215 \color #008000
216 \end_index
217 \secnumdepth 3
218 \tocdepth 3
219 \paragraph_separation skip
220 \defskip medskip
221 \quotes_language french
222 \papercolumns 1
223 \papersides 2
224 \paperpagestyle default
225 \bullet 1 1 34 -1
226 \bullet 2 2 35 -1
227 \bullet 3 2 7 -1
228 \tracking_changes false
229 \output_changes false
230 \html_math_output 0
231 \html_be_strict false
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
238  les Boîtes et les Objets Externes de LyX
239 \end_layout
240
241 \begin_layout Author
242 par l'Équipe LyX
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
249  de la documentation de LyX: 
250 \begin_inset CommandInset href
251 LatexCommand href
252 name "lyx-docs@lists.lyx.org"
253 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
254 type "mailto:"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 auteur original : Uwe Stöhr
269 \end_layout
270
271 \begin_layout Plain Layout
272 Traduction française : Siegfried Meunier-Guttin-Cluzel
273 \end_layout
274
275 \begin_layout Plain Layout
276 version 1.6.x janvier 2010
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status collapsed
306
307 \begin_layout Plain Layout
308 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
309  
310 \begin_inset Quotes fld
311 \end_inset
312
313 Visionner
314 \begin_inset Quotes frd
315 \end_inset
316
317  ou 
318 \begin_inset Quotes fld
319 \end_inset
320
321 Exporter
322 \begin_inset Quotes frd
323 \end_inset
324
325  en PDF ne fonctionnera pas du fait d'un conflit entre 
326 \family typewriter
327 varioref/hyperref
328 \family default
329  et le caractère 
330 \begin_inset Quotes fld
331 \end_inset
332
333 :
334 \begin_inset Quotes frd
335 \end_inset
336
337  apparaissant dans certaines étiquettes.
338  Pour résoudre ce problème, vous pouvez:
339 \end_layout
340
341 \begin_layout Itemize
342 soit désactiver 
343 \family typewriter
344 hyperref
345 \family default
346  dans le menu 
347 \family sans
348 Document\SpecialChar \menuseparator
349 Paramètres\SpecialChar \menuseparator
350 Propriété PDF
351 \family default
352 ;
353 \end_layout
354
355 \begin_layout Itemize
356 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
357 \begin_inset Newline newline
358 \end_inset
359
360
361 \series bold
362 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
363 \series default
364 ;
365 \end_layout
366
367 \begin_layout Itemize
368 soit mettre à jour votre distribution (en installant par exemple au moins
369  TeXLive 2008)
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Note Note
376 status collapsed
377
378 \begin_layout Plain Layout
379 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
380  
381 \series bold
382 arydshln
383 \series default
384
385 \series bold
386 colortbl
387 \series default
388
389 \series bold
390 marginnote
391 \series default
392 , et 
393 \series bold
394 sidecap
395 \series default
396  doivent être installés.
397  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
398  les sections qui nécessitent les paquetages en question n'apparaîtront
399  pas sur la sortie.
400 \end_layout
401
402 \begin_layout Plain Layout
403 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
404 \begin_inset Newline newline
405 \end_inset
406
407
408 \series bold
409 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Chapter
418 Figures
419 \begin_inset Index idx
420 status collapsed
421
422 \begin_layout Plain Layout
423 Figures
424 \end_layout
425
426 \end_inset
427
428
429 \begin_inset Index idx
430 status collapsed
431
432 \begin_layout Plain Layout
433 Graphiques|see
434 \begin_inset ERT
435 status collapsed
436
437 \begin_layout Plain Layout
438
439 {
440 \end_layout
441
442 \end_inset
443
444 Figures
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450 }
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \end_inset
459
460
461 \end_layout
462
463 \begin_layout Section
464 La fenêtre de dialogue Graphique
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Figures ! Fenêtre de dialogue Graphique
470 \end_layout
471
472 \end_inset
473
474
475 \begin_inset CommandInset label
476 LatexCommand label
477 name "sec:Graphics-Dialog"
478
479 \end_inset
480
481
482 \end_layout
483
484 \begin_layout Standard
485 Pour placer une figure dans votre document, cliquez sur le bouton
486 \begin_inset Graphics
487         filename ../../images/dialog-show-new-inset_graphics.png
488         scale 85
489         scaleBeforeRotation
490
491 \end_inset
492
493  dans la barre d'outils, ou faites 
494 \family sans
495 Insérer\SpecialChar \menuseparator
496 Graphique
497 \family default
498 .
499  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
500  à charger.
501  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
502  dans le texte.
503 \end_layout
504
505 \begin_layout Standard
506 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
507  sur une image
508 \begin_inset Note Note
509 status collapsed
510
511 \begin_layout Plain Layout
512 Ça marche aussi avec le bouton gauche ! (NdT)
513 \end_layout
514
515 \end_inset
516
517 .
518  Cette fenêtre de dialogue possède trois onglets:
519 \end_layout
520
521 \begin_layout Description
522 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
523  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
524  Les unités de longueurs utilisées sont décrites dans l'appendice
525 \begin_inset space ~
526 \end_inset
527
528
529 \begin_inset CommandInset ref
530 LatexCommand ref
531 reference "cha:Unités-de-longueur"
532
533 \end_inset
534
535 .
536 \begin_inset Newline newline
537 \end_inset
538
539
540 \begin_inset Index idx
541 status collapsed
542
543 \begin_layout Plain Layout
544 Figures ! Pivotées
545 \end_layout
546
547 \end_inset
548
549 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
550  d'une montre, en donnant l'angle de rotation et la position du pivot.
551  L'image apparaîtra pivotée dans LyX.
552 \begin_inset Newline newline
553 \end_inset
554
555
556 \begin_inset Index idx
557 status collapsed
558
559 \begin_layout Plain Layout
560 Figures ! Redimensionnées
561 \end_layout
562
563 \end_inset
564
565 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
566  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
567  sa largeur.
568  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
569  déterminée automatiquement.
570  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
571  éventuellement une distorsion.
572  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
573  
574 \family sans
575 Conserver
576 \begin_inset space ~
577 \end_inset
578
579 les
580 \begin_inset space ~
581 \end_inset
582
583 proportions
584 \family default
585 .
586  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
587  pas les valeurs fixées.
588  
589 \begin_inset Newline newline
590 \end_inset
591
592 Les images peuvent être modifiée en utilisant le programme de votre choix
593  en faisant un clic droit dessus et en choisissant 
594 \family sans
595 Éditer le fichier ailleurs
596 \family default
597  dans le menu contextuel qui apparaît.
598  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
599  
600 \family sans
601 Formats
602 \begin_inset space ~
603 \end_inset
604
605 de
606 \begin_inset space ~
607 \end_inset
608
609 fichiers
610 \family default
611  dans la fenêtre de dialogue de 
612 \family sans
613 Préférences
614 \family default
615  de LyX.
616 \end_layout
617
618 \begin_layout Description
619 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
620  la sortie finale est de modifier les coordonnées de la zone de l'image
621  qui est affichée.
622  Cette zone peut être calculée automatiquement à partir des données présentes
623  dans le fichier en appuyant sur le bouton 
624 \family sans
625 Valeurs
626 \begin_inset space ~
627 \end_inset
628
629 du
630 \begin_inset space ~
631 \end_inset
632
633 Fichier
634 \family default
635 .
636  Avec l'option 
637 \family sans
638 Couper
639 \begin_inset space ~
640 \end_inset
641
642 à
643 \begin_inset space ~
644 \end_inset
645
646 la
647 \begin_inset space ~
648 \end_inset
649
650 boîte
651 \begin_inset space ~
652 \end_inset
653
654 de
655 \begin_inset space ~
656 \end_inset
657
658 délimitation, 
659 \family default
660 seule la portion de l'image qui est dans la zone définie sera imprimée.
661  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
662  donc vous pouvez ignorer l'onglet 
663 \family sans
664 Rogner
665 \family default
666 .
667 \end_layout
668
669 \begin_layout Description
670
671 \family sans
672 Options
673 \begin_inset space ~
674 \end_inset
675
676 LaTeX
677 \begin_inset space ~
678 \end_inset
679
680 et
681 \begin_inset space ~
682 \end_inset
683
684 LyX
685 \family default
686  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
687  les experts ès-LaTeX pourront fournir des options supplémentaires pour
688  LaTeX
689 \begin_inset Newline newline
690 \end_inset
691
692 L'option 
693 \family sans
694 Mode brouillon
695 \family default
696  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
697  avec la taille de l'image.
698 \begin_inset Newline newline
699 \end_inset
700
701 L'option 
702 \family sans
703 Ne
704 \begin_inset space ~
705 \end_inset
706
707 pas
708 \begin_inset space ~
709 \end_inset
710
711 décompresser
712 \begin_inset space ~
713 \end_inset
714
715 à
716 \begin_inset space ~
717 \end_inset
718
719 l'exportation
720 \family default
721  n'affectera que les graphiques EPS zippés, par exemple 
722 \family typewriter
723 x.eps.gz
724 \family default
725 .
726  Quand cette option est activée, les images ne sont pas décompressées à
727  l'exportation, vu que LaTeX peut les traiter telles-quelles
728 \begin_inset Newline newline
729 \end_inset
730
731 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
732  disques quand on utilise PostScript comme format de sortie, voir l'appendice
733 \begin_inset space ~
734 \end_inset
735
736
737 \begin_inset CommandInset ref
738 LatexCommand ref
739 reference "sec:PostScript"
740
741 \end_inset
742
743 .
744  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
745  terminal UNIX ou une console Windows:
746 \begin_inset Newline newline
747 \end_inset
748
749
750 \series bold
751 gzip x.eps
752 \series default
753
754 \begin_inset Newline newline
755 \end_inset
756
757
758 \series bold
759 zgrep %%Bounding x.eps.gz > x.eps.bb
760 \series default
761
762 \begin_inset Newline newline
763 \end_inset
764
765 La seconde commande va créer le fichier contenant la description de la boîte
766  de délimitation 
767 \begin_inset Quotes eld
768 \end_inset
769
770
771 \family typewriter
772 x.eps.bb
773 \family default
774
775 \begin_inset Quotes erd
776 \end_inset
777
778  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
779 \begin_inset Newline newline
780 \end_inset
781
782 Le champ 
783 \family sans
784 Initialiser
785 \begin_inset space ~
786 \end_inset
787
788 le
789 \begin_inset space ~
790 \end_inset
791
792 nom
793 \begin_inset space ~
794 \end_inset
795
796 du
797 \begin_inset space ~
798 \end_inset
799
800 groupe
801 \family default
802  vous permet de définir ou de choisir un groupe de paramètres d'image
803 \begin_inset Index idx
804 status collapsed
805
806 \begin_layout Plain Layout
807 Figures ! Groupes de paramétrisation
808 \end_layout
809
810 \end_inset
811
812 .
813  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
814  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
815  les autres soient automatiquement modifiées de la même manière.
816  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
817  avoir à modifier leur taille manuellement une par une.
818  On peut rattacher une image à un groupe existant en utilisant le menu contextue
819 l de l'image et en cochant le nom du groupe dans la liste
820 \begin_inset Foot
821 status collapsed
822
823 \begin_layout Plain Layout
824 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
825 \end_layout
826
827 \end_inset
828
829 .
830 \end_layout
831
832 \begin_layout Standard
833 \begin_inset VSpace bigskip
834 \end_inset
835
836
837 \end_layout
838
839 \begin_layout Standard
840 Voici un exemple d'image au format EPS
841 \begin_inset Foot
842 status collapsed
843
844 \begin_layout Plain Layout
845 Les format d'images sont décrits dans la section
846 \begin_inset space ~
847 \end_inset
848
849
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "sec:Image-Formats"
853
854 \end_inset
855
856 .
857 \end_layout
858
859 \end_inset
860
861  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
862 nt:
863 \end_layout
864
865 \begin_layout Standard
866 \align center
867 \begin_inset Graphics
868         filename ../clipart/mobius.eps
869         scale 70
870         scaleBeforeRotation
871         rotateOrigin center
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Standard
879 Et voici la même image mais en mode brouillon:
880 \end_layout
881
882 \begin_layout Standard
883 \align center
884 \begin_inset Graphics
885         filename ../clipart/mobius.eps
886         scale 70
887         draft
888         scaleBeforeRotation
889         rotateOrigin center
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Section
897 Figures Flottantes
898 \begin_inset CommandInset label
899 LatexCommand label
900 name "sec:Figure-Floats"
901
902 \end_inset
903
904
905 \begin_inset Index idx
906 status collapsed
907
908 \begin_layout Plain Layout
909 Flottants ! Figures
910 \end_layout
911
912 \end_inset
913
914
915 \begin_inset Index idx
916 status collapsed
917
918 \begin_layout Plain Layout
919 Figures ! Flottants
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Standard
928 Pour des explications d'ordre général concernant les flottants, jetez un
929  coup d'œil à la section
930 \begin_inset space ~
931 \end_inset
932
933
934 \begin_inset CommandInset ref
935 LatexCommand ref
936 reference "sec:Flottants-Introduction"
937
938 \end_inset
939
940 .
941 \end_layout
942
943 \begin_layout Standard
944 Le bouton 
945 \begin_inset Graphics
946         filename ../../images/float-insert_figure.png
947         scale 85
948         scaleBeforeRotation
949
950 \end_inset
951
952  de la barre d'outils et le menu 
953 \family sans
954 Insérer\SpecialChar \menuseparator
955 Flottant\SpecialChar \menuseparator
956 Figure
957 \family default
958  insèrent un flottant avec l'étiquette 
959 \begin_inset Quotes eld
960 \end_inset
961
962
963 \series bold
964 Figure
965 \begin_inset space ~
966 \end_inset
967
968 #:
969 \series default
970
971 \begin_inset Quotes erd
972 \end_inset
973
974  (# est le numéro réel de l'image).
975  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
976 \begin_inset space ~
977 \end_inset
978
979
980 \begin_inset CommandInset ref
981 LatexCommand ref
982 reference "fig:kill-plat"
983
984 \end_inset
985
986  ou en dessous de la légende comme pour la Figure
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997 .
998  Vous trouverez plus d'information sur le positionnement des légendes dans
999  la section
1000 \begin_inset space ~
1001 \end_inset
1002
1003
1004 \begin_inset CommandInset ref
1005 LatexCommand ref
1006 reference "sec:Placement-légende"
1007
1008 \end_inset
1009
1010 .
1011 \end_layout
1012
1013 \begin_layout Standard
1014 \begin_inset Float figure
1015 wide false
1016 sideways false
1017 status open
1018
1019 \begin_layout Plain Layout
1020 \align center
1021 \begin_inset Graphics
1022         filename ../clipart/platypus.eps
1023         width 50col%
1024         scaleBeforeRotation
1025         rotateOrigin center
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \begin_layout Plain Layout
1033 \begin_inset Caption
1034
1035 \begin_layout Plain Layout
1036 \begin_inset CommandInset label
1037 LatexCommand label
1038 name "fig:kill-plat"
1039
1040 \end_inset
1041
1042 Un ornithorynque sévèrement déformé dans un flottant de figure.
1043 \end_layout
1044
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Standard
1056 \begin_inset Float figure
1057 wide false
1058 sideways false
1059 status open
1060
1061 \begin_layout Plain Layout
1062 \begin_inset Caption
1063
1064 \begin_layout Plain Layout
1065 \begin_inset CommandInset label
1066 LatexCommand label
1067 name "fig:escher"
1068
1069 \end_inset
1070
1071 M.C.
1072  Escher sous LSD.
1073 \end_layout
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \begin_layout Plain Layout
1081 \align center
1082 \begin_inset Graphics
1083         filename ../clipart/escher-lsd.eps
1084         scale 80
1085         scaleBeforeRotation
1086         rotateOrigin center
1087
1088 \end_inset
1089
1090
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Standard
1099 \begin_inset Index idx
1100 status collapsed
1101
1102 \begin_layout Plain Layout
1103 References@Références ! à des Figures
1104 \end_layout
1105
1106 \end_inset
1107
1108 Les figure
1109 \begin_inset space ~
1110 \end_inset
1111
1112
1113 \begin_inset CommandInset ref
1114 LatexCommand ref
1115 reference "fig:kill-plat"
1116
1117 \end_inset
1118
1119  et 
1120 \begin_inset CommandInset ref
1121 LatexCommand ref
1122 reference "fig:escher"
1123
1124 \end_inset
1125
1126  sont des exemples de figures référencées.
1127  Dans le texte, on fait référence à une figure en faisant référence à sa
1128  légende.
1129  On insère donc une étiquette dans la légende en utilisant le menu 
1130 \family sans
1131 Insérer
1132 \family default
1133 \SpecialChar \menuseparator
1134
1135 \family sans
1136 Étiquette
1137 \family default
1138  ou le bouton 
1139 \begin_inset Graphics
1140         filename ../../images/label-insert.png
1141         scale 85
1142         scaleBeforeRotation
1143
1144 \end_inset
1145
1146  de la barre d'outils.
1147  On peut alors faire référence à cette étiquette en utilisant le menu 
1148 \family sans
1149 Insérer\SpecialChar \menuseparator
1150 Référence
1151 \begin_inset space ~
1152 \end_inset
1153
1154 croisée
1155 \family default
1156  ou le bouton 
1157 \begin_inset Graphics
1158         filename ../../images/dialog-show-new-inset_ref.png
1159         scale 85
1160         scaleBeforeRotation
1161
1162 \end_inset
1163
1164  de la barre d'outils.
1165  Il est important d'utiliser des références pour les flottants de figures
1166  plutôt que des locutions vagues du genre 
1167 \begin_inset Quotes eld
1168 \end_inset
1169
1170 la figure ci-dessous
1171 \begin_inset Quotes erd
1172 \end_inset
1173
1174 , puisque LaTeX va repositionner la figure dans le document final.
1175  Votre figure risque de ne plus être ci-dessous du tout !
1176 \begin_inset Newline newline
1177 \end_inset
1178
1179 Le référencement est expliqué plus en détail dans la section
1180 \begin_inset space ~
1181 \end_inset
1182
1183
1184 \begin_inset CommandInset ref
1185 LatexCommand ref
1186 reference "sec:Referencer-les-Flottants"
1187
1188 \end_inset
1189
1190 .
1191 \end_layout
1192
1193 \begin_layout Standard
1194 En principe on met une seule figure dans un flottant, mais parfois vous
1195  pouvez vouloir deux figures avec chacune sa sous-légende.
1196  C'est possible en insérant des flottants d'image dans des flottants d'image
1197  existants.
1198  Notez que seule la légende principale des flottants est reprise dans la
1199  liste des figures.
1200  La figure
1201 \begin_inset space ~
1202 \end_inset
1203
1204
1205 \begin_inset CommandInset ref
1206 LatexCommand ref
1207 reference "fig:Deux-images-déformées"
1208
1209 \end_inset
1210
1211  est un exemple de flottant de figure avec deux images mises l'une à côté
1212  de l'autre.
1213  Vous pouvez aussi mettre les images les unes sous les autres.
1214  Les figures
1215 \begin_inset space ~
1216 \end_inset
1217
1218
1219 \begin_inset CommandInset ref
1220 LatexCommand ref
1221 reference "fig:Structure-indéfinissable"
1222
1223 \end_inset
1224
1225  et 
1226 \begin_inset CommandInset ref
1227 LatexCommand ref
1228 reference "fig:Un-ornithorynque"
1229
1230 \end_inset
1231
1232  sont des sous-figures.
1233 \end_layout
1234
1235 \begin_layout Standard
1236 \begin_inset Float figure
1237 wide false
1238 sideways false
1239 status open
1240
1241 \begin_layout Plain Layout
1242 \begin_inset space \hfill{}
1243 \end_inset
1244
1245
1246 \begin_inset Float figure
1247 wide false
1248 sideways false
1249 status open
1250
1251 \begin_layout Plain Layout
1252 \begin_inset Caption
1253
1254 \begin_layout Plain Layout
1255 \begin_inset CommandInset label
1256 LatexCommand label
1257 name "fig:Structure-indéfinissable"
1258
1259 \end_inset
1260
1261 Structure indéfinissable
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \end_layout
1268
1269 \begin_layout Plain Layout
1270 \begin_inset Graphics
1271         filename ../clipart/escher-lsd.eps
1272         width 45col%
1273         scaleBeforeRotation
1274         groupId Déformés
1275
1276 \end_inset
1277
1278
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \begin_inset space \hfill{}
1285 \end_inset
1286
1287
1288 \begin_inset Float figure
1289 wide false
1290 sideways false
1291 status open
1292
1293 \begin_layout Plain Layout
1294 \begin_inset Caption
1295
1296 \begin_layout Plain Layout
1297 \begin_inset CommandInset label
1298 LatexCommand label
1299 name "fig:Un-ornithorynque"
1300
1301 \end_inset
1302
1303 Un ornithorynque
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \end_layout
1310
1311 \begin_layout Plain Layout
1312 \begin_inset Graphics
1313         filename ../clipart/platypus.eps
1314         width 45col%
1315         scaleBeforeRotation
1316         groupId Déformés
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325
1326 \begin_inset space \hfill{}
1327 \end_inset
1328
1329
1330 \end_layout
1331
1332 \begin_layout Plain Layout
1333 \begin_inset Caption
1334
1335 \begin_layout Plain Layout
1336 \begin_inset CommandInset label
1337 LatexCommand label
1338 name "fig:Deux-images-déformées"
1339
1340 \end_inset
1341
1342 Deux images déformées.
1343  Les deux images font partie du groupe de paramétrisation 
1344 \begin_inset Quotes eld
1345 \end_inset
1346
1347 déformés
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351 .
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \begin_layout Section
1365 Les Formats d'images
1366 \begin_inset CommandInset label
1367 LatexCommand label
1368 name "sec:Image-Formats"
1369
1370 \end_inset
1371
1372
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Formats d' images
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Figures ! Formats d'images
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \begin_layout Standard
1396 Vous pouvez insérer des images dans n'importe quel format connu.
1397  Mais, comme nous l'avons expliqué dans l'appendice
1398 \begin_inset space ~
1399 \end_inset
1400
1401
1402 \begin_inset CommandInset ref
1403 LatexCommand ref
1404 reference "cha:Formats-fichiers-graphiques"
1405
1406 \end_inset
1407
1408 ,
1409 \lang english
1410  
1411 \lang french
1412 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1413  de formats d'images.
1414  Pour s'en sortir LyX utilise le programme 
1415 \family typewriter
1416 ImageMagick
1417 \family default
1418  en arrière plan pour convertir les formats que vous utilisez dans un des
1419  formats acceptés par le format de sortie.
1420  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1421 ons en n'utilisant que les formats listés dans les sous sections de
1422 \lang english
1423  
1424 \lang french
1425 l'appendice
1426 \begin_inset space ~
1427 \end_inset
1428
1429
1430 \begin_inset CommandInset ref
1431 LatexCommand ref
1432 reference "cha:Formats-fichiers-graphiques"
1433
1434 \end_inset
1435
1436 .
1437 \end_layout
1438
1439 \begin_layout Standard
1440 Comme pour les polices de caractères, il y a deux grands types de formats
1441  d'images:
1442 \end_layout
1443
1444 \begin_layout Description
1445 Les
1446 \begin_inset space ~
1447 \end_inset
1448
1449 images
1450 \begin_inset space ~
1451 \end_inset
1452
1453 Matricielles
1454 \begin_inset space ~
1455 \end_inset
1456
1457 (ou
1458 \begin_inset space ~
1459 \end_inset
1460
1461 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1462  enregistrés sous un format compressé.
1463  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1464  petits carrés quand on utilise des agrandissements trop importants (aspect
1465  
1466 \begin_inset Quotes eld
1467 \end_inset
1468
1469 pixellisé
1470 \begin_inset Quotes erd
1471 \end_inset
1472
1473 ).
1474  Les formats matriciels les plus connus sont le GIF (
1475 \begin_inset Quotes eld
1476 \end_inset
1477
1478 Graphics Interchange Format
1479 \begin_inset Quotes erd
1480 \end_inset
1481
1482 , avec comme extension de fichier 
1483 \begin_inset Quotes eld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .gif
1489 \family default
1490
1491 \begin_inset Quotes erd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index idx
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 GIF|see
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 {
1506 \end_layout
1507
1508 \end_inset
1509
1510 Format d'image
1511 \begin_inset ERT
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515
1516 }
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525
1526 , le PNG (
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530 Portable Network Graphics, extension 
1531 \begin_inset Quotes eld
1532 \end_inset
1533
1534
1535 \family typewriter
1536 .png
1537 \family default
1538
1539 \begin_inset Quotes erd
1540 \end_inset
1541
1542 )
1543 \begin_inset Index idx
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547 PNG|see
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 {
1554 \end_layout
1555
1556 \end_inset
1557
1558 Formats d'image
1559 \begin_inset ERT
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563
1564 }
1565 \end_layout
1566
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573
1574  et le JPG (
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578 Joint Photographic Expert Group, extension 
1579 \begin_inset Quotes eld
1580 \end_inset
1581
1582
1583 \family typewriter
1584 .jpg
1585 \family default
1586
1587 \begin_inset Quotes erd
1588 \end_inset
1589
1590  ou 
1591 \begin_inset Quotes eld
1592 \end_inset
1593
1594
1595 \family typewriter
1596 .jpeg
1597 \family default
1598
1599 \begin_inset Quotes erd
1600 \end_inset
1601
1602 )
1603 \begin_inset Index idx
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607 JPG|see
1608 \begin_inset ERT
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612
1613 {
1614 \end_layout
1615
1616 \end_inset
1617
1618 Formats d'image
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 }
1625 \end_layout
1626
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633
1634 .
1635 \end_layout
1636
1637 \begin_layout Description
1638 Les
1639 \begin_inset space ~
1640 \end_inset
1641
1642 images
1643 \begin_inset space ~
1644 \end_inset
1645
1646 Vectorielles
1647 \begin_inset space ~
1648 \end_inset
1649
1650 (ou
1651 \begin_inset space ~
1652 \end_inset
1653
1654 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1655  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1656 nnée comme on le veut sans perte de précision.
1657  La possibilité de redimensionner les images est très utilisé pour les présentat
1658 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1659 nnement.
1660  Le redimensionnement permet aussi de présenter des documents en ligne où
1661  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1662  étudier les détails.
1663 \begin_inset Newline newline
1664 \end_inset
1665
1666 Les principaux formats vectoriels sont le SVG (
1667 \begin_inset Quotes eld
1668 \end_inset
1669
1670 Scalable Vector Graphics
1671 \begin_inset Quotes erd
1672 \end_inset
1673
1674 , extension
1675 \begin_inset Quotes eld
1676 \end_inset
1677
1678
1679 \family typewriter
1680 .svg
1681 \family default
1682
1683 \begin_inset Quotes erd
1684 \end_inset
1685
1686 )
1687 \begin_inset Index idx
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691 SVG|see
1692 \begin_inset ERT
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696
1697 {
1698 \end_layout
1699
1700 \end_inset
1701
1702 Format d'image
1703 \begin_inset ERT
1704 status collapsed
1705
1706 \begin_layout Plain Layout
1707
1708 }
1709 \end_layout
1710
1711 \end_inset
1712
1713
1714 \end_layout
1715
1716 \end_inset
1717
1718 , l'EPS ( 
1719 \begin_inset Quotes eld
1720 \end_inset
1721
1722 encapsulated PostScript
1723 \begin_inset Quotes erd
1724 \end_inset
1725
1726 , extension
1727 \begin_inset Quotes eld
1728 \end_inset
1729
1730
1731 \family typewriter
1732 .eps
1733 \family default
1734
1735 \begin_inset Quotes erd
1736 \end_inset
1737
1738 )
1739 \begin_inset Index idx
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 EPS|see
1744 \begin_inset ERT
1745 status collapsed
1746
1747 \begin_layout Plain Layout
1748
1749 {
1750 \end_layout
1751
1752 \end_inset
1753
1754 Format d'image
1755 \begin_inset ERT
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759
1760 }
1761 \end_layout
1762
1763 \end_inset
1764
1765
1766 \end_layout
1767
1768 \end_inset
1769
1770 , le PDF (
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774 Portable Document Format
1775 \begin_inset Quotes erd
1776 \end_inset
1777
1778 , extension
1779 \begin_inset Quotes eld
1780 \end_inset
1781
1782
1783 \family typewriter
1784 .pdf
1785 \family default
1786
1787 \begin_inset Quotes erd
1788 \end_inset
1789
1790 )
1791 \begin_inset Index idx
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795 PDF|see
1796 \begin_inset ERT
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800
1801 {
1802 \end_layout
1803
1804 \end_inset
1805
1806 Format d'image
1807 \begin_inset ERT
1808 status collapsed
1809
1810 \begin_layout Plain Layout
1811
1812 }
1813 \end_layout
1814
1815 \end_inset
1816
1817
1818 \end_layout
1819
1820 \end_inset
1821
1822  et le WMF (
1823 \begin_inset Quotes eld
1824 \end_inset
1825
1826 Windows Metafile
1827 \begin_inset Quotes erd
1828 \end_inset
1829
1830 , extension 
1831 \begin_inset Quotes eld
1832 \end_inset
1833
1834
1835 \family typewriter
1836 .wfm
1837 \family default
1838
1839 \begin_inset Quotes erd
1840 \end_inset
1841
1842  ou 
1843 \begin_inset Quotes eld
1844 \end_inset
1845
1846
1847 \family typewriter
1848 .emf
1849 \family default
1850
1851 \begin_inset Quotes erd
1852 \end_inset
1853
1854 )
1855 \begin_inset Index idx
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859 WMF|see
1860 \begin_inset ERT
1861 status collapsed
1862
1863 \begin_layout Plain Layout
1864
1865 {
1866 \end_layout
1867
1868 \end_inset
1869
1870 Formats d'images
1871 \begin_inset ERT
1872 status collapsed
1873
1874 \begin_layout Plain Layout
1875
1876 }
1877 \end_layout
1878
1879 \end_inset
1880
1881
1882 \end_layout
1883
1884 \end_inset
1885
1886 .
1887  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1888  en EPS, mais le résultat ne sera pas redimensionnable.
1889  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1890 \begin_inset Foot
1891 status open
1892
1893 \begin_layout Plain Layout
1894 Dans le cas du PDF l'image initiale est aussi compressée.
1895 \end_layout
1896
1897 \end_inset
1898
1899 .
1900 \end_layout
1901
1902 \begin_layout Standard
1903 Les fichiers PDF générés par 
1904 \family typewriter
1905 Adobe Photoshop
1906 \family default
1907 , par exemple, sont des images matricielles.
1908 \end_layout
1909
1910 \begin_layout Standard
1911 En principe il est quasiment impossible de convertir une image matricielle
1912  en graphique vectoriel, seul le contraire est possible.
1913
1914 \lang english
1915  
1916 \lang french
1917 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1918  dans respectivement un fichier de sortie PDF ou PostScript.
1919  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1920  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1921  WMF/SVG
1922 \begin_inset Formula $\to$
1923 \end_inset
1924
1925 PDF/EPS convenables.
1926 \end_layout
1927
1928 \begin_layout Chapter
1929 Tableaux
1930 \begin_inset Index idx
1931 status collapsed
1932
1933 \begin_layout Plain Layout
1934 Tableau
1935 \end_layout
1936
1937 \end_inset
1938
1939
1940 \end_layout
1941
1942 \begin_layout Section
1943 Introduction
1944 \begin_inset Index idx
1945 status collapsed
1946
1947 \begin_layout Plain Layout
1948 Tableau ! Introduction
1949 \end_layout
1950
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1958  
1959 \begin_inset Graphics
1960         filename ../../images/tabular-insert.png
1961         scale 85
1962         scaleBeforeRotation
1963
1964 \end_inset
1965
1966  soit 
1967 \family sans
1968 Insérer\SpecialChar \menuseparator
1969 Tableau
1970 \family default
1971 .
1972  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1973  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1974  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1975  sur un bouton de la souris pour valider votre choix.
1976  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1977  vous demandant le nombre de lignes et de colonnes.
1978 \begin_inset Newline newline
1979 \end_inset
1980
1981 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1982  une à droite de la colonne la plus à droite et une en bas de la rangée
1983  du bas, qui forment une boîte autour du tableau.
1984  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1985  apparaît séparée du reste du tableau.
1986  Voici un exemple :
1987 \end_layout
1988
1989 \begin_layout Standard
1990 \align center
1991 \begin_inset Tabular
1992 <lyxtabular version="3" rows="4" columns="4">
1993 <features tabularvalignment="middle">
1994 <column alignment="center" valignment="top" width="0">
1995 <column alignment="center" valignment="top" width="0">
1996 <column alignment="center" valignment="top" width="0">
1997 <column alignment="center" valignment="top" width="0">
1998 <row>
1999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Plain Layout
2003
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Plain Layout
2012 1
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Plain Layout
2021 2
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030 3
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 </row>
2036 <row>
2037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2038 \begin_inset Text
2039
2040 \begin_layout Plain Layout
2041 A
2042 \end_layout
2043
2044 \end_inset
2045 </cell>
2046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Plain Layout
2050
2051 \end_layout
2052
2053 \end_inset
2054 </cell>
2055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 </row>
2074 <row>
2075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2076 \begin_inset Text
2077
2078 \begin_layout Plain Layout
2079 B
2080 \end_layout
2081
2082 \end_inset
2083 </cell>
2084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2085 \begin_inset Text
2086
2087 \begin_layout Plain Layout
2088
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2103 \begin_inset Text
2104
2105 \begin_layout Plain Layout
2106
2107 \end_layout
2108
2109 \end_inset
2110 </cell>
2111 </row>
2112 <row>
2113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117 C
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2141 \begin_inset Text
2142
2143 \begin_layout Plain Layout
2144
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 </row>
2150 </lyxtabular>
2151
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Section
2158 La fenêtre 
2159 \family sans
2160 Tableau
2161 \family default
2162
2163 \begin_inset Index idx
2164 status collapsed
2165
2166 \begin_layout Plain Layout
2167 Tableau ! Fenêtre de dialogue
2168 \end_layout
2169
2170 \end_inset
2171
2172
2173 \end_layout
2174
2175 \begin_layout Standard
2176 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2177  de la souris, ce qui fait apparaître une fenêtre avec des options.
2178  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2179  la colonne et la ligne dans laquelle le curseur se trouve.
2180  La plupart des options peuvent s'appliquer à des sélections.
2181  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2182  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2183  votre sélection.
2184  Notez qu'il y a une différence entre sélectionner le 
2185 \emph on
2186 contenu 
2187 \emph default
2188 d'une cellule et sélectionner la cellule elle-même.
2189  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2190  tableaux :
2191 \end_layout
2192
2193 \begin_layout Description
2194 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2195  la largeur de la colonne courante.
2196  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2197  vertical de la ligne courante.
2198  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2199  et donc, plusieurs paragraphes de texte, voir la section
2200 \begin_inset space ~
2201 \end_inset
2202
2203
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "sub:Lignes-multiple-dans-cellule"
2207
2208 \end_inset
2209
2210 .
2211  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2212  pour accommoder le contenu de cellule le plus large.
2213 \begin_inset Newline newline
2214 \end_inset
2215
2216 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2217  un multicolonne, voir la section
2218 \begin_inset space ~
2219 \end_inset
2220
2221
2222 \begin_inset CommandInset ref
2223 LatexCommand ref
2224 reference "sub:Multicolonnes"
2225
2226 \end_inset
2227
2228 .
2229 \begin_inset Newline newline
2230 \end_inset
2231
2232 L'option 
2233 \family sans
2234 Tourner
2235 \begin_inset space ~
2236 \end_inset
2237
2238 la
2239 \begin_inset space ~
2240 \end_inset
2241
2242 case
2243 \begin_inset space ~
2244 \end_inset
2245
2246 de
2247 \begin_inset space ~
2248 \end_inset
2249
2250 90°
2251 \family default
2252  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2253  L'option 
2254 \family sans
2255 Tourner
2256 \begin_inset space ~
2257 \end_inset
2258
2259 le
2260 \begin_inset space ~
2261 \end_inset
2262
2263 tableau
2264 \begin_inset space ~
2265 \end_inset
2266
2267 de
2268 \begin_inset space ~
2269 \end_inset
2270
2271 90°
2272 \family default
2273  fait pivoter tout le tableau.
2274  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2275  la sortie finale.
2276 \begin_inset Newline newline
2277 \end_inset
2278
2279
2280 \begin_inset Note Greyedout
2281 status open
2282
2283 \begin_layout Plain Layout
2284
2285 \series bold
2286 Note:
2287 \series default
2288  La plupart des visualiseurs DVI ne sont 
2289 \emph on
2290 pas
2291 \emph default
2292  capables d'afficher ces rotations.
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \lang english
2299
2300 \begin_inset Newline newline
2301 \end_inset
2302
2303
2304 \lang french
2305 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2306  spéciales pour le tableau, voir les sections
2307 \begin_inset space ~
2308 \end_inset
2309
2310
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "sub:Calculs-multicolonnes"
2314
2315 \end_inset
2316
2317  et 
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "sec:Tableaux-Colorés"
2321
2322 \end_inset
2323
2324 .
2325 \end_layout
2326
2327 \begin_layout Description
2328
2329 \family sans
2330 Bordures
2331 \family default
2332  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2333  ou la colonne courante.
2334  
2335 \begin_inset Newline newline
2336 \end_inset
2337
2338 En utilisant le style 
2339 \family sans
2340 Formel
2341 \family default
2342  à la place du style par 
2343 \family sans
2344 Défaut
2345 \family default
2346 , on va convertir le tableau en tableau formel comme on le décrit dans la
2347  section
2348 \begin_inset space ~
2349 \end_inset
2350
2351
2352 \begin_inset CommandInset ref
2353 LatexCommand ref
2354 reference "sec:Tableaux-Formels"
2355
2356 \end_inset
2357
2358 .
2359 \begin_inset Newline newline
2360 \end_inset
2361
2362 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2363  dans les lignes du tableau comme c'est décrit dans la section
2364 \begin_inset space ~
2365 \end_inset
2366
2367
2368 \begin_inset CommandInset ref
2369 LatexCommand ref
2370 reference "sub:Espacement-lignes"
2371
2372 \end_inset
2373
2374 .
2375 \end_layout
2376
2377 \begin_layout Description
2378 Tableau
2379 \begin_inset space ~
2380 \end_inset
2381
2382 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2383  un 
2384 \begin_inset Quotes eld
2385 \end_inset
2386
2387
2388 \emph on
2389 tableau long
2390 \emph default
2391
2392 \begin_inset Quotes erd
2393 \end_inset
2394
2395  qui peut continuer sur plusieurs pages.
2396  Les sections
2397 \begin_inset space ~
2398 \end_inset
2399
2400
2401 \begin_inset CommandInset ref
2402 LatexCommand ref
2403 reference "sec:Tableaux-longs"
2404
2405 \end_inset
2406
2407  et 
2408 \begin_inset CommandInset ref
2409 LatexCommand ref
2410 reference "sec:Questions-sur-tableaux-longs"
2411
2412 \end_inset
2413
2414  décrivent ces tableaux longs plus en détail.
2415 \end_layout
2416
2417 \begin_layout Standard
2418 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2419  de cellule en cellule avec les touches de déplacement et voir s'afficher
2420  les propriétés de la cellule courante dans la fenêtre de dialogue.
2421 \end_layout
2422
2423 \begin_layout Section
2424 La barre d'outils tableau
2425 \begin_inset Index idx
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429 Tableau ! Barre d'outils
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \begin_layout Standard
2438 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2439  permet de modifier plus rapidement les tableaux.
2440  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2441  le curseur se trouve à l'intérieur d'un tableau.
2442  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2443  au menu 
2444 \family sans
2445 Visualiser\SpecialChar \menuseparator
2446 Barres
2447 \begin_inset space ~
2448 \end_inset
2449
2450 d'outils\SpecialChar \menuseparator
2451 Tableau
2452 \family default
2453 .
2454 \end_layout
2455
2456 \begin_layout Standard
2457 La barre d'outils contient les icônes suivantes :
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Graphics
2463         filename ../../images/tabular-feature_append-row.png
2464         scaleBeforeRotation
2465
2466 \end_inset
2467
2468  ajoute une ligne sous la cellule ou la sélection courante
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Graphics
2474         filename ../../images/tabular-feature_append-column.png
2475         scaleBeforeRotation
2476
2477 \end_inset
2478
2479  ajoute une colonne à la droite de la cellule ou de la sélection courante
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Graphics
2485         filename ../../images/tabular-feature_delete-row.png
2486         scaleBeforeRotation
2487
2488 \end_inset
2489
2490  supprime la ligne ou la sélection courante
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Graphics
2496         filename ../../images/tabular-feature_delete-column.png
2497         scaleBeforeRotation
2498
2499 \end_inset
2500
2501  supprime la colonne ou la sélection courante
2502 \end_layout
2503
2504 \begin_layout Labeling
2505 \labelwidthstring 00.00.0000
2506 \begin_inset Graphics
2507         filename ../../images/tabular-feature_toggle-line-top.png
2508         scaleBeforeRotation
2509
2510 \end_inset
2511
2512  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2513  courante
2514 \end_layout
2515
2516 \begin_layout Labeling
2517 \labelwidthstring 00.00.0000
2518 \begin_inset Graphics
2519         filename ../../images/tabular-feature_toggle-line-bottom.png
2520         scaleBeforeRotation
2521
2522 \end_inset
2523
2524  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529 \begin_inset Graphics
2530         filename ../../images/tabular-feature_toggle-line-left.png
2531         scaleBeforeRotation
2532
2533 \end_inset
2534
2535  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2536 \begin_inset Note Note
2537 status collapsed
2538
2539 \begin_layout Plain Layout
2540 ou colonne ?
2541 \end_layout
2542
2543 \end_inset
2544
2545  ou de la sélection courante
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Graphics
2551         filename ../../images/tabular-feature_toggle-line-right.png
2552         scaleBeforeRotation
2553
2554 \end_inset
2555
2556  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2557 \begin_inset Note Note
2558 status collapsed
2559
2560 \begin_layout Plain Layout
2561 ou colonne ?
2562 \end_layout
2563
2564 \end_inset
2565
2566  ou de la sélection courante
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Graphics
2572         filename ../../images/tabular-feature_set-all-lines.png
2573         scaleBeforeRotation
2574
2575 \end_inset
2576
2577  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2578  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2579  colonne et la ligne courante
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Graphics
2585         filename ../../images/tabular-feature_unset-all-lines.png
2586         scaleBeforeRotation
2587
2588 \end_inset
2589
2590  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2591  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2592  aussi la colonne et la ligne courante
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597 \begin_inset Graphics
2598         filename ../../images/tabular-feature_m-align-left.png
2599         scaleBeforeRotation
2600
2601 \end_inset
2602
2603  aligne à gauche le contenu de la cellule ou de la colonne courante
2604 \end_layout
2605
2606 \begin_layout Labeling
2607 \labelwidthstring 00.00.0000
2608 \begin_inset Graphics
2609         filename ../../images/tabular-feature_m-align-center.png
2610         scaleBeforeRotation
2611
2612 \end_inset
2613
2614  centre horizontalement le contenu de la cellule ou de la colonne courante
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Graphics
2620         filename ../../images/tabular-feature_m-align-right.png
2621         scaleBeforeRotation
2622
2623 \end_inset
2624
2625  aligne à droite le contenu de la cellule ou de la colonne courante
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630 \begin_inset Graphics
2631         filename ../../images/tabular-feature_m-valign-top.png
2632         scaleBeforeRotation
2633
2634 \end_inset
2635
2636  aligne le contenu de la cellule courante verticalement vers le haut
2637 \end_layout
2638
2639 \begin_layout Labeling
2640 \labelwidthstring 00.00.0000
2641 \begin_inset Graphics
2642         filename ../../images/tabular-feature_m-valign-middle.png
2643         scaleBeforeRotation
2644
2645 \end_inset
2646
2647  centre verticalement le contenu de la cellule courante
2648 \end_layout
2649
2650 \begin_layout Labeling
2651 \labelwidthstring 00.00.0000
2652 \begin_inset Graphics
2653         filename ../../images/tabular-feature_m-valign-bottom.png
2654         scaleBeforeRotation
2655
2656 \end_inset
2657
2658  aligne le contenu de la cellule courante verticalement vers le bas
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Graphics
2664         filename ../../images/tabular-feature_set-rotate-cell.png
2665         scaleBeforeRotation
2666
2667 \end_inset
2668
2669  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2670 re
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Graphics
2676         filename ../../images/tabular-feature_set-rotate-tabular.png
2677         scaleBeforeRotation
2678
2679 \end_inset
2680
2681  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Graphics
2687         filename ../../images/tabular-feature_multicolumn.png
2688         scaleBeforeRotation
2689
2690 \end_inset
2691
2692  transforme en multi-colonne la cellule ou la sélection courante
2693 \end_layout
2694
2695 \begin_layout Standard
2696 \begin_inset Note Greyedout
2697 status open
2698
2699 \begin_layout Plain Layout
2700
2701 \series bold
2702 Note :
2703 \series default
2704  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2705  est utilisé pour toutes les autres cellules de la ligne.
2706 \end_layout
2707
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \begin_layout Section
2714 Le Menu Éditer Tableau
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Tableau ! Menu Éditer
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Standard
2728 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2729  
2730 \family sans
2731 Éditer\SpecialChar \menuseparator
2732 Tableau
2733 \family default
2734  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2735  ou de la ligne courante et aussi de transformer la sélection courante en
2736  multi-colonne.
2737  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2738 \end_layout
2739
2740 \begin_layout Section
2741 Flottant de Tableau
2742 \begin_inset CommandInset label
2743 LatexCommand label
2744 name "sec:Table-Floats"
2745
2746 \end_inset
2747
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Flottants ! Tableaux
2754 \end_layout
2755
2756 \end_inset
2757
2758
2759 \begin_inset Index idx
2760 status collapsed
2761
2762 \begin_layout Plain Layout
2763 Tableau ! Flottants
2764 \end_layout
2765
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \begin_layout Standard
2772 Pour des explications générales sur les flottants, jetez un œil à la section
2773 \begin_inset space ~
2774 \end_inset
2775
2776
2777 \begin_inset CommandInset ref
2778 LatexCommand ref
2779 reference "sec:Flottants-Introduction"
2780
2781 \end_inset
2782
2783 .
2784 \end_layout
2785
2786 \begin_layout Standard
2787 \begin_inset Float table
2788 placement h
2789 wide false
2790 sideways false
2791 status open
2792
2793 \begin_layout Plain Layout
2794 \begin_inset Caption
2795
2796 \begin_layout Plain Layout
2797 \begin_inset CommandInset label
2798 LatexCommand label
2799 name "tab:Flottant-de-tableau"
2800
2801 \end_inset
2802
2803 Un flottant de tableau.
2804 \end_layout
2805
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \begin_layout Plain Layout
2812 \align center
2813 \begin_inset Tabular
2814 <lyxtabular version="3" rows="3" columns="3">
2815 <features tabularvalignment="middle">
2816 <column alignment="center" valignment="top" width="0pt">
2817 <column alignment="center" valignment="top" width="0pt">
2818 <column alignment="center" valignment="top" width="0pt">
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824 1
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833 2
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842 3
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853 Jules
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862 Marie
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871 Jean
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 </row>
2877 <row>
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882 \begin_inset Formula $\int x^{2}dx$
2883 \end_inset
2884
2885
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894 \begin_inset Formula $\left[\begin{array}{cc}
2895 a & b\\
2896 c & d
2897 \end{array}\right]$
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $1+1=2$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 </lyxtabular>
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926
2927
2928 \end_layout
2929
2930 \begin_layout Standard
2931 Les flottants de tableau sont insérés en utilisant le menu 
2932 \family sans
2933 Insérer\SpecialChar \menuseparator
2934 Flottant\SpecialChar \menuseparator
2935 Tableau
2936 \family default
2937  ou le bouton 
2938 \begin_inset Graphics
2939         filename ../../images/float-insert_table.png
2940         scale 85
2941         scaleBeforeRotation
2942
2943 \end_inset
2944
2945  de la barre d'outils.
2946 \end_layout
2947
2948 \begin_layout Standard
2949 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2950  qui a comme étiquette 
2951 \begin_inset Quotes eld
2952 \end_inset
2953
2954 Tableau
2955 \begin_inset space ~
2956 \end_inset
2957
2958 #:
2959 \begin_inset Quotes erd
2960 \end_inset
2961
2962  (où # est le numéro du tableau).
2963  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2964 \end_layout
2965
2966 \begin_layout Standard
2967 Le tableau
2968 \begin_inset space ~
2969 \end_inset
2970
2971
2972 \begin_inset CommandInset ref
2973 LatexCommand ref
2974 reference "tab:Flottant-de-tableau"
2975
2976 \end_inset
2977
2978  est un exemple de tableau dans un flottant de tableau.
2979 \end_layout
2980
2981 \begin_layout Standard
2982 On met habituellement la légende au dessus des tableaux, mais cette règle
2983  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2984  Cela signifie que si vous utilisez un document appartenant aux classes
2985  
2986 \family sans
2987 article
2988 \family default
2989
2990 \family sans
2991 book
2992 \family default
2993
2994 \family sans
2995 letter
2996 \family default
2997 , ou
2998 \family sans
2999  report
3000 \family default
3001  il n'y aura pas d'espace entre la légende et le tableau.
3002  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3003  la commande de chargement du paquetage LaTeX 
3004 \series bold
3005 caption
3006 \series default
3007
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 Paquetages LaTeX ! caption
3013 \end_layout
3014
3015 \end_inset
3016
3017  dans le préambule de votre document.
3018 \begin_inset Foot
3019 status open
3020
3021 \begin_layout Plain Layout
3022 Pour plus d'information voyez la section
3023 \begin_inset space ~
3024 \end_inset
3025
3026
3027 \begin_inset CommandInset ref
3028 LatexCommand ref
3029 reference "sec:Placement-légende"
3030
3031 \end_inset
3032
3033 .
3034 \end_layout
3035
3036 \end_inset
3037
3038 :
3039 \end_layout
3040
3041 \begin_layout Standard
3042
3043 \series bold
3044 tableposition=top
3045 \end_layout
3046
3047 \begin_layout Standard
3048 Le paquetage 
3049 \series bold
3050 caption
3051 \series default
3052 , qui est décrit dans la section
3053 \begin_inset space ~
3054 \end_inset
3055
3056
3057 \begin_inset CommandInset ref
3058 LatexCommand ref
3059 reference "sec:Formatage-légende"
3060
3061 \end_inset
3062
3063 , est utilisé pour ajuster le format des légendes.
3064 \end_layout
3065
3066 \begin_layout Standard
3067 Dans le texte, on fait référence à un tableau
3068 \begin_inset Index idx
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 References@Références ! à des Tableaux
3073 \end_layout
3074
3075 \end_inset
3076
3077  en faisant référence à sa légende.
3078  On insère donc une étiquette dans la légende en utilisant le menu 
3079 \family sans
3080 Insérer
3081 \family default
3082 \SpecialChar \menuseparator
3083
3084 \family sans
3085 Étiquette
3086 \family default
3087  ou le bouton 
3088 \begin_inset Graphics
3089         filename ../../images/label-insert.png
3090         scale 85
3091         scaleBeforeRotation
3092
3093 \end_inset
3094
3095  de la barre d'outils.
3096  On peut alors faire référence à cette étiquette en utilisant le menu 
3097 \family sans
3098 Insérer\SpecialChar \menuseparator
3099 Référence
3100 \begin_inset space ~
3101 \end_inset
3102
3103 croisée
3104 \family default
3105  ou le bouton 
3106 \begin_inset Graphics
3107         filename ../../images/dialog-show-new-inset_ref.png
3108         scale 85
3109         scaleBeforeRotation
3110
3111 \end_inset
3112
3113  de la barre d'outils.
3114 \begin_inset Newline newline
3115 \end_inset
3116
3117 Les références croisées sont expliquées en détail dans la section
3118 \begin_inset space ~
3119 \end_inset
3120
3121
3122 \begin_inset CommandInset ref
3123 LatexCommand ref
3124 reference "sec:Referencer-les-Flottants"
3125
3126 \end_inset
3127
3128 .
3129 \end_layout
3130
3131 \begin_layout Section
3132 Tableaux Longs
3133 \begin_inset CommandInset label
3134 LatexCommand label
3135 name "sec:Tableaux-longs"
3136
3137 \end_inset
3138
3139
3140 \begin_inset Index idx
3141 status collapsed
3142
3143 \begin_layout Plain Layout
3144 Tableaux longs
3145 \end_layout
3146
3147 \end_inset
3148
3149
3150 \begin_inset Index idx
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 Tableau ! Tableaux longs
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3164  l'option 
3165 \family sans
3166 Utiliser
3167 \begin_inset space ~
3168 \end_inset
3169
3170 les
3171 \begin_inset space ~
3172 \end_inset
3173
3174 tableaux
3175 \begin_inset space ~
3176 \end_inset
3177
3178 longs
3179 \family default
3180  de l'onglet 
3181 \family sans
3182 Tableau
3183 \begin_inset space ~
3184 \end_inset
3185
3186 long
3187 \family default
3188  de la fenêtre 
3189 \family sans
3190 Paramètres
3191 \begin_inset space ~
3192 \end_inset
3193
3194 du
3195 \begin_inset space ~
3196 \end_inset
3197
3198 tableau
3199 \family default
3200  pour le répartir automatiquement sur plusieurs pages.
3201  En cochant cette option, vous activez les options suivantes:
3202 \end_layout
3203
3204 \begin_layout Description
3205 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3206  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3207  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3208  première page, si 
3209 \family sans
3210 Premier
3211 \begin_inset space ~
3212 \end_inset
3213
3214 en-tête
3215 \family default
3216  est défini.
3217  Ces lignes forment l'en-tête principal.
3218 \end_layout
3219
3220 \begin_layout Description
3221 Premier
3222 \begin_inset space ~
3223 \end_inset
3224
3225 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3226  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3227  d'en-tête utilisées pour la première page du tableau long.
3228 \end_layout
3229
3230 \begin_layout Description
3231 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3232  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3233  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3234  page si 
3235 \family sans
3236 Dernier
3237 \begin_inset space ~
3238 \end_inset
3239
3240 pied
3241 \family default
3242  est défini.
3243 \end_layout
3244
3245 \begin_layout Description
3246 Dernier
3247 \begin_inset space ~
3248 \end_inset
3249
3250 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3251  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3252  constituant le pied de la dernière page du tableau long.
3253 \end_layout
3254
3255 \begin_layout Description
3256 Légende La ligne courante contient la légende du tableau.
3257  La première ligne est transformée en une colonne unique et une légende
3258  est insérée.
3259  Vous trouverez d'autres explications sur les légendes pour les tableaux
3260  longs dans la section
3261 \begin_inset space ~
3262 \end_inset
3263
3264
3265 \begin_inset CommandInset ref
3266 LatexCommand ref
3267 reference "sub:Tableaux-longs-légende"
3268
3269 \end_inset
3270
3271 .
3272 \end_layout
3273
3274 \begin_layout Standard
3275 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3276  Voyez le tableau long qui suit pour voir comment ça marche :
3277 \end_layout
3278
3279 \begin_layout Standard
3280 \align center
3281 \begin_inset Tabular
3282 <lyxtabular version="3" rows="69" columns="3">
3283 <features islongtable="true" longtabularalignment="center">
3284 <column alignment="left" valignment="top" width="0cm">
3285 <column alignment="left" valignment="top" width="0pt">
3286 <column alignment="center" valignment="top" width="0pt">
3287 <row endfirsthead="true">
3288 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \series bold
3294 Exemple d'annuaire téléphonique (ignorez les noms)
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row endfirsthead="true">
3319 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \series bold
3325 NOM
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 TEL.
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row endhead="true">
3352 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Exemple d'annuaire téléphonique
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row endhead="true">
3383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 NOM
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407
3408 \series bold
3409 TEL.
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row endfoot="true">
3416 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420  continue page suivante
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Annovi
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Silvia
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Bertoli
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Stefano
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Bozzi
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Walter
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Cachia
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Maria
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Cachia
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Maurizio
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Cinquemani
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Giusi
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Colin
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Bernard
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Concli
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Gianfranco
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Dal Bosco
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Carolina
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Dalpiaz
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Annamaria
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Feliciello
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Domenico
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Focarelli
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Paola
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Galletti
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Oreste
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Gasparini
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Franca
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Rizzardi
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Paola
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Lassini
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Giancarlo
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Malfatti
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Luciano
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Malfatti
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Valeriano
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Meneguzzo
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Roberto
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Mezzadra
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Roberto
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Pirpamer
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Erich
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Pochiesa
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Paolo
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111, 222
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Radina
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Claudio
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Stuffer
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Oskar
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Tacchelli
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Ugo
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 111
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Tezzele
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Margit
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 111
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Unterkalmsteiner
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Frieda
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 111
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Vieider
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Hilde
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 111
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Vigna
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Jürgen
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 111
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Weber
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Maurizio
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 111
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Winkler
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Franz
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 111
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410  
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Annovi
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Silvia
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Bertoli
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Stefano
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Bozzi
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Walter
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Cachia
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Maria
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Cachia
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Maurizio
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Cinquemani
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Giusi
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Colin
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Bernard
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Concli
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Gianfranco
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Dal Bosco
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Carolina
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Dalpiaz
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Annamaria
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Feliciello
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Domenico
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Focarelli
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Paola
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Galletti
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Oreste
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Gasparini
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Franca
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Rizzardi
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Paola
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Lassini
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Giancarlo
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Malfatti
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Luciano
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Malfatti
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Valeriano
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Meneguzzo
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Roberto
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Mezzadra
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Roberto
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Pirpamer
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Erich
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Pochiesa
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Paolo
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 555, 222
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Radina
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Claudio
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Stuffer
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Oskar
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row>
5179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Tacchelli
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 Ugo
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 555
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 <row>
5210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \series bold
5216 Tezzele
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 Margit
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 555
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \series bold
5247 Unterkalmsteiner
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 Frieda
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 555
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \series bold
5278 Vieider
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 Hilde
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 555
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 </row>
5302 <row>
5303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307
5308 \series bold
5309 Vigna
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 Jürgen
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 999
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \series bold
5340 Weber
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 Maurizio
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 555
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369
5370 \series bold
5371 Winkler
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 Franz
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 555
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 </row>
5395 <row endlastfoot="true">
5396 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 Fin
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 </lyxtabular>
5425
5426 \end_inset
5427
5428
5429 \begin_inset ERT
5430 status collapsed
5431
5432 \begin_layout Plain Layout
5433
5434
5435 \backslash
5436 addtocounter{table}{-1}
5437 \end_layout
5438
5439 \end_inset
5440
5441
5442 \begin_inset Note Note
5443 status collapsed
5444
5445 \begin_layout Plain Layout
5446 Voyez la première note grisée de la section
5447 \begin_inset space ~
5448 \end_inset
5449
5450
5451 \begin_inset CommandInset ref
5452 LatexCommand ref
5453 reference "sub:Tableaux-longs-légende"
5454
5455 \end_inset
5456
5457  pour une explication de cette commande.
5458 \end_layout
5459
5460 \end_inset
5461
5462
5463 \end_layout
5464
5465 \begin_layout Subsection
5466 Notes de Bas de Page dans les Tableaux Longs
5467 \begin_inset CommandInset label
5468 LatexCommand label
5469 name "sub:Notes-dans-tableau-long"
5470
5471 \end_inset
5472
5473
5474 \begin_inset Index idx
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 Tableaux longs ! Notes de bas de page
5479 \end_layout
5480
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \begin_layout Standard
5487 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5488  long.
5489  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5490  contenant la note.
5491  Par exemple le tableau
5492 \begin_inset space ~
5493 \end_inset
5494
5495
5496 \begin_inset CommandInset ref
5497 LatexCommand ref
5498 reference "tab:Légendes-tableau-différentes"
5499
5500 \end_inset
5501
5502  a une note de bas de page.
5503 \end_layout
5504
5505 \begin_layout Subsection
5506 Alignement des Tableaux Longs
5507 \begin_inset Index idx
5508 status collapsed
5509
5510 \begin_layout Plain Layout
5511 Tableaux longs ! Alignement
5512 \end_layout
5513
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \begin_layout Standard
5520 Implicitement les Tableaux Longs sont centrés.
5521  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5522  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5523  de dialogue.
5524  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5525  des longueurs 
5526 \series bold
5527
5528 \backslash
5529 LTleft 
5530 \series default
5531 et 
5532 \series bold
5533
5534 \backslash
5535 LTright
5536 \series default
5537  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5538  concerné :
5539 \end_layout
5540
5541 \begin_layout Standard
5542
5543 \series bold
5544
5545 \backslash
5546 setlength{
5547 \backslash
5548 LTleft}{valeur}
5549 \end_layout
5550
5551 \begin_layout Standard
5552 Où 
5553 \series bold
5554 valeur
5555 \series default
5556  peut avoir n'importe laquelle des unités listées dans le tableau
5557 \begin_inset space ~
5558 \end_inset
5559
5560
5561 \begin_inset CommandInset ref
5562 LatexCommand ref
5563 reference "cha:Unités-de-longueur"
5564
5565 \end_inset
5566
5567 .
5568  
5569 \series bold
5570
5571 \backslash
5572 LTleft
5573 \series default
5574  contrôle la distance horizontale entre le bord gauche de la page et le
5575  tableau, et
5576 \series bold
5577  
5578 \backslash
5579 LTright
5580 \series default
5581  la distance au bord droit.
5582  La valeur implicite des ces deux distances est 
5583 \series bold
5584
5585 \backslash
5586 fill
5587 \series default
5588 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5589 \end_layout
5590
5591 \begin_layout Standard
5592 Le tableau long suivant a été aligné à gauche en mettant 
5593 \series bold
5594
5595 \backslash
5596 LTleft
5597 \series default
5598  à 0
5599 \begin_inset space \thinspace{}
5600 \end_inset
5601
5602 pt.
5603 \begin_inset ERT
5604 status collapsed
5605
5606 \begin_layout Plain Layout
5607
5608
5609 \backslash
5610 setlength{
5611 \backslash
5612 LTleft}{0pt}
5613 \end_layout
5614
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \begin_layout Standard
5621 \begin_inset Tabular
5622 <lyxtabular version="3" rows="5" columns="5">
5623 <features islongtable="true" longtabularalignment="center">
5624 <column alignment="center" valignment="top" width="0">
5625 <column alignment="center" valignment="top" width="0">
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 <row>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 1
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 2
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 3
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 4
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 5
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 asd
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 s
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 s
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 s
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 asd
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 s
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 s
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 s
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 <row>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 asd
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 s
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 s
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 s
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 </row>
5817 <row>
5818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 asd
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 asd
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 </row>
5864 </lyxtabular>
5865
5866 \end_inset
5867
5868
5869 \begin_inset ERT
5870 status collapsed
5871
5872 \begin_layout Plain Layout
5873
5874
5875 \backslash
5876 setlength{
5877 \backslash
5878 LTleft}{
5879 \backslash
5880 fill}
5881 \end_layout
5882
5883 \end_inset
5884
5885
5886 \begin_inset ERT
5887 status collapsed
5888
5889 \begin_layout Plain Layout
5890
5891
5892 \backslash
5893 addtocounter{table}{-1}
5894 \end_layout
5895
5896 \end_inset
5897
5898
5899 \begin_inset Note Note
5900 status collapsed
5901
5902 \begin_layout Plain Layout
5903 Voyez la première note grisée de la section
5904 \begin_inset space ~
5905 \end_inset
5906
5907
5908 \begin_inset CommandInset ref
5909 LatexCommand ref
5910 reference "sub:Tableaux-longs-légende"
5911
5912 \end_inset
5913
5914  pour une explication de cette commande.
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \end_layout
5921
5922 \begin_layout Subsection
5923 Légendes et Tableaux longs
5924 \begin_inset Index idx
5925 status collapsed
5926
5927 \begin_layout Plain Layout
5928 Tableaux longs ! Legendes@Légendes
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \begin_inset CommandInset label
5935 LatexCommand label
5936 name "sub:Tableaux-longs-légende"
5937
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \begin_layout Standard
5944 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5945  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5946  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5947  Longs quand on utilise pour une ligne l'option de tableau long 
5948 \family sans
5949 Légende
5950 \family default
5951 , comme c'est expliqué dans la section
5952 \begin_inset space ~
5953 \end_inset
5954
5955
5956 \begin_inset CommandInset ref
5957 LatexCommand ref
5958 reference "sec:Tableaux-longs"
5959
5960 \end_inset
5961
5962 .
5963 \end_layout
5964
5965 \begin_layout Standard
5966 Voici un petit Tableau long pour voir comment ça marche :
5967 \end_layout
5968
5969 \begin_layout Standard
5970 \begin_inset Tabular
5971 <lyxtabular version="3" rows="6" columns="5">
5972 <features islongtable="true" longtabularalignment="center">
5973 <column alignment="center" valignment="top" width="0">
5974 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
5979 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 \begin_inset Caption
5984
5985 \begin_layout Plain Layout
5986 Tableau long avec une légende
5987 \begin_inset Argument
5988 status open
5989
5990 \begin_layout Plain Layout
5991 Tableau long
5992 \end_layout
5993
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 1
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 2
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 3
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 4
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 5
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 s
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 s
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 s
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 s
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 s
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 s
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 s
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 <row>
6232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 asd
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 asd
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 asd
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 asd
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 </lyxtabular>
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset VSpace medskip
6287 \end_inset
6288
6289
6290 \begin_inset Note Greyedout
6291 status open
6292
6293 \begin_layout Plain Layout
6294
6295 \series bold
6296 Note
6297 \begin_inset space ~
6298 \end_inset
6299
6300 1:
6301 \series default
6302  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6303  n'avez pas prévu de légende.
6304  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6305 \begin_inset space ~
6306 \end_inset
6307
6308 2.4 suit le tableau
6309 \begin_inset space ~
6310 \end_inset
6311
6312 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6313  sans légende.
6314  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6315  après chaque tableau long sans légende :
6316 \end_layout
6317
6318 \begin_layout Plain Layout
6319
6320 \series bold
6321
6322 \backslash
6323 addtocounter{table}{-1}
6324 \end_layout
6325
6326 \begin_layout Plain Layout
6327 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6328  et que vous ajoutez le code suivant dans le préambule du document :
6329 \end_layout
6330
6331 \begin_layout Plain Layout
6332
6333 \series bold
6334
6335 \backslash
6336 let
6337 \backslash
6338 myEnd
6339 \backslash
6340 endlongtable
6341 \begin_inset Newline newline
6342 \end_inset
6343
6344
6345 \backslash
6346 renewcommand{
6347 \backslash
6348 endlongtable}{
6349 \backslash
6350 myEnd
6351 \backslash
6352 addtocounter{table}{-1}}
6353 \end_layout
6354
6355 \end_inset
6356
6357
6358 \end_layout
6359
6360 \begin_layout Standard
6361 \begin_inset Note Greyedout
6362 status open
6363
6364 \begin_layout Plain Layout
6365
6366 \series bold
6367 Note
6368 \begin_inset space ~
6369 \end_inset
6370
6371 2:
6372 \series default
6373  Si vous utilisez 
6374 \series bold
6375 hyperref
6376 \series default
6377
6378 \begin_inset Index idx
6379 status collapsed
6380
6381 \begin_layout Plain Layout
6382 Paquetages LaTeX ! hyperref
6383 \end_layout
6384
6385 \end_inset
6386
6387  dans les 
6388 \family sans
6389 Paramètres du document
6390 \family default
6391  rubrique 
6392 \family sans
6393 Propriétés
6394 \begin_inset space ~
6395 \end_inset
6396
6397 du
6398 \begin_inset space ~
6399 \end_inset
6400
6401 PDF
6402 \family default
6403 , pour transformer vos références croisées en liens cliquables, le lien
6404  vers un tableau long pointera toujours sur le début du document.
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Subsubsection
6413 Références à des tableaux longs
6414 \begin_inset Index idx
6415 status collapsed
6416
6417 \begin_layout Plain Layout
6418 Tableaux longs ! Références
6419 \end_layout
6420
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \begin_layout Standard
6427 \begin_inset Tabular
6428 <lyxtabular version="3" rows="6" columns="5">
6429 <features islongtable="true" longtabularalignment="center">
6430 <column alignment="center" valignment="top" width="0">
6431 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
6436 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 \begin_inset Caption
6441
6442 \begin_layout Plain Layout
6443 Tableau long référencé
6444 \begin_inset CommandInset label
6445 LatexCommand label
6446 name "tab:RefExemple"
6447
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 <row>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 1
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 2
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 3
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 4
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 5
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 </row>
6544 <row>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 asd
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 s
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 s
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 s
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 asd
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 </row>
6591 <row>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 asd
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 s
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 s
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 s
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 asd
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 </row>
6638 <row>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 asd
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 s
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 s
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 s
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 asd
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 </row>
6685 <row>
6686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 asd
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 sad
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 asd
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 asd
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 asd
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 </row>
6732 </lyxtabular>
6733
6734 \end_inset
6735
6736
6737 \end_layout
6738
6739 \begin_layout Standard
6740 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6741  dans sa légende.
6742 \end_layout
6743
6744 \begin_layout Standard
6745 Ceci est une référence au tableau
6746 \begin_inset space ~
6747 \end_inset
6748
6749
6750 \begin_inset CommandInset ref
6751 LatexCommand ref
6752 reference "tab:RefExemple"
6753
6754 \end_inset
6755
6756 .
6757 \end_layout
6758
6759 \begin_layout Standard
6760 La mise en forme de la légende peut être ajustée avec celle de toutes les
6761  autres légendes de votre document en utilisant le paquetage LaTeX 
6762 \series bold
6763 caption
6764 \series default
6765
6766 \begin_inset Index idx
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 Paquetages LaTeX ! caption
6771 \end_layout
6772
6773 \end_inset
6774
6775 , voir la section
6776 \begin_inset space ~
6777 \end_inset
6778
6779
6780 \begin_inset CommandInset ref
6781 LatexCommand ref
6782 reference "sec:Formatage-légende"
6783
6784 \end_inset
6785
6786 .
6787 \end_layout
6788
6789 \begin_layout Subsubsection
6790 Largeur de la légende
6791 \begin_inset Index idx
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795 Tableaux longs ! Largeur de la légende
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \end_layout
6802
6803 \begin_layout Standard
6804 La largeur maximale des lignes de légende est définie par la longueur 
6805 \series bold
6806
6807 \backslash
6808 LTcapwidth
6809 \series default
6810 .
6811  Sa valeur implicite est 4
6812 \begin_inset space \thinspace{}
6813 \end_inset
6814
6815 in.
6816  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6817  de votre document ou en tant que code TeX directement dans votre document
6818  avant le tableau qui doit être affectée.
6819 \end_layout
6820
6821 \begin_layout Standard
6822
6823 \series bold
6824
6825 \backslash
6826 setlength{
6827 \backslash
6828 LTcapwidth}{largeur}
6829 \end_layout
6830
6831 \begin_layout Standard
6832 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6833 ce
6834 \begin_inset space ~
6835 \end_inset
6836
6837
6838 \begin_inset CommandInset ref
6839 LatexCommand ref
6840 reference "cha:Unités-de-longueur"
6841
6842 \end_inset
6843
6844 .
6845 \end_layout
6846
6847 \begin_layout Standard
6848 \begin_inset Newpage pagebreak
6849 \end_inset
6850
6851
6852 \end_layout
6853
6854 \begin_layout Standard
6855 Les tableaux suivants montrent la différence :
6856 \end_layout
6857
6858 \begin_layout Standard
6859 \begin_inset Tabular
6860 <lyxtabular version="3" rows="6" columns="5">
6861 <features islongtable="true" longtabularalignment="center">
6862 <column alignment="center" valignment="top" width="0">
6863 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
6868 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 \begin_inset Caption
6873
6874 \begin_layout Plain Layout
6875 long titre complet avec la largeur implicite long titre complet avec la
6876  largeur implicite long titre complet avec la largeur implicite
6877 \begin_inset Argument
6878 status open
6879
6880 \begin_layout Plain Layout
6881 Légende avec largeur implicite
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890
6891
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 <row>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 1
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 2
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 3
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 4
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 5
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 s
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 asd
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 </row>
7027 <row>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 asd
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 s
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 s
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 asd
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 asd
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 s
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 s
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 s
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 asd
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 sad
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 asd
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 </lyxtabular>
7169
7170 \end_inset
7171
7172
7173 \end_layout
7174
7175 \begin_layout Standard
7176 \begin_inset ERT
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180
7181
7182 \backslash
7183 setlength{
7184 \backslash
7185 LTcapwidth}{5cm}
7186 \end_layout
7187
7188 \end_inset
7189
7190
7191 \begin_inset Tabular
7192 <lyxtabular version="3" rows="6" columns="5">
7193 <features islongtable="true" longtabularalignment="center">
7194 <column alignment="center" valignment="top" width="0">
7195 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
7200 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 \begin_inset Caption
7205
7206 \begin_layout Plain Layout
7207 long titre complet avec la largeur réglée à 5
7208 \begin_inset space \thinspace{}
7209 \end_inset
7210
7211 cm long titre complet avec la largeur réglée à 5
7212 \begin_inset space \thinspace{}
7213 \end_inset
7214
7215 cm long titre complet avec la largeur réglée à 5
7216 \begin_inset space \thinspace{}
7217 \end_inset
7218
7219 cm
7220 \begin_inset Argument
7221 status open
7222
7223 \begin_layout Plain Layout
7224 Légende avec largeur à
7225 \begin_inset space \thinspace{}
7226 \end_inset
7227
7228 =
7229 \begin_inset space \thinspace{}
7230 \end_inset
7231
7232 5
7233 \begin_inset space \thinspace{}
7234 \end_inset
7235
7236 cm
7237 \end_layout
7238
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 </row>
7288 <row>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 1
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 2
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 3
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 4
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 5
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 asd
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 s
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 s
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 s
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 asd
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 asd
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 s
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 s
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 s
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 asd
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 asd
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 s
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 s
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 s
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 asd
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 asd
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 sad
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 asd
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 asd
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 asd
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 </lyxtabular>
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \begin_layout Standard
7531 \begin_inset ERT
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536
7537 \backslash
7538 setlength{
7539 \backslash
7540 LTcapwidth}{4in}
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \begin_layout Standard
7549 \begin_inset Note Greyedout
7550 status open
7551
7552 \begin_layout Plain Layout
7553
7554 \series bold
7555 Note:
7556 \series default
7557  Quand on utilise la paquetage LaTeX 
7558 \series bold
7559 caption
7560 \series default
7561
7562 \begin_inset Index idx
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566 Paquetages LaTeX ! caption
7567 \end_layout
7568
7569 \end_inset
7570
7571  , comme c'est les cas dans ce document, la légende prend toute la largeur
7572  de la page quand on utilise la largeur implicite de 4
7573 \begin_inset space \thinspace{}
7574 \end_inset
7575
7576 in pour 
7577 \series bold
7578
7579 \backslash
7580 LTcapwidth
7581 \series default
7582 .
7583  Pour avoir dans ce cas une légende qui fasse exactement 4
7584 \begin_inset space \thinspace{}
7585 \end_inset
7586
7587 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7588  comme par exemple 3.99
7589 \begin_inset space \thinspace{}
7590 \end_inset
7591
7592 in, soit utiliser la commande LaTeX 
7593 \series bold
7594
7595 \backslash
7596 captionsetup{width=valeur}
7597 \series default
7598  qui est disponible dans le paquetage 
7599 \series bold
7600 caption
7601 \series default
7602 .
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \begin_layout Subsubsection
7611 Des Légendes différentes sur chaque page d'un tableau
7612 \begin_inset Argument
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616 Légendes différentes
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \begin_inset Index idx
7623 status collapsed
7624
7625 \begin_layout Plain Layout
7626 Tableaux longs ! Legendes@Légendes différentes par page
7627 \end_layout
7628
7629 \end_inset
7630
7631
7632 \end_layout
7633
7634 \begin_layout Standard
7635 Quand la légende du tableau pour les pages suivantes doit être différente
7636  de celle de la première page, insérez une légende avec la commande suivante
7637  en code TeX :
7638 \end_layout
7639
7640 \begin_layout Standard
7641
7642 \series bold
7643
7644 \backslash
7645 caption*{caption text}
7646 \backslash
7647
7648 \backslash
7649 %
7650 \end_layout
7651
7652 \begin_layout Standard
7653 dans une ligne de légende fictive qui sera marquée comme une entête.
7654  Le tableau
7655 \begin_inset space ~
7656 \end_inset
7657
7658
7659 \begin_inset CommandInset ref
7660 LatexCommand ref
7661 reference "tab:Légendes-tableau-différentes"
7662
7663 \end_inset
7664
7665  est un exemple de tableau long avec des légendes différentes et où la seconde
7666  légende ne contient pas le numéro du tableau.
7667 \end_layout
7668
7669 \begin_layout Standard
7670 \align center
7671 \begin_inset Tabular
7672 <lyxtabular version="3" rows="59" columns="3">
7673 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7674 <column alignment="left" valignment="top" width="0cm">
7675 <column alignment="left" valignment="top" width="0pt">
7676 <column alignment="center" valignment="top" width="0pt">
7677 <row caption="true">
7678 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 \begin_inset Caption
7683
7684 \begin_layout Plain Layout
7685 Exemple d'annuaire téléphonique
7686 \begin_inset CommandInset label
7687 LatexCommand label
7688 name "tab:Légendes-tableau-différentes"
7689
7690 \end_inset
7691
7692
7693 \begin_inset Argument
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697 Exemple Annuaire 
7698 \end_layout
7699
7700 \end_inset
7701
7702
7703 \end_layout
7704
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row endfirsthead="true">
7732 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row endfirsthead="true">
7763 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 NOM
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \series bold
7789 TÉL.
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row endhead="true">
7796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 \begin_inset ERT
7801 status open
7802
7803 \begin_layout Plain Layout
7804
7805
7806 \backslash
7807 caption*{Suite de l'exemple d'annuaire téléphonique}
7808 \backslash
7809
7810 \backslash
7811 %
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row endhead="true">
7841 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \series bold
7847 Exemple d'annuaire téléphonique
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row endhead="true">
7872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 NOM
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 TÉL.
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row endfoot="true">
7905 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 suite page suivante\SpecialChar \ldots{}
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Annovi
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Silvia
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Bertoli
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 Stefano
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 111
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Bozzi
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 Walter
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 111
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \series bold
8034 Cachia
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 Maria
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 111
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \series bold
8065 Cachia
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Maurizio
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 111
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \series bold
8096 Cinquemani
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Giusi
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 111
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 Colin
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Bernard
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 111
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \series bold
8158 Concli
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Gianfranco
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Dal Bosco
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Carolina
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Dalpiaz
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Annamaria
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Feliciello
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Domenico
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 111
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \series bold
8282 Focarelli
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Paola
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Galletti
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Oreste
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Gasparini
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Franca
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Rizzardi
8376 \series default
8377
8378 \begin_inset Foot
8379 status open
8380
8381 \begin_layout Plain Layout
8382 Exemple de note de bas de page
8383 \end_layout
8384
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Paola
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Lassini
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Giancarlo
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Malfatti
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Luciano
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Malfatti
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Valeriano
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Meneguzzo
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Roberto
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \series bold
8542 Mezzadra
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Roberto
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 111
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Pirpamer
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Erich
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 111
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Pochiesa
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Paolo
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 111, 222
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \series bold
8635 Radina
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Claudio
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 111
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \series bold
8666 Stuffer
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Oskar
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 111
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697 Tacchelli
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 Ugo
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 111
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \series bold
8728 Tezzele
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Margit
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 111
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \series bold
8759 Unterkalmsteiner
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 Frieda
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 111
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788
8789 \series bold
8790 Vieider
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 Hilde
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 111
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row>
8815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \series bold
8821 Vigna
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 Jürgen
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 111
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row>
8846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852 Weber
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 Maurizio
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 111
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 <row>
8877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \series bold
8883 Winkler
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Franz
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 111
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912  
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Annovi
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Silvia
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Bertoli
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Stefano
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Bozzi
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Walter
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Cachia
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Maria
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Cachia
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Maurizio
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Cinquemani
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Giusi
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Colin
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Bernard
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Concli
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Gianfranco
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Dal Bosco
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Carolina
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 555
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Dalpiaz
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Annamaria
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 555
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Feliciello
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Domenico
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 555
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Focarelli
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Paola
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 555
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Galletti
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Oreste
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 555
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Gasparini
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Franca
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 555
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 Rizzardi
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Paola
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 555
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 Lassini
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 Giancarlo
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 555
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Malfatti
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Luciano
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 555
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 Malfatti
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 Valeriano
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 555
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 Meneguzzo
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 Roberto
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 555
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \series bold
9532 Mezzadra
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 Roberto
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 555
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 </lyxtabular>
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \begin_layout Section
9564 Questions particulières concernant les tableaux longs
9565 \begin_inset Argument
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Questions sur les tableaux longs
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \begin_inset CommandInset label
9576 LatexCommand label
9577 name "sec:Questions-sur-tableaux-longs"
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \begin_layout Subsection
9585 Calculs des pages des tableaux longs
9586 \begin_inset Index idx
9587 status collapsed
9588
9589 \begin_layout Plain Layout
9590 Tableaux longs ! Calculs
9591 \end_layout
9592
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \begin_layout Standard
9599 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9600  en utilisant des blocs (chunks).
9601  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9602  mémoire de LaTeX.
9603  La valeur implicite est fixée pour des raisons historiques à seulement
9604  20 lignes de tableau.
9605  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9606  peut ralentir la création de votre document.
9607  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9608  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9609  préambule de votre document :
9610 \end_layout
9611
9612 \begin_layout Standard
9613
9614 \series bold
9615
9616 \backslash
9617 setcounter{LTchunksize}{100}
9618 \end_layout
9619
9620 \begin_layout Subsection
9621 Les Flottants et les Tableaux Longs
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Tableaux longs ! Flottants
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9636  commence un tableau long.
9637  Pour éviter une telle situation, 
9638 \lang english
9639 insert a 
9640 \begin_inset Quotes eld
9641 \end_inset
9642
9643 clear page
9644 \begin_inset Quotes erd
9645 \end_inset
9646
9647  (menu
9648 \lang french
9649  
9650 \family sans
9651 Insérer\SpecialChar \menuseparator
9652 Typographie
9653 \begin_inset space ~
9654 \end_inset
9655
9656 spéciale\SpecialChar \menuseparator
9657 Saut de page (vide le tampon)
9658 \family default
9659
9660 \begin_inset space \thinspace{}
9661 \end_inset
9662
9663 ) juste avant votre tableau long.
9664 \end_layout
9665
9666 \begin_layout Subsection
9667 Sauts de pages forcés
9668 \begin_inset Index idx
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672 Tableaux longs ! Sauts de pages forcés
9673 \end_layout
9674
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \begin_layout Standard
9681 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9682  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9683  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9684  de saut de ligne 
9685 \begin_inset Quotes eld
9686 \end_inset
9687
9688
9689 \backslash
9690
9691 \backslash
9692
9693 \begin_inset Quotes erd
9694 \end_inset
9695
9696  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9697  Avant la commande 
9698 \begin_inset Quotes eld
9699 \end_inset
9700
9701
9702 \backslash
9703
9704 \backslash
9705
9706 \begin_inset Quotes erd
9707 \end_inset
9708
9709 , vous devez insérer en code TeX, autant de caractères 
9710 \begin_inset Quotes eld
9711 \end_inset
9712
9713 &
9714 \begin_inset Quotes erd
9715 \end_inset
9716
9717  qu'il y a de colonnes après la cellule concernée.
9718  Le caractère 
9719 \begin_inset Quotes eld
9720 \end_inset
9721
9722 &
9723 \begin_inset Quotes erd
9724 \end_inset
9725
9726  sert à séparer les colonnes d'un tableau.
9727  Écrivez en code-TeX, après chaque 
9728 \begin_inset Quotes eld
9729 \end_inset
9730
9731 &
9732 \begin_inset Quotes erd
9733 \end_inset
9734
9735  le contenu des cellules correspondantes et en même temps supprimez le contenu
9736  de ces cellules dans le texte normal.
9737  
9738 \begin_inset Newline newline
9739 \end_inset
9740
9741 Après la commande 
9742 \backslash
9743
9744 \backslash
9745 , insérez autant de caractères 
9746 \begin_inset Quotes eld
9747 \end_inset
9748
9749 &
9750 \begin_inset Quotes erd
9751 \end_inset
9752
9753  qu'il y a de colonnes avant la colonne traitée.
9754  Dans le tableau
9755 \begin_inset space ~
9756 \end_inset
9757
9758
9759 \begin_inset CommandInset ref
9760 LatexCommand ref
9761 reference "tab:Tableau-saut-de-page"
9762
9763 \end_inset
9764
9765  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9766  suivie par une autre colonne.
9767  La commande suivante a donc été insérée en code TeX dans la cellule après
9768  le mot 
9769 \begin_inset Quotes eld
9770 \end_inset
9771
9772
9773 \emph on
9774 Castelchiodato,
9775 \emph default
9776
9777 \begin_inset Quotes erd
9778 \end_inset
9779
9780 :
9781 \end_layout
9782
9783 \begin_layout Standard
9784
9785 \series bold
9786 & 111
9787 \backslash
9788
9789 \backslash
9790  
9791 \backslash
9792 newpage
9793 \begin_inset Newline newline
9794 \end_inset
9795
9796 &
9797 \end_layout
9798
9799 \begin_layout Standard
9800 Le 
9801 \begin_inset Quotes eld
9802 \end_inset
9803
9804 111
9805 \begin_inset Quotes erd
9806 \end_inset
9807
9808  dans la troisième colonne de la ligne a été supprimé.
9809  
9810 \series bold
9811
9812 \backslash
9813 newpage
9814 \series default
9815  est nécessaire seulement quand un saut de page doit impérativement avoir
9816  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9817  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9818  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9819  est coupée, utilisez cette commande à la place de la précédente :
9820 \end_layout
9821
9822 \begin_layout Standard
9823
9824 \series bold
9825 & 111
9826 \backslash
9827
9828 \backslash
9829
9830 \begin_inset Newline newline
9831 \end_inset
9832
9833
9834 \backslash
9835 hline &
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9840  insérer la commande
9841 \end_layout
9842
9843 \begin_layout Standard
9844
9845 \series bold
9846
9847 \backslash
9848 setlength{
9849 \backslash
9850 parfillskip}{0pt}
9851 \end_layout
9852
9853 \begin_layout Standard
9854 au début de la cellule.
9855  Cela assure que la portion de la cellule qui va se trouver affichée sur
9856  la page suivante le sera avec toute la largeur de la cellule.
9857 \end_layout
9858
9859 \begin_layout Standard
9860 \align center
9861 \begin_inset Tabular
9862 <lyxtabular version="3" rows="38" columns="3">
9863 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9864 <column alignment="left" valignment="top" width="0cm">
9865 <column alignment="left" valignment="top" width="3cm">
9866 <column alignment="center" valignment="top" width="0pt">
9867 <row caption="true">
9868 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset Caption
9873
9874 \begin_layout Plain Layout
9875 Tableau avec un saut de page forcé dans une cellule
9876 \begin_inset CommandInset label
9877 LatexCommand label
9878 name "tab:Tableau-saut-de-page"
9879
9880 \end_inset
9881
9882
9883 \begin_inset Argument
9884 status collapsed
9885
9886 \begin_layout Plain Layout
9887 Tableau avec un saut de page forcé dans une cellule
9888 \end_layout
9889
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \end_inset
9896
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row endfirsthead="true">
9922 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row endfirsthead="true">
9953 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 NOM
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \series bold
9979 TÉL.
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row endhead="true">
9986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 \begin_inset ERT
9991 status collapsed
9992
9993 \begin_layout Plain Layout
9994
9995
9996 \backslash
9997 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9998 \backslash
9999
10000 \backslash
10001 %
10002 \end_layout
10003
10004 \end_inset
10005
10006
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row endhead="true">
10031 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035  
10036 \series bold
10037 Exemple d'annuaire téléphonique
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row endhead="true">
10062 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 NOM
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \series bold
10088 TÉL.
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row endfoot="true">
10095 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 suite page suivante\SpecialChar \ldots{}
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Annovi
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Silvia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bertoli
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Stefano
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Bozzi
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Walter
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maria
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cachia
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Maurizio
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Cinquemani
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Giusi
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Colin
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Bernard
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Concli
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Gianfranco
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dal Bosco
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Carolina
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Dalpiaz
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Annamaria
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Feliciello
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Domenico
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Focarelli
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Paola
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Galletti
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Oreste
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Gasparini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Franca
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Lassini
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Giancarlo
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Luciano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Malfatti
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Valeriano
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Meneguzzo
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Mezzadra
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Roberto
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pirpamer
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Erich
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Pochiesa
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Paolo
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111, 222
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Radina
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Claudio
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Rizzardi
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Giancarlo, 11.
10823  Fürst von Montecompatri, 11.
10824  Fürst von Sulmona und Vivaro, 10.
10825  Fürst von Rossano, 5.
10826  Herzog von Canemorte, 11.
10827  Herzog von Palombara, 5.
10828  Herzog von Castelchiodato,
10829 \begin_inset ERT
10830 status open
10831
10832 \begin_layout Plain Layout
10833
10834 & 111
10835 \backslash
10836
10837 \backslash
10838  
10839 \backslash
10840 newpage
10841 \end_layout
10842
10843 \begin_layout Plain Layout
10844
10845 &
10846 \end_layout
10847
10848 \end_inset
10849
10850  11.
10851  Herzog von Poggionativo, 11.
10852  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10853  Graf von Valinfreda, 11.
10854  Baron von Cropalati, 11.
10855  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Stuffer
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Oskar
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tacchelli
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Ugo
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Tezzele
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Margit
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Unterkalmsteiner
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Frieda
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vieider
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Hilde
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Vigna
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Jürgen
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Weber
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Maurizio
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \series bold
11094 Winkler
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Franz
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 111
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 </lyxtabular>
11119
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \begin_layout Section
11126 Colonnes et lignes à lignes multiples
11127 \end_layout
11128
11129 \begin_layout Subsection
11130 Lignes multiples dans une cellule de tableau
11131 \begin_inset CommandInset label
11132 LatexCommand label
11133 name "sub:Lignes-multiple-dans-cellule"
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Plusieurs lignes dans une case de tableau
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \begin_inset Index idx
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 Tableau ! Saut de ligne
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \begin_inset Float table
11163 placement H
11164 wide false
11165 sideways false
11166 status open
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Caption
11170
11171 \begin_layout Plain Layout
11172 \begin_inset CommandInset label
11173 LatexCommand label
11174 name "tab:Tableau-avec-plusieurs-lignes"
11175
11176 \end_inset
11177
11178 Tableau avec des lignes multiples dans une cellule
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Plain Layout
11187 \align center
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features tabularvalignment="middle">
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle" width="0">
11193 <column alignment="center" valignment="middle" width="0">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 Lignes
11200 \begin_inset Newline linebreak
11201 \end_inset
11202
11203 multiples
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 b
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 c
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 d
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 e
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 f
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 g
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 h
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 i
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Standard
11298 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11299  d'un paragraphe avec des sauts de lignes et des césures.
11300 \end_layout
11301
11302 \begin_layout Standard
11303 Pour obtenir le tableau
11304 \begin_inset space ~
11305 \end_inset
11306
11307
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:Tableau-avec-plusieurs-lignes"
11311
11312 \end_inset
11313
11314 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11315  droit dessus.
11316  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11317  2.5
11318 \begin_inset space \thinspace{}
11319 \end_inset
11320
11321 cm et choisissez les alignements vertical et horizontal centrés.
11322  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11323  Comme notre texte est plus petit que 2.5
11324 \begin_inset space \thinspace{}
11325 \end_inset
11326
11327 cm, une seule ligne va apparaître.
11328  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11329  
11330 \family sans
11331 Ctrl-Shift-Entrée
11332 \family default
11333 ).
11334  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11335 ement découpé en plusieurs lignes.
11336 \end_layout
11337
11338 \begin_layout Standard
11339 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11340  pas effectuer de césure si c'est le premier élément de la cellule.
11341  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11342  premier élément : Ajoutez un espace horizontal de 0
11343 \begin_inset space \thinspace{}
11344 \end_inset
11345
11346 pt juste avant votre mot.
11347  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11348  Le tableau
11349 \begin_inset space ~
11350 \end_inset
11351
11352
11353 \begin_inset CommandInset ref
11354 LatexCommand ref
11355 reference "tab:Tableau-césure"
11356
11357 \end_inset
11358
11359  montre l'effet de cette insertion.
11360 \end_layout
11361
11362 \begin_layout Standard
11363 \begin_inset Float table
11364 placement h
11365 wide false
11366 sideways false
11367 status open
11368
11369 \begin_layout Plain Layout
11370 \begin_inset Caption
11371
11372 \begin_layout Plain Layout
11373 \begin_inset CommandInset label
11374 LatexCommand label
11375 name "tab:Tableau-césure"
11376
11377 \end_inset
11378
11379 Tableau avec et sans césure.
11380 \end_layout
11381
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \begin_layout Plain Layout
11388 \begin_inset space \hfill{}
11389 \end_inset
11390
11391
11392 \begin_inset Tabular
11393 <lyxtabular version="3" rows="3" columns="3">
11394 <features tabularvalignment="middle">
11395 <column alignment="center" valignment="middle" width="2.5cm">
11396 <column alignment="center" valignment="middle" width="0">
11397 <column alignment="center" valignment="middle" width="0">
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 mottrèslongdansunecellule
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 b
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 c
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 d
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 e
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 f
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 g
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 h
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 i
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 </lyxtabular>
11486
11487 \end_inset
11488
11489
11490 \begin_inset space \hfill{}
11491 \end_inset
11492
11493
11494 \begin_inset Tabular
11495 <lyxtabular version="3" rows="3" columns="3">
11496 <features tabularvalignment="middle">
11497 <column alignment="center" valignment="middle" width="2.5cm">
11498 <column alignment="center" valignment="middle" width="0">
11499 <column alignment="center" valignment="middle" width="0">
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 \begin_inset space \hspace{}
11506 \length 0pt
11507 \end_inset
11508
11509 mottrèslongdansunecellule
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 b
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 c
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 d
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 e
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 f
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 g
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 h
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 i
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 </lyxtabular>
11592
11593 \end_inset
11594
11595
11596 \begin_inset space \hfill{}
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \begin_layout Subsection
11608 Multi-colonnes
11609 \begin_inset CommandInset label
11610 LatexCommand label
11611 name "sub:Multicolonnes"
11612
11613 \end_inset
11614
11615
11616 \begin_inset Index idx
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620 Multi-colonnes
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \begin_inset Index idx
11627 status collapsed
11628
11629 \begin_layout Plain Layout
11630 Tableau ! Multi-colonnes
11631 \end_layout
11632
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \begin_layout Subsubsection
11639 Les Bases des Multicolonnes
11640 \end_layout
11641
11642 \begin_layout Standard
11643 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11644  qu'elle doit couvrir et utilisez soit le bouton
11645 \begin_inset Graphics
11646         filename ../../images/tabular-feature_multicolumn.png
11647         scale 85
11648         scaleBeforeRotation
11649
11650 \end_inset
11651
11652  de la barre d'outils tableau, ou le menu 
11653 \family sans
11654 Éditer\SpecialChar \menuseparator
11655 Tableau\SpecialChar \menuseparator
11656 Multi-colonnes
11657 \family default
11658 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11659  
11660 \family sans
11661 Multi-colonnes
11662 \family default
11663  
11664 \lang english
11665 in the appearing context menu.
11666 \end_layout
11667
11668 \begin_layout Standard
11669 Les multi-colonnes ont leurs propres paramètres de cellule.
11670  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11671  de la cellule, cela n'affecte que la cellule multi-colonne.
11672  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11673  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11674 \end_layout
11675
11676 \begin_layout Standard
11677 \align center
11678 \begin_inset Tabular
11679 <lyxtabular version="3" rows="3" columns="4">
11680 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11681 <column alignment="center" valignment="top" width="0pt">
11682 <column alignment="center" valignment="middle" width="0">
11683 <column alignment="center" valignment="top" width="0in">
11684 <column alignment="center" valignment="top" width="0pt">
11685 <row>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 abc
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 def ghi
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 jkl
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 <row>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 A
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 B
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 C
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 D
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 </row>
11761 <row>
11762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 1
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 2
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 3
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 4
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 </row>
11799 </lyxtabular>
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Subsubsection
11807 Calculs avec les multi-colonnes
11808 \begin_inset CommandInset label
11809 LatexCommand label
11810 name "sub:Calculs-multicolonnes"
11811
11812 \end_inset
11813
11814
11815 \begin_inset Index idx
11816 status collapsed
11817
11818 \begin_layout Plain Layout
11819 Multi-colonnes ! Calculs
11820 \end_layout
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Standard
11828 LyX gère directement les multi-colonnes, mais nous devons faire attention
11829  à la largeur des cellules couvertes par la cellule multicolonne.
11830 \end_layout
11831
11832 \begin_layout Standard
11833 \begin_inset Float table
11834 placement h
11835 wide false
11836 sideways false
11837 status open
11838
11839 \begin_layout Plain Layout
11840 \begin_inset Caption
11841
11842 \begin_layout Plain Layout
11843 \begin_inset CommandInset label
11844 LatexCommand label
11845 name "tab:Tableau-multicolonne-parfaite"
11846
11847 \end_inset
11848
11849 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11850  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11851 \begin_inset Argument
11852 status open
11853
11854 \begin_layout Plain Layout
11855 Tableau avec multicolonne parfaite
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Plain Layout
11869 \align center
11870 \begin_inset Tabular
11871 <lyxtabular version="3" rows="3" columns="3">
11872 <features tabularvalignment="middle">
11873 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11874 <column alignment="center" valignment="middle" width="0">
11875 <column alignment="center" valignment="top" width="0">
11876 <row>
11877 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 multicolonne sur plusieurs lignes
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 c
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 <row>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 d
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 e
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 f
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 </row>
11934 <row>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 g
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 h
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 i
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 </row>
11963 </lyxtabular>
11964
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \begin_layout Standard
11976 Par exemple, pour créer le tableau
11977 \begin_inset space ~
11978 \end_inset
11979
11980
11981 \begin_inset CommandInset ref
11982 LatexCommand ref
11983 reference "tab:Tableau-multicolonne-parfaite"
11984
11985 \end_inset
11986
11987 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11988  3×3 et faites un clic droit dessus.
11989  Ensuite choisissez pour cette cellule
11990 \emph on
11991 ,
11992 \emph default
11993  dans la fenêtre de dialogue de tableau, 
11994 \emph on
11995 multicolonne
11996 \emph default
11997
11998 \emph on
11999 alignement
12000 \begin_inset space ~
12001 \end_inset
12002
12003 horizontal
12004 \begin_inset space ~
12005 \end_inset
12006
12007 centré
12008 \emph default
12009  et une largeur de 2.5
12010 \begin_inset space \thinspace{}
12011 \end_inset
12012
12013 cm.
12014  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12015  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12016 \begin_inset space \thinspace{}
12017 \end_inset
12018
12019 cm pour la première colonne.
12020  La deuxième colonne aura alors automatiquement une largeur de 1.25
12021 \begin_inset space \thinspace{}
12022 \end_inset
12023
12024 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12025  C'est ce qui a été fait pour le tableau
12026 \begin_inset space ~
12027 \end_inset
12028
12029
12030 \begin_inset CommandInset ref
12031 LatexCommand ref
12032 reference "tab:Tableau-multicolonne-imparfait"
12033
12034 \end_inset
12035
12036 .
12037 \end_layout
12038
12039 \begin_layout Standard
12040 \begin_inset Float table
12041 wide false
12042 sideways false
12043 status open
12044
12045 \begin_layout Plain Layout
12046 \begin_inset Caption
12047
12048 \begin_layout Plain Layout
12049 \begin_inset CommandInset label
12050 LatexCommand label
12051 name "tab:Tableau-multicolonne-imparfait"
12052
12053 \end_inset
12054
12055 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12056  de la largeur de la cellule multicolonne.
12057 \begin_inset Argument
12058 status open
12059
12060 \begin_layout Plain Layout
12061 Tableau avec multicolonne pas parfaite
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \begin_layout Plain Layout
12075 \align center
12076 \begin_inset Tabular
12077 <lyxtabular version="3" rows="3" columns="3">
12078 <features tabularvalignment="middle">
12079 <column alignment="center" valignment="top" width="1.25cm">
12080 <column alignment="center" valignment="top" width="0">
12081 <column alignment="center" valignment="top" width="0">
12082 <row>
12083 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 multicolonne sur plusieurs lignes
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 c
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 <row>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 d
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 e
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 f
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 </row>
12140 <row>
12141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 g
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 h
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 i
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 </row>
12169 </lyxtabular>
12170
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Standard
12182 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12183  de la cellule multicolonne, elle est un peu plus large.
12184  La raison est que la taille que l'on donne à une cellule, 
12185 \begin_inset Formula $W_{g}$
12186 \end_inset
12187
12188  n'est pas sa taille totale, 
12189 \begin_inset Formula $W_{\mathrm{tot}}$
12190 \end_inset
12191
12192  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12193  lui donne.
12194  L'appendice
12195 \begin_inset space ~
12196 \end_inset
12197
12198
12199 \begin_inset CommandInset ref
12200 LatexCommand eqref
12201 reference "cha:Explication-de-l'Equation"
12202
12203 \end_inset
12204
12205  explique pourquoi en détail.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 La largeur nécessaire 
12210 \begin_inset Formula $W_{g\, n}$
12211 \end_inset
12212
12213  quand 
12214 \emph on
12215 n
12216 \emph default
12217  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12218  ait une largeur totale de 
12219 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12220 \end_inset
12221
12222 :
12223 \begin_inset Formula \begin{equation}
12224 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12225
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \begin_layout Standard
12232 Dans notre cas nous avons 
12233 \begin_inset Formula $n=2$
12234 \end_inset
12235
12236
12237 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12238 \end_inset
12239
12240 cm et les valeurs implicites pour les autres longueurs, l'équation
12241 \begin_inset space ~
12242 \end_inset
12243
12244
12245 \begin_inset CommandInset ref
12246 LatexCommand ref
12247 reference "eq:Wgn"
12248
12249 \end_inset
12250
12251  devient
12252 \begin_inset Formula \begin{equation}
12253 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12254
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Standard
12261 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12262  
12263 \series bold
12264 calc
12265 \series default
12266  avec la ligne suivante dans le préambule du document
12267 \begin_inset Index idx
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 Paquetages LaTeX ! calc
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282
12283 \backslash
12284 usepackage{calc}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12289  de dialogue.
12290  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12291  la fenêtre de dialogue.
12292  Voici un aperçu de ces paramètres :
12293 \end_layout
12294
12295 \begin_layout Itemize
12296
12297 \series bold
12298 p{largeur}
12299 \series default
12300  crée une cellule de taille donnée, le texte est aligné verticalement en
12301  haut.
12302 \end_layout
12303
12304 \begin_layout Itemize
12305
12306 \series bold
12307 m{largeur}
12308 \series default
12309  crée une cellule de taille donnée, le texte est aligné verticalement au
12310  centre
12311 \end_layout
12312
12313 \begin_layout Itemize
12314
12315 \series bold
12316 b{largeur}
12317 \series default
12318  crée une cellule de taille donnée, le texte est aligné verticalement en
12319  bas
12320 \end_layout
12321
12322 \begin_layout Standard
12323 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12324  la fenêtre de dialogue sont ignorés.
12325 \end_layout
12326
12327 \begin_layout Standard
12328 \begin_inset Note Greyedout
12329 status open
12330
12331 \begin_layout Plain Layout
12332
12333 \series bold
12334 Note:
12335 \series default
12336  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12337  en compte.
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346 Comme le texte doit être centré horizontalement, on ajoute la commande 
12347 \series bold
12348
12349 \backslash
12350 centering
12351 \series default
12352 .
12353  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12354  des colonnes recouvertes :
12355 \end_layout
12356
12357 \begin_layout Standard
12358
12359 \series bold
12360 >{
12361 \backslash
12362 centering}m{1.25cm-6.2pt}
12363 \end_layout
12364
12365 \begin_layout Standard
12366 La commande 
12367 \series bold
12368 >{ }
12369 \series default
12370  signifie que les commandes qui se trouvent entre les accolades doivent
12371  être appliquées avant que la cellule ne soit créée.
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12376  multicolonne, il est toujours aligné à gauche.
12377  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12378  isolées.
12379  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12380 \end_layout
12381
12382 \begin_layout Standard
12383
12384 \series bold
12385 >{
12386 \backslash
12387 centering}m{2.5cm}
12388 \end_layout
12389
12390 \begin_layout Subsection
12391 Multi-lignes
12392 \begin_inset Index idx
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 Multi-lignes
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \begin_inset Index idx
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 Tableau ! Multi-ligne
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12416  par LyX, il faut donc utiliser un peu de code TeX.
12417  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12418 \series bold
12419 multirow
12420 \series default
12421
12422 \begin_inset Index idx
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426 Paquetages LaTeX ! multirow
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \series bold
12433  
12434 \series default
12435 dans le préambule de votre document avec la commande 
12436 \end_layout
12437
12438 \begin_layout Standard
12439
12440 \series bold
12441
12442 \backslash
12443 usepackage{multirow}
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Les cellules multilignes sont créées avec la commande
12448 \end_layout
12449
12450 \begin_layout Standard
12451
12452 \series bold
12453
12454 \backslash
12455 multirow{number of rows}{cell width}{cell entry}
12456 \end_layout
12457
12458 \begin_layout Standard
12459 Pour créer le tableau suivant :
12460 \end_layout
12461
12462 \begin_layout Standard
12463 \align center
12464 \begin_inset ERT
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468
12469
12470 \backslash
12471 renewcommand{
12472 \backslash
12473 multirowsetup}{
12474 \backslash
12475 centering}
12476 \end_layout
12477
12478 \end_inset
12479
12480
12481 \begin_inset Tabular
12482 <lyxtabular version="3" rows="3" columns="3">
12483 <features tabularvalignment="middle">
12484 <column alignment="center" valignment="top" width="0">
12485 <column alignment="center" valignment="top" width="0">
12486 <column alignment="center" valignment="top" width="0">
12487 <row>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 a
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 b
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 c
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 \begin_inset ERT
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525
12526
12527 \backslash
12528 multirow{2}{2.5cm}{
12529 \end_layout
12530
12531 \end_inset
12532
12533 cellule multi-lignes
12534 \begin_inset ERT
12535 status collapsed
12536
12537 \begin_layout Plain Layout
12538
12539 }
12540 \end_layout
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 e
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 f
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 <row>
12569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 h
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 i
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 </lyxtabular>
12598
12599 \end_inset
12600
12601
12602 \begin_inset ERT
12603 status collapsed
12604
12605 \begin_layout Plain Layout
12606
12607
12608 \backslash
12609 renewcommand{
12610 \backslash
12611 multirowsetup}{
12612 \backslash
12613 raggedright}
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \begin_layout Standard
12622 créez un tableau 3×3.
12623  Désactivez la bordure supérieure de la dernière cellule dans la première
12624  colonne.
12625  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12626  première colonne en y insérant la commande
12627 \end_layout
12628
12629 \begin_layout Standard
12630
12631 \series bold
12632
12633 \backslash
12634 multirow{2}{2.5cm}{
12635 \end_layout
12636
12637 \begin_layout Standard
12638 comme du code TeX.
12639  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12640  deux lignes et a une largeur de 2.5
12641 \begin_inset space \thinspace{}
12642 \end_inset
12643
12644 cm.
12645  Le contenu de la cellule suit le code TeX et on termine la commande en
12646  ajoutant l'accolade fermante 
12647 \series bold
12648 }
12649 \series default
12650  dans une nouvelle boîte de code TeX, juste après le texte.
12651 \end_layout
12652
12653 \begin_layout Standard
12654
12655 \series bold
12656
12657 \backslash
12658 multirow
12659 \series default
12660  aligne implicitement son contenu à gauche.
12661  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12662  
12663 \series bold
12664
12665 \backslash
12666 multirowsetup
12667 \series default
12668  avec la commande
12669 \end_layout
12670
12671 \begin_layout Standard
12672
12673 \series bold
12674
12675 \backslash
12676 renewcommand{
12677 \backslash
12678 multirowsetup}{
12679 \backslash
12680 centering}
12681 \end_layout
12682
12683 \begin_layout Standard
12684 dans le préambule du document.
12685  Après ça, tous les contenus de cellules multi-lignes du document seront
12686  centrés.
12687  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12688  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12689  juste avant le tableau concerné, plutôt que dans le préambule.
12690  Si le texte doit être aligné à droite, remplacez 
12691 \series bold
12692
12693 \backslash
12694 centering
12695 \series default
12696  par 
12697 \series bold
12698
12699 \backslash
12700 raggedleft
12701 \series default
12702 .
12703  Pour revenir à l'alignement à gauche utilisez 
12704 \series bold
12705
12706 \backslash
12707 raggedright
12708 \series default
12709 .
12710 \end_layout
12711
12712 \begin_layout Section
12713 Les Tableaux Formels
12714 \begin_inset CommandInset label
12715 LatexCommand label
12716 name "sec:Tableaux-Formels"
12717
12718 \end_inset
12719
12720
12721 \begin_inset Index idx
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725 Tableau ! Formel
12726 \end_layout
12727
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \begin_layout Standard
12734 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12735  à celle du tableau
12736 \begin_inset space ~
12737 \end_inset
12738
12739
12740 \begin_inset CommandInset ref
12741 LatexCommand ref
12742 reference "tab:Exemple-tableau-booktabs"
12743
12744 \end_inset
12745
12746 .
12747  Ce genre de tableau est appelé 
12748 \begin_inset Quotes eld
12749 \end_inset
12750
12751
12752 \emph on
12753 formel
12754 \emph default
12755
12756 \begin_inset Quotes erd
12757 \end_inset
12758
12759 .
12760  Pour transformer un tableau en tableau formel, utilisez l'option 
12761 \family sans
12762 Formel
12763 \family default
12764  de l'onglet 
12765 \family sans
12766 Bordures
12767 \family default
12768  de la fenêtre de dialogue 
12769 \family sans
12770 Paramètres
12771 \begin_inset space ~
12772 \end_inset
12773
12774 du
12775 \begin_inset space ~
12776 \end_inset
12777
12778 tableau
12779 \family default
12780 .
12781 \end_layout
12782
12783 \begin_layout Standard
12784 \begin_inset Float table
12785 placement h
12786 wide false
12787 sideways false
12788 status open
12789
12790 \begin_layout Plain Layout
12791 \begin_inset Caption
12792
12793 \begin_layout Plain Layout
12794 \begin_inset CommandInset label
12795 LatexCommand label
12796 name "tab:Exemple-tableau-booktabs"
12797
12798 \end_inset
12799
12800 Exemple de tableau formel
12801 \end_layout
12802
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Plain Layout
12809 \align center
12810 \begin_inset Tabular
12811 <lyxtabular version="3" rows="8" columns="4">
12812 <features booktabs="true" tabularvalignment="middle">
12813 <column alignment="center" valignment="top" width="0">
12814 <column alignment="center" valignment="top" width="0">
12815 <column alignment="center" valignment="top" width="0">
12816 <column alignment="center" valignment="top" width="0">
12817 <row>
12818 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 Système
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Chip
12832 \begin_inset space \thinspace{}
12833 \end_inset
12834
12835 1
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 Chip
12845 \begin_inset space \thinspace{}
12846 \end_inset
12847
12848 2
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 </row>
12863 <row>
12864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 \begin_inset ERT
12869 status collapsed
12870
12871 \begin_layout Plain Layout
12872
12873
12874 \backslash
12875 cmidrule(r){2-2}
12876 \end_layout
12877
12878 \end_inset
12879
12880
12881 \begin_inset ERT
12882 status collapsed
12883
12884 \begin_layout Plain Layout
12885
12886
12887 \backslash
12888 cmidrule(l){3-4}
12889 \end_layout
12890
12891 \end_inset
12892
12893 Épaisseur du capteur en µm
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 300
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 300
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 700
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row>
12927 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 Angle du biseau en °
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 3.55
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 2.71
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 7.99
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 </row>
12964 <row topspace="default">
12965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 Résolution spatiale en µm
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 4.26
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 10.17
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 10.56
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row topspace="default">
13003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 MTF à 
13008 \begin_inset Formula $f_{\mathrm{max}}$
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 0.53
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 0.37
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 0.39
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 </row>
13044 <row topspace="default">
13045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 \begin_inset ERT
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053
13054
13055 \backslash
13056 cmidrule(l{10pt}){1-1}
13057 \end_layout
13058
13059 \end_inset
13060
13061 résolution spatiale LSF
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 <cell alignment="center" valignment="top" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 </row>
13094 <row>
13095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 en µm
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 129.7
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 52.75
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 50.78
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 </row>
13132 <row>
13133 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 en % de la taille des pixels
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 76.3
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 95.9
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 92.3
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 </lyxtabular>
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13184  
13185 \family sans
13186 Bordures
13187 \family default
13188  de la fenêtre de dialogue 
13189 \family sans
13190 Paramètres
13191 \begin_inset space ~
13192 \end_inset
13193
13194 du
13195 \begin_inset space ~
13196 \end_inset
13197
13198 tableau
13199 \family default
13200  comme c'est décrit dans la section
13201 \begin_inset space ~
13202 \end_inset
13203
13204
13205 \begin_inset CommandInset ref
13206 LatexCommand ref
13207 reference "sub:Espacement-lignes"
13208
13209 \end_inset
13210
13211 .
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13216  verticales.
13217  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13218  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13219  sortie imprimée :
13220 \begin_inset Newline newline
13221 \end_inset
13222
13223 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13224 \begin_inset space \thinspace{}
13225 \end_inset
13226
13227 em alors que les autres lignes ont implicite une épaisseur de 0.05
13228 \begin_inset space \thinspace{}
13229 \end_inset
13230
13231 em.
13232 \end_layout
13233
13234 \begin_layout Standard
13235 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13236  les lignes de préambule suivantes :
13237 \end_layout
13238
13239 \begin_layout Standard
13240
13241 \series bold
13242
13243 \backslash
13244 let
13245 \backslash
13246 mytoprule
13247 \backslash
13248 toprule
13249 \begin_inset Newline newline
13250 \end_inset
13251
13252
13253 \backslash
13254 renewcommand{
13255 \backslash
13256 toprule}{
13257 \backslash
13258 mytoprule[width]}
13259 \end_layout
13260
13261 \begin_layout Standard
13262 Cet exemple concerne la première ligne, appelée 
13263 \series bold
13264 toprule
13265 \series default
13266 .
13267  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13268 \series bold
13269 toprule
13270 \series default
13271  par 
13272 \series bold
13273 bottomrule
13274 \series default
13275 .
13276  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13277  
13278 \series bold
13279 toprule
13280 \series default
13281  par 
13282 \series bold
13283 midrule
13284 \series default
13285 .
13286  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13287 \begin_inset space ~
13288 \end_inset
13289
13290
13291 \begin_inset CommandInset ref
13292 LatexCommand ref
13293 reference "cha:Unités-de-longueur"
13294
13295 \end_inset
13296
13297  pour préciser l'épaisseur voulue.
13298 \end_layout
13299
13300 \begin_layout Standard
13301 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13302  en mettant une ligne pour une cellule multi colonne.
13303  LyX va utiliser en interne la commande 
13304 \series bold
13305
13306 \backslash
13307 cmidrule
13308 \series default
13309  pour créer cette ligne.
13310  Sa syntaxe complète est :
13311 \end_layout
13312
13313 \begin_layout Standard
13314
13315 \series bold
13316
13317 \backslash
13318 cmidrule[largeur](rognage){colDépart-colFin}
13319 \end_layout
13320
13321 \begin_layout Standard
13322 Les options de la commande 
13323 \series bold
13324
13325 \backslash
13326 cmidrule
13327 \series default
13328  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13329  TeX pour pouvoir les utiliser.
13330  On peut créer manuellement des lignes 
13331 \series bold
13332
13333 \backslash
13334 mitrales
13335 \series default
13336  en insérant la commande en code TeX comme le premier élément de la première
13337  cellule de la ligne.
13338  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13339  en question.
13340 \end_layout
13341
13342 \begin_layout Standard
13343 La valeur implicite pour l'épaisseur des lignes est de 0.03
13344 \begin_inset space \thinspace{}
13345 \end_inset
13346
13347 em.
13348  
13349 \series bold
13350 colDépart
13351 \series default
13352  est le numéro de la colonne dans laquelle la ligne commence et 
13353 \series bold
13354 colFin
13355 \series default
13356  est le numéro de la colonne dans laquelle elle se termine.
13357  La valeur de 
13358 \series bold
13359 colFin
13360 \series default
13361  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13362  Le paramètre optionnel 
13363 \series bold
13364 rognage
13365 \series default
13366  peut être soit 
13367 \emph on
13368 l{largeurRognage}
13369 \emph default
13370 , ou 
13371 \emph on
13372 r{largeurRognage}
13373 \emph default
13374  où les valeurs de
13375 \emph on
13376  largeurRognage
13377 \emph default
13378  sont aussi optionnelles.
13379  En utilisant par exemple la valeur 
13380 \emph on
13381 l{2pt}
13382 \emph default
13383  pour ce paramètre, la ligne va être rognée de 2
13384 \begin_inset space \thinspace{}
13385 \end_inset
13386
13387 pt à son extrémité gauche.
13388  Si vous ne spécifiez pas de valeur pour 
13389 \emph on
13390 largeurRognage
13391 \emph default
13392  les lignes sont implicitement rognées de 0.5
13393 \begin_inset space \thinspace{}
13394 \end_inset
13395
13396 em.
13397 \end_layout
13398
13399 \begin_layout Standard
13400 \begin_inset VSpace bigskip
13401 \end_inset
13402
13403 Le tableau
13404 \begin_inset space ~
13405 \end_inset
13406
13407
13408 \begin_inset CommandInset ref
13409 LatexCommand ref
13410 reference "tab:Exemple-tableau-booktabs"
13411
13412 \end_inset
13413
13414  a été créé en utilisant les commandes
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 cmidrule(r){2-2}
13423 \backslash
13424 cmidrule(l){3-4}
13425 \end_layout
13426
13427 \begin_layout Standard
13428 au début de la deuxième ligne et
13429 \end_layout
13430
13431 \begin_layout Standard
13432
13433 \series bold
13434
13435 \backslash
13436 cmidrule(l{10pt}){1-1}
13437 \end_layout
13438
13439 \begin_layout Standard
13440 au début de la sixième ligne.
13441 \end_layout
13442
13443 \begin_layout Standard
13444 \begin_inset VSpace bigskip
13445 \end_inset
13446
13447
13448 \end_layout
13449
13450 \begin_layout Standard
13451 Vous pouvez vouloir des commandes 
13452 \series bold
13453
13454 \backslash
13455 cmidrule
13456 \series default
13457 s qui se recouvrent comme pour le tableau
13458 \begin_inset space ~
13459 \end_inset
13460
13461
13462 \begin_inset CommandInset ref
13463 LatexCommand ref
13464 reference "tab:Tableau-booktabs-special"
13465
13466 \end_inset
13467
13468 .
13469  On obtient ce résultat en utilisant la commande suivante en code TeX
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 morecmidrules
13478 \end_layout
13479
13480 \begin_layout Standard
13481 La commande qui a été utilisée pour la deuxième ligne du tableau
13482 \begin_inset space ~
13483 \end_inset
13484
13485
13486 \begin_inset CommandInset ref
13487 LatexCommand ref
13488 reference "tab:Tableau-booktabs-special"
13489
13490 \end_inset
13491
13492  est
13493 \end_layout
13494
13495 \begin_layout Standard
13496
13497 \series bold
13498
13499 \backslash
13500 cmidrule(r){2-2}
13501 \backslash
13502 cmidrule(l){3-4}
13503 \backslash
13504 morecmidrules
13505 \backslash
13506 cmidrule{2-4}
13507 \end_layout
13508
13509 \begin_layout Standard
13510 La commande pour la sixième ligne est
13511 \end_layout
13512
13513 \begin_layout Standard
13514
13515 \series bold
13516
13517 \backslash
13518 midrule
13519 \backslash
13520 morecmidrules
13521 \backslash
13522 cmidrule{3-4}
13523 \end_layout
13524
13525 \begin_layout Standard
13526 \begin_inset VSpace bigskip
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Standard
13533 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13534 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13535  font toute la largeur du tableau :
13536 \end_layout
13537
13538 \begin_layout Standard
13539
13540 \series bold
13541
13542 \backslash
13543 specialrule{largeur}{espace au dessus}{espace en dessous}
13544 \end_layout
13545
13546 \begin_layout Standard
13547 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13548  du paquetage LaTeX 
13549 \series bold
13550 booktabs
13551 \series default
13552  
13553 \begin_inset CommandInset citation
13554 LatexCommand cite
13555 key "booktabs"
13556
13557 \end_inset
13558
13559 .
13560 \begin_inset Index idx
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564 Paquetages LaTeX ! booktabs
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 \begin_inset Float table
13574 placement h
13575 wide false
13576 sideways false
13577 status open
13578
13579 \begin_layout Plain Layout
13580 \begin_inset Caption
13581
13582 \begin_layout Plain Layout
13583 \begin_inset CommandInset label
13584 LatexCommand label
13585 name "tab:Tableau-booktabs-special"
13586
13587 \end_inset
13588
13589 Tableau formel spécial
13590 \end_layout
13591
13592 \end_inset
13593
13594
13595 \end_layout
13596
13597 \begin_layout Plain Layout
13598 \align center
13599 \begin_inset Tabular
13600 <lyxtabular version="3" rows="8" columns="4">
13601 <features booktabs="true" tabularvalignment="middle">
13602 <column alignment="center" valignment="top" width="0">
13603 <column alignment="center" valignment="top" width="0">
13604 <column alignment="center" valignment="top" width="0">
13605 <column alignment="center" valignment="top" width="0">
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 Système
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 Chip
13621 \begin_inset space \thinspace{}
13622 \end_inset
13623
13624 1
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 Chip
13634 \begin_inset space \thinspace{}
13635 \end_inset
13636
13637 2
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 </row>
13652 <row>
13653 <cell alignment="center" valignment="top" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 \begin_inset ERT
13658 status collapsed
13659
13660 \begin_layout Plain Layout
13661
13662
13663 \backslash
13664 cmidrule(r){2-2}
13665 \end_layout
13666
13667 \end_inset
13668
13669
13670 \begin_inset ERT
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 cmidrule(l){3-4}
13678 \end_layout
13679
13680 \end_inset
13681
13682
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688
13689 \backslash
13690 morecmidrules 
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701
13702 \backslash
13703 cmidrule{2-4}
13704 \end_layout
13705
13706 \end_inset
13707
13708 Epaisseur du capteur en µm
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 300
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 300
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 700
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 Angle biseau en °
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 3.55
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 2.71
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 7.99
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row topspace="default">
13780 <cell alignment="center" valignment="top" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Résolution spatiale en µm
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 4.26
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 10.17
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 10.56
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row topspace="default">
13818 <cell alignment="center" valignment="top" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 MTF à 
13823 \begin_inset Formula $f_{\mathrm{max}}$
13824 \end_inset
13825
13826
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 0.53
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 0.37
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 0.39
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 <row>
13860 <cell alignment="center" valignment="top" topline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869
13870 \backslash
13871 morecmidrules 
13872 \end_layout
13873
13874 \end_inset
13875
13876
13877 \begin_inset ERT
13878 status collapsed
13879
13880 \begin_layout Plain Layout
13881
13882
13883 \backslash
13884 cmidrule{3-4}
13885 \end_layout
13886
13887 \end_inset
13888
13889 résolution spatiale LSF
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 <row>
13923 <cell alignment="center" valignment="top" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 en µm
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 129.7
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 52.75
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 50.78
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 en % de la taille des pixels
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 76.3
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 95.9
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 92.3
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 </row>
13998 </lyxtabular>
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \begin_layout Section
14011 Alignement Vertical des Tableaux
14012 \begin_inset Index idx
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016 Tableau ! Alignement
14017 \end_layout
14018
14019 \end_inset
14020
14021
14022 \end_layout
14023
14024 \begin_layout Standard
14025 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14026  doit être à l'intérieur d'une boîte.
14027  La boîte peut alors être alignée comme c'est décrit dans la 
14028 \begin_inset space ~
14029 \end_inset
14030
14031
14032 \begin_inset CommandInset ref
14033 LatexCommand ref
14034 reference "sec:Boîte-Dialogue"
14035
14036 \end_inset
14037
14038 .
14039 \end_layout
14040
14041 \begin_layout Standard
14042 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14043  minipage
14044 \begin_inset Foot
14045 status open
14046
14047 \begin_layout Plain Layout
14048 Les minipages son décrites dans la section
14049 \begin_inset space ~
14050 \end_inset
14051
14052
14053 \begin_inset CommandInset ref
14054 LatexCommand ref
14055 reference "sec:Minipages"
14056
14057 \end_inset
14058
14059 .
14060 \end_layout
14061
14062 \end_inset
14063
14064  dont la largeur est de 15
14065 \begin_inset space \thinspace{}
14066 \end_inset
14067
14068 col% :
14069 \end_layout
14070
14071 \begin_layout Itemize
14072 test 
14073 \begin_inset Box Frameless
14074 position "t"
14075 hor_pos "c"
14076 has_inner_box 1
14077 inner_pos "c"
14078 use_parbox 0
14079 use_makebox 0
14080 width "15col%"
14081 special "none"
14082 height "1in"
14083 height_special "totalheight"
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087 \begin_inset Tabular
14088 <lyxtabular version="3" rows="3" columns="3">
14089 <features tabularvalignment="middle">
14090 <column alignment="center" valignment="top" width="0">
14091 <column alignment="center" valignment="top" width="0">
14092 <column alignment="center" valignment="top" width="0">
14093 <row>
14094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 a
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 d
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 g
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 <row>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 b
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 e
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 h
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 </row>
14151 <row>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 c
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 f
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 i
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 </lyxtabular>
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188
14189  test 
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195
14196 \backslash
14197 raisebox{0.85
14198 \backslash
14199 baselineskip}{
14200 \end_layout
14201
14202 \end_inset
14203
14204
14205 \begin_inset Box Frameless
14206 position "t"
14207 hor_pos "c"
14208 has_inner_box 1
14209 inner_pos "c"
14210 use_parbox 0
14211 use_makebox 0
14212 width "15col%"
14213 special "none"
14214 height "1in"
14215 height_special "totalheight"
14216 status collapsed
14217
14218 \begin_layout Plain Layout
14219 \begin_inset Tabular
14220 <lyxtabular version="3" rows="3" columns="3">
14221 <features tabularvalignment="middle">
14222 <column alignment="center" valignment="top" width="0">
14223 <column alignment="center" valignment="top" width="0">
14224 <column alignment="center" valignment="top" width="0">
14225 <row>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 a
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 d
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 g
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 b
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 e
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 h
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 c
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 f
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 i
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 </lyxtabular>
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset ERT
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326
14327 }
14328 \end_layout
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \begin_layout Itemize
14336 test 
14337 \begin_inset Box Frameless
14338 position "c"
14339 hor_pos "c"
14340 has_inner_box 1
14341 inner_pos "c"
14342 use_parbox 0
14343 use_makebox 0
14344 width "15col%"
14345 special "none"
14346 height "1in"
14347 height_special "totalheight"
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351 \begin_inset Tabular
14352 <lyxtabular version="3" rows="3" columns="3">
14353 <features tabularvalignment="middle">
14354 <column alignment="center" valignment="top" width="0">
14355 <column alignment="center" valignment="top" width="0">
14356 <column alignment="center" valignment="top" width="0">
14357 <row>
14358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 a
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 d
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 g
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 b
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 e
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 h
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 </row>
14415 <row>
14416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 c
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 f
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 i
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 </row>
14444 </lyxtabular>
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Itemize
14457 test 
14458 \begin_inset Box Frameless
14459 position "b"
14460 hor_pos "c"
14461 has_inner_box 1
14462 inner_pos "c"
14463 use_parbox 0
14464 use_makebox 0
14465 width "15col%"
14466 special "none"
14467 height "1in"
14468 height_special "totalheight"
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472 \begin_inset Tabular
14473 <lyxtabular version="3" rows="3" columns="3">
14474 <features tabularvalignment="middle">
14475 <column alignment="center" valignment="top" width="0">
14476 <column alignment="center" valignment="top" width="0">
14477 <column alignment="center" valignment="top" width="0">
14478 <row>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 a
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 d
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501 g
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 <row>
14508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 b
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521 e
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530 h
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 </row>
14536 <row>
14537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 c
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 f
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 i
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 </lyxtabular>
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \end_inset
14573
14574  test 
14575 \begin_inset ERT
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579
14580
14581 \backslash
14582 raisebox{-0.32
14583 \backslash
14584 baselineskip}{
14585 \end_layout
14586
14587 \end_inset
14588
14589
14590 \begin_inset Box Frameless
14591 position "b"
14592 hor_pos "c"
14593 has_inner_box 1
14594 inner_pos "c"
14595 use_parbox 0
14596 use_makebox 0
14597 width "15col%"
14598 special "none"
14599 height "1in"
14600 height_special "totalheight"
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604 \begin_inset Tabular
14605 <lyxtabular version="3" rows="3" columns="3">
14606 <features tabularvalignment="middle">
14607 <column alignment="center" valignment="top" width="0">
14608 <column alignment="center" valignment="top" width="0">
14609 <column alignment="center" valignment="top" width="0">
14610 <row>
14611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 a
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 d
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 g
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 </row>
14639 <row>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 b
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653 e
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Plain Layout
14662 h
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 </row>
14668 <row>
14669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 c
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682 f
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 i
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 </row>
14697 </lyxtabular>
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \begin_inset ERT
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711
14712 }
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \begin_layout Standard
14721 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14722  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14723  la ligne dans laquelle le tableau est inséré.
14724  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14725  boîte élévatrice (raisebox)
14726 \begin_inset Foot
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14731 \begin_inset space ~
14732 \end_inset
14733
14734
14735 \begin_inset CommandInset ref
14736 LatexCommand ref
14737 reference "sub:Alignement-Vertical"
14738
14739 \end_inset
14740
14741 .
14742 \end_layout
14743
14744 \end_inset
14745
14746 .
14747  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14748  aligné en utilisant la commande en code TeX suivante 
14749 \end_layout
14750
14751 \begin_layout Standard
14752
14753 \series bold
14754
14755 \backslash
14756 raisebox{0.85
14757 \backslash
14758 baselineskip}{
14759 \end_layout
14760
14761 \begin_layout Standard
14762 placée juste avant la boîte minipage.
14763  Après la boîte on insère l'accolade fermante en code TeX.
14764  Pour le deuxième tableau de la dernière ligne, la commande 
14765 \end_layout
14766
14767 \begin_layout Standard
14768
14769 \series bold
14770
14771 \backslash
14772 raisebox{-0.32
14773 \backslash
14774 baselineskip}{
14775 \end_layout
14776
14777 \begin_layout Standard
14778 est utilisée.
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset Note Greyedout
14783 status open
14784
14785 \begin_layout Plain Layout
14786
14787 \series bold
14788 Note:
14789 \series default
14790  L'alignement entre le contenu de la ligne du tableau et le texte de la
14791  ligne qui l'entoure ne peut pas être parfait.
14792  Le facteur utilisé dans la commande 
14793 \series bold
14794
14795 \backslash
14796 raisebox
14797 \series default
14798  pour obtenir cet alignement dépend de la police de caractères du document,
14799  de la taille de la police et de l'épaisseur des lignes du tableau.
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Section
14808 Tableaux Colorés
14809 \begin_inset CommandInset label
14810 LatexCommand label
14811 name "sec:Tableaux-Colorés"
14812
14813 \end_inset
14814
14815
14816 \begin_inset Index idx
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820 Tableau ! Coloré
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \begin_layout Subsection
14829 Cellules Colorées
14830 \begin_inset Index idx
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834 Couleur des tableaux ! Pour les cellules
14835 \end_layout
14836
14837 \end_inset
14838
14839
14840 \begin_inset Index idx
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844 Couleur ! Pour les cellules de tableau
14845 \end_layout
14846
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Standard
14853 \begin_inset Float table
14854 placement h
14855 wide false
14856 sideways false
14857 status open
14858
14859 \begin_layout Plain Layout
14860 \begin_inset Caption
14861
14862 \begin_layout Plain Layout
14863 \begin_inset CommandInset label
14864 LatexCommand label
14865 name "tab:Tableau-coloré-sans-colortbl"
14866
14867 \end_inset
14868
14869 Tableau coloré sans utiliser le paquetage  
14870 \series bold
14871 colortbl
14872 \series default
14873
14874 \begin_inset Argument
14875 status open
14876
14877 \begin_layout Plain Layout
14878 Tableau sans colortbl
14879 \end_layout
14880
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \begin_layout Plain Layout
14892 \align center
14893 \begin_inset Tabular
14894 <lyxtabular version="3" rows="3" columns="3">
14895 <features tabularvalignment="middle">
14896 <column alignment="center" valignment="top" width="0">
14897 <column alignment="center" valignment="top" width="0">
14898 <column alignment="center" valignment="top" width="0">
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904
14905 \color green
14906 a
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915
14916 \color red
14917 b
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \color red
14928 c
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 </row>
14934 <row>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939
14940 \color green
14941 d
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \color blue
14952 e
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961
14962 \color blue
14963 f
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \color green
14976 g
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \color blue
14987 h
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996
14997 \color blue
14998 i
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 </lyxtabular>
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \begin_layout Standard
15017 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15018  et choisissez une couleur dans le menu 
15019 \family sans
15020 Éditer\SpecialChar \menuseparator
15021 Style
15022 \begin_inset space ~
15023 \end_inset
15024
15025 de
15026 \begin_inset space ~
15027 \end_inset
15028
15029 Texte
15030 \family default
15031 .
15032  C'est ce qui a été utilisé pour créer le tableau
15033 \begin_inset space ~
15034 \end_inset
15035
15036
15037 \begin_inset CommandInset ref
15038 LatexCommand ref
15039 reference "tab:Tableau-coloré-sans-colortbl"
15040
15041 \end_inset
15042
15043 .
15044  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15045 \series bold
15046 colortbl
15047 \series default
15048 .
15049 \begin_inset Index idx
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 Paquetages LaTeX ! colortbl
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Standard
15062 \begin_inset ERT
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066
15067
15068 \backslash
15069 ifcolortbl
15070 \end_layout
15071
15072 \end_inset
15073
15074
15075 \begin_inset Note Note
15076 status open
15077
15078 \begin_layout Plain Layout
15079 La section qui suit ne sera affichée que si vous avez installé le paquetage
15080  LaTeX 
15081 \series bold
15082 colortbl
15083 \series default
15084 .
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \begin_layout Standard
15093 Pour créer des tableaux colorés, vous devez charger le paquetage
15094 \series bold
15095  colortbl
15096 \series default
15097  dans le préambule avec la ligne
15098 \end_layout
15099
15100 \begin_layout Standard
15101
15102 \series bold
15103
15104 \backslash
15105 usepackage{colortbl}
15106 \end_layout
15107
15108 \begin_layout Standard
15109 On choisit la couleur d'une colonne avec la commande 
15110 \end_layout
15111
15112 \begin_layout Standard
15113
15114 \series bold
15115
15116 \backslash
15117 columncolor{nom de couleur}
15118 \end_layout
15119
15120 \begin_layout Standard
15121 à l'intérieur d'une commande 
15122 \series bold
15123 >{ }
15124 \series default
15125 .
15126  Vous trouverez plus d'information sur la commande 
15127 \series bold
15128 >{}
15129 \series default
15130  dans la section
15131 \begin_inset space ~
15132 \end_inset
15133
15134
15135 \begin_inset CommandInset ref
15136 LatexCommand ref
15137 reference "sub:Calculs-multicolonnes"
15138
15139 \end_inset
15140
15141 .
15142 \end_layout
15143
15144 \begin_layout Standard
15145 Les noms de couleurs suivants sont prédéfinis :
15146 \end_layout
15147
15148 \begin_layout Standard
15149
15150 \family sans
15151 red
15152 \family default
15153  (rouge), 
15154 \family sans
15155 green
15156 \family default
15157  (vert), 
15158 \family sans
15159 yellow
15160 \family default
15161  (jaune), 
15162 \family sans
15163 blue
15164 \family default
15165  (bleu), 
15166 \family sans
15167 cyan
15168 \family default
15169
15170 \family sans
15171 magenta
15172 \family default
15173
15174 \family sans
15175 black 
15176 \family default
15177 (noir) et 
15178 \family sans
15179 white 
15180 \family default
15181 (blanc).
15182 \end_layout
15183
15184 \begin_layout Standard
15185 \begin_inset VSpace medskip
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \begin_layout Standard
15192 Vous pouvez aussi définir votre propre couleur avec la commande
15193 \end_layout
15194
15195 \begin_layout Standard
15196
15197 \series bold
15198
15199 \backslash
15200 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15201 \end_layout
15202
15203 \begin_layout Standard
15204 Le modèle de couleur peut être
15205 \end_layout
15206
15207 \begin_layout Labeling
15208 \labelwidthstring 00.00.0000
15209 cmyk: cyan, magenta, jaune (yellow), noir (black)
15210 \end_layout
15211
15212 \begin_layout Labeling
15213 \labelwidthstring 00.00.0000
15214 rgb: red, vert (green), bleu (blue)
15215 \end_layout
15216
15217 \begin_layout Labeling
15218 \labelwidthstring 00.00.0000
15219 gray dégradé de gris (gray)
15220 \end_layout
15221
15222 \begin_layout Standard
15223 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15224  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15225 \end_layout
15226
15227 \begin_layout Standard
15228 Vous pouvez par exemple définir la couleur 
15229 \begin_inset Quotes eld
15230 \end_inset
15231
15232
15233 \emph on
15234 vertfonce
15235 \begin_inset Quotes erd
15236 \end_inset
15237
15238  dans le préambule avec la ligne
15239 \end_layout
15240
15241 \begin_layout Standard
15242
15243 \series bold
15244
15245 \backslash
15246 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15247 \end_layout
15248
15249 \begin_layout Standard
15250 et la couleur "
15251 \emph on
15252 grisclair
15253 \emph default
15254 " avec
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 definecolor{grisclair}{gray}{0.8}
15263 \end_layout
15264
15265 \begin_layout Standard
15266 \begin_inset VSpace medskip
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \begin_layout Standard
15273 Les lignes sont colorées avec la commande
15274 \end_layout
15275
15276 \begin_layout Standard
15277
15278 \series bold
15279
15280 \backslash
15281 rowcolor{nom de la couleur}
15282 \end_layout
15283
15284 \begin_layout Standard
15285 et les cellules sont colorées avec la commande
15286 \end_layout
15287
15288 \begin_layout Standard
15289
15290 \series bold
15291
15292 \backslash
15293 cellcolor{nom de la couleur}
15294 \end_layout
15295
15296 \begin_layout Standard
15297 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15298 \end_layout
15299
15300 \begin_layout Standard
15301 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15302  choisissez une couleur dans le menu 
15303 \family sans
15304 Éditer\SpecialChar \menuseparator
15305 Style
15306 \begin_inset space ~
15307 \end_inset
15308
15309 de
15310 \begin_inset space ~
15311 \end_inset
15312
15313 Texte
15314 \family default
15315 .
15316  Si une cellule contient du code TeX, faites bien attention à ne colorer
15317  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15318 \end_layout
15319
15320 \begin_layout Standard
15321 \begin_inset Note Greyedout
15322 status open
15323
15324 \begin_layout Plain Layout
15325
15326 \series bold
15327 Note:
15328 \series default
15329  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15330  définies par l'utilisateur.
15331 \end_layout
15332
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Standard
15339 \begin_inset VSpace bigskip
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \begin_layout Standard
15346 Pour créer le tableau
15347 \begin_inset space ~
15348 \end_inset
15349
15350
15351 \begin_inset CommandInset ref
15352 LatexCommand ref
15353 reference "tab:Tableau-coloré-avec-colortbl"
15354
15355 \end_inset
15356
15357  faites ce qui suit : La couleur de la première colonne doit être 
15358 \emph on
15359 vertfonce
15360 \emph default
15361 .
15362  On insère donc la commande
15363 \end_layout
15364
15365 \begin_layout Standard
15366
15367 \series bold
15368 >{
15369 \backslash
15370 columncolor{vertfonce}
15371 \backslash
15372 centering}c
15373 \end_layout
15374
15375 \begin_layout Standard
15376 en code TeX pour cette colonne.
15377  La première ligne doit être bleue
15378 \begin_inset Note Note
15379 status open
15380
15381 \begin_layout Plain Layout
15382 cyan ? (NdT)
15383 \end_layout
15384
15385 \end_inset
15386
15387 , d'où la commande en code TeX
15388 \end_layout
15389
15390 \begin_layout Standard
15391
15392 \series bold
15393
15394 \backslash
15395 rowcolor{cyan}
15396 \end_layout
15397
15398 \begin_layout Standard
15399 qui est insérée dans la première cellule de cette ligne.
15400  Notez que cela annule la couleur de colonne pour la première cellule.
15401  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15402  en code TeX la commande
15403 \end_layout
15404
15405 \begin_layout Standard
15406
15407 \series bold
15408
15409 \backslash
15410 cellcolor{magenta}
15411 \end_layout
15412
15413 \begin_layout Standard
15414 Les caractères peuvent maintenant être colorés en utilisant le menu 
15415 \family sans
15416 Éditer\SpecialChar \menuseparator
15417 Style
15418 \begin_inset space ~
15419 \end_inset
15420
15421 de
15422 \begin_inset space ~
15423 \end_inset
15424
15425 Texte
15426 \family default
15427 .
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset Float table
15432 placement h
15433 wide false
15434 sideways false
15435 status open
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Caption
15439
15440 \begin_layout Plain Layout
15441 \begin_inset CommandInset label
15442 LatexCommand label
15443 name "tab:Tableau-coloré-avec-colortbl"
15444
15445 \end_inset
15446
15447 Tableau coloré en utilisant le paquetage 
15448 \series bold
15449 colortbl
15450 \series default
15451
15452 \begin_inset Argument
15453 status collapsed
15454
15455 \begin_layout Plain Layout
15456 Tableau avec colortbl
15457 \end_layout
15458
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \begin_layout Plain Layout
15470 \align center
15471 \begin_inset Tabular
15472 <lyxtabular version="3" rows="3" columns="3">
15473 <features tabularvalignment="middle">
15474 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15475 <column alignment="center" valignment="top" width="0">
15476 <column alignment="center" valignment="top" width="0">
15477 <row>
15478 <cell alignment="center" valignment="top" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482 \begin_inset ERT
15483 status collapsed
15484
15485 \begin_layout Plain Layout
15486
15487
15488 \backslash
15489 rowcolor{cyan}
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \color magenta
15496 a
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505
15506 \color red
15507 b
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \color red
15518 c
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 </row>
15524 <row>
15525 <cell alignment="center" valignment="top" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529
15530 \color yellow
15531 d
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540
15541 \color blue
15542 e
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \color blue
15553 f
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 </row>
15559 <row>
15560 <cell alignment="center" valignment="top" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564
15565 \color yellow
15566 g
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \color blue
15577 h
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 \begin_inset ERT
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590
15591
15592 \backslash
15593 cellcolor{magenta}
15594 \end_layout
15595
15596 \end_inset
15597
15598
15599 \color green
15600 i
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 </lyxtabular>
15607
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset ERT
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624
15625 \backslash
15626 else
15627 \end_layout
15628
15629 \end_inset
15630
15631
15632 \begin_inset Note Note
15633 status open
15634
15635 \begin_layout Plain Layout
15636 Ce qui suit sera affiché si le paquetage 
15637 \series bold
15638 colortbl
15639 \series default
15640  n'est pas installé :
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649 Vous devez installer le paquetage 
15650 \series bold
15651 colortbl
15652 \series default
15653  pour voir le contenu des cette section dans la sortie imprimée.
15654 \end_layout
15655
15656 \begin_layout Standard
15657 \begin_inset ERT
15658 status collapsed
15659
15660 \begin_layout Plain Layout
15661
15662
15663 \backslash
15664 fi
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \begin_layout Subsection
15673 Les filets colorées
15674 \begin_inset Index idx
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678 Tableau Coloré ! Pour les filets
15679 \end_layout
15680
15681 \end_inset
15682
15683
15684 \begin_inset Index idx
15685 status collapsed
15686
15687 \begin_layout Plain Layout
15688 Couleur ! Pour les filets des tableaux
15689 \end_layout
15690
15691 \end_inset
15692
15693
15694 \begin_inset Note Note
15695 status collapsed
15696
15697 \begin_layout Plain Layout
15698 on parle de filets plutôt que de lignes pour les tableaux
15699 \end_layout
15700
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \begin_layout Standard
15707 Comme c'est décrit dans la section
15708 \begin_inset space ~
15709 \end_inset
15710
15711
15712 \begin_inset CommandInset ref
15713 LatexCommand ref
15714 reference "sub:Epaisseur-filets"
15715
15716 \end_inset
15717
15718 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15719  variable 
15720 \series bold
15721
15722 \backslash
15723 arrayrulewidth
15724 \series default
15725 .
15726  Elle est mise à 1.5
15727 \begin_inset space \thinspace{}
15728 \end_inset
15729
15730 pt pour tous les tableaux de cette section.
15731 \begin_inset ERT
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735
15736
15737 \backslash
15738 setlength{
15739 \backslash
15740 arrayrulewidth}{1.5pt}
15741 \end_layout
15742
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \begin_layout Standard
15749 Pour colorer les filets verticaux, par exemple en vert, créez le format
15750  de colonne suivant dans le préambule du document, en suivant la description
15751  de la section
15752 \begin_inset space ~
15753 \end_inset
15754
15755
15756 \begin_inset CommandInset ref
15757 LatexCommand ref
15758 reference "sub:Formats-personnalisés"
15759
15760 \end_inset
15761
15762 :
15763 \end_layout
15764
15765 \begin_layout Standard
15766
15767 \series bold
15768
15769 \backslash
15770 newcolumntype{W}{!{
15771 \backslash
15772 color{green}
15773 \backslash
15774 vline}}
15775 \end_layout
15776
15777 \begin_layout Standard
15778 Pour le tableau
15779 \begin_inset space ~
15780 \end_inset
15781
15782
15783 \begin_inset CommandInset ref
15784 LatexCommand ref
15785 reference "tab:Tableau-filets-verticaux-colorés"
15786
15787 \end_inset
15788
15789  le paramètre LaTeX
15790 \series bold
15791  WcW
15792 \series default
15793  a été utilisé pour la dernière colonne et
15794 \series bold
15795  Wc
15796 \series default
15797  pour les autres colonnes.
15798 \end_layout
15799
15800 \begin_layout Standard
15801 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15802 \end_layout
15803
15804 \begin_layout Standard
15805 \begin_inset Float table
15806 placement h
15807 wide false
15808 sideways false
15809 status open
15810
15811 \begin_layout Plain Layout
15812 \begin_inset Caption
15813
15814 \begin_layout Plain Layout
15815 \begin_inset CommandInset label
15816 LatexCommand label
15817 name "tab:Tableau-filets-verticaux-colorés"
15818
15819 \end_inset
15820
15821 Tableau avec filets verticaux colorés
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Plain Layout
15830 \align center
15831 \begin_inset Tabular
15832 <lyxtabular version="3" rows="3" columns="3">
15833 <features tabularvalignment="middle">
15834 <column alignment="center" valignment="top" width="0" special="Wc">
15835 <column alignment="center" valignment="top" width="0" special="Wc">
15836 <column alignment="center" valignment="top" width="0" special="WcW">
15837 <row>
15838 <cell alignment="center" valignment="top" topline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 sd
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 <row>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 sd
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 sd
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 </lyxtabular>
15925
15926 \end_inset
15927
15928
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \begin_layout Standard
15937 \begin_inset VSpace bigskip
15938 \end_inset
15939
15940 Pour colorer les filets horizontaux en rouge comme pour le tableau
15941 \begin_inset space ~
15942 \end_inset
15943
15944
15945 \begin_inset CommandInset ref
15946 LatexCommand ref
15947 reference "tab:Tableau-filet-horizontaux-colorés"
15948
15949 \end_inset
15950
15951 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15952  le flottant de tableau :
15953 \end_layout
15954
15955 \begin_layout Standard
15956
15957 \series bold
15958
15959 \backslash
15960 let
15961 \backslash
15962 myHlineC
15963 \backslash
15964 hline
15965 \begin_inset Newline newline
15966 \end_inset
15967
15968
15969 \backslash
15970 renewcommand{
15971 \backslash
15972 hline}
15973 \begin_inset Newline newline
15974 \end_inset
15975
15976
15977 \begin_inset Phantom HPhantom
15978 status open
15979
15980 \begin_layout Plain Layout
15981
15982 \series bold
15983 \begin_inset space ~
15984 \end_inset
15985
15986
15987 \end_layout
15988
15989 \end_inset
15990
15991 {
15992 \backslash
15993 arrayrulecolor{red}
15994 \backslash
15995 myHlineC
15996 \backslash
15997 arrayrulecolor{black}}
15998 \end_layout
15999
16000 \begin_layout Standard
16001 \begin_inset ERT
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005
16006
16007 \backslash
16008 let
16009 \backslash
16010 myHlineC
16011 \backslash
16012 hline
16013 \end_layout
16014
16015 \begin_layout Plain Layout
16016
16017
16018 \backslash
16019 renewcommand{
16020 \backslash
16021 hline}
16022 \end_layout
16023
16024 \begin_layout Plain Layout
16025
16026  {
16027 \backslash
16028 arrayrulecolor{red}
16029 \backslash
16030 myHlineC
16031 \backslash
16032 arrayrulecolor{black}}
16033 \end_layout
16034
16035 \end_inset
16036
16037
16038 \begin_inset Float table
16039 placement h
16040 wide false
16041 sideways false
16042 status open
16043
16044 \begin_layout Plain Layout
16045 \begin_inset Caption
16046
16047 \begin_layout Plain Layout
16048 \begin_inset CommandInset label
16049 LatexCommand label
16050 name "tab:Tableau-filet-horizontaux-colorés"
16051
16052 \end_inset
16053
16054 Tableau avec filets horizontaux colorés
16055 \end_layout
16056
16057 \end_inset
16058
16059
16060 \end_layout
16061
16062 \begin_layout Plain Layout
16063 \align center
16064 \begin_inset Tabular
16065 <lyxtabular version="3" rows="3" columns="3">
16066 <features tabularvalignment="middle">
16067 <column alignment="center" valignment="top" width="0">
16068 <column alignment="center" valignment="top" width="0">
16069 <column alignment="center" valignment="top" width="0">
16070 <row>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 sd
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 sd
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 <row>
16129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 sd
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 </row>
16157 </lyxtabular>
16158
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \begin_layout Standard
16170 Pour revenir à la couleur noire implicite, insérez la commande suivante
16171  en code TeX, juste après le tableau ou le flottant de tableau :
16172 \end_layout
16173
16174 \begin_layout Standard
16175
16176 \series bold
16177
16178 \backslash
16179 renewcommand{
16180 \backslash
16181 hline}{
16182 \backslash
16183 myHlineC}
16184 \end_layout
16185
16186 \begin_layout Standard
16187 Le tableau
16188 \begin_inset space ~
16189 \end_inset
16190
16191
16192 \begin_inset CommandInset ref
16193 LatexCommand ref
16194 reference "tab:Tableau-avec-filets-colorés"
16195
16196 \end_inset
16197
16198  est un exemple avec des filets horizontaux et verticaux colorés.
16199 \end_layout
16200
16201 \begin_layout Standard
16202 \begin_inset Float table
16203 placement h
16204 wide false
16205 sideways false
16206 status open
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Caption
16210
16211 \begin_layout Plain Layout
16212 \begin_inset CommandInset label
16213 LatexCommand label
16214 name "tab:Tableau-avec-filets-colorés"
16215
16216 \end_inset
16217
16218 Tableau avec filets horizontaux et verticaux colorés
16219 \end_layout
16220
16221 \end_inset
16222
16223
16224 \end_layout
16225
16226 \begin_layout Plain Layout
16227 \align center
16228 \begin_inset Tabular
16229 <lyxtabular version="3" rows="3" columns="3">
16230 <features tabularvalignment="middle">
16231 <column alignment="center" valignment="top" width="0" special="Wc">
16232 <column alignment="center" valignment="top" width="0" special="Wc">
16233 <column alignment="center" valignment="top" width="0" special="WcW">
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 sd
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 sd
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 <row topspace="default">
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 sd
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 </lyxtabular>
16322
16323 \end_inset
16324
16325
16326 \end_layout
16327
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 renewcommand{
16342 \backslash
16343 hline}{
16344 \backslash
16345 myHlineC}
16346 \end_layout
16347
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \begin_layout Standard
16354 \begin_inset ERT
16355 status collapsed
16356
16357 \begin_layout Plain Layout
16358
16359
16360 \backslash
16361 setlength{
16362 \backslash
16363 arrayrulewidth}{0.4pt}
16364 \end_layout
16365
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \begin_layout Section
16372 Personnalisation des Tableaux
16373 \begin_inset Index idx
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 Tableau ! Personnalisation
16378 \end_layout
16379
16380 \end_inset
16381
16382
16383 \begin_inset Index idx
16384 status collapsed
16385
16386 \begin_layout Plain Layout
16387 Personnalisation des tableaux
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \begin_layout Subsection
16396 Espacement des lignes
16397 \begin_inset CommandInset label
16398 LatexCommand label
16399 name "sub:Espacement-lignes"
16400
16401 \end_inset
16402
16403
16404 \begin_inset Index idx
16405 status collapsed
16406
16407 \begin_layout Plain Layout
16408 Personnalisation des tableaux ! Espacement des lignes
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \begin_layout Standard
16417 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16418  l'onglet 
16419 \family sans
16420 Bordures
16421 \family default
16422  de la fenêtre de dialogue 
16423 \family sans
16424 Paramètres
16425 \begin_inset space ~
16426 \end_inset
16427
16428 du
16429 \begin_inset space ~
16430 \end_inset
16431
16432 tableau
16433 \family default
16434 .
16435  Vous y trouverez trois possibilités :
16436 \end_layout
16437
16438 \begin_layout Description
16439 Haut
16440 \begin_inset space ~
16441 \end_inset
16442
16443 de
16444 \begin_inset space ~
16445 \end_inset
16446
16447 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16448  Si le tableau est un tableau formel
16449 \begin_inset Foot
16450 status collapsed
16451
16452 \begin_layout Plain Layout
16453 Les tableaux formels sont décrits dans la section
16454 \begin_inset space ~
16455 \end_inset
16456
16457
16458 \begin_inset CommandInset ref
16459 LatexCommand ref
16460 reference "sec:Tableaux-Formels"
16461
16462 \end_inset
16463
16464 .
16465 \end_layout
16466
16467 \end_inset
16468
16469  LyX va insérer implicitement un espace de 0.5
16470 \begin_inset space \thinspace{}
16471 \end_inset
16472
16473 em.
16474  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16475  les filets verticaux comme dans le tableau suivant :
16476 \begin_inset VSpace medskip
16477 \end_inset
16478
16479
16480 \begin_inset Newline newline
16481 \end_inset
16482
16483
16484 \begin_inset space \hspace*{}
16485 \length 0pt
16486 \end_inset
16487
16488
16489 \begin_inset space \hfill{}
16490 \end_inset
16491
16492
16493 \begin_inset Tabular
16494 <lyxtabular version="3" rows="3" columns="1">
16495 <features tabularvalignment="middle">
16496 <column alignment="center" valignment="top" width="0">
16497 <row>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 A
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row topspace="3mm">
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 espace de 3
16514 \begin_inset space \thinspace{}
16515 \end_inset
16516
16517 mm en haut de la ligne
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row>
16524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 C
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 </lyxtabular>
16535
16536 \end_inset
16537
16538
16539 \begin_inset space \hfill{}
16540 \end_inset
16541
16542
16543 \begin_inset space \hspace*{}
16544 \length 0pt
16545 \end_inset
16546
16547
16548 \begin_inset VSpace medskip
16549 \end_inset
16550
16551
16552 \begin_inset Newline newline
16553 \end_inset
16554
16555 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16556  pas de filets verticaux.
16557 \end_layout
16558
16559 \begin_layout Description
16560 Bas
16561 \begin_inset space ~
16562 \end_inset
16563
16564 de
16565 \begin_inset space ~
16566 \end_inset
16567
16568 ligne va ajouter de l'espace sous les caractères de la ligne.
16569  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16570  de 0.5
16571 \begin_inset space \thinspace{}
16572 \end_inset
16573
16574 em, pour les tableaux normaux, l'espace implicite est de 2
16575 \begin_inset space \thinspace{}
16576 \end_inset
16577
16578 pt.
16579 \end_layout
16580
16581 \begin_layout Description
16582 Entre
16583 \begin_inset space ~
16584 \end_inset
16585
16586 les
16587 \begin_inset space ~
16588 \end_inset
16589
16590 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16591  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16592  de 0.5
16593 \begin_inset space \thinspace{}
16594 \end_inset
16595
16596 em.
16597  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16598  les filets verticaux comme dans le tableau suivant :
16599 \begin_inset VSpace medskip
16600 \end_inset
16601
16602
16603 \begin_inset Newline newline
16604 \end_inset
16605
16606
16607 \begin_inset space \hspace*{}
16608 \length 0pt
16609 \end_inset
16610
16611
16612 \begin_inset space \hfill{}
16613 \end_inset
16614
16615
16616 \begin_inset Tabular
16617 <lyxtabular version="3" rows="3" columns="1">
16618 <features tabularvalignment="middle">
16619 <column alignment="center" valignment="top" width="0">
16620 <row>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 A
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row interlinespace="3mm">
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 \begin_inset Formula $\downarrow$
16637 \end_inset
16638
16639  espace de 3
16640 \begin_inset space \thinspace{}
16641 \end_inset
16642
16643 mm entre les lignes 
16644 \begin_inset Formula $\downarrow$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\uparrow$
16659 \end_inset
16660
16661  espace de 3
16662 \begin_inset space \thinspace{}
16663 \end_inset
16664
16665 mm entre les lignes 
16666 \begin_inset Formula $\uparrow$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 </lyxtabular>
16676
16677 \end_inset
16678
16679
16680 \begin_inset space \hfill{}
16681 \end_inset
16682
16683
16684 \begin_inset space \hspace*{}
16685 \length 0pt
16686 \end_inset
16687
16688
16689 \begin_inset VSpace medskip
16690 \end_inset
16691
16692
16693 \begin_inset Newline newline
16694 \end_inset
16695
16696 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16697  pas de filets verticaux.
16698 \end_layout
16699
16700 \begin_layout Standard
16701 \begin_inset VSpace bigskip
16702 \end_inset
16703
16704 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16705  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16706  dans le préambule :
16707 \end_layout
16708
16709 \begin_layout Standard
16710
16711 \series bold
16712
16713 \backslash
16714 @ifundefined{extrarowheight}
16715 \begin_inset Newline newline
16716 \end_inset
16717
16718
16719 \begin_inset Phantom HPhantom
16720 status open
16721
16722 \begin_layout Plain Layout
16723
16724 \series bold
16725 \begin_inset space ~
16726 \end_inset
16727
16728
16729 \end_layout
16730
16731 \end_inset
16732
16733 {
16734 \backslash
16735 usepackage{array}}{}
16736 \begin_inset Newline newline
16737 \end_inset
16738
16739
16740 \backslash
16741 setlength{
16742 \backslash
16743 extrarowheight}{height}
16744 \end_layout
16745
16746 \begin_layout Standard
16747 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16748  plus exactement centré verticalement.
16749  (le paquetage 
16750 \series bold
16751 array 
16752 \series default
16753 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16754  auto-définis.
16755  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16756  
16757 \series bold
16758
16759 \backslash
16760 @ifundefined
16761 \series default
16762  dans la commande précédente.)
16763 \end_layout
16764
16765 \begin_layout Standard
16766 Si vous utilisez des polices de taille plus grande que la taille normale,
16767  les bordures des tableaux sont souvent trop proches du texte.
16768  On peut corriger ce problème en insérant la commande 
16769 \series bold
16770
16771 \begin_inset space \space{}
16772 \end_inset
16773
16774
16775 \backslash
16776 strut
16777 \series default
16778  en code TeX au debut d'une ligne du tableau.
16779  Le tableau
16780 \lang english
16781
16782 \begin_inset space ~
16783 \end_inset
16784
16785
16786 \begin_inset CommandInset ref
16787 LatexCommand ref
16788 reference "tab:Alignement-vertical"
16789
16790 \end_inset
16791
16792
16793 \lang french
16794  montre l'effet de cette commande.
16795 \end_layout
16796
16797 \begin_layout Standard
16798 \noindent
16799 \begin_inset Float table
16800 placement h
16801 wide false
16802 sideways false
16803 status open
16804
16805 \begin_layout Plain Layout
16806 \begin_inset Caption
16807
16808 \begin_layout Plain Layout
16809 \begin_inset CommandInset label
16810 LatexCommand label
16811 name "tab:Alignement-vertical"
16812
16813 \end_inset
16814
16815 Alignement vertical d'un texte avec une police de grande taille.
16816 \end_layout
16817
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \begin_layout Plain Layout
16824 \begin_inset space \hfill{}
16825 \end_inset
16826
16827
16828 \begin_inset Float table
16829 wide false
16830 sideways false
16831 status collapsed
16832
16833 \begin_layout Plain Layout
16834 \begin_inset Caption
16835
16836 \begin_layout Plain Layout
16837 Tableau normal.
16838 \end_layout
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \begin_layout Plain Layout
16846 \noindent
16847 \align center
16848 \begin_inset Tabular
16849 <lyxtabular version="3" rows="6" columns="1">
16850 <features tabularvalignment="middle">
16851 <column alignment="left" valignment="top" width="0">
16852 <row>
16853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 Normal, g
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \size large
16870 Large
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \size larger
16883 Larger
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894
16895 \size largest
16896 Largest
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \size huge
16909 Huge
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \size huge
16922 Huger
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 </row>
16928 </lyxtabular>
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936
16937
16938 \begin_inset space \hfill{}
16939 \end_inset
16940
16941
16942 \begin_inset Float table
16943 wide false
16944 sideways false
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Caption
16949
16950 \begin_layout Plain Layout
16951 Tableau utilisant la commande 
16952 \series bold
16953
16954 \backslash
16955 strut
16956 \series default
16957 .
16958 \end_layout
16959
16960 \end_inset
16961
16962
16963 \end_layout
16964
16965 \begin_layout Plain Layout
16966 \noindent
16967 \align center
16968 \begin_inset Tabular
16969 <lyxtabular version="3" rows="6" columns="1">
16970 <features tabularvalignment="middle">
16971 <column alignment="left" valignment="top" width="0">
16972 <row>
16973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 Normal, g
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 <row>
16984 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \size large
16990 \begin_inset ERT
16991 status collapsed
16992
16993 \begin_layout Plain Layout
16994
16995
16996 \backslash
16997 strut 
16998 \end_layout
16999
17000 \end_inset
17001
17002 Large
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 <row>
17009 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013
17014 \size larger
17015 \begin_inset ERT
17016 status collapsed
17017
17018 \begin_layout Plain Layout
17019
17020
17021 \backslash
17022 strut 
17023 \end_layout
17024
17025 \end_inset
17026
17027 Larger
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 <row>
17034 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038
17039 \size largest
17040 \begin_inset ERT
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045
17046 \backslash
17047 strut 
17048 \end_layout
17049
17050 \end_inset
17051
17052 Largest
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 <row>
17059 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \size huge
17065 \begin_inset ERT
17066 status collapsed
17067
17068 \begin_layout Plain Layout
17069
17070
17071 \backslash
17072 strut 
17073 \end_layout
17074
17075 \end_inset
17076
17077 Huge
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088
17089 \size giant
17090 \begin_inset ERT
17091 status collapsed
17092
17093 \begin_layout Plain Layout
17094
17095
17096 \backslash
17097 strut 
17098 \end_layout
17099
17100 \end_inset
17101
17102
17103 \size huge
17104 Huger
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 </lyxtabular>
17111
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118
17119
17120 \begin_inset space \hfill{}
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \begin_layout Subsection
17132 Alignements de cellules spéciaux
17133 \begin_inset Index idx
17134 status collapsed
17135
17136 \begin_layout Plain Layout
17137 Personnalisation des tableaux ! Alignement de cellules spéciaux
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Standard
17146 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17147  cellules sur un caractère donné, par exemple le séparateur décimal comme
17148  dans le tableau
17149 \begin_inset space ~
17150 \end_inset
17151
17152
17153 \begin_inset CommandInset ref
17154 LatexCommand ref
17155 reference "tab:Tableau-centré-sur-séparateur"
17156
17157 \end_inset
17158
17159 .
17160 \end_layout
17161
17162 \begin_layout Standard
17163 \begin_inset Float table
17164 placement h
17165 wide false
17166 sideways false
17167 status open
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Caption
17171
17172 \begin_layout Plain Layout
17173 \begin_inset CommandInset label
17174 LatexCommand label
17175 name "tab:Tableau-centré-sur-séparateur"
17176
17177 \end_inset
17178
17179 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17180 \end_layout
17181
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \begin_layout Plain Layout
17188 \align center
17189 \begin_inset Tabular
17190 <lyxtabular version="3" rows="4" columns="2">
17191 <features tabularvalignment="middle">
17192 <column alignment="right" valignment="top" width="0">
17193 <column alignment="left" valignment="top" width="0" special="@{}l">
17194 <row>
17195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 en-tête
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="center" valignment="top" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 12,
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 6
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="center" valignment="top" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 0,
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 68
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 -123,
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 0
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 </lyxtabular>
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \begin_layout Standard
17287 Ce tableau a été créé comme un tableau 4×2.
17288  L'en-tête est une cellule multicolonne centrée.
17289  La première colonne est alignée à droite et contient les chiffres qui se
17290  trouvent avant la virgule ainsi que la virgule elle-même.
17291  La deuxième colonne est alignée à gauche et contient les chiffres situés
17292  après la virgule.
17293  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17294  tableau, le paramètre LaTeX suivant 
17295 \lang english
17296 was used
17297 \lang french
17298  pour la deuxième colonne :
17299 \end_layout
17300
17301 \begin_layout Standard
17302
17303 \series bold
17304 @{}l
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Le tableau
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "tab:Plusieurs-exemples-alignements"
17316
17317 \end_inset
17318
17319  montre quelques exemples d'alignements.
17320  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
17321  plus petit espace mathématique au début de la dernière colonne pour obtenir
17322  l'espacement correct autour du signe de relation.
17323 \end_layout
17324
17325 \begin_layout Standard
17326 \begin_inset Float table
17327 wide false
17328 sideways false
17329 status open
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Caption
17333
17334 \begin_layout Plain Layout
17335 \begin_inset CommandInset label
17336 LatexCommand label
17337 name "tab:Plusieurs-exemples-alignements"
17338
17339 \end_inset
17340
17341 Plusieurs exemples d'alignement de cellules.
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Plain Layout
17350 \align center
17351 \begin_inset Tabular
17352 <lyxtabular version="3" rows="4" columns="6">
17353 <features tabularvalignment="middle">
17354 <column alignment="right" valignment="top" width="0">
17355 <column alignment="left" valignment="top" width="0" special="@{}l">
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 <row>
17361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 unités
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 exposants
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 relations
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 12×
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 24
17431 \begin_inset space \thinspace{}
17432 \end_inset
17433
17434 bouteilles
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $10\cdot$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $10^{\mbox{-}17}$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\Gamma(t)\propto$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 \begin_inset Formula $\:\Upsilon(t)$
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 <row>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 1024×
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 768
17503 \begin_inset space \thinspace{}
17504 \end_inset
17505
17506 Pixels
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $5.78\cdot$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 \begin_inset Formula $10^{7}$
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 \begin_inset Formula $A\ne$
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $\: B_{\mathrm{red}}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 32×
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 6
17575 \begin_inset space \thinspace{}
17576 \end_inset
17577
17578 cm
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 -
17588 \begin_inset Formula $33.5\cdot$
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $10^{4}$
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\sin(\alpha)\ge$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 \begin_inset Formula $\:\sin(\beta)$
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 </lyxtabular>
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Standard
17646 \begin_inset VSpace bigskip
17647 \end_inset
17648
17649 Il y a aussi le paquetage LaTeX 
17650 \series bold
17651 dcolumn
17652 \series default
17653
17654 \begin_inset Index idx
17655 status collapsed
17656
17657 \begin_layout Plain Layout
17658 Paquetages LaTeX ! dcolumn
17659 \end_layout
17660
17661 \end_inset
17662
17663  qui fournit des alignements pour les cellules de tableaux.
17664  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17665  et ne permet pas de formules dans les cellules du tableau : Avec 
17666 \series bold
17667 dcolumn
17668 \series default
17669  la première colonne du tableau
17670 \begin_inset space ~
17671 \end_inset
17672
17673
17674 \begin_inset CommandInset ref
17675 LatexCommand ref
17676 reference "tab:Plusieurs-exemples-alignements"
17677
17678 \end_inset
17679
17680  ressemblera à la première colonne du tableau
17681 \begin_inset space ~
17682 \end_inset
17683
17684
17685 \begin_inset CommandInset ref
17686 LatexCommand ref
17687 reference "tab:Alignements-avec-dcolumn"
17688
17689 \end_inset
17690
17691
17692 \lang english
17693  and only with some tricks like the expected.
17694  
17695 \lang french
17696 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17697 \begin_inset space ~
17698 \end_inset
17699
17700
17701 \begin_inset CommandInset ref
17702 LatexCommand ref
17703 reference "tab:Plusieurs-exemples-alignements"
17704
17705 \end_inset
17706
17707  avec 
17708 \series bold
17709 dcolumn
17710 \series default
17711 .
17712 \end_layout
17713
17714 \begin_layout Standard
17715 \begin_inset Float table
17716 placement h
17717 wide false
17718 sideways false
17719 status open
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Caption
17723
17724 \begin_layout Plain Layout
17725 \begin_inset CommandInset label
17726 LatexCommand label
17727 name "tab:Alignements-avec-dcolumn"
17728
17729 \end_inset
17730
17731 Alignements quand on utilise le paquetage LaTeX dcolumn.
17732  Pour toutes les colonnes des astuces d'alignement ont dû être utilisées
17733  pour obtenir la sortie.
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Plain Layout
17742 \align center
17743 \begin_inset Tabular
17744 <lyxtabular version="3" rows="4" columns="3">
17745 <features tabularvalignment="middle">
17746 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17747 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17748 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.9}">
17749 <row>
17750 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754 unités
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763 unités
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 unités
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 </row>
17778 <row>
17779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783 12x24
17784 \begin_inset space \thinspace{}
17785 \end_inset
17786
17787 bouteilles
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 12x24
17797 \begin_inset space \thinspace{}
17798 \end_inset
17799
17800
17801 \begin_inset Formula $\mbox{bouteilles}$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 12
17814 \begin_inset ERT
17815 status collapsed
17816
17817 \begin_layout Plain Layout
17818
17819
17820 \backslash
17821 times 
17822 \end_layout
17823
17824 \end_inset
17825
17826 24+
17827 \begin_inset Formula $\mbox{bouteilles}$
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 </row>
17836 <row>
17837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841 1024x768
17842 \begin_inset space \thinspace{}
17843 \end_inset
17844
17845 Pixels
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 1024x768
17855 \begin_inset space \thinspace{}
17856 \end_inset
17857
17858
17859 \begin_inset Formula $\mbox{Pixels}$
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell alignment="center" valignment="top" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 1024
17872 \begin_inset ERT
17873 status collapsed
17874
17875 \begin_layout Plain Layout
17876
17877
17878 \backslash
17879 times 
17880 \end_layout
17881
17882 \end_inset
17883
17884 768+
17885 \begin_inset Formula $\mbox{Pixels}$
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 32x6
17900 \begin_inset space \thinspace{}
17901 \end_inset
17902
17903 cm
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 32x6
17913 \begin_inset space \thinspace{}
17914 \end_inset
17915
17916
17917 \begin_inset Formula $\mbox{cm}$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 32
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 times 
17938 \end_layout
17939
17940 \end_inset
17941
17942 6+
17943 \begin_inset Formula $\mbox{cm}$
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 </lyxtabular>
17953
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \begin_layout Subsection
17965 Formats de cellule et de colonne personnalisés
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "sub:Formats-personnalisés"
17969
17970 \end_inset
17971
17972
17973 \begin_inset Index idx
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977 Personnalisation des tableaux !  Format de cellule/colonne
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \begin_layout Standard
17986 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17987  multicolonne comme dans la section
17988 \begin_inset space ~
17989 \end_inset
17990
17991
17992 \begin_inset CommandInset ref
17993 LatexCommand ref
17994 reference "sub:Calculs-multicolonnes"
17995
17996 \end_inset
17997
17998  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17999  multicolonnes.
18000  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18001  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18002  du document.
18003  Le format est défini avec la commande
18004 \end_layout
18005
18006 \begin_layout Standard
18007
18008 \series bold
18009
18010 \backslash
18011 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Le nom du format peut n'avoir qu'une lettre.
18016  Les lettres 
18017 \emph on
18018 b
18019 \emph default
18020
18021 \emph on
18022 c
18023 \emph default
18024
18025 \emph on
18026 l
18027 \emph default
18028
18029 \emph on
18030 m
18031 \emph default
18032
18033 \emph on
18034 p
18035 \emph default
18036  et 
18037 \emph on
18038 r
18039 \emph default
18040  sont prédéfinies et donc ne peuvent être utilisées.
18041  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18042 \end_layout
18043
18044 \begin_layout Standard
18045 \begin_inset VSpace medskip
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Standard
18052 Pour de cellules multicolonnes centrées verticalement et horizontalement
18053  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18054  :
18055 \end_layout
18056
18057 \begin_layout Standard
18058
18059 \series bold
18060
18061 \backslash
18062 newcolumntype{M}[1]{>{
18063 \backslash
18064 centering
18065 \backslash
18066 hspace{0pt}}m{#1}}
18067 \end_layout
18068
18069 \begin_layout Standard
18070 Où le 
18071 \series bold
18072
18073 \backslash
18074 hspace{0pt}
18075 \series default
18076  évite le problème de césure du premier mot, comme c'est décrit en section
18077 \begin_inset space ~
18078 \end_inset
18079
18080
18081 \begin_inset CommandInset ref
18082 LatexCommand ref
18083 reference "sub:Lignes-multiple-dans-cellule"
18084
18085 \end_inset
18086
18087 .
18088  Ensuite, vous pouvez entrer
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094 M{width}
18095 \end_layout
18096
18097 \begin_layout Standard
18098 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18099  une multicolonne.
18100 \end_layout
18101
18102 \begin_layout Standard
18103 \begin_inset VSpace bigskip
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \begin_layout Standard
18110 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18111  définir le format
18112 \end_layout
18113
18114 \begin_layout Standard
18115
18116 \series bold
18117
18118 \backslash
18119 newcolumntype{S}[2]{>{
18120 \backslash
18121 centering
18122 \backslash
18123 hspace{0pt}}
18124 \begin_inset Newline newline
18125 \end_inset
18126
18127
18128 \begin_inset Phantom HPhantom
18129 status open
18130
18131 \begin_layout Plain Layout
18132
18133 \series bold
18134
18135 \backslash
18136 newcolumntype{S}[2]
18137 \end_layout
18138
18139 \end_inset
18140
18141 m{(#1+(2
18142 \backslash
18143 tabcolsep+
18144 \backslash
18145 arrayrulewidth)*(1-#2))/#2}}
18146 \end_layout
18147
18148 \begin_layout Standard
18149 Ce format utilise l'équation
18150 \begin_inset space ~
18151 \end_inset
18152
18153
18154 \begin_inset CommandInset ref
18155 LatexCommand eqref
18156 reference "eq:Wgn"
18157
18158 \end_inset
18159
18160  pour calculer la largeur que doit avoir chacune des cellules couverte par
18161  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18162 \end_layout
18163
18164 \begin_layout Standard
18165 Ensuite, vous pouvez entrer
18166 \end_layout
18167
18168 \begin_layout Standard
18169
18170 \series bold
18171 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18172 \end_layout
18173
18174 \begin_layout Standard
18175 comme paramètre LaTeX de la colonne.
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset VSpace bigskip
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 Pour des colonnes colorées, vous pouvez définir
18187 \end_layout
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192
18193 \backslash
18194 newcolumntype{K}[1]{>{
18195 \backslash
18196 columncolor{#1}
18197 \backslash
18198 hspace{0pt}}c}
18199 \end_layout
18200
18201 \begin_layout Standard
18202 Le 
18203 \begin_inset Quotes eld
18204 \end_inset
18205
18206 c
18207 \begin_inset Quotes erd
18208 \end_inset
18209
18210  à la fin crée une colonne de largeur variable dont le texte est centré
18211  horizontalement.
18212  Vous pouvez maintenant entrer
18213 \end_layout
18214
18215 \begin_layout Standard
18216
18217 \series bold
18218 K{nom de couleur}
18219 \end_layout
18220
18221 \begin_layout Standard
18222 comme paramètre LaTeX.
18223 \end_layout
18224
18225 \begin_layout Standard
18226 \begin_inset VSpace bigskip
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Standard
18233 Pour créer le tableau
18234 \begin_inset space ~
18235 \end_inset
18236
18237
18238 \begin_inset CommandInset ref
18239 LatexCommand ref
18240 reference "tab:Tableau-formats-personnalisés"
18241
18242 \end_inset
18243
18244  utilisez les paramètres LaTeX
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250 M{2.5cm}
18251 \end_layout
18252
18253 \begin_layout Standard
18254 pour la première colonne et la multicolonne,
18255 \end_layout
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260 K{red}
18261 \end_layout
18262
18263 \begin_layout Standard
18264 pour la dernière colonne, et
18265 \end_layout
18266
18267 \begin_layout Standard
18268
18269 \series bold
18270 S{2.5cm}{2}
18271 \end_layout
18272
18273 \begin_layout Standard
18274 pour les cellules de la deuxième colonne.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 \begin_inset Float table
18279 placement h
18280 wide false
18281 sideways false
18282 status open
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Caption
18286
18287 \begin_layout Plain Layout
18288 \begin_inset CommandInset label
18289 LatexCommand label
18290 name "tab:Tableau-formats-personnalisés"
18291
18292 \end_inset
18293
18294 Tableau utilisant des formats personnalisés
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \begin_layout Plain Layout
18303 \align center
18304 \begin_inset Tabular
18305 <lyxtabular version="3" rows="3" columns="4">
18306 <features tabularvalignment="middle">
18307 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18308 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18309 <column alignment="center" valignment="middle" width="0">
18310 <column alignment="center" valignment="middle" width="0" special="K{red}">
18311 <row>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 motTrèsLongDansUneCellule
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 multicolonne avec multiligne
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 c
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 d
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 e
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 f
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 g
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 h
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 i
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 j
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 k
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 </lyxtabular>
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Subsection
18438 Épaisseur des filets
18439 \begin_inset CommandInset label
18440 LatexCommand label
18441 name "sub:Epaisseur-filets"
18442
18443 \end_inset
18444
18445
18446 \begin_inset Index idx
18447 status collapsed
18448
18449 \begin_layout Plain Layout
18450 Personnalisation des tableaux ! Épaisseur filets
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18460  
18461 \series bold
18462
18463 \backslash
18464 arrayrulewidth
18465 \series default
18466 .
18467  Pour mettre, par exemple, une épaisseur de filet de 1.5
18468 \begin_inset space \thinspace{}
18469 \end_inset
18470
18471 pt, comme pour le tableau
18472 \begin_inset space ~
18473 \end_inset
18474
18475
18476 \begin_inset CommandInset ref
18477 LatexCommand ref
18478 reference "tab:Tableau-filets-1.5pt"
18479
18480 \end_inset
18481
18482 , insérez la commande
18483 \end_layout
18484
18485 \begin_layout Standard
18486
18487 \series bold
18488
18489 \backslash
18490 setlength{
18491 \backslash
18492 arrayrulewidth}{1.5pt}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 en code TeX avant le tableau ou le flottant de tableau.
18497  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18498  suivent.
18499  pour revenir aux valeurs implicites, mettez 
18500 \series bold
18501
18502 \backslash
18503 arrayrulewidth
18504 \series default
18505  à 0.4
18506 \begin_inset space \thinspace{}
18507 \end_inset
18508
18509 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18510 \end_layout
18511
18512 \begin_layout Standard
18513 \begin_inset ERT
18514 status collapsed
18515
18516 \begin_layout Plain Layout
18517
18518
18519 \backslash
18520 setlength{
18521 \backslash
18522 arrayrulewidth}{1.5pt}
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \begin_inset Float table
18529 wide false
18530 sideways false
18531 status open
18532
18533 \begin_layout Plain Layout
18534 \begin_inset Caption
18535
18536 \begin_layout Plain Layout
18537 \begin_inset CommandInset label
18538 LatexCommand label
18539 name "tab:Tableau-filets-1.5pt"
18540
18541 \end_inset
18542
18543 Tableau avec des filets de 1.5
18544 \begin_inset space \thinspace{}
18545 \end_inset
18546
18547 pt
18548 \end_layout
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Plain Layout
18556 \align center
18557 \begin_inset Tabular
18558 <lyxtabular version="3" rows="3" columns="3">
18559 <features tabularvalignment="middle">
18560 <column alignment="center" valignment="top" width="0">
18561 <column alignment="center" valignment="top" width="0">
18562 <column alignment="center" valignment="top" width="0">
18563 <row>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 sd
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 </row>
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 sd
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 sd
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 </lyxtabular>
18651
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \end_inset
18658
18659
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 setlength{
18668 \backslash
18669 arrayrulewidth}{0.4pt}
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Standard
18678 \begin_inset VSpace bigskip
18679 \end_inset
18680
18681 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18682 \begin_inset space \thinspace{}
18683 \end_inset
18684
18685 pt, comme dans le tableau
18686 \begin_inset space ~
18687 \end_inset
18688
18689
18690 \begin_inset CommandInset ref
18691 LatexCommand ref
18692 reference "tab:Tableau-filets-horizontaux-1.5pt"
18693
18694 \end_inset
18695
18696 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18697  de tableau :
18698 \end_layout
18699
18700 \begin_layout Standard
18701
18702 \series bold
18703
18704 \backslash
18705 let
18706 \backslash
18707 myHline
18708 \backslash
18709 hline
18710 \begin_inset Newline newline
18711 \end_inset
18712
18713
18714 \backslash
18715 renewcommand{
18716 \backslash
18717 hline}
18718 \begin_inset Newline newline
18719 \end_inset
18720
18721  {
18722 \backslash
18723 noalign{
18724 \backslash
18725 global
18726 \backslash
18727 arrayrulewidth 1.5pt}
18728 \begin_inset Newline newline
18729 \end_inset
18730
18731  
18732 \backslash
18733 myHline
18734 \backslash
18735 noalign{
18736 \backslash
18737 global
18738 \backslash
18739 arrayrulewidth 0.4pt}}
18740 \end_layout
18741
18742 \begin_layout Standard
18743 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18744  en code TeX après le tableau ou le flottant de tableau :
18745 \end_layout
18746
18747 \begin_layout Standard
18748
18749 \series bold
18750
18751 \backslash
18752 renewcommand{
18753 \backslash
18754 hline}{
18755 \backslash
18756 myHline}
18757 \end_layout
18758
18759 \begin_layout Standard
18760 \begin_inset ERT
18761 status collapsed
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 let
18768 \backslash
18769 myHline
18770 \backslash
18771 hline
18772 \end_layout
18773
18774 \begin_layout Plain Layout
18775
18776
18777 \backslash
18778 renewcommand{
18779 \backslash
18780 hline}
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784
18785  {
18786 \backslash
18787 noalign{
18788 \backslash
18789 global
18790 \backslash
18791 arrayrulewidth 1.5pt}
18792 \end_layout
18793
18794 \begin_layout Plain Layout
18795
18796   
18797 \backslash
18798 myHline
18799 \backslash
18800 noalign{
18801 \backslash
18802 global
18803 \backslash
18804 arrayrulewidth 0.4pt}}
18805 \end_layout
18806
18807 \end_inset
18808
18809
18810 \begin_inset Float table
18811 wide false
18812 sideways false
18813 status open
18814
18815 \begin_layout Plain Layout
18816 \begin_inset Caption
18817
18818 \begin_layout Plain Layout
18819 \begin_inset CommandInset label
18820 LatexCommand label
18821 name "tab:Tableau-filets-horizontaux-1.5pt"
18822
18823 \end_inset
18824
18825 Tableau avec des filets horizontaux de 1.5
18826 \begin_inset space \thinspace{}
18827 \end_inset
18828
18829 pt
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Plain Layout
18838 \align center
18839 \begin_inset Tabular
18840 <lyxtabular version="3" rows="3" columns="3">
18841 <features tabularvalignment="middle">
18842 <column alignment="center" valignment="top" width="0">
18843 <column alignment="center" valignment="top" width="0">
18844 <column alignment="center" valignment="top" width="0">
18845 <row>
18846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850 sd
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 <row>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 sd
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 </row>
18903 <row>
18904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926 sd
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 </row>
18932 </lyxtabular>
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \begin_inset ERT
18943 status collapsed
18944
18945 \begin_layout Plain Layout
18946
18947
18948 \backslash
18949 renewcommand{
18950 \backslash
18951 hline}{
18952 \backslash
18953 myHline}
18954 \end_layout
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \begin_layout Standard
18962 \begin_inset VSpace bigskip
18963 \end_inset
18964
18965 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18966 \begin_inset space \thinspace{}
18967 \end_inset
18968
18969 pt, créez le format de colonne suivant dans le préambule, en suivant la
18970  description de la section
18971 \begin_inset space ~
18972 \end_inset
18973
18974
18975 \begin_inset CommandInset ref
18976 LatexCommand ref
18977 reference "sub:Formats-personnalisés"
18978
18979 \end_inset
18980
18981 :
18982 \end_layout
18983
18984 \begin_layout Standard
18985
18986 \series bold
18987
18988 \backslash
18989 newcolumntype{V}{!{
18990 \backslash
18991 vrule width 1.5pt}}
18992 \end_layout
18993
18994 \begin_layout Standard
18995 Pour le tableau
18996 \begin_inset space ~
18997 \end_inset
18998
18999
19000 \begin_inset CommandInset ref
19001 LatexCommand ref
19002 reference "tab:Tableau-filets-verticaux-1.5pt"
19003
19004 \end_inset
19005
19006  le paramètre LaTeX 
19007 \end_layout
19008
19009 \begin_layout Standard
19010
19011 \series bold
19012 VcV
19013 \end_layout
19014
19015 \begin_layout Standard
19016 a été utilisé pour la dernière colonne et
19017 \end_layout
19018
19019 \begin_layout Standard
19020
19021 \series bold
19022 Vc
19023 \end_layout
19024
19025 \begin_layout Standard
19026 pour les autres colonnes.
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset Float table
19031 wide false
19032 sideways false
19033 status open
19034
19035 \begin_layout Plain Layout
19036 \begin_inset Caption
19037
19038 \begin_layout Plain Layout
19039 \begin_inset CommandInset label
19040 LatexCommand label
19041 name "tab:Tableau-filets-verticaux-1.5pt"
19042
19043 \end_inset
19044
19045 Tableau avec des filets verticaux de 1.5
19046 \begin_inset space \thinspace{}
19047 \end_inset
19048
19049 pt 
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Plain Layout
19058 \align center
19059 \begin_inset Tabular
19060 <lyxtabular version="3" rows="3" columns="3">
19061 <features tabularvalignment="middle">
19062 <column alignment="center" valignment="top" width="0" special="Vc">
19063 <column alignment="center" valignment="top" width="0" special="Vc">
19064 <column alignment="center" valignment="top" width="0" special="VcV">
19065 <row>
19066 <cell alignment="center" valignment="top" topline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 sd
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 sd
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 sd
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 </row>
19152 </lyxtabular>
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \begin_layout Subsection
19165 Filets à traits interrompus
19166 \begin_inset Index idx
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 Personnalisation des tableaux ! Filets à traits interrompus
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Standard
19179 \begin_inset ERT
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183
19184
19185 \backslash
19186 ifarydshln
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \begin_inset Note Note
19193 status open
19194
19195 \begin_layout Plain Layout
19196 La section suivante ne s'affichera que si vous avez installé le paquetage
19197  LaTeX 
19198 \series bold
19199 arydshln
19200 \series default
19201 .
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset Float table
19211 placement H
19212 wide false
19213 sideways false
19214 status open
19215
19216 \begin_layout Plain Layout
19217 \begin_inset Caption
19218
19219 \begin_layout Plain Layout
19220 \begin_inset CommandInset label
19221 LatexCommand label
19222 name "tab:Tableau-filets-tirets"
19223
19224 \end_inset
19225
19226 Tableau avec des filets à traits interrompus
19227 \end_layout
19228
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \begin_layout Plain Layout
19235 \align center
19236 \begin_inset Tabular
19237 <lyxtabular version="3" rows="5" columns="5">
19238 <features tabularvalignment="middle">
19239 <column alignment="center" valignment="top" width="0">
19240 <column alignment="center" valignment="top" width="0">
19241 <column alignment="center" valignment="top" width="0" special=":c">
19242 <column alignment="center" valignment="top" width="0">
19243 <column alignment="center" valignment="top" width="0">
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 a
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 b
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 c
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 d
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 e
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 f
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 g
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 h
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 i
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 j
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 \begin_inset ERT
19344 status collapsed
19345
19346 \begin_layout Plain Layout
19347
19348
19349 \backslash
19350 hdashline 
19351 \end_layout
19352
19353 \end_inset
19354
19355 k
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 l
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 m
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 n
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 o
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset ERT
19403 status collapsed
19404
19405 \begin_layout Plain Layout
19406
19407
19408 \backslash
19409 cdashline{4-5}
19410 \end_layout
19411
19412 \end_inset
19413
19414 p
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 q
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 r
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 s
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 t
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 u
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 v
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 w
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 x
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 </row>
19503 </lyxtabular>
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Standard
19516 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19517  donc employer du code TeX.
19518  Mais avant il faut charger le paquetage LaTeX 
19519 \series bold
19520 arydshln
19521 \series default
19522
19523 \begin_inset Index idx
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527 Paquetages LaTeX ! arydshln
19528 \end_layout
19529
19530 \end_inset
19531
19532  dans le préambule du document avec la commande 
19533 \end_layout
19534
19535 \begin_layout Standard
19536
19537 \series bold
19538
19539 \backslash
19540 usepackage{arydshln}
19541 \end_layout
19542
19543 \begin_layout Standard
19544 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19545  
19546 \begin_inset Quotes eld
19547 \end_inset
19548
19549 :
19550 \begin_inset Quotes erd
19551 \end_inset
19552
19553  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19554  dans la fenêtre de dialogue de paramètre du tableau.
19555 \end_layout
19556
19557 \begin_layout Standard
19558 Pour un trait horizontal interrompu, ajoutez la commande
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \series bold
19564
19565 \backslash
19566 hdashline
19567 \end_layout
19568
19569 \begin_layout Standard
19570 en code TeX comme premier élément de la première cellule de la ligne de
19571  tableau.
19572 \end_layout
19573
19574 \begin_layout Standard
19575 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19576  commande 
19577 \end_layout
19578
19579 \begin_layout Standard
19580
19581 \series bold
19582
19583 \backslash
19584 cdashline{
19585 \series default
19586 numéros de colonnes}
19587 \end_layout
19588
19589 \begin_layout Standard
19590 en code TeX comme premier élément de la première cellule de la ligne.
19591  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19592  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19593 \end_layout
19594
19595 \begin_layout Standard
19596
19597 \series bold
19598
19599 \backslash
19600 cdashline{2-4}
19601 \end_layout
19602
19603 \begin_layout Standard
19604 comme premier élément de la première cellule de la ligne contenant la multicolon
19605 ne.
19606 \end_layout
19607
19608 \begin_layout Standard
19609 \begin_inset VSpace bigskip
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \begin_layout Standard
19616 Le tableau
19617 \begin_inset space ~
19618 \end_inset
19619
19620
19621 \begin_inset CommandInset ref
19622 LatexCommand ref
19623 reference "tab:Tableau-filets-tirets"
19624
19625 \end_inset
19626
19627  a été créé en utilisant 
19628 \begin_inset Quotes eld
19629 \end_inset
19630
19631
19632 \series bold
19633 :c
19634 \series default
19635
19636 \begin_inset Quotes erd
19637 \end_inset
19638
19639  comme paramètre LaTeX pour la troisième colonne.
19640  La commande en code TeX 
19641 \series bold
19642
19643 \backslash
19644 hdashline
19645 \series default
19646  a été insérée dans la première cellule de la troisième ligne et la commande
19647  en code TeX 
19648 \series bold
19649
19650 \backslash
19651 cdashline{4-5}
19652 \series default
19653  a été insérée dans la première cellule de la quatrième ligne.
19654 \end_layout
19655
19656 \begin_layout Standard
19657 \begin_inset Note Greyedout
19658 status open
19659
19660 \begin_layout Plain Layout
19661
19662 \series bold
19663 Note:
19664 \series default
19665  Le paquetage LaTeX 
19666 \series bold
19667 arydshln
19668 \series default
19669  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19670  
19671 \series bold
19672 colortbl
19673 \series default
19674
19675 \begin_inset Index idx
19676 status collapsed
19677
19678 \begin_layout Plain Layout
19679 Paquetages LaTeX ! colortbl
19680 \end_layout
19681
19682 \end_inset
19683
19684  qui est utilisé pour avoir des tableaux colorés dans la section
19685 \begin_inset space ~
19686 \end_inset
19687
19688
19689 \begin_inset CommandInset ref
19690 LatexCommand ref
19691 reference "sec:Tableaux-Colorés"
19692
19693 \end_inset
19694
19695 .
19696  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19697  traits interrompus.
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \begin_layout Standard
19706 \begin_inset ERT
19707 status collapsed
19708
19709 \begin_layout Plain Layout
19710
19711
19712 \backslash
19713 else
19714 \end_layout
19715
19716 \end_inset
19717
19718
19719 \begin_inset Note Note
19720 status open
19721
19722 \begin_layout Plain Layout
19723 Ce qui suit sera affiché si le paquetage LaTeX 
19724 \series bold
19725 arydshln
19726 \series default
19727  n'est pas installé :
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \begin_layout Standard
19736 Vous devez installer le paquetage LaTeX 
19737 \series bold
19738 arydshln
19739 \series default
19740  pour voir le contenu des cette section dans la sortie imprimée.
19741 \end_layout
19742
19743 \begin_layout Standard
19744 \begin_inset ERT
19745 status collapsed
19746
19747 \begin_layout Plain Layout
19748
19749
19750 \backslash
19751 fi
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \begin_layout Chapter
19760 Flottants
19761 \begin_inset Index idx
19762 status collapsed
19763
19764 \begin_layout Plain Layout
19765 Flottants
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Section
19774 Introduction
19775 \begin_inset CommandInset label
19776 LatexCommand label
19777 name "sec:Flottants-Introduction"
19778
19779 \end_inset
19780
19781
19782 \begin_inset Index idx
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786 Flottants ! Introduction
19787 \end_layout
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 Un flottant est une portion de document, qui peut être associé à une étiquette
19796  et dont la position n'est pas fixée.
19797  Il peut 
19798 \begin_inset Quotes eld
19799 \end_inset
19800
19801 flotter
19802 \begin_inset Quotes erd
19803 \end_inset
19804
19805  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19806  plus approprié.
19807  Les 
19808 \family sans
19809 Notes
19810 \begin_inset space ~
19811 \end_inset
19812
19813 en
19814 \begin_inset space ~
19815 \end_inset
19816
19817 Bas
19818 \begin_inset space ~
19819 \end_inset
19820
19821 de
19822 \begin_inset space ~
19823 \end_inset
19824
19825 Page
19826 \family default
19827  et le 
19828 \family sans
19829 Notes
19830 \begin_inset space ~
19831 \end_inset
19832
19833 en
19834 \begin_inset space ~
19835 \end_inset
19836
19837 Marge
19838 \family default
19839  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19840  sur la page suivante quand il y a trop de notes sur la page courante.
19841 \end_layout
19842
19843 \begin_layout Standard
19844 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19845  très grande qualité.
19846  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19847  éviter des lignes blanches ou des pages sans texte.
19848  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19849  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19850  le texte.
19851  Les flottants sont donc numérotés.
19852  Les références croisées sont décrites dans la section
19853 \begin_inset space ~
19854 \end_inset
19855
19856
19857 \begin_inset CommandInset ref
19858 LatexCommand ref
19859 reference "sec:Referencer-les-Flottants"
19860
19861 \end_inset
19862
19863 .
19864 \end_layout
19865
19866 \begin_layout Standard
19867 Pour insérer un flottant, on utilise un des sous menus du menu 
19868 \family sans
19869 Insérer\SpecialChar \menuseparator
19870 Flottant.
19871
19872 \family default
19873  Une boîte va être insérée dans votre document avec par exemple une étiquette
19874  du genre 
19875 \begin_inset Quotes eld
19876 \end_inset
19877
19878 Figure
19879 \begin_inset space ~
19880 \end_inset
19881
19882 #:
19883 \begin_inset Quotes erd
19884 \end_inset
19885
19886  (où # est un numéro).
19887  L'étiquette est automatiquement traduite dans la langue du document dans
19888  la sortie finale.
19889  Après l'étiquette vous pouvez insérer du texte comme légende.
19890  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19891  séparé, à l'intérieur du flottant.
19892  Vous trouverez plus de détails sur le positionnement des légendes dans
19893  la section
19894 \begin_inset space ~
19895 \end_inset
19896
19897
19898 \begin_inset CommandInset ref
19899 LatexCommand ref
19900 reference "sec:Placement-légende"
19901
19902 \end_inset
19903
19904 .
19905  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19906  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19907  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19908  Une boîte de flottant fermée ressemble à ceci : 
19909 \begin_inset Graphics
19910         filename clipart/floatQt4.png
19911         scale 60
19912
19913 \end_inset
19914
19915  – une case grise avec un texte rouge.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19920  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19921  est formaté de façon particulière.
19922 \end_layout
19923
19924 \begin_layout Section
19925 Les Types de Flottants
19926 \end_layout
19927
19928 \begin_layout Standard
19929 En plus des flottants de figures et de tableau qui sont décrits respectivement
19930  dans les sections
19931 \begin_inset space ~
19932 \end_inset
19933
19934
19935 \begin_inset CommandInset ref
19936 LatexCommand ref
19937 reference "sec:Figure-Floats"
19938
19939 \end_inset
19940
19941  et 
19942 \begin_inset CommandInset ref
19943 LatexCommand ref
19944 reference "sec:Table-Floats"
19945
19946 \end_inset
19947
19948 , LyX offre aussi les types 
19949 \series bold
19950 Algorithme
19951 \series default
19952  et 
19953 \series bold
19954 Enrobage
19955 \series default
19956 .
19957 \end_layout
19958
19959 \begin_layout Subsection
19960 Flottant d'algorithme
19961 \begin_inset Index idx
19962 status collapsed
19963
19964 \begin_layout Plain Layout
19965 Flottants ! Algorithmes
19966 \end_layout
19967
19968 \end_inset
19969
19970
19971 \begin_inset CommandInset label
19972 LatexCommand label
19973 name "sub:Flottant-d'Algorithme"
19974
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \begin_layout Standard
19981 \begin_inset Float algorithm
19982 placement h
19983 wide false
19984 sideways false
19985 status open
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Caption
19989
19990 \begin_layout Plain Layout
19991 \begin_inset CommandInset label
19992 LatexCommand label
19993 name "alg:Exemple-Flottant-Algorithme"
19994
19995 \end_inset
19996
19997 Exemple de flottant d'algorithme
19998 \end_layout
19999
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \begin_layout LyX-Code
20006 for I in 1..N loop
20007 \begin_inset Newline newline
20008 \end_inset
20009
20010  Sum:= Sum + A(I); /*comment*/
20011 \begin_inset Newline newline
20012 \end_inset
20013
20014 end loop
20015 \begin_inset VSpace -4mm
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Standard
20027 Ce type de flottant est inséré à l'aide du menu 
20028 \family sans
20029 Insérer\SpecialChar \menuseparator
20030 Flottant\SpecialChar \menuseparator
20031 Algorithme
20032 \family default
20033 .
20034  Il peut être utilisé pour des morceaux de code source ou des descriptions
20035  d'algorithmes et peut être utilisé comme une alternative au listing de
20036  code source qui est décrit au chapitre
20037 \begin_inset space ~
20038 \end_inset
20039
20040
20041 \begin_inset CommandInset ref
20042 LatexCommand ref
20043 reference "cha:Program-Code-Listings"
20044
20045 \end_inset
20046
20047 .
20048  Vous pouvez par exemple utiliser l'environnement Code
20049 \begin_inset space ~
20050 \end_inset
20051
20052 LyX qui est décrit dans le 
20053 \emph on
20054 Guide
20055 \emph default
20056
20057 \begin_inset space ~
20058 \end_inset
20059
20060
20061 \emph on
20062 de
20063 \begin_inset space ~
20064 \end_inset
20065
20066 l'Utilisateur
20067 \emph default
20068  de LyX.
20069  l'algorithme
20070 \begin_inset space ~
20071 \end_inset
20072
20073
20074 \begin_inset CommandInset ref
20075 LatexCommand ref
20076 reference "alg:Exemple-Flottant-Algorithme"
20077
20078 \end_inset
20079
20080  est un exemple de flottant d'algorithme où un espace vertical de -4
20081 \begin_inset space \thinspace{}
20082 \end_inset
20083
20084 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20085  soit placée exactement sous le texte de la dernière ligne.
20086 \end_layout
20087
20088 \begin_layout Standard
20089 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20090  du document.
20091  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20092 ent en ajoutant la ligne suivante dans le préambule de votre document :
20093 \end_layout
20094
20095 \begin_layout Standard
20096
20097 \series bold
20098
20099 \backslash
20100 floatname{algorithm}{votre
20101 \begin_inset space ~
20102 \end_inset
20103
20104 nom}
20105 \end_layout
20106
20107 \begin_layout Standard
20108
20109 \family sans
20110  votre
20111 \begin_inset space ~
20112 \end_inset
20113
20114 nom
20115 \family default
20116  est le mot 
20117 \begin_inset Quotes eld
20118 \end_inset
20119
20120
20121 \emph on
20122 algorithme
20123 \emph default
20124
20125 \begin_inset Quotes erd
20126 \end_inset
20127
20128  dans votre langue.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20133 \family sans
20134 Insérer\SpecialChar \menuseparator
20135 Listes
20136 \begin_inset space ~
20137 \end_inset
20138
20139 &
20140 \begin_inset space ~
20141 \end_inset
20142
20143 TdM\SpecialChar \menuseparator
20144 Liste
20145 \begin_inset space ~
20146 \end_inset
20147
20148 des
20149 \begin_inset space ~
20150 \end_inset
20151
20152 algorithmes
20153 \family default
20154  si votre document est en la même langue que les menus de LyX.
20155  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20156  en code TeX à la place:
20157 \end_layout
20158
20159 \begin_layout Standard
20160
20161 \series bold
20162
20163 \backslash
20164 listof{algorithm}{votre
20165 \begin_inset space ~
20166 \end_inset
20167
20168 nom}
20169 \end_layout
20170
20171 \begin_layout Standard
20172 où 
20173 \family sans
20174 votre
20175 \begin_inset space ~
20176 \end_inset
20177
20178 nom
20179 \family default
20180  est la traduction de 
20181 \begin_inset Quotes eld
20182 \end_inset
20183
20184
20185 \emph on
20186 List of Algorithm
20187 \emph default
20188 s
20189 \begin_inset Quotes erd
20190 \end_inset
20191
20192  dans votre langue.
20193 \end_layout
20194
20195 \begin_layout Standard
20196 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20197  le schéma 
20198 \begin_inset Quotes eld
20199 \end_inset
20200
20201 chapitre.algorithme
20202 \begin_inset Quotes erd
20203 \end_inset
20204
20205  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20206  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20207  commande dans le préambule de votre document :
20208 \end_layout
20209
20210 \begin_layout Standard
20211
20212 \series bold
20213
20214 \backslash
20215 numberwithin{algorithm}{chapter}
20216 \end_layout
20217
20218 \begin_layout Standard
20219 Pour pouvoir utiliser la commande 
20220 \series bold
20221
20222 \backslash
20223 numberwithin
20224 \series default
20225 , activez l'option 
20226 \family sans
20227 Utiliser
20228 \begin_inset space ~
20229 \end_inset
20230
20231 le
20232 \begin_inset space ~
20233 \end_inset
20234
20235 paquetage
20236 \begin_inset space ~
20237 \end_inset
20238
20239 AMS
20240 \begin_inset space ~
20241 \end_inset
20242
20243 math
20244 \family default
20245  dans la rubrique 
20246 \family sans
20247 Options
20248 \begin_inset space ~
20249 \end_inset
20250
20251 des
20252 \begin_inset space ~
20253 \end_inset
20254
20255 Maths
20256 \family default
20257  de la fenêtre de dialogue 
20258 \family sans
20259 Paramètres
20260 \begin_inset space ~
20261 \end_inset
20262
20263 du
20264 \begin_inset space ~
20265 \end_inset
20266
20267 Document
20268 \family default
20269 .
20270 \begin_inset Newpage newpage
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \begin_layout Subsection
20277 Flottant d'enrobage
20278 \begin_inset Index idx
20279 status collapsed
20280
20281 \begin_layout Plain Layout
20282 Flottants ! Flottants d'enrobage
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Standard
20291 \begin_inset Wrap figure
20292 lines 0
20293 placement l
20294 overhang 1cm
20295 width "40col%"
20296 status open
20297
20298 \begin_layout Plain Layout
20299 \begin_inset Graphics
20300         filename ../clipart/mobius.eps
20301         width 40col%
20302         scaleBeforeRotation
20303         rotateOrigin center
20304
20305 \end_inset
20306
20307
20308 \end_layout
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Caption
20312
20313 \begin_layout Plain Layout
20314 \begin_inset CommandInset label
20315 LatexCommand label
20316 name "fig:Figure-enrobée"
20317
20318 \end_inset
20319
20320 Ceci est une figure habillée.
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329
20330  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20331  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20332  Vous pouvez en insérer un en utilisant le menu 
20333 \family sans
20334 Insérer\SpecialChar \menuseparator
20335 Flottant\SpecialChar \menuseparator
20336 Flottant
20337 \begin_inset space ~
20338 \end_inset
20339
20340 d'enrobage
20341 \family default
20342  à la condition que le paquetage LaTeX 
20343 \series bold
20344 wrapfig
20345 \series default
20346
20347 \begin_inset Index idx
20348 status collapsed
20349
20350 \begin_layout Plain Layout
20351 Paquetages LaTeX ! wrapfig
20352 \begin_inset ERT
20353 status collapsed
20354
20355 \begin_layout Plain Layout
20356
20357
20358 \backslash
20359 vspace{4mm}
20360 \end_layout
20361
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368
20369  soit installé.
20370 \begin_inset Foot
20371 status collapsed
20372
20373 \begin_layout Plain Layout
20374 Voyez dans la manuel 
20375 \emph on
20376 Configuration
20377 \begin_inset space ~
20378 \end_inset
20379
20380 LaTeX 
20381 \emph default
20382 comment installer des paquetages LaTeX.
20383 \end_layout
20384
20385 \end_inset
20386
20387  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20388  sur la boîte du flottant.
20389  Les paramètres obligatoires sont l'
20390 \family sans
20391 Emplacement
20392 \family default
20393  et la 
20394 \family sans
20395 Largeur
20396 \family default
20397 .
20398  Les paramètres facultatifs sont le 
20399 \family sans
20400 Débordement
20401 \family default
20402  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20403  de la page et la 
20404 \family sans
20405 Porté de la ligne
20406 \family default
20407  qui précise le nombre approximatif de lignes dont le flottant va avoir
20408  besoin.
20409  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20410  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20411  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20412  à l'intérieur du paragraphe ou vers les autres paragraphes.
20413  La figure
20414 \begin_inset space ~
20415 \end_inset
20416
20417
20418 \begin_inset CommandInset ref
20419 LatexCommand ref
20420 reference "fig:Figure-enrobée"
20421
20422 \end_inset
20423
20424  est un exemple de flottant d'enrobage avec une largeur de 40
20425 \begin_inset space \thinspace{}
20426 \end_inset
20427
20428 col%, un débordement de 1
20429 \begin_inset space \thinspace{}
20430 \end_inset
20431
20432 cm et placé à gauche.
20433 \begin_inset Foot
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437 Les unités disponibles sont expliquées dans l'appendice
20438 \begin_inset space ~
20439 \end_inset
20440
20441
20442 \begin_inset CommandInset ref
20443 LatexCommand ref
20444 reference "cha:Unités-de-longueur"
20445
20446 \end_inset
20447
20448 .
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \begin_layout Standard
20457 \begin_inset Note Greyedout
20458 status open
20459
20460 \begin_layout Plain Layout
20461
20462 \series bold
20463 Note:
20464 \series default
20465  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20466  figure trop près du bas de page peut tout chambouler et faire que le flottant
20467  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20468  de texte.
20469 \end_layout
20470
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \begin_layout Standard
20477 En général:
20478 \end_layout
20479
20480 \begin_layout Itemize
20481 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20482  qui risquent de passer à la page suivante.
20483  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20484  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20485  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20486  de page.
20487 \end_layout
20488
20489 \begin_layout Itemize
20490 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20491  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20492 e.
20493 \end_layout
20494
20495 \begin_layout Itemize
20496 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20497  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20498  texte entre les deux, comme séparateur.
20499 \end_layout
20500
20501 \begin_layout Itemize
20502 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20503  ou les tableaux.
20504 \end_layout
20505
20506 \begin_layout Section
20507 Numérotation des flottants
20508 \begin_inset Index idx
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512 Flottants ! Numérotation
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Standard
20521 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20522  ils se trouvent, soit en utilisant un format du genre 
20523 \begin_inset Quotes eld
20524 \end_inset
20525
20526 chapitre.numéro
20527 \begin_inset Quotes erd
20528 \end_inset
20529
20530  ou 
20531 \begin_inset Quotes eld
20532 \end_inset
20533
20534 section.numéro
20535 \begin_inset Quotes erd
20536 \end_inset
20537
20538 .
20539  Cela dépend de la classe de document utilisée.
20540 \end_layout
20541
20542 \begin_layout Standard
20543 Pour changer le format de la numérotation qui ne dépend pas de la section
20544  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20545  le préambule du document :
20546 \end_layout
20547
20548 \begin_layout Standard
20549
20550 \series bold
20551
20552 \backslash
20553 renewcommand{
20554 \backslash
20555 thetable}{
20556 \backslash
20557 roman{table}}
20558 \end_layout
20559
20560 \begin_layout Standard
20561
20562 \series bold
20563
20564 \backslash
20565 thetable
20566 \series default
20567  est la commande qui imprime le numéro du tableau, pour les figures, la
20568  commande serait 
20569 \series bold
20570
20571 \backslash
20572 thefigure
20573 \series default
20574 .
20575  La commande 
20576 \series bold
20577
20578 \backslash
20579 roman
20580 \series default
20581  utilisée dans la commande précédente, imprime le numéro du tableau sous
20582  forme de petits chiffres romains.
20583 \end_layout
20584
20585 \begin_layout Standard
20586 Pour changer le type de numérotation pour par exemple 
20587 \begin_inset Quotes eld
20588 \end_inset
20589
20590 sous-section.numéro
20591 \begin_inset Quotes erd
20592 \end_inset
20593
20594 , utilisez la commande suivante dans le préambule du document :
20595 \end_layout
20596
20597 \begin_layout Standard
20598
20599 \series bold
20600
20601 \backslash
20602 numberwithin{table}{subsection}
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Pour pouvoir utiliser la commande 
20607 \series bold
20608
20609 \backslash
20610 numberwithin
20611 \series default
20612 , vous devez activer l'option 
20613 \family sans
20614 Utiliser
20615 \begin_inset space ~
20616 \end_inset
20617
20618 le
20619 \begin_inset space ~
20620 \end_inset
20621
20622 paquetage
20623 \begin_inset space ~
20624 \end_inset
20625
20626 maths
20627 \begin_inset space ~
20628 \end_inset
20629
20630 AMS
20631 \family default
20632  dans la rubrique 
20633 \family sans
20634 Options
20635 \begin_inset space ~
20636 \end_inset
20637
20638 des
20639 \begin_inset space ~
20640 \end_inset
20641
20642 Maths
20643 \family default
20644  de la fenêtre de dialogue 
20645 \family sans
20646 Paramètres
20647 \family default
20648  du document.
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Veuillez aussi jeter un coup d'œil à la section
20653 \begin_inset space ~
20654 \end_inset
20655
20656
20657 \begin_inset CommandInset ref
20658 LatexCommand ref
20659 reference "sub:Numerotation-notes-bas-de-page"
20660
20661 \end_inset
20662
20663  pour plus de détails et des notes importantes sur les commandes de numérotation.
20664 \end_layout
20665
20666 \begin_layout Section
20667 Faire Référence à des Flottants
20668 \begin_inset CommandInset label
20669 LatexCommand label
20670 name "sec:Referencer-les-Flottants"
20671
20672 \end_inset
20673
20674
20675 \begin_inset Index idx
20676 status collapsed
20677
20678 \begin_layout Plain Layout
20679 Flottants ! Références
20680 \end_layout
20681
20682 \end_inset
20683
20684
20685 \begin_inset Index idx
20686 status collapsed
20687
20688 \begin_layout Plain Layout
20689 References@Références ! à des Flottants 
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Standard
20698 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20699  en utilisant le menu 
20700 \family sans
20701 Insérer\SpecialChar \menuseparator
20702 Étiquette
20703 \family default
20704  ou le bouton 
20705 \begin_inset Graphics
20706         filename ../../images/label-insert.png
20707         scale 85
20708         scaleBeforeRotation
20709
20710 \end_inset
20711
20712  de la barre d'outils.
20713  Une boîte grise de ce genre : 
20714 \begin_inset Graphics
20715         filename clipart/labelQt4.png
20716         scale 85
20717         scaleBeforeRotation
20718
20719 \end_inset
20720
20721  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20722  de saisir le texte de l'étiquette.
20723  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20724  précédés d'un préfixe.
20725  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20726  préfixe sera "
20727 \family sans
20728 fig:
20729 \family default
20730 ".
20731 \end_layout
20732
20733 \begin_layout Standard
20734 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20735  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20736 \family sans
20737 Insérer\SpecialChar \menuseparator
20738 Référence
20739 \begin_inset space ~
20740 \end_inset
20741
20742 Croisée
20743 \family default
20744  ou le bouton 
20745 \begin_inset Graphics
20746         filename ../../images/dialog-show-new-inset_ref.png
20747         scale 85
20748         scaleBeforeRotation
20749
20750 \end_inset
20751
20752  de la barre d'outils.
20753  Une boîte grise de référence croisée comme celle-ci : 
20754 \begin_inset Graphics
20755         filename ../clipart/referenceQt4.png
20756         scale 85
20757         scaleBeforeRotation
20758
20759 \end_inset
20760
20761  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20762  toutes les étiquettes définies dans votre document.
20763  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20764  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20765  de la fenêtre de dialogue.
20766  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20767  une.
20768  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20769  de la référence croisée.
20770 \end_layout
20771
20772 \begin_layout Standard
20773 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20774  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20775  les deux.
20776  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20777  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20778  du numéro de la référence.
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20783  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20784  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20785  pas à vous en préoccuper.
20786 \end_layout
20787
20788 \begin_layout Standard
20789 Le bouton 
20790 \family sans
20791 Aller
20792 \begin_inset space ~
20793 \end_inset
20794
20795 à
20796 \begin_inset space ~
20797 \end_inset
20798
20799 l'étiquette
20800 \family default
20801  dans la fenêtre de référence croisée va positionner le curseur juste devant
20802  l'étiquette à laquelle on fait référence.
20803  Le nom du bouton bouton 
20804 \family sans
20805 Revenir
20806 \family default
20807  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20808  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20809  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20810  à votre point de départ.
20811 \end_layout
20812
20813 \begin_layout Subsection
20814 Formats de Références Croisées
20815 \begin_inset CommandInset label
20816 LatexCommand label
20817 name "sub:Formats-Références-Croisées"
20818
20819 \end_inset
20820
20821
20822 \begin_inset Index idx
20823 status collapsed
20824
20825 \begin_layout Plain Layout
20826 References@Références ! Formats
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 Il y a six types de références croisées :
20836 \end_layout
20837
20838 \begin_layout Description
20839 <référence>
20840 \begin_inset space ~
20841 \end_inset
20842
20843 : affiche le numéro de l'élément, c'est le choix implicite : 
20844 \begin_inset CommandInset ref
20845 LatexCommand ref
20846 reference "fig:Deux-images-déformées"
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Description
20854 (<référence>)
20855 \begin_inset space ~
20856 \end_inset
20857
20858 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20859  normalement pour faire référence à des formules mathématiques, en particulier
20860  quand le mot 
20861 \begin_inset Quotes eld
20862 \end_inset
20863
20864 Équation
20865 \begin_inset Quotes erd
20866 \end_inset
20867
20868  est omis : 
20869 \begin_inset CommandInset ref
20870 LatexCommand eqref
20871 reference "eq:Wgn"
20872
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \begin_layout Description
20879 <page>
20880 \begin_inset space ~
20881 \end_inset
20882
20883 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20884 \begin_inset space ~
20885 \end_inset
20886
20887
20888 \begin_inset CommandInset ref
20889 LatexCommand pageref
20890 reference "fig:Deux-images-déformées"
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Description
20898 page
20899 \begin_inset space ~
20900 \end_inset
20901
20902 <page>
20903 \begin_inset space ~
20904 \end_inset
20905
20906 : affiche le mot 
20907 \begin_inset Quotes eld
20908 \end_inset
20909
20910 page
20911 \begin_inset Quotes erd
20912 \end_inset
20913
20914  suivi du numéro de la page sur laquelle se trouve l'élément : 
20915 \begin_inset CommandInset ref
20916 LatexCommand vpageref
20917 reference "fig:Deux-images-déformées"
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \begin_layout Description
20925 <référence>
20926 \begin_inset space ~
20927 \end_inset
20928
20929 page
20930 \begin_inset space ~
20931 \end_inset
20932
20933 <page>
20934 \begin_inset space ~
20935 \end_inset
20936
20937 : affiche le numéro de l'élément, le mot 
20938 \begin_inset Quotes eld
20939 \end_inset
20940
20941 page
20942 \begin_inset Quotes erd
20943 \end_inset
20944
20945  et le numéro de la page : 
20946 \begin_inset CommandInset ref
20947 LatexCommand vref
20948 reference "fig:Deux-images-déformées"
20949
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \begin_layout Description
20956 Référence
20957 \begin_inset space ~
20958 \end_inset
20959
20960 mise
20961 \begin_inset space ~
20962 \end_inset
20963
20964 en
20965 \begin_inset space ~
20966 \end_inset
20967
20968 forme
20969 \begin_inset space ~
20970 \end_inset
20971
20972 : affiche une référence croisée qui définit son propre format.
20973
20974 \lang english
20975  
20976 \lang french
20977
20978 \begin_inset Note Greyedout
20979 status open
20980
20981 \begin_layout Plain Layout
20982
20983 \series bold
20984 Note:
20985 \series default
20986  Ce type de référence croisée n'est disponible que si vous avez installé
20987  le paquetage LaTeX 
20988 \series bold
20989 prettyref
20990 \series default
20991
20992 \begin_inset Index idx
20993 status collapsed
20994
20995 \begin_layout Plain Layout
20996 Paquetages LaTeX ! prettyref
20997 \end_layout
20998
20999 \end_inset
21000
21001 .
21002 \end_layout
21003
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \family sans
21012 <page>
21013 \family default
21014  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21015  précédente, la même page ou la page suivante.
21016  Vous verrez par exemple un texte du genre 
21017 \begin_inset Quotes eld
21018 \end_inset
21019
21020
21021 \family sans
21022 sur cette page
21023 \family default
21024
21025 \begin_inset Quotes erd
21026 \end_inset
21027
21028  à la place.
21029  Le style 
21030 \family sans
21031 <référence>
21032 \begin_inset space ~
21033 \end_inset
21034
21035 page
21036 \begin_inset space ~
21037 \end_inset
21038
21039 <page>
21040 \family default
21041  
21042 \lang english
21043 will not print anything about the page if the label is on the same page.
21044 \end_layout
21045
21046 \begin_layout Standard
21047 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21048  se trouve sont calculés automatiquement par LaTeX.
21049  Vous choisissez une des six variétés de références dans le champ Format
21050  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21051  boîte de la référence croisée.
21052 \end_layout
21053
21054 \begin_layout Standard
21055 \begin_inset Note Greyedout
21056 status open
21057
21058 \begin_layout Plain Layout
21059
21060 \series bold
21061 Note:
21062 \series default
21063  Le paquetage LaTeX 
21064 \series bold
21065 prettyref
21066 \series default
21067
21068 \begin_inset Index idx
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072 Paquetages LaTeX ! prettyref
21073 \end_layout
21074
21075 \end_inset
21076
21077  ne connaît pas tous les raccourcis possibles pour les étiquettes
21078 \begin_inset Foot
21079 status collapsed
21080
21081 \begin_layout Plain Layout
21082 \begin_inset Quotes eld
21083 \end_inset
21084
21085 fig:
21086 \begin_inset Quotes erd
21087 \end_inset
21088
21089  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21090  de figures,.
21091 \end_layout
21092
21093 \end_inset
21094
21095  et n'est pas internationalisé.
21096  Pour savoir comment introduire de nouveaux raccourcis ou de nouvelles traductio
21097 ns dans 
21098 \series bold
21099 prettyref
21100 \series default
21101 , voir la documentation du paquetage
21102 \begin_inset CommandInset citation
21103 LatexCommand cite
21104 key "prettyref"
21105
21106 \end_inset
21107
21108 .
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Standard
21117 \begin_inset Note Greyedout
21118 status open
21119
21120 \begin_layout Plain Layout
21121
21122 \series bold
21123 Note:
21124 \series default
21125  Du fait d'un bogue dans la paquetage LaTeX 
21126 \series bold
21127 varioref
21128 \series default
21129  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21130  si la langue du document est le français.
21131  Pour contourner ce bogue, voir
21132 \begin_inset Newline newline
21133 \end_inset
21134
21135
21136 \begin_inset CommandInset href
21137 LatexCommand href
21138 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21139
21140 \end_inset
21141
21142 .
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \begin_layout Subsection
21151 Nommage automatique des références croisées
21152 \begin_inset Index idx
21153 status collapsed
21154
21155 \begin_layout Plain Layout
21156 References@Références ! Nommage automatique
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Standard
21165 Le paquetage LaTeX 
21166 \series bold
21167 hyperref
21168 \series default
21169
21170 \begin_inset Index idx
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174 Paquetages LaTeX ! hyperref
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \series bold
21181
21182 \series default
21183 qui est activé dans la rubrique 
21184 \family sans
21185 Propriétés du PDF
21186 \family default
21187  de la fenêtre de dialogue 
21188 \family sans
21189 Paramètres du document
21190 \family default
21191  fournit une fonction très utile pour automatiser la création des références
21192  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21193  une section).
21194  Par exemple pour vous éviter de devoir écrire le mot 
21195 \begin_inset Quotes eld
21196 \end_inset
21197
21198 Figure
21199 \begin_inset Quotes erd
21200 \end_inset
21201
21202  devant chaque référence à une figure.
21203  Pour profiter de ce nommage automatique des références croisées, vous devez
21204  activer 
21205 \series bold
21206 hyperref
21207 \series default
21208  et insérer la ligne suivante dans le préambule du document :
21209 \end_layout
21210
21211 \begin_layout Standard
21212
21213 \series bold
21214
21215 \backslash
21216 AtBeginDocument{
21217 \backslash
21218 renewcommand{
21219 \backslash
21220 ref}[1]{
21221 \backslash
21222 mbox{
21223 \backslash
21224 autoref{#1}}}}
21225 \end_layout
21226
21227 \begin_layout Standard
21228 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21229  défaut, par exemple vous préférez le nom 
21230 \begin_inset Quotes eld
21231 \end_inset
21232
21233 sec.
21234 \begin_inset space \thinspace{}
21235 \end_inset
21236
21237
21238 \begin_inset Quotes eld
21239 \end_inset
21240
21241  plutôt que 
21242 \begin_inset Quotes eld
21243 \end_inset
21244
21245 section
21246 \begin_inset Quotes erd
21247 \end_inset
21248
21249 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21250 \end_layout
21251
21252 \begin_layout Standard
21253
21254 \series bold
21255
21256 \backslash
21257 addto
21258 \backslash
21259 extrasenglish{
21260 \backslash
21261 renewcommand{
21262 \backslash
21263 sectionautorefname}
21264 \begin_inset Newline newline
21265 \end_inset
21266
21267
21268 \begin_inset Phantom HPhantom
21269 status open
21270
21271 \begin_layout Plain Layout
21272
21273 \series bold
21274 \begin_inset space ~
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281
21282 {sec.
21283 \backslash
21284 negthinspace}}
21285 \end_layout
21286
21287 \begin_layout Standard
21288 Si vous utilisez une autre langue que l'anglais, remplacez 
21289 \series bold
21290
21291 \backslash
21292 extrasenglish
21293 \series default
21294  par 
21295 \series bold
21296
21297 \backslash
21298 extras***
21299 \series default
21300 , où *** est le nom de la langue que vous utilisez.
21301
21302 \series bold
21303  
21304 \end_layout
21305
21306 \begin_layout Standard
21307 Pour avoir des noms automatiques, mais pas pour certains types de références,
21308  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21309 \end_layout
21310
21311 \begin_layout Standard
21312
21313 \series bold
21314
21315 \backslash
21316 newlength{
21317 \backslash
21318 abc}
21319 \begin_inset Newline newline
21320 \end_inset
21321
21322
21323 \backslash
21324 settowidth{
21325 \backslash
21326 abc}{
21327 \backslash
21328 space}
21329 \begin_inset Newline newline
21330 \end_inset
21331
21332
21333 \backslash
21334 addto
21335 \backslash
21336 extrasenglish{
21337 \backslash
21338 renewcommand{
21339 \backslash
21340 equationautorefname}
21341 \begin_inset Newline newline
21342 \end_inset
21343
21344
21345 \begin_inset Phantom HPhantom
21346 status open
21347
21348 \begin_layout Plain Layout
21349
21350 \series bold
21351 \begin_inset space ~
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358
21359 {
21360 \backslash
21361 hspace{-
21362 \backslash
21363 abc}}
21364 \end_layout
21365
21366 \begin_layout Standard
21367 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21368  de 
21369 \series bold
21370 hyperref
21371 \series default
21372  
21373 \begin_inset CommandInset citation
21374 LatexCommand cite
21375 key "hyperref"
21376
21377 \end_inset
21378
21379 .
21380 \end_layout
21381
21382 \begin_layout Standard
21383 \begin_inset Note Greyedout
21384 status open
21385
21386 \begin_layout Plain Layout
21387
21388 \series bold
21389 Note:
21390 \series default
21391  Le nommage automatique de références ne peut être utilisé si vous avez
21392  choisi le style de référence 
21393 \family sans
21394 Référence
21395 \begin_inset space ~
21396 \end_inset
21397
21398 mise
21399 \begin_inset space ~
21400 \end_inset
21401
21402 en
21403 \begin_inset space ~
21404 \end_inset
21405
21406 forme
21407 \family default
21408  décrit dans la section
21409 \begin_inset space ~
21410 \end_inset
21411
21412
21413 \begin_inset CommandInset ref
21414 LatexCommand ref
21415 reference "sub:Formats-Références-Croisées"
21416
21417 \end_inset
21418
21419 .
21420 \end_layout
21421
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 Le manuel 
21429 \emph on
21430 Math
21431 \emph default
21432  est un exemple dans lequel on a utilisé le référencement automatique.
21433 \end_layout
21434
21435 \begin_layout Subsection
21436 Positionnement des Références 
21437 \begin_inset CommandInset label
21438 LatexCommand label
21439 name "sub:Reference-Position"
21440
21441 \end_inset
21442
21443
21444 \begin_inset Index idx
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448 References@Références ! Positionnement
21449 \end_layout
21450
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \begin_layout Standard
21457 Si vous utilisez le paquetage 
21458 \series bold
21459 hyperref, 
21460 \series default
21461 qui est activé dans la rubrique 
21462 \family sans
21463 Propriétés du PDF
21464 \family default
21465  de la fenêtre de dialogue 
21466 \family sans
21467 Paramètres du document,
21468 \family default
21469  pour lier vos références croisées dans la sortie finale, vous verrez que
21470  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21471  l'image.
21472  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21473  pourrez voir l'image sans faire défiler le texte.
21474  Ce problème vient du fait que le point d'ancrage de la référence se situe
21475  à l'endroit de l'étiquette.
21476  En utilisant le paquetage LaTeX 
21477 \series bold
21478 hypcap
21479 \series default
21480
21481 \begin_inset Index idx
21482 status collapsed
21483
21484 \begin_layout Plain Layout
21485 Paquetages LaTeX ! hypcap
21486 \end_layout
21487
21488 \end_inset
21489
21490 , qui fait partie du paquetage LaTeX 
21491 \series bold
21492 oberdiek
21493 \series default
21494
21495 \begin_inset Index idx
21496 status collapsed
21497
21498 \begin_layout Plain Layout
21499 Paquetages LaTeX ! oberdiek
21500 \end_layout
21501
21502 \end_inset
21503
21504 , le point d'ancrage d'un lien est place en haut du flottant.
21505  Pour utiliser cette fonction avec les flottants de figure, chargez 
21506 \series bold
21507 hypcap
21508 \series default
21509  dans l'entête du document avec la ligne
21510 \end_layout
21511
21512 \begin_layout Standard
21513
21514 \series bold
21515
21516 \backslash
21517 usepackage[figure]{hypcap}
21518 \end_layout
21519
21520 \begin_layout Standard
21521 Vous pouvez aussi utiliser 
21522 \series bold
21523 hypcap
21524 \series default
21525  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21526  raisons de stabilité.
21527  Pour plus d'information, jetez un coup d'œil au manuel d' 
21528 \series bold
21529 hypcap
21530 \series default
21531  
21532 \begin_inset CommandInset citation
21533 LatexCommand cite
21534 key "hypcap"
21535
21536 \end_inset
21537
21538 .
21539 \end_layout
21540
21541 \begin_layout Standard
21542 \begin_inset Note Greyedout
21543 status open
21544
21545 \begin_layout Plain Layout
21546
21547 \series bold
21548 Note:
21549 \series default
21550  
21551 \series bold
21552 hypcap
21553 \series default
21554  n'a aucun effet pour les références à des sous-figures.
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Section
21563 Placement des flottants
21564 \begin_inset CommandInset label
21565 LatexCommand label
21566 name "sec:Placement-flottants"
21567
21568 \end_inset
21569
21570
21571 \begin_inset Index idx
21572 status collapsed
21573
21574 \begin_layout Plain Layout
21575 Flottants ! Placement
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \begin_layout Standard
21584 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21585  de dialogue 
21586 \family sans
21587 Paramètre
21588 \begin_inset space ~
21589 \end_inset
21590
21591 de
21592 \begin_inset space ~
21593 \end_inset
21594
21595 Flottant
21596 \family default
21597  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21598  utilise pour déterminer où placer le flottant.
21599 \begin_inset Newline newline
21600 \end_inset
21601
21602 L'option 
21603 \family sans
21604 Plusieurs
21605 \begin_inset space ~
21606 \end_inset
21607
21608 colonnes
21609 \family default
21610  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21611  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21612  confiné sur une seule colonne.
21613 \begin_inset Newline newline
21614 \end_inset
21615
21616 L'option 
21617 \family sans
21618 Rotation
21619 \begin_inset space ~
21620 \end_inset
21621
21622 90°
21623 \family default
21624  est utilisée pour faire tourner les flottants, voyez la section
21625 \begin_inset space ~
21626 \end_inset
21627
21628
21629 \begin_inset CommandInset ref
21630 LatexCommand ref
21631 reference "sec:Flottants-renversés"
21632
21633 \end_inset
21634
21635 .
21636 \end_layout
21637
21638 \begin_layout Standard
21639 En désactivant l'option 
21640 \family sans
21641 Utilise
21642 \begin_inset space ~
21643 \end_inset
21644
21645 le
21646 \begin_inset space ~
21647 \end_inset
21648
21649 placement
21650 \begin_inset space ~
21651 \end_inset
21652
21653 par
21654 \begin_inset space ~
21655 \end_inset
21656
21657 défaut
21658 \family default
21659  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21660  le placement du flottant:
21661 \end_layout
21662
21663 \begin_layout Description
21664 Ici,
21665 \begin_inset space ~
21666 \end_inset
21667
21668 si
21669 \begin_inset space ~
21670 \end_inset
21671
21672 possible: essaie de placer le flottant à la position où il a été inséré
21673  dans LyX
21674 \end_layout
21675
21676 \begin_layout Description
21677 Haut
21678 \begin_inset space ~
21679 \end_inset
21680
21681 de
21682 \begin_inset space ~
21683 \end_inset
21684
21685 la
21686 \begin_inset space ~
21687 \end_inset
21688
21689 page: essaie de placer le flottant en haut de la page courante
21690 \end_layout
21691
21692 \begin_layout Description
21693 Bas
21694 \begin_inset space ~
21695 \end_inset
21696
21697 de
21698 \begin_inset space ~
21699 \end_inset
21700
21701 la
21702 \begin_inset space ~
21703 \end_inset
21704
21705 page: essaie de placer le flottant en bas de la page courante
21706 \end_layout
21707
21708 \begin_layout Description
21709 Page
21710 \begin_inset space ~
21711 \end_inset
21712
21713 de
21714 \begin_inset space ~
21715 \end_inset
21716
21717 flottants: essaie de placer le flottant sur une page à part, éventuellement
21718  avec d'autres flottants 
21719 \end_layout
21720
21721 \begin_layout Standard
21722 LaTeX utilise
21723 \emph on
21724  toujours 
21725 \emph default
21726 les options dans l'ordre donné ci-dessus.
21727  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21728  d'abord essayer 
21729 \family sans
21730 Ici
21731 \begin_inset space ~
21732 \end_inset
21733
21734 si
21735 \begin_inset space ~
21736 \end_inset
21737
21738 possible
21739 \family default
21740 , ensuite 
21741 \family sans
21742 Haut
21743 \begin_inset space ~
21744 \end_inset
21745
21746 de
21747 \begin_inset space ~
21748 \end_inset
21749
21750 la
21751 \begin_inset space ~
21752 \end_inset
21753
21754 page
21755 \family default
21756 , et ainsi de suite.
21757  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21758  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21759  Si aucune des quatre options de placement n'est possible, la procédure
21760  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21761 \end_layout
21762
21763 \begin_layout Standard
21764 Implicitement, chaque option a ses propres règles d'application:
21765 \end_layout
21766
21767 \begin_layout Standard
21768
21769 \family sans
21770 Haut
21771 \begin_inset space ~
21772 \end_inset
21773
21774 de
21775 \begin_inset space ~
21776 \end_inset
21777
21778 la
21779 \begin_inset space ~
21780 \end_inset
21781
21782 page
21783 \family default
21784  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21785  en haut de page (
21786 \series bold
21787
21788 \backslash
21789 topfraction
21790 \series default
21791 ).
21792 \end_layout
21793
21794 \begin_layout Standard
21795
21796 \family sans
21797 Bas
21798 \begin_inset space ~
21799 \end_inset
21800
21801 de
21802 \begin_inset space ~
21803 \end_inset
21804
21805 la
21806 \begin_inset space ~
21807 \end_inset
21808
21809 page
21810 \family default
21811  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21812  en bas de page (
21813 \series bold
21814
21815 \backslash
21816 bottomfraction
21817 \series default
21818 ).
21819 \end_layout
21820
21821 \begin_layout Standard
21822
21823 \family sans
21824 Page
21825 \begin_inset space ~
21826 \end_inset
21827
21828 de
21829 \begin_inset space ~
21830 \end_inset
21831
21832 flottants
21833 \family default
21834  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21835  si ils occupent plus de 50% de celle-ci (
21836 \series bold
21837
21838 \backslash
21839 floatpagefraction
21840 \series default
21841 ).
21842 \end_layout
21843
21844 \begin_layout Standard
21845 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21846  supplémentaire 
21847 \family sans
21848 Ignorer
21849 \begin_inset space ~
21850 \end_inset
21851
21852 les
21853 \begin_inset space ~
21854 \end_inset
21855
21856 règles
21857 \begin_inset space ~
21858 \end_inset
21859
21860 LaTeX
21861 \family default
21862 \lang english
21863 .
21864 \begin_inset Newline newline
21865 \end_inset
21866
21867
21868 \lang french
21869 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21870  données entre parenthèses après les descriptions des règles données ci-dessus.
21871  Par exemple, pour augmenter à 50
21872 \begin_inset space \thinspace{}
21873 \end_inset
21874
21875 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21876  trop petite, ajoutez cette ligne au préambule de votre document :
21877 \end_layout
21878
21879 \begin_layout Standard
21880
21881 \series bold
21882
21883 \backslash
21884 renewcommand{
21885 \backslash
21886 bottomfraction}{0.5}
21887 \end_layout
21888
21889 \begin_layout Standard
21890 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21891  exactement à l'endroit où vous l'avez inséré.
21892  dans ce cas utilisez l'option 
21893 \family sans
21894 Ici
21895 \begin_inset space ~
21896 \end_inset
21897
21898 à
21899 \begin_inset space ~
21900 \end_inset
21901
21902 tout
21903 \begin_inset space ~
21904 \end_inset
21905
21906 Prix
21907 \family default
21908 .
21909  Utilisez cette option le moins souvent possible et seulement quand le document
21910  est presque prêt à être imprimé.
21911  En effet, le flottant n'est plus capable de 
21912 \begin_inset Quotes eld
21913 \end_inset
21914
21915 flotter
21916 \begin_inset Quotes erd
21917 \end_inset
21918
21919 , ce qui peut perturber toutes les mises en page.
21920 \end_layout
21921
21922 \begin_layout Standard
21923 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21924  sont toujours entourés par le texte d'un paragraphe donné.
21925 \begin_inset VSpace bigskip
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \begin_layout Standard
21932 On peut parfois se trouver dans la situation où un flottant est placé en
21933  haut d'une page alors que la section concernée ne commence qu'au milieu
21934  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21935  la section précédente.
21936  On peut utiliser la commande LaTeX 
21937 \series bold
21938
21939 \backslash
21940 suppressfloats
21941 \series default
21942  pour éviter ce cas.
21943  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21944  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21945  soit placé avant que la section commence.
21946  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21947  votre document :
21948 \end_layout
21949
21950 \begin_layout Standard
21951
21952 \series bold
21953
21954 \backslash
21955 let
21956 \backslash
21957 mySection
21958 \backslash
21959 section
21960 \begin_inset Newline newline
21961 \end_inset
21962
21963
21964 \backslash
21965 renewcommand{
21966 \backslash
21967 section}{
21968 \backslash
21969 suppressfloats[t]
21970 \backslash
21971 mySection}
21972 \end_layout
21973
21974 \begin_layout Standard
21975 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21976  comme les chapitres et les sous-sections.
21977  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21978  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21979  ensuite avoir du mal à trouver un positionnement correct.
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset VSpace bigskip
21984 \end_inset
21985
21986 Dans certains cas il est demandé de placer toutes les figures et tous les
21987  tableaux à la fin du document.
21988  C'est pour de telles situations que le paquetage LaTeX 
21989 \series bold
21990 endfloat
21991 \series default
21992
21993 \begin_inset Index idx
21994 status collapsed
21995
21996 \begin_layout Plain Layout
21997 Paquetages LaTeX ! endfloat
21998 \end_layout
21999
22000 \end_inset
22001
22002  a été développé.
22003  Il met en effet tous les flottants de figures et de tableaux à la fin du
22004  document dans leurs propres sections.
22005  À la position d'origine du flottant, une indication textuelle du genre
22006  
22007 \begin_inset Quotes eld
22008 \end_inset
22009
22010
22011 \family sans
22012 [Figure
22013 \begin_inset space ~
22014 \end_inset
22015
22016 3.2 
22017 \lang english
22018 about here.
22019 \lang french
22020 ]
22021 \family default
22022
22023 \begin_inset Quotes erd
22024 \end_inset
22025
22026  est insérée.
22027  Le paquetage 
22028 \series bold
22029 endfloat
22030 \series default
22031  est chargé dans le préambule avec la ligne suivante 
22032 \end_layout
22033
22034 \begin_layout Standard
22035
22036 \series bold
22037
22038 \backslash
22039 usepackage[options]{endfloat}
22040 \end_layout
22041
22042 \begin_layout Standard
22043 Il y a aussi de nombreuses options de paquetage pour modifier le format
22044  des sections de figures ou de tableau qui sont créées.
22045  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22046  
22047 \series bold
22048 endfloa
22049 \series default
22050
22051 \begin_inset CommandInset citation
22052 LatexCommand cite
22053 key "endfloat"
22054
22055 \end_inset
22056
22057 .
22058 \begin_inset Newline newline
22059 \end_inset
22060
22061
22062 \begin_inset Note Greyedout
22063 status open
22064
22065 \begin_layout Plain Layout
22066
22067 \series bold
22068 Note: endfloat
22069 \series default
22070  ne fournit pas de traduction automatique de l'indication textuelle, vous
22071  devez donc le faire manuellement, voyez la section
22072 \begin_inset space ~
22073 \end_inset
22074
22075 4 de 
22076 \begin_inset CommandInset citation
22077 LatexCommand cite
22078 key "endfloat"
22079
22080 \end_inset
22081
22082 .
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \begin_inset Newline newline
22089 \end_inset
22090
22091
22092 \begin_inset Note Greyedout
22093 status open
22094
22095 \begin_layout Plain Layout
22096
22097 \series bold
22098 Note:
22099 \series default
22100  Il y a actuellement un bug dans le paquetage 
22101 \series bold
22102 endfloat
22103 \series default
22104  quand la légende contient un 
22105 \begin_inset Quotes eld
22106 \end_inset
22107
22108 ß
22109 \begin_inset Quotes erd
22110 \end_inset
22111
22112  allemand.
22113  Utilisez dans ce cas la commande 
22114 \begin_inset Quotes eld
22115 \end_inset
22116
22117
22118 \series bold
22119
22120 \backslash
22121 ss
22122 \series default
22123
22124 \begin_inset Quotes erd
22125 \end_inset
22126
22127  en code TeX à la place du 
22128 \begin_inset Quotes eld
22129 \end_inset
22130
22131 ß
22132 \begin_inset Quotes erd
22133 \end_inset
22134
22135 .
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \begin_layout Standard
22144 \begin_inset VSpace bigskip
22145 \end_inset
22146
22147 Pour plus d'information sur les manières de placer les flottants, jetez
22148  un coup d'œil aux livres sur LaTeX, 
22149 \begin_inset CommandInset citation
22150 LatexCommand cite
22151 key "latexcompanion,latexguide,latexbook"
22152
22153 \end_inset
22154
22155 .
22156 \end_layout
22157
22158 \begin_layout Section
22159 Flottants Renversés
22160 \begin_inset CommandInset label
22161 LatexCommand label
22162 name "sec:Flottants-renversés"
22163
22164 \end_inset
22165
22166
22167 \begin_inset Index idx
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171 Flottants ! Renversés
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \begin_layout Standard
22180 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22181  tableaux très larges.
22182  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22183  un clic droit sur la boîte du flottant et utilisez l'option 
22184 \family sans
22185 Rotation
22186 \begin_inset space ~
22187 \end_inset
22188
22189 90°
22190 \family default
22191 .
22192 \end_layout
22193
22194 \begin_layout Standard
22195 Les flottants renversés sont systématiquement placés sur leur propre page
22196  ( ou colonne, si vous avez un document sur deux colonnes ).
22197  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22198  
22199 \family sans
22200 Plusieurs
22201 \begin_inset space ~
22202 \end_inset
22203
22204 colonnes
22205 \family default
22206  dans les paramètres du flottant.
22207  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22208  du côté de la marge externe.
22209  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22210  ajouter soit l'option 
22211 \series bold
22212 figuresleft
22213 \series default
22214  soit l'option 
22215 \series bold
22216 figuresright
22217 \series default
22218  aux options de la classe de document.
22219 \end_layout
22220
22221 \begin_layout Standard
22222 Faire référence à un flottant renversé se fait de la même manière que pour
22223  un flottant normal, la mise en forme de la légende est aussi identique
22224  : Le tableau
22225 \begin_inset space ~
22226 \end_inset
22227
22228
22229 \begin_inset CommandInset ref
22230 LatexCommand ref
22231 reference "tab:Tableau-pivoté"
22232
22233 \end_inset
22234
22235  est un exemple de flottant de tableau renversé.
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset Note Greyedout
22240 status open
22241
22242 \begin_layout Plain Layout
22243
22244 \series bold
22245 Note:
22246 \series default
22247  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22248  DVI.
22249 \end_layout
22250
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \begin_layout Standard
22257 \begin_inset Float table
22258 wide false
22259 sideways true
22260 status open
22261
22262 \begin_layout Plain Layout
22263 \begin_inset Caption
22264
22265 \begin_layout Plain Layout
22266 \begin_inset CommandInset label
22267 LatexCommand label
22268 name "tab:Tableau-pivoté"
22269
22270 \end_inset
22271
22272  Tableau pivoté
22273 \end_layout
22274
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \begin_layout Plain Layout
22281 \align center
22282 \begin_inset Tabular
22283 <lyxtabular version="3" rows="1" columns="5">
22284 <features tabularvalignment="middle">
22285 <column alignment="center" valignment="top" width="0">
22286 <column alignment="center" valignment="top" width="0">
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 <row>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 test
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 b
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 c
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 d
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 e
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 </row>
22337 </lyxtabular>
22338
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \begin_layout Section
22350 Sous-flottants
22351 \begin_inset Index idx
22352 status collapsed
22353
22354 \begin_layout Plain Layout
22355 Flottants ! Sous-flottants
22356 \end_layout
22357
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \begin_layout Standard
22364 Un exemple de sous-flottant : une figure composée de plusieurs images.
22365  On les crée en insérant un flottant dans un flottant existant.
22366  Le positionnement des sous-flottants peut être contrôlé comme pour les
22367  paragraphes comme on le voit avec les tableaux
22368 \begin_inset space ~
22369 \end_inset
22370
22371
22372 \begin_inset CommandInset ref
22373 LatexCommand ref
22374 reference "tab:Deux-sous-tableaux-cote-a-cote"
22375
22376 \end_inset
22377
22378  et 
22379 \begin_inset CommandInset ref
22380 LatexCommand ref
22381 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22382
22383 \end_inset
22384
22385 .
22386 \end_layout
22387
22388 \begin_layout Standard
22389 On fait référence à des sous-flottants comme on le ferait avec des flottants
22390  normaux : Les tableaux
22391 \begin_inset space ~
22392 \end_inset
22393
22394
22395 \begin_inset CommandInset ref
22396 LatexCommand ref
22397 reference "tab:Le-sous-tableau-a"
22398
22399 \end_inset
22400
22401  et 
22402 \begin_inset CommandInset ref
22403 LatexCommand ref
22404 reference "tab:Le-sous-tableau-b"
22405
22406 \end_inset
22407
22408  sont des sous-tableaux du tableau
22409 \begin_inset space ~
22410 \end_inset
22411
22412
22413 \begin_inset CommandInset ref
22414 LatexCommand ref
22415 reference "tab:Deux-sous-tableaux-cote-a-cote"
22416
22417 \end_inset
22418
22419 .
22420 \end_layout
22421
22422 \begin_layout Standard
22423 \begin_inset Float table
22424 wide false
22425 sideways false
22426 status open
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Caption
22430
22431 \begin_layout Plain Layout
22432 \begin_inset CommandInset label
22433 LatexCommand label
22434 name "tab:Deux-sous-tableaux-cote-a-cote"
22435
22436 \end_inset
22437
22438 Deux sous-tableaux placés côte-à-côte.
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Plain Layout
22447 \align center
22448 \begin_inset space \hfill{}
22449 \end_inset
22450
22451
22452 \begin_inset Float table
22453 wide false
22454 sideways false
22455 status collapsed
22456
22457 \begin_layout Plain Layout
22458 \begin_inset Caption
22459
22460 \begin_layout Plain Layout
22461 \begin_inset CommandInset label
22462 LatexCommand label
22463 name "tab:Le-sous-tableau-a"
22464
22465 \end_inset
22466
22467 Le sous-tableau a
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Plain Layout
22476 \align center
22477 \begin_inset Tabular
22478 <lyxtabular version="3" rows="1" columns="5">
22479 <features tabularvalignment="middle">
22480 <column alignment="center" valignment="top" width="0">
22481 <column alignment="center" valignment="top" width="0">
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <row>
22486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 test
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 b
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 c
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 d
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 e
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 </lyxtabular>
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \begin_inset space \hfill{}
22543 \end_inset
22544
22545
22546 \begin_inset Float table
22547 wide false
22548 sideways false
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552 \begin_inset Caption
22553
22554 \begin_layout Plain Layout
22555 \begin_inset CommandInset label
22556 LatexCommand label
22557 name "tab:Le-sous-tableau-b"
22558
22559 \end_inset
22560
22561 Le sous-tableau b.
22562 \end_layout
22563
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \begin_layout Plain Layout
22570 \align center
22571 \begin_inset Tabular
22572 <lyxtabular version="3" rows="1" columns="5">
22573 <features tabularvalignment="middle">
22574 <column alignment="center" valignment="top" width="0">
22575 <column alignment="center" valignment="top" width="0">
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 <row>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 e
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 d
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 c
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 b
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 test
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 </lyxtabular>
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634
22635
22636 \begin_inset space \hfill{}
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Standard
22648 \begin_inset Float table
22649 wide false
22650 sideways false
22651 status open
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Caption
22655
22656 \begin_layout Plain Layout
22657 \begin_inset CommandInset label
22658 LatexCommand label
22659 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22660
22661 \end_inset
22662
22663 Deux sous-tableaux placés l'un sur l'autre.
22664  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \begin_layout Plain Layout
22673 \align center
22674 \begin_inset Float table
22675 wide false
22676 sideways false
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Caption
22681
22682 \begin_layout Plain Layout
22683
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Plain Layout
22692 \align center
22693 \begin_inset Tabular
22694 <lyxtabular version="3" rows="1" columns="4">
22695 <features tabularvalignment="middle">
22696 <column alignment="center" valignment="top" width="0">
22697 <column alignment="center" valignment="top" width="0">
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 test
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 test
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 test
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 test
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 </lyxtabular>
22739
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \begin_layout Plain Layout
22751 \align center
22752 \begin_inset Float table
22753 wide false
22754 sideways false
22755 status collapsed
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Caption
22759
22760 \begin_layout Plain Layout
22761
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \begin_layout Plain Layout
22770 \align center
22771 \begin_inset Tabular
22772 <lyxtabular version="3" rows="1" columns="5">
22773 <features tabularvalignment="middle">
22774 <column alignment="center" valignment="top" width="0">
22775 <column alignment="center" valignment="top" width="0">
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 <row>
22780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 a
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 b
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 c
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 d
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 e
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 </lyxtabular>
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \begin_layout Section
22844 Flottants côte-à-côte
22845 \begin_inset Index idx
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849 Flottants ! côte-à-côte
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 Pour placer des flottants côte-à-côte, comme pour la figure
22859 \begin_inset space ~
22860 \end_inset
22861
22862
22863 \begin_inset CommandInset ref
22864 LatexCommand ref
22865 reference "fig:Flottant-gauche"
22866
22867 \end_inset
22868
22869  et 
22870 \begin_inset CommandInset ref
22871 LatexCommand ref
22872 reference "fig:Flottant-droit"
22873
22874 \end_inset
22875
22876 , on n'utilise 
22877 \emph on
22878 qu'un seul 
22879 \emph default
22880 flottant.
22881  On y insère deux boîtes de minipages.
22882 \begin_inset Foot
22883 status collapsed
22884
22885 \begin_layout Plain Layout
22886 Les minipages sont décrites dans la section
22887 \begin_inset space ~
22888 \end_inset
22889
22890
22891 \begin_inset CommandInset ref
22892 LatexCommand ref
22893 reference "sec:Minipages"
22894
22895 \end_inset
22896
22897 .
22898 \end_layout
22899
22900 \end_inset
22901
22902  La largeur est mise à 45
22903 \begin_inset space \thinspace{}
22904 \end_inset
22905
22906 -50
22907 \begin_inset space \thinspace{}
22908 \end_inset
22909
22910 column% et l'alignement de la boîte à 
22911 \family sans
22912 Bas
22913 \family default
22914  pour chaque minipage.
22915  Les boîtes minipages contiennent l'image et la légende exactement comme
22916  avec un flottant.
22917  La seule différence est que l'unité de longueur 
22918 \family sans
22919 Largeur
22920 \begin_inset space ~
22921 \end_inset
22922
22923 colonne
22924 \begin_inset space ~
22925 \end_inset
22926
22927 %
22928 \family default
22929  utilisée pour l'image est maintenant définie par rapport à la largeur des
22930  boîtes minipages.
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset Float figure
22935 wide false
22936 sideways false
22937 status open
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Box Frameless
22941 position "b"
22942 hor_pos "c"
22943 has_inner_box 1
22944 inner_pos "t"
22945 use_parbox 0
22946 use_makebox 0
22947 width "45col%"
22948 special "none"
22949 height "1in"
22950 height_special "totalheight"
22951 status open
22952
22953 \begin_layout Plain Layout
22954 \align center
22955 \begin_inset Graphics
22956         filename ../clipart/mobius.eps
22957         lyxscale 50
22958         width 100col%
22959         scaleBeforeRotation
22960
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \begin_layout Plain Layout
22967 \begin_inset Caption
22968
22969 \begin_layout Plain Layout
22970 \begin_inset CommandInset label
22971 LatexCommand label
22972 name "fig:Flottant-gauche"
22973
22974 \end_inset
22975
22976 Flottant du côté gauche.
22977 \end_layout
22978
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \begin_inset space \hfill{}
22988 \end_inset
22989
22990
22991 \begin_inset Box Frameless
22992 position "b"
22993 hor_pos "c"
22994 has_inner_box 1
22995 inner_pos "t"
22996 use_parbox 0
22997 use_makebox 0
22998 width "45col%"
22999 special "none"
23000 height "1in"
23001 height_special "totalheight"
23002 status open
23003
23004 \begin_layout Plain Layout
23005 \align center
23006 \begin_inset Graphics
23007         filename ../clipart/platypus.eps
23008         lyxscale 50
23009         width 100col%
23010         scaleBeforeRotation
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Caption
23019
23020 \begin_layout Plain Layout
23021 \begin_inset CommandInset label
23022 LatexCommand label
23023 name "fig:Flottant-droit"
23024
23025 \end_inset
23026
23027 Flottant du côté droit.
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \begin_layout Section
23046 Mise en Forme de la Légende
23047 \begin_inset Index idx
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 Légende ! Mise en forme
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \begin_inset Index idx
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061 Flottants ! Mise en forme de la Légende
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \begin_inset CommandInset label
23068 LatexCommand label
23069 name "sec:Formatage-légende"
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Standard
23077 L'environnement 
23078 \family sans
23079 Légende
23080 \family default
23081  est l'environnement de paragraphe implicite pour les 
23082 \family sans
23083 flottants
23084 \family default
23085 .
23086  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23087  par exemple 
23088 \begin_inset Quotes eld
23089 \end_inset
23090
23091
23092 \family sans
23093 Figure #:
23094 \family default
23095
23096 \begin_inset Quotes erd
23097 \end_inset
23098
23099  suivi par le texte de la légende.
23100  Le 
23101 \begin_inset Quotes eld
23102 \end_inset
23103
23104 #
23105 \begin_inset Quotes erd
23106 \end_inset
23107
23108  étant remplacé par le numéro de référence réel.
23109  implicitement l'étiquette et le numéro sont dans la même police de caractères
23110  que le texte de la légende et deux points suivent le numéro pour séparer
23111  l'étiquette du texte.
23112  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23113 \end_layout
23114
23115 \begin_layout Standard
23116 Pour modifier le format implicite des légendes, il faut charger le paquetage
23117  LaTeX 
23118 \series bold
23119 caption
23120 \series default
23121
23122 \begin_inset Index idx
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126 Paquetages LaTeX ! caption
23127 \end_layout
23128
23129 \end_inset
23130
23131  dans le préambule de votre document avec la ligne suivante :
23132 \end_layout
23133
23134 \begin_layout Standard
23135
23136 \series bold
23137
23138 \backslash
23139 usepackage[format definition]{caption}
23140 \end_layout
23141
23142 \begin_layout Standard
23143 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23144  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23145  dans ce document, utilisez les commandes suivantes :
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151
23152 \backslash
23153 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23154 \end_layout
23155
23156 \begin_layout Standard
23157 Vous pouvez aussi définir des formats de légendes différents pour les différents
23158  types de flottants.
23159  Dans ce cas chargez le paquetage 
23160 \series bold
23161 caption 
23162 \series default
23163 sans option de format spécifique et définissez les différents formats à
23164  l'aide de la commande 
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \series bold
23170
23171 \backslash
23172 captionsetup[type de flottant]{définition du format}
23173 \end_layout
23174
23175 \begin_layout Standard
23176 dans le préambule du document.
23177  Par exemple les formats de légende de la Figure
23178 \begin_inset space ~
23179 \end_inset
23180
23181
23182 \begin_inset CommandInset ref
23183 LatexCommand ref
23184 reference "fig:Legende-de-fig"
23185
23186 \end_inset
23187
23188  et du Tableau
23189 \begin_inset space ~
23190 \end_inset
23191
23192
23193 \begin_inset CommandInset ref
23194 LatexCommand ref
23195 reference "tab:Légende-de-tab"
23196
23197 \end_inset
23198
23199  peuvent être créés en utilisant les commandes suivantes dans le préambule
23200  :
23201 \end_layout
23202
23203 \begin_layout Standard
23204
23205 \series bold
23206
23207 \backslash
23208 usepackage[tableposition=top]{caption}
23209 \series default
23210
23211 \begin_inset Newline newline
23212 \end_inset
23213
23214
23215 \series bold
23216
23217 \backslash
23218 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23219 \begin_inset Newline newline
23220 \end_inset
23221
23222
23223 \begin_inset Phantom HPhantom
23224 status open
23225
23226 \begin_layout Plain Layout
23227
23228 \series bold
23229
23230 \backslash
23231 captionsetup[figure]{
23232 \end_layout
23233
23234 \end_inset
23235
23236 labelsep=period}
23237 \begin_inset Newline newline
23238 \end_inset
23239
23240
23241 \backslash
23242 captionsetup[table]{labelfont={bf,sf}}
23243 \end_layout
23244
23245 \begin_layout Standard
23246 \begin_inset Note Greyedout
23247 status open
23248
23249 \begin_layout Plain Layout
23250
23251 \series bold
23252 Note:
23253 \series default
23254  L'option 
23255 \series bold
23256 tableposition=top
23257 \series default
23258  n'a pas d'effet quand on utilise un document de classe 
23259 \series bold
23260 KOMA-Script
23261 \series default
23262
23263 \begin_inset Index idx
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267 Paquetages LaTeX ! KOMA-Script
23268 \end_layout
23269
23270 \end_inset
23271
23272 .
23273  Dans ce cas on doit utiliser l'option 
23274 \series bold
23275 tablecaptionabove
23276 \series default
23277  de la classe de document.
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 Pour plus d'information sur le paquetage 
23287 \series bold
23288 caption
23289 \series default
23290  nous vous renvoyons à sa documentation 
23291 \begin_inset CommandInset citation
23292 LatexCommand cite
23293 key "caption"
23294
23295 \end_inset
23296
23297 .
23298 \end_layout
23299
23300 \begin_layout Standard
23301 Pour changer le nom de l'étiquette, par exemple de 
23302 \begin_inset Quotes eld
23303 \end_inset
23304
23305 Figure
23306 \begin_inset Quotes erd
23307 \end_inset
23308
23309  à 
23310 \begin_inset Quotes eld
23311 \end_inset
23312
23313 Image
23314 \begin_inset Quotes erd
23315 \end_inset
23316
23317 , utilisez la commande suivante dans le préambule :
23318 \end_layout
23319
23320 \begin_layout Standard
23321
23322 \series bold
23323
23324 \backslash
23325 renewcommand{
23326 \backslash
23327 fnum@figure}{Image~
23328 \backslash
23329 thefigure}
23330 \end_layout
23331
23332 \begin_layout Standard
23333 où 
23334 \series bold
23335
23336 \backslash
23337 thefigure
23338 \series default
23339  insère le numéro de la figure et
23340 \series bold
23341  
23342 \begin_inset Quotes eld
23343 \end_inset
23344
23345 ~
23346 \series default
23347
23348 \begin_inset Quotes erd
23349 \end_inset
23350
23351  ajoute une espace insécable.
23352 \end_layout
23353
23354 \begin_layout Standard
23355 \begin_inset VSpace bigskip
23356 \end_inset
23357
23358 Si vous utilisez un document de classe 
23359 \series bold
23360 KOMA-Script
23361 \series default
23362
23363 \begin_inset Index idx
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367 Paquetages LaTeX ! KOMA-Script
23368 \end_layout
23369
23370 \end_inset
23371
23372  (
23373 \family sans
23374 article (KOMA-Script)
23375 \family default
23376
23377 \family sans
23378 book (KOMA-Script)
23379 \family default
23380
23381 \family sans
23382 letter (KOMA-Script)
23383 \family default
23384 , ou 
23385 \family sans
23386 report (KOMA-Script)
23387 \family default
23388
23389 \begin_inset space \thinspace{}
23390 \end_inset
23391
23392 ), Vous pouvez utiliser la commande incorporée 
23393 \series bold
23394
23395 \backslash
23396 setkomafont 
23397 \series default
23398 du paquetage
23399 \series bold
23400  KOMA-Script 
23401 \series default
23402 à la place du paquetage
23403 \series bold
23404  caption.
23405  
23406 \series default
23407 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23408  suivante au préambule de votre document :
23409 \end_layout
23410
23411 \begin_layout Standard
23412
23413 \series bold
23414
23415 \backslash
23416 setkomafont{captionlabel}{
23417 \backslash
23418 bfseries}
23419 \end_layout
23420
23421 \begin_layout Standard
23422 Pour plus d'information au sujet de 
23423 \series bold
23424
23425 \backslash
23426 setkomafont
23427 \series default
23428  nous vous renvoyons à la documentation du paquetage 
23429 \series bold
23430 KOMA-Script
23431 \series default
23432  
23433 \begin_inset CommandInset citation
23434 LatexCommand cite
23435 key "KOMA-Script"
23436
23437 \end_inset
23438
23439 .
23440 \end_layout
23441
23442 \begin_layout Standard
23443 \begin_inset ERT
23444 status collapsed
23445
23446 \begin_layout Plain Layout
23447
23448
23449 \backslash
23450 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23451 }
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \begin_inset Note Note
23458 status open
23459
23460 \begin_layout Plain Layout
23461 Le format de la légende n'est modifié que pour cet exemple.
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Standard
23470 \begin_inset Float figure
23471 placement !p
23472 wide false
23473 sideways false
23474 status open
23475
23476 \begin_layout Plain Layout
23477 \align center
23478 \begin_inset Graphics
23479         filename ../clipart/mobius.eps
23480         lyxscale 50
23481         scale 50
23482         scaleBeforeRotation
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Plain Layout
23490 \begin_inset Caption
23491
23492 \begin_layout Plain Layout
23493 \begin_inset CommandInset label
23494 LatexCommand label
23495 name "fig:Legende-de-fig"
23496
23497 \end_inset
23498
23499 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23500  pour montrer les différents types de formats de légendes.
23501  Ici on a utilisé un format de légende personnalisé.
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Standard
23515 \begin_inset ERT
23516 status collapsed
23517
23518 \begin_layout Plain Layout
23519
23520
23521 \backslash
23522 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23523 on}
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \begin_layout Standard
23532 \begin_inset Float table
23533 placement !p
23534 wide false
23535 sideways false
23536 status open
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Caption
23540
23541 \begin_layout Plain Layout
23542 \begin_inset CommandInset label
23543 LatexCommand label
23544 name "tab:Légende-de-tab"
23545
23546 \end_inset
23547
23548 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23549  pour montrer les différents types de formats de légendes.
23550  Ici on a utilisé le format de légende implicite.
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Plain Layout
23559 \align center
23560 \begin_inset Tabular
23561 <lyxtabular version="3" rows="1" columns="5">
23562 <features tabularvalignment="middle">
23563 <column alignment="center" valignment="top" width="0">
23564 <column alignment="center" valignment="top" width="0">
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 <row>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 a
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 b
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 c
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 d
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 e
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 </lyxtabular>
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Section
23628 Positionnement de la Légende
23629 \begin_inset Index idx
23630 status collapsed
23631
23632 \begin_layout Plain Layout
23633 Légende ! Placement
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \begin_inset Index idx
23640 status collapsed
23641
23642 \begin_layout Plain Layout
23643 Flottants ! Placement de la légende
23644 \end_layout
23645
23646 \end_inset
23647
23648
23649 \begin_inset CommandInset label
23650 LatexCommand label
23651 name "sec:Placement-légende"
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \begin_layout Standard
23659 La règle habituelle pour placer la légende est :
23660 \end_layout
23661
23662 \begin_layout Description
23663 Figure
23664 \begin_inset space ~
23665 \end_inset
23666
23667 : La légende est placée en dessous de la figure
23668 \end_layout
23669
23670 \begin_layout Description
23671 Tableau
23672 \begin_inset space ~
23673 \end_inset
23674
23675 : La légende est placée au dessus du tableau
23676 \end_layout
23677
23678 \begin_layout Standard
23679 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23680  au dessus des tableaux.
23681  Ce qui fait que si vous utilisez une des classes de document 
23682 \family sans
23683 article
23684 \family default
23685
23686 \family sans
23687 book
23688 \family default
23689
23690 \family sans
23691 letter
23692 \family default
23693 , ou 
23694 \family sans
23695 report
23696 \family default
23697  il n'y aura pas d'espace libre entre la légende et le tableau.
23698  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23699  de chargement du paquetage LaTeX 
23700 \series bold
23701 caption
23702 \series default
23703  dans le préambule de votre document
23704 \begin_inset Foot
23705 status open
23706
23707 \begin_layout Plain Layout
23708 Voir la section
23709 \begin_inset space ~
23710 \end_inset
23711
23712
23713 \begin_inset CommandInset ref
23714 LatexCommand ref
23715 reference "sec:Formatage-légende"
23716
23717 \end_inset
23718
23719  pour plus d'information sur le paquetage 
23720 \series bold
23721 caption
23722 \series default
23723 .
23724 \end_layout
23725
23726 \end_inset
23727
23728 :
23729 \end_layout
23730
23731 \begin_layout Standard
23732
23733 \series bold
23734 tableposition=top
23735 \end_layout
23736
23737 \begin_layout Standard
23738 Si vous utilisez une classe de document 
23739 \series bold
23740 KOMA-Script
23741 \series default
23742
23743 \begin_inset Index idx
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747 Paquetages LaTeX ! KOMA-Script
23748 \end_layout
23749
23750 \end_inset
23751
23752  (
23753 \family sans
23754 article (KOMA-Script)
23755 \family default
23756
23757 \family sans
23758 book (KOMA-Script)
23759 \family default
23760
23761 \family sans
23762 letter (KOMA-Script)
23763 \family default
23764 , ou 
23765 \family sans
23766 report (KOMA-Script)
23767 \family default
23768
23769 \begin_inset space \thinspace{}
23770 \end_inset
23771
23772 ), vous pouvez utiliser à la place du paquetage 
23773 \series bold
23774 caption
23775 \series default
23776  l'option 
23777 \series bold
23778 tablecaptionabove
23779 \series default
23780  de la classe de document.
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset VSpace bigskip
23785 \end_inset
23786
23787 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23788  Pour cela, vous devez charger le paquetage LaTeX 
23789 \series bold
23790 sidecap
23791 \series default
23792
23793 \begin_inset Index idx
23794 status collapsed
23795
23796 \begin_layout Plain Layout
23797 Paquetages LaTeX ! sidecap
23798 \end_layout
23799
23800 \end_inset
23801
23802  dans le préambule de votre document avec la ligne de commande suivante
23803 \end_layout
23804
23805 \begin_layout Standard
23806
23807 \series bold
23808
23809 \backslash
23810 usepackage[option]{sidecap}
23811 \end_layout
23812
23813 \begin_layout Standard
23814 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23815  extérieure – à droite sur les pages impaires et à gauche sur les pages
23816  paires.
23817  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23818  
23819 \series bold
23820 innercaption
23821 \series default
23822 .
23823  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23824  
23825 \series bold
23826 rightcaption
23827 \series default
23828  ou 
23829 \series bold
23830 leftcaption
23831 \series default
23832 .
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset ERT
23837 status collapsed
23838
23839 \begin_layout Plain Layout
23840
23841
23842 \backslash
23843 ifsidecap
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \begin_inset Note Note
23850 status open
23851
23852 \begin_layout Plain Layout
23853 La section suivante ne sera affichée que si le paquetage LaTeX 
23854 \series bold
23855 sidecap
23856 \series default
23857  a été installé.
23858 \end_layout
23859
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \begin_layout Standard
23866 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23867  ajouter ces commandes dans le préambule de votre document :
23868 \end_layout
23869
23870 \begin_layout Standard
23871 \noindent
23872 \begin_inset CommandInset line
23873 LatexCommand rule
23874 offset "0.5ex"
23875 width "100line%"
23876 height "1pt"
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \begin_layout Standard
23884
23885 \series bold
23886
23887 \backslash
23888 newcommand{
23889 \backslash
23890 TabBesBeg}{%
23891 \begin_inset Newline newline
23892 \end_inset
23893
23894
23895 \begin_inset Phantom HPhantom
23896 status open
23897
23898 \begin_layout Plain Layout
23899
23900 \series bold
23901 \begin_inset space ~
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \backslash
23911 let
23912 \backslash
23913 MyTable
23914 \backslash
23915 table
23916 \begin_inset Newline newline
23917 \end_inset
23918
23919
23920 \begin_inset Phantom HPhantom
23921 status open
23922
23923 \begin_layout Plain Layout
23924
23925 \series bold
23926 \begin_inset space ~
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933
23934
23935 \backslash
23936 let
23937 \backslash
23938 MyEndtable
23939 \backslash
23940 endtable
23941 \begin_inset Newline newline
23942 \end_inset
23943
23944
23945 \begin_inset Phantom HPhantom
23946 status open
23947
23948 \begin_layout Plain Layout
23949
23950 \series bold
23951 \begin_inset space ~
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \backslash
23961 renewenvironment{table}{
23962 \backslash
23963 begin{SCtable}}{
23964 \backslash
23965 end{SCtable}}}
23966 \end_layout
23967
23968 \begin_layout Standard
23969
23970 \series bold
23971
23972 \backslash
23973 newcommand{
23974 \backslash
23975 TabBesEnd}{%
23976 \begin_inset Newline newline
23977 \end_inset
23978
23979
23980 \begin_inset Phantom HPhantom
23981 status open
23982
23983 \begin_layout Plain Layout
23984
23985 \series bold
23986 \begin_inset space ~
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \backslash
23996 let
23997 \backslash
23998 table
23999 \backslash
24000 MyTable
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset Phantom HPhantom
24006 status open
24007
24008 \begin_layout Plain Layout
24009
24010 \series bold
24011 \begin_inset space ~
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \backslash
24021 let
24022 \backslash
24023 endtable
24024 \backslash
24025 MyEndtable
24026 \end_layout
24027
24028 \begin_layout Standard
24029
24030 \series bold
24031
24032 \backslash
24033 newcommand{
24034 \backslash
24035 FigBesBeg}{%
24036 \begin_inset Newline newline
24037 \end_inset
24038
24039
24040 \begin_inset Phantom HPhantom
24041 status open
24042
24043 \begin_layout Plain Layout
24044
24045 \series bold
24046 \begin_inset space ~
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053
24054
24055 \backslash
24056 let
24057 \backslash
24058 MyFigure
24059 \backslash
24060 figure
24061 \begin_inset Newline newline
24062 \end_inset
24063
24064
24065 \begin_inset Phantom HPhantom
24066 status open
24067
24068 \begin_layout Plain Layout
24069
24070 \series bold
24071 \begin_inset space ~
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \backslash
24081 let
24082 \backslash
24083 MyEndfigure
24084 \backslash
24085 endfigure
24086 \begin_inset Newline newline
24087 \end_inset
24088
24089
24090 \begin_inset Phantom HPhantom
24091 status open
24092
24093 \begin_layout Plain Layout
24094
24095 \series bold
24096 \begin_inset space ~
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \end_inset
24103
24104
24105 \backslash
24106 renewenvironment{figure}{
24107 \backslash
24108 begin{SCfigure}}{
24109 \backslash
24110 end{SCfigure}}}
24111 \end_layout
24112
24113 \begin_layout Standard
24114
24115 \series bold
24116
24117 \backslash
24118 newcommand{
24119 \backslash
24120 FigBesEnd}{%
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \begin_inset Phantom HPhantom
24126 status open
24127
24128 \begin_layout Plain Layout
24129
24130 \series bold
24131 \begin_inset space ~
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138
24139
24140 \backslash
24141 let
24142 \backslash
24143 figure
24144 \backslash
24145 MyFigure
24146 \begin_inset Newline newline
24147 \end_inset
24148
24149
24150 \begin_inset Phantom HPhantom
24151 status open
24152
24153 \begin_layout Plain Layout
24154
24155 \series bold
24156 \begin_inset space ~
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \backslash
24166 let
24167 \backslash
24168 endfigure
24169 \backslash
24170 MyEndfigure}
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \noindent
24175 \begin_inset CommandInset line
24176 LatexCommand rule
24177 offset "0.5ex"
24178 width "100line%"
24179 height "1pt"
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \begin_layout Standard
24187 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24188  la légende se place sur le côté.
24189  Pour les flottants de figure, utilisez la commande
24190 \end_layout
24191
24192 \begin_layout Standard
24193
24194 \series bold
24195
24196 \backslash
24197 FigBesBeg
24198 \end_layout
24199
24200 \begin_layout Standard
24201 en code TeX avant le flottant.
24202  Après le flottant, insérez la commande
24203 \end_layout
24204
24205 \begin_layout Standard
24206
24207 \series bold
24208
24209 \backslash
24210 FigBesEnd
24211 \end_layout
24212
24213 \begin_layout Standard
24214 en code TeX pour revenir à la définition originale du flottant.
24215 \end_layout
24216
24217 \begin_layout Standard
24218 Pour les flottants de tableau, utilisez les commandes correspondantes
24219 \end_layout
24220
24221 \begin_layout Standard
24222
24223 \series bold
24224
24225 \backslash
24226 TabBesBeg
24227 \series default
24228  et 
24229 \series bold
24230
24231 \backslash
24232 TabBesEnd
24233 \end_layout
24234
24235 \begin_layout Standard
24236 La figure
24237 \begin_inset space ~
24238 \end_inset
24239
24240
24241 \begin_inset CommandInset ref
24242 LatexCommand ref
24243 reference "fig:legende-a-coté-fig"
24244
24245 \end_inset
24246
24247  et le tableau
24248 \begin_inset space ~
24249 \end_inset
24250
24251
24252 \begin_inset CommandInset ref
24253 LatexCommand ref
24254 reference "tab:legende-à-coté-tableau"
24255
24256 \end_inset
24257
24258  sont des exemples où la légende a été mises sur le coté.
24259 \end_layout
24260
24261 \begin_layout Standard
24262 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24263  pour les flottants de tableau et vers le bas pour les flottants de figure.
24264  Pour changer ce comportement, vous pouvez utiliser les commandes
24265 \end_layout
24266
24267 \begin_layout Standard
24268
24269 \series bold
24270
24271 \backslash
24272 sidecaptionvpos{type flottant}{placement}
24273 \end_layout
24274
24275 \begin_layout Standard
24276 dans le préambule du document ou en code TeX juste avant le flottant visé.
24277  Le type du flottant est soit 
24278 \family sans
24279 figure
24280 \family default
24281  soit 
24282 \family sans
24283 table
24284 \family default
24285 , le placement peut être 
24286 \begin_inset Quotes eld
24287 \end_inset
24288
24289
24290 \family sans
24291 t
24292 \family default
24293
24294 \begin_inset Quotes erd
24295 \end_inset
24296
24297  pour haut (top), 
24298 \begin_inset Quotes eld
24299 \end_inset
24300
24301
24302 \family sans
24303 c
24304 \family default
24305
24306 \begin_inset Quotes erd
24307 \end_inset
24308
24309  pour centre (center), ou 
24310 \begin_inset Quotes eld
24311 \end_inset
24312
24313
24314 \family sans
24315 b
24316 \family default
24317
24318 \begin_inset Quotes erd
24319 \end_inset
24320
24321  pour bas (bottom).
24322  Pour que, par exemple, les légendes des flottants de figure soient centrés
24323  verticalement, utilisez la commande
24324 \end_layout
24325
24326 \begin_layout Standard
24327
24328 \series bold
24329
24330 \backslash
24331 sidecaptionvpos{figure}{c}
24332 \end_layout
24333
24334 \begin_layout Standard
24335 C'est ce qui a été utilisé pour la figure
24336 \begin_inset space ~
24337 \end_inset
24338
24339
24340 \begin_inset CommandInset ref
24341 LatexCommand ref
24342 reference "fig:legende-à-coté-fig-2"
24343
24344 \end_inset
24345
24346 .
24347 \end_layout
24348
24349 \begin_layout Standard
24350 \begin_inset VSpace medskip
24351 \end_inset
24352
24353 Pour plus d'information sur le paquetage 
24354 \series bold
24355 sidecap
24356 \series default
24357  nous vous renvoyons à sa documentation 
24358 \begin_inset CommandInset citation
24359 LatexCommand cite
24360 key "sidecap"
24361
24362 \end_inset
24363
24364 .
24365 \end_layout
24366
24367 \begin_layout Standard
24368 \begin_inset Note Greyedout
24369 status open
24370
24371 \begin_layout Plain Layout
24372
24373 \series bold
24374 Note:
24375 \series default
24376  Le paquetage LaTeX 
24377 \series bold
24378 hypcap
24379 \series default
24380
24381 \begin_inset Index idx
24382 status collapsed
24383
24384 \begin_layout Plain Layout
24385 Paquetages LaTeX ! hypcap
24386 \end_layout
24387
24388 \end_inset
24389
24390 , qui est décrit dans la section
24391 \begin_inset space ~
24392 \end_inset
24393
24394
24395 \begin_inset CommandInset ref
24396 LatexCommand ref
24397 reference "sub:Reference-Position"
24398
24399 \end_inset
24400
24401 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Standard
24410 \begin_inset ERT
24411 status collapsed
24412
24413 \begin_layout Plain Layout
24414
24415
24416 \backslash
24417 FigBesBeg 
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426 \begin_inset Float figure
24427 wide false
24428 sideways false
24429 status open
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Graphics
24433         filename ../clipart/escher-lsd.eps
24434         scale 75
24435         scaleBeforeRotation
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Plain Layout
24443 \begin_inset Caption
24444
24445 \begin_layout Plain Layout
24446 \begin_inset CommandInset label
24447 LatexCommand label
24448 name "fig:legende-a-coté-fig"
24449
24450 \end_inset
24451
24452 Une légende à côté d'une figure.
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \begin_layout Standard
24466 \begin_inset ERT
24467 status collapsed
24468
24469 \begin_layout Plain Layout
24470
24471
24472 \backslash
24473 TabBesBeg 
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset Float table
24483 wide false
24484 sideways false
24485 status open
24486
24487 \begin_layout Plain Layout
24488 \begin_inset Caption
24489
24490 \begin_layout Plain Layout
24491 \begin_inset CommandInset label
24492 LatexCommand label
24493 name "tab:legende-à-coté-tableau"
24494
24495 \end_inset
24496
24497 Une légende à côté d'un tableau.
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Plain Layout
24506 \begin_inset Tabular
24507 <lyxtabular version="3" rows="4" columns="5">
24508 <features tabularvalignment="middle">
24509 <column alignment="center" valignment="top" width="0">
24510 <column alignment="center" valignment="top" width="0">
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 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 a
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 b
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555 c
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 </row>
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575 d
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 e
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 </row>
24608 <row>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 f
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 g
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 h
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 </row>
24655 <row>
24656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 i
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 j
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 </row>
24702 </lyxtabular>
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \begin_layout Standard
24715 \begin_inset ERT
24716 status collapsed
24717
24718 \begin_layout Plain Layout
24719
24720
24721 \backslash
24722 TabBesEnd
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \begin_inset ERT
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735
24736
24737 \backslash
24738 sidecaptionvpos{figure}{c}
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \begin_inset Float figure
24745 wide false
24746 sideways false
24747 status open
24748
24749 \begin_layout Plain Layout
24750 \begin_inset Graphics
24751         filename ../clipart/escher-lsd.eps
24752         scale 75
24753         scaleBeforeRotation
24754
24755 \end_inset
24756
24757
24758 \end_layout
24759
24760 \begin_layout Plain Layout
24761 \begin_inset Caption
24762
24763 \begin_layout Plain Layout
24764 \begin_inset CommandInset label
24765 LatexCommand label
24766 name "fig:legende-à-coté-fig-2"
24767
24768 \end_inset
24769
24770 Une légende centrée verticalement à côté d'une figure.
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \begin_inset ERT
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788
24789
24790 \backslash
24791 FigBesEnd
24792 \end_layout
24793
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \begin_layout Standard
24800 \begin_inset ERT
24801 status collapsed
24802
24803 \begin_layout Plain Layout
24804
24805
24806 \backslash
24807 else
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \begin_inset Note Note
24814 status open
24815
24816 \begin_layout Plain Layout
24817 Ce qui suit sera affiché si le paquetage LaTeX 
24818 \series bold
24819 sidecap
24820 \series default
24821  n'est pas installé :
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Vous devez installer le paquetage LaTeX 
24831 \series bold
24832 sidecap
24833 \series default
24834  pour voir la suite de cette section dans la sortie imprimée.
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \begin_inset ERT
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842
24843
24844 \backslash
24845 fi
24846 \end_layout
24847
24848 \end_inset
24849
24850
24851 \end_layout
24852
24853 \begin_layout Section
24854 Les Listes de Flottants
24855 \begin_inset Index idx
24856 status collapsed
24857
24858 \begin_layout Plain Layout
24859 Flottants ! Listes de Flottants
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \begin_layout Standard
24868 De la même façon que la table des matières fait la liste des sections du
24869  document, il y a des listes pour tous les types de flottants, comme par
24870  exemple pour les figures du document.
24871  Vous pouvez les insérer en utilisant le menu 
24872 \family sans
24873 Insérer\SpecialChar \menuseparator
24874 Listes
24875 \begin_inset space ~
24876 \end_inset
24877
24878 &
24879 \begin_inset space ~
24880 \end_inset
24881
24882 TdM
24883 \family default
24884 .
24885 \end_layout
24886
24887 \begin_layout Standard
24888 Les entrées de la liste sont la légende du flottant ou éventuellement le
24889  titre court, le numéro du flottant, et le numéro de la page où le flottant
24890  apparaît dans le document.
24891 \end_layout
24892
24893 \begin_layout Standard
24894 Vous trouverez à la fin de ce document une liste des figures et une liste
24895  des tableaux.
24896 \end_layout
24897
24898 \begin_layout Chapter
24899 Notes
24900 \end_layout
24901
24902 \begin_layout Section
24903 Les Notes de LyX
24904 \begin_inset Index idx
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908 Notes ! Notes LyX 
24909 \end_layout
24910
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \begin_layout Standard
24917 On peut insérer une note en utilisant le bouton 
24918 \begin_inset Graphics
24919         filename ../../images/note-insert.png
24920         scale 85
24921         scaleBeforeRotation
24922
24923 \end_inset
24924
24925  de la barre d'outils ou avec le menu 
24926 \family sans
24927 Insérer\SpecialChar \menuseparator
24928 Note
24929 \family default
24930 .
24931  Il y a trois types de notes :
24932 \end_layout
24933
24934 \begin_layout Description
24935 Note
24936 \begin_inset space ~
24937 \end_inset
24938
24939 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
24940  finale.
24941  La boîte de cette note ressemble à ceci :
24942 \begin_inset Newline newline
24943 \end_inset
24944
24945
24946 \begin_inset Newline newline
24947 \end_inset
24948
24949
24950 \begin_inset Graphics
24951         filename clipart/LyXNoteImageQt4.png
24952         display false
24953         scale 65
24954         scaleBeforeRotation
24955
24956 \end_inset
24957
24958  
24959 \begin_inset Note Note
24960 status open
24961
24962 \begin_layout Plain Layout
24963 Le texte de cette note n'apparaîtra pas à l'impression.
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Description
24972 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
24973  il est inséré comme un commentaire LaTeX quand vous exportez votre document
24974  vers un fichier au format LaTeX avec le menu 
24975 \family sans
24976 Fichier\SpecialChar \menuseparator
24977 Exporter\SpecialChar \menuseparator
24978 LaTeX (pdflatex) / (plain)
24979 \family default
24980 .
24981  La boîte de cette note ressemble à ceci :
24982 \begin_inset Newline newline
24983 \end_inset
24984
24985
24986 \begin_inset Newline newline
24987 \end_inset
24988
24989
24990 \begin_inset Graphics
24991         filename clipart/CommentNoteImageQt4.png
24992         display false
24993         scale 55
24994         scaleBeforeRotation
24995
24996 \end_inset
24997
24998
24999 \lang english
25000  
25001 \lang french
25002
25003 \begin_inset Note Comment
25004 status open
25005
25006 \begin_layout Plain Layout
25007 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25008  LaTeX.
25009 \end_layout
25010
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \begin_layout Description
25017 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25018  La boîte de cette note ressemble à ceci :
25019 \lang english
25020
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024
25025 \lang french
25026
25027 \begin_inset Newline newline
25028 \end_inset
25029
25030
25031 \begin_inset Graphics
25032         filename clipart/GreyedOutNoteImageQt4.png
25033         lyxscale 80
25034         display false
25035         scale 55
25036         scaleBeforeRotation
25037
25038 \end_inset
25039
25040
25041 \begin_inset Newline newline
25042 \end_inset
25043
25044
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050
25051 \backslash
25052 renewenvironment{lyxgreyedout}
25053 \end_layout
25054
25055 \begin_layout Plain Layout
25056
25057 {
25058 \backslash
25059 textcolor[gray]{0.8}
25060 \backslash
25061 bgroup}{
25062 \backslash
25063 egroup}
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \begin_inset Note Greyedout
25070 status open
25071
25072 \begin_layout Plain Layout
25073 Le texte
25074 \begin_inset Foot
25075 status collapsed
25076
25077 \begin_layout Plain Layout
25078 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25079  grisé.
25080  
25081 \end_layout
25082
25083 \end_inset
25084
25085  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \begin_inset ERT
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095
25096
25097 \backslash
25098 renewenvironment{lyxgreyedout}
25099 \end_layout
25100
25101 \begin_layout Plain Layout
25102
25103 {
25104 \backslash
25105 textcolor{blue}
25106 \backslash
25107 bgroup}{
25108 \backslash
25109 egroup}
25110 \end_layout
25111
25112 \end_inset
25113
25114
25115 \begin_inset Note Note
25116 status open
25117
25118 \begin_layout Plain Layout
25119 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25120  originale qu'elle a dans LyX.
25121  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25122  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \begin_inset Newline newline
25129 \end_inset
25130
25131
25132 \begin_inset Newline newline
25133 \end_inset
25134
25135 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25136  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset VSpace bigskip
25141 \end_inset
25142
25143 Quand vous utilisez le bouton 
25144 \begin_inset Graphics
25145         filename ../../images/note-insert.png
25146         scale 85
25147         scaleBeforeRotation
25148
25149 \end_inset
25150
25151  de la barre d'outils, vous insérez une 
25152 \family sans
25153 Note
25154 \begin_inset space ~
25155 \end_inset
25156
25157 LyX
25158 \family default
25159 .
25160  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25161 la et cliquez sur le bouton d'insertion de note.
25162  Pour retransformer une note en texte, appuyez sur la touche 
25163 \family sans
25164 backspace
25165 \family default
25166  quand le curseur est au tout début de la note ou appuyez sur la touche
25167  
25168 \family sans
25169 Suppr.
25170
25171 \family default
25172  quand le curseur se trouve à la fin de la note.
25173 \end_layout
25174
25175 \begin_layout Standard
25176 \begin_inset VSpace bigskip
25177 \end_inset
25178
25179 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25180  commandes suivantes dans le préambule :
25181 \end_layout
25182
25183 \begin_layout Standard
25184
25185 \series bold
25186
25187 \backslash
25188 renewenvironment{lyxgreyedout}
25189 \begin_inset Newline newline
25190 \end_inset
25191
25192
25193 \begin_inset Phantom HPhantom
25194 status open
25195
25196 \begin_layout Plain Layout
25197
25198 \series bold
25199 \begin_inset space ~
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \end_inset
25206
25207 {
25208 \backslash
25209 textcolor{color}
25210 \backslash
25211 bgroup}{
25212 \backslash
25213 egroup}
25214 \end_layout
25215
25216 \begin_layout Standard
25217 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25218  sont expliqués dans la section
25219 \begin_inset space ~
25220 \end_inset
25221
25222
25223 \begin_inset CommandInset ref
25224 LatexCommand ref
25225 reference "sec:Tableaux-Colorés"
25226
25227 \end_inset
25228
25229 .
25230 \end_layout
25231
25232 \begin_layout Standard
25233 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25234  grisées avec leur texte en bleu.
25235 \end_layout
25236
25237 \begin_layout Section
25238 Notes en Bas de Page
25239 \begin_inset CommandInset label
25240 LatexCommand label
25241 name "sec:Notes-bas-de-page"
25242
25243 \end_inset
25244
25245
25246 \begin_inset Index idx
25247 status collapsed
25248
25249 \begin_layout Plain Layout
25250 Notes ! Notes de bas de page
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \begin_inset Index idx
25257 status collapsed
25258
25259 \begin_layout Plain Layout
25260 Notes de bas de page
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \begin_layout Standard
25269 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25270  
25271 \begin_inset Graphics
25272         filename ../../images/footnote-insert.png
25273         scale 85
25274         scaleBeforeRotation
25275
25276 \end_inset
25277
25278  de la barre d'outils, soit en utilisant le menu 
25279 \family sans
25280 Insérer\SpecialChar \menuseparator
25281 Note
25282 \begin_inset space ~
25283 \end_inset
25284
25285 en
25286 \begin_inset space ~
25287 \end_inset
25288
25289 Bas
25290 \begin_inset space ~
25291 \end_inset
25292
25293 de
25294 \begin_inset space ~
25295 \end_inset
25296
25297 Page
25298 \family default
25299 .
25300  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25301  rouge 
25302 \begin_inset Quotes fld
25303 \end_inset
25304
25305 bas
25306 \begin_inset Quotes frd
25307 \end_inset
25308
25309  qui ressemble à ceci : 
25310 \begin_inset Graphics
25311         filename clipart/footnoteQt4.png
25312         scale 80
25313         scaleBeforeRotation
25314
25315 \end_inset
25316
25317  Vous pouvez y entrer votre texte.
25318  Si vous voulez transformer du texte déjà existant en note en bas de page,
25319  sélectionnez-le et cliquez sur le bouton 
25320 \family sans
25321 Note
25322 \begin_inset space ~
25323 \end_inset
25324
25325 en
25326 \begin_inset space ~
25327 \end_inset
25328
25329 Bas
25330 \begin_inset space ~
25331 \end_inset
25332
25333 de
25334 \begin_inset space ~
25335 \end_inset
25336
25337 Page
25338 \family default
25339  de la barre d'outils.
25340  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25341  
25342 \family sans
25343 backspace
25344 \family default
25345  quand le curseur est au tout début de la note ou appuyez sur la touche
25346  
25347 \family sans
25348 Suppr.
25349
25350 \family default
25351  quand le curseur se trouve à la fin de la note.
25352 \end_layout
25353
25354 \begin_layout Standard
25355 Voici un exemple de note en bas de page:
25356 \begin_inset Foot
25357 status open
25358
25359 \begin_layout Plain Layout
25360 \begin_inset CommandInset label
25361 LatexCommand label
25362 name "fn:Note-en-bas"
25363
25364 \end_inset
25365
25366 Ceci est un exemple de note en bas de page.
25367 \end_layout
25368
25369 \end_inset
25370
25371
25372 \begin_inset ERT
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376
25377
25378 \backslash
25379 newcounter{MyRepeatFoot}
25380 \end_layout
25381
25382 \begin_layout Plain Layout
25383
25384
25385 \backslash
25386 setcounter{MyRepeatFoot}{
25387 \backslash
25388 thefootnote}
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25398  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25399  de note.
25400  Le texte de la note est placé en bas de la page courante.
25401  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25402  Selon votre classe de document les numéros de notes pourront être réinitialisés
25403  à chaque nouveau chapitre.
25404 \end_layout
25405
25406 \begin_layout Standard
25407 On peut faire référence à une note en bas de page comme on le fait avec
25408  les flottants : Insérez une étiquette dans la note et faites une référence
25409  croisée vers cette étiquette comme c'est décrit dans la
25410 \begin_inset space ~
25411 \end_inset
25412
25413
25414 \begin_inset CommandInset ref
25415 LatexCommand ref
25416 reference "sec:Referencer-les-Flottants"
25417
25418 \end_inset
25419
25420 .
25421 \begin_inset Newline newline
25422 \end_inset
25423
25424 Voici une référence à une note de bas de page :
25425 \begin_inset space ~
25426 \end_inset
25427
25428
25429 \begin_inset CommandInset ref
25430 LatexCommand ref
25431 reference "fn:Note-en-bas"
25432
25433 \end_inset
25434
25435 .
25436 \end_layout
25437
25438 \begin_layout Standard
25439 \begin_inset VSpace defskip
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446
25447 \lang english
25448 Footnotes in tables are not printed by LaTeX due to technical reasons.
25449  However there exists another method to print them: Instead of the footnote
25450  the command 
25451 \series bold
25452
25453 \backslash
25454 footnotemark{}
25455 \series default
25456  is inserted as TeX-code.
25457  The text of the footnote is entered as argument of the TeX-code command
25458  
25459 \series bold
25460
25461 \backslash
25462 footnotetext
25463 \series default
25464  after the table.
25465 \begin_inset Newline newline
25466 \end_inset
25467
25468 This was done for the following table with the command
25469 \end_layout
25470
25471 \begin_layout Standard
25472
25473 \series bold
25474 \lang english
25475
25476 \backslash
25477 footnotetext{
25478 \series default
25479 Printed table footnote.
25480 \series bold
25481 }
25482 \end_layout
25483
25484 \begin_layout Standard
25485
25486 \lang english
25487 \begin_inset Tabular
25488 <lyxtabular version="3" rows="2" columns="1">
25489 <features tabularvalignment="middle">
25490 <column alignment="center" valignment="top" width="0">
25491 <row>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496
25497 \lang english
25498 This an example text.
25499 \begin_inset Foot
25500 status open
25501
25502 \begin_layout Plain Layout
25503
25504 \lang english
25505 This footnote will not be printed!
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 </row>
25516 <row>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \lang english
25523 This an example text.
25524 \begin_inset ERT
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528
25529
25530 \backslash
25531 footnotemark{}
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 </row>
25542 </lyxtabular>
25543
25544 \end_inset
25545
25546
25547 \begin_inset ERT
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551
25552
25553 \backslash
25554 footnotetext{
25555 \end_layout
25556
25557 \end_inset
25558
25559 Printed table footnote.
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565 }
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Standard
25574
25575 \lang english
25576 Footnotes in longtables are described in section
25577 \begin_inset space ~
25578 \end_inset
25579
25580
25581 \lang french
25582
25583 \begin_inset CommandInset ref
25584 LatexCommand ref
25585 reference "sub:Notes-dans-tableau-long"
25586
25587 \end_inset
25588
25589 .
25590 \end_layout
25591
25592 \begin_layout Standard
25593
25594 \lang english
25595 Footnotes in minipage boxes are printed, but inside the box and with a different
25596  numbering because a minipage box is like a page inside a page.
25597  (For more about minipages, see section
25598 \begin_inset space ~
25599 \end_inset
25600
25601
25602 \lang french
25603
25604 \begin_inset CommandInset ref
25605 LatexCommand ref
25606 reference "sec:Minipages"
25607
25608 \end_inset
25609
25610
25611 \lang english
25612 .) To get a footnote in the minipage that is output at the bottom of the
25613  page like normal footnotes, also use the method of 
25614 \series bold
25615
25616 \backslash
25617 footnotemark{}
25618 \series default
25619  and 
25620 \series bold
25621
25622 \backslash
25623 footnotetext
25624 \series default
25625 .
25626 \end_layout
25627
25628 \begin_layout Standard
25629
25630 \lang english
25631 \begin_inset Box Frameless
25632 position "t"
25633 hor_pos "c"
25634 has_inner_box 1
25635 inner_pos "t"
25636 use_parbox 0
25637 use_makebox 0
25638 width "100col%"
25639 special "none"
25640 height "1in"
25641 height_special "totalheight"
25642 status open
25643
25644 \begin_layout Plain Layout
25645
25646 \lang english
25647 This an example text in a minipage.
25648 \begin_inset Foot
25649 status open
25650
25651 \begin_layout Plain Layout
25652
25653 \lang english
25654 Footnote in the minipage.
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Plain Layout
25663
25664 \lang english
25665 This an example text in a minipage.
25666 \begin_inset ERT
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670
25671
25672 \backslash
25673 footnotemark{}
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687
25688 \lang english
25689 \begin_inset ERT
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693
25694
25695 \backslash
25696 footnotetext{
25697 \end_layout
25698
25699 \end_inset
25700
25701 Footnote outside the minipage.
25702 \begin_inset ERT
25703 status collapsed
25704
25705 \begin_layout Plain Layout
25706
25707 }
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \begin_layout Standard
25716 \begin_inset VSpace defskip
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723
25724 \lang english
25725 To refer to the same footnote several times without printing the footnote
25726  text every time, use the command 
25727 \series bold
25728
25729 \backslash
25730 footnotemark[number]
25731 \series default
25732  in TeX-code.
25733 \begin_inset Newline newline
25734 \end_inset
25735
25736 As you do not know the number of the repeating footnote while you are writing
25737  the text, you have to store its number.
25738  For the following footnote mark example, these commands were inserted in
25739  TeX-code after Footnote
25740 \begin_inset space ~
25741 \end_inset
25742
25743
25744 \lang french
25745
25746 \begin_inset CommandInset ref
25747 LatexCommand ref
25748 reference "fn:Note-en-bas"
25749
25750 \end_inset
25751
25752
25753 \lang english
25754  to store the footnote number
25755 \lang french
25756 :
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \series bold
25762
25763 \backslash
25764 newcounter{MyRepeatFoot}
25765 \begin_inset Newline newline
25766 \end_inset
25767
25768
25769 \backslash
25770 setcounter{MyRepeatFoot}{
25771 \backslash
25772 thefootnote}
25773 \end_layout
25774
25775 \begin_layout Standard
25776
25777 \lang english
25778 The footnote mark was then created with this command
25779 \lang french
25780 :
25781 \end_layout
25782
25783 \begin_layout Standard
25784
25785 \series bold
25786
25787 \backslash
25788 footnotemark[
25789 \backslash
25790 theMyRepeatFoot]
25791 \end_layout
25792
25793 \begin_layout Standard
25794
25795 \lang english
25796 Here is a repeated footnote
25797 \lang french
25798 :
25799 \begin_inset ERT
25800 status collapsed
25801
25802 \begin_layout Plain Layout
25803
25804
25805 \backslash
25806 footnotemark[
25807 \backslash
25808 theMyRepeatFoot]
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \begin_layout Standard
25817
25818 \lang english
25819 If you want to repeat the previous footnote, you can omit the storage of
25820  the footnote number and just use this command instead
25821 \lang french
25822 :
25823 \end_layout
25824
25825 \begin_layout Standard
25826
25827 \series bold
25828
25829 \backslash
25830 footnotemark[
25831 \backslash
25832 thefootnote]
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \lang english
25838 Here is another repeated footnote
25839 \lang french
25840 :
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 footnotemark[
25849 \backslash
25850 thefootnote]
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Subsection
25859 Numérotation de Notes de Bas de Page
25860 \begin_inset CommandInset label
25861 LatexCommand label
25862 name "sub:Numerotation-notes-bas-de-page"
25863
25864 \end_inset
25865
25866
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 Notes de bas de page ! Numérotation
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25881  ajoutez cette commande dans le préambule de votre document :
25882 \end_layout
25883
25884 \begin_layout Standard
25885
25886 \series bold
25887
25888 \backslash
25889 @addtoreset{footnote}{section}
25890 \end_layout
25891
25892 \begin_layout Standard
25893 \begin_inset VSpace bigskip
25894 \end_inset
25895
25896 La commande de préambule suivante change le style de numérotation des notes
25897  en petits chiffres romains :
25898 \end_layout
25899
25900 \begin_layout Standard
25901
25902 \series bold
25903
25904 \backslash
25905 renewcommand{
25906 \backslash
25907 thefootnote}{
25908 \backslash
25909 roman{footnote}}
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset ERT
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917
25918
25919 \backslash
25920 renewcommand{
25921 \backslash
25922 thefootnote}{
25923 \backslash
25924 roman{footnote}}
25925 \end_layout
25926
25927 \end_inset
25928
25929  Cette note de bas de page utilise une numérotation en chiffres romains
25930  :
25931 \begin_inset Foot
25932 status open
25933
25934 \begin_layout Plain Layout
25935 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25936  romains.
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \begin_layout Standard
25945 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25946  la commande précédente 
25947 \series bold
25948
25949 \backslash
25950 roman
25951 \series default
25952  par 
25953 \series bold
25954
25955 \backslash
25956 Roman
25957 \series default
25958 .
25959  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25960  utilisez respectivement soit 
25961 \series bold
25962
25963 \backslash
25964 Alph
25965 \series default
25966  soit 
25967 \series bold
25968
25969 \backslash
25970 alph
25971 \series default
25972 .
25973  Pour les 
25974 \begin_inset Quotes eld
25975 \end_inset
25976
25977 numéroter
25978 \begin_inset Quotes erd
25979 \end_inset
25980
25981  avec des symboles, utilisez 
25982 \series bold
25983
25984 \backslash
25985 fnsymbol
25986 \series default
25987 .
25988 \end_layout
25989
25990 \begin_layout Standard
25991 \begin_inset Note Greyedout
25992 status open
25993
25994 \begin_layout Plain Layout
25995
25996 \series bold
25997 Note:
25998 \series default
25999  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26000  puisque cette numérotation est limitée à des lettres seules.
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \begin_inset Newline newline
26007 \end_inset
26008
26009
26010 \begin_inset Note Greyedout
26011 status open
26012
26013 \begin_layout Plain Layout
26014
26015 \series bold
26016 Note:
26017 \series default
26018  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Standard
26027 Pour revenir au style de numérotation implicite quand vous en avez changé,
26028  utilisez 
26029 \series bold
26030
26031 \backslash
26032 arabic
26033 \series default
26034  à la place de 
26035 \series bold
26036
26037 \backslash
26038 roman
26039 \series default
26040  dans la commande précédente.
26041 \begin_inset ERT
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046
26047 \backslash
26048 renewcommand{
26049 \backslash
26050 thefootnote}{
26051 \backslash
26052 arabic{footnote}}
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 \begin_inset VSpace bigskip
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \begin_layout Standard
26068 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26069  le schéma 
26070 \begin_inset Quotes eld
26071 \end_inset
26072
26073 chapitre.note
26074 \begin_inset Quotes erd
26075 \end_inset
26076
26077 , ajoutez la commande suivante au préambule de votre document :
26078 \end_layout
26079
26080 \begin_layout Standard
26081
26082 \series bold
26083
26084 \backslash
26085 numberwithin{footnote}{chapter}
26086 \end_layout
26087
26088 \begin_layout Standard
26089 Pour pouvoir utiliser la commande 
26090 \series bold
26091
26092 \backslash
26093 numberwithin
26094 \series default
26095 , activez dans la rubrique 
26096 \family sans
26097 Options
26098 \begin_inset space ~
26099 \end_inset
26100
26101 des
26102 \begin_inset space ~
26103 \end_inset
26104
26105 Maths
26106 \family default
26107  dans les paramètres du document, l'option 
26108 \family sans
26109 Utiliser
26110 \begin_inset space ~
26111 \end_inset
26112
26113 le
26114 \begin_inset space ~
26115 \end_inset
26116
26117 paquetage
26118 \begin_inset space ~
26119 \end_inset
26120
26121 maths
26122 \begin_inset space ~
26123 \end_inset
26124
26125 AMS
26126 \family default
26127 .
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset ERT
26132 status collapsed
26133
26134 \begin_layout Plain Layout
26135
26136
26137 \backslash
26138 numberwithin{footnote}{chapter}
26139 \end_layout
26140
26141 \end_inset
26142
26143 Ceci est un autre exemple de note de bas de page:
26144 \series bold
26145
26146 \begin_inset Foot
26147 status open
26148
26149 \begin_layout Plain Layout
26150 Cette note est numérotée en suivant le schéma 
26151 \begin_inset Quotes eld
26152 \end_inset
26153
26154 chapitre.note
26155 \begin_inset Quotes erd
26156 \end_inset
26157
26158 .
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \series default
26165
26166 \begin_inset ERT
26167 status collapsed
26168
26169 \begin_layout Plain Layout
26170
26171
26172 \backslash
26173 renewcommand{
26174 \backslash
26175 thefootnote}{
26176 \backslash
26177 arabic{footnote}}
26178 \end_layout
26179
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \begin_layout Standard
26186 \begin_inset Note Greyedout
26187 status open
26188
26189 \begin_layout Plain Layout
26190
26191 \series bold
26192 Note:
26193 \series default
26194  
26195 \series bold
26196
26197 \backslash
26198 numberwithin
26199 \series default
26200  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26201  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26202  prises en compte.
26203  
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \begin_layout Standard
26212 Donc pour avoir par exemple le schéma 
26213 \begin_inset Quotes eld
26214 \end_inset
26215
26216 chapitre.
26217 \backslash
26218 Roman{note}
26219 \begin_inset Quotes erd
26220 \end_inset
26221
26222 , utilisez la commande suivante plutôt que 
26223 \series bold
26224
26225 \backslash
26226 numberwithin
26227 \series default
26228  :
26229 \end_layout
26230
26231 \begin_layout Standard
26232
26233 \series bold
26234
26235 \backslash
26236 renewcommand{
26237 \backslash
26238 thefootnote}{
26239 \backslash
26240 thechapter.
26241 \backslash
26242 Roman{footnote}}
26243 \end_layout
26244
26245 \begin_layout Subsection
26246 Positionnement de notes de bas de page
26247 \begin_inset Index idx
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251 Notes de bas de page ! Positionnement
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Standard
26260 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26261  vertical entre elles en bas de la page.
26262  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26263  de 1.5
26264 \begin_inset space \thinspace{}
26265 \end_inset
26266
26267 mm avec la commande suivante dans le préambule :
26268 \end_layout
26269
26270 \begin_layout Standard
26271
26272 \series bold
26273
26274 \backslash
26275 let
26276 \backslash
26277 myFoot
26278 \backslash
26279 footnote
26280 \begin_inset Newline newline
26281 \end_inset
26282
26283
26284 \backslash
26285 renewcommand{
26286 \backslash
26287 footnote}[1]{
26288 \backslash
26289 myFoot{#1
26290 \backslash
26291 vspace{1.5mm}}}
26292 \end_layout
26293
26294 \begin_layout Standard
26295 \begin_inset VSpace bigskip
26296 \end_inset
26297
26298 Dans un document à deux colonnes les notes de bas de page apparaissent en
26299  bas de chaque colonne, comme sur la Figure
26300 \begin_inset space ~
26301 \end_inset
26302
26303
26304 \begin_inset CommandInset ref
26305 LatexCommand ref
26306 reference "fig:Position-standard-note-bas-de-page"
26307
26308 \end_inset
26309
26310 .
26311  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26312  sur la Figure
26313 \begin_inset space ~
26314 \end_inset
26315
26316
26317 \begin_inset CommandInset ref
26318 LatexCommand ref
26319 reference "fig:Position-note-avec-ftnright"
26320
26321 \end_inset
26322
26323 , utilisez le paquetage LaTeX 
26324 \series bold
26325 ftnright
26326 \series default
26327
26328 \begin_inset Index idx
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332 Paquetages LaTeX ! ftnright
26333 \end_layout
26334
26335 \end_inset
26336
26337  avec cette commande dans le préambule du document:
26338 \end_layout
26339
26340 \begin_layout Standard
26341
26342 \series bold
26343
26344 \backslash
26345 usepackage{ftnright}
26346 \end_layout
26347
26348 \begin_layout Standard
26349 \begin_inset Float figure
26350 placement !h
26351 wide false
26352 sideways false
26353 status open
26354
26355 \begin_layout Plain Layout
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 framebox{
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \begin_inset Graphics
26370         filename ../clipart/without_fntright.pdf
26371         width 100col%
26372         scaleBeforeRotation
26373
26374 \end_inset
26375
26376
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382 }
26383 \end_layout
26384
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \begin_layout Plain Layout
26391 \begin_inset Caption
26392
26393 \begin_layout Plain Layout
26394 \begin_inset CommandInset label
26395 LatexCommand label
26396 name "fig:Position-standard-note-bas-de-page"
26397
26398 \end_inset
26399
26400 Positionnement standard des notes de bas de page dans un document à deux
26401  colonnes.
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 \begin_inset Float figure
26416 placement !h
26417 wide false
26418 sideways false
26419 status open
26420
26421 \begin_layout Plain Layout
26422 \begin_inset ERT
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426
26427
26428 \backslash
26429 framebox{
26430 \end_layout
26431
26432 \end_inset
26433
26434
26435 \begin_inset Graphics
26436         filename ../clipart/with_fntright.pdf
26437         width 100col%
26438         scaleBeforeRotation
26439
26440 \end_inset
26441
26442
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448 }
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Plain Layout
26457 \begin_inset Caption
26458
26459 \begin_layout Plain Layout
26460 \begin_inset CommandInset label
26461 LatexCommand label
26462 name "fig:Position-note-avec-ftnright"
26463
26464 \end_inset
26465
26466 Positionnement de notes de bas de page dans un document à deux colonnes
26467  en utilisant le paquetage LaTeX 
26468 \series bold
26469 ftnright
26470 \series default
26471 .
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Standard
26485 \begin_inset VSpace bigskip
26486 \end_inset
26487
26488 Dans certaines publications scientifiques, il est courant de rassembler
26489  les notes de bas de page et de les imprimer dans un paragraphe particulier
26490  à la fin de la section, comme sur la Figure
26491 \begin_inset space ~
26492 \end_inset
26493
26494
26495 \begin_inset CommandInset ref
26496 LatexCommand ref
26497 reference "fig:Notes-de-fin"
26498
26499 \end_inset
26500
26501 .
26502  On les appelle 
26503 \begin_inset Quotes eld
26504 \end_inset
26505
26506 notes de fin
26507 \begin_inset Quotes erd
26508 \end_inset
26509
26510 .
26511 \begin_inset Index idx
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515 Notes de fin
26516 \end_layout
26517
26518 \end_inset
26519
26520  Pour utiliser des notes de fin à la place des notes de bas de page dans
26521  votre document, charger le module 
26522 \family sans
26523 Note de bas de page en fin de document
26524 \family default
26525  à partir de 
26526 \family sans
26527 Document\SpecialChar \menuseparator
26528 Paramètres\SpecialChar \menuseparator
26529 Modules
26530 \family default
26531 .
26532  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26533 \end_layout
26534
26535 \begin_layout Standard
26536
26537 \series bold
26538
26539 \backslash
26540 theendnotes
26541 \end_layout
26542
26543 \begin_layout Standard
26544 en code TeX à la fin d'une section ou d'un chapitre.
26545 \end_layout
26546
26547 \begin_layout Standard
26548 \begin_inset Float figure
26549 wide false
26550 sideways false
26551 status open
26552
26553 \begin_layout Plain Layout
26554 \align center
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 framebox{
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \begin_inset Graphics
26569         filename ../clipart/endnotes.pdf
26570         scaleBeforeRotation
26571
26572 \end_inset
26573
26574
26575 \begin_inset ERT
26576 status collapsed
26577
26578 \begin_layout Plain Layout
26579
26580 }
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Plain Layout
26589 \begin_inset Caption
26590
26591 \begin_layout Plain Layout
26592 \begin_inset CommandInset label
26593 LatexCommand label
26594 name "fig:Notes-de-fin"
26595
26596 \end_inset
26597
26598 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26599  séparé à la fin des sections ou des chapitres.
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Standard
26613 \begin_inset VSpace medskip
26614 \end_inset
26615
26616 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26617  dans la langue du document, cela doit être fait manuellement.
26618  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26619  
26620 \begin_inset Quotes eld
26621 \end_inset
26622
26623 Notes
26624 \begin_inset Quotes erd
26625 \end_inset
26626
26627  en sa traduction Allemande
26628 \begin_inset Foot
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 En français, 
26633 \begin_inset Quotes eld
26634 \end_inset
26635
26636 Notes
26637 \begin_inset Quotes erd
26638 \end_inset
26639
26640  peut être conservé.
26641 \end_layout
26642
26643 \end_inset
26644
26645  
26646 \begin_inset Quotes eld
26647 \end_inset
26648
26649 Anmerkungen
26650 \begin_inset Quotes erd
26651 \end_inset
26652
26653  :
26654 \end_layout
26655
26656 \begin_layout Standard
26657
26658 \series bold
26659
26660 \backslash
26661 renewcommand{
26662 \backslash
26663 notesname}{Anmerkungen}
26664 \end_layout
26665
26666 \begin_layout Standard
26667 \begin_inset VSpace medskip
26668 \end_inset
26669
26670 La numérotation des notes de fin peut être modifiée comme celle des notes
26671  de bas de page comme c'est décrit dans la section
26672 \begin_inset space ~
26673 \end_inset
26674
26675
26676 \begin_inset CommandInset ref
26677 LatexCommand ref
26678 reference "sub:Numerotation-notes-bas-de-page"
26679
26680 \end_inset
26681
26682  ; remplacez juste la commande 
26683 \series bold
26684
26685 \backslash
26686 thefootnote
26687 \series default
26688  par 
26689 \series bold
26690
26691 \backslash
26692 theendnote
26693 \series default
26694 .
26695  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26696 \series bold
26697
26698 \backslash
26699 @addtoreset
26700 \series default
26701  comme c'est décrit dans la section
26702 \begin_inset space ~
26703 \end_inset
26704
26705
26706 \begin_inset CommandInset ref
26707 LatexCommand ref
26708 reference "sub:Numerotation-notes-bas-de-page"
26709
26710 \end_inset
26711
26712  et remplacez le paramètre de commande 
26713 \series bold
26714 footnote
26715 \series default
26716  par 
26717 \series bold
26718 endnote
26719 \series default
26720 .
26721 \end_layout
26722
26723 \begin_layout Standard
26724
26725 \lang english
26726 For endnotes there is
26727 \lang french
26728  la commande 
26729 \series bold
26730
26731 \backslash
26732 endnotemark[numéro]
26733 \series default
26734  qui est semblable à 
26735 \series bold
26736
26737 \backslash
26738 footnotemark
26739 \series default
26740 , décrite dans la section
26741 \begin_inset space ~
26742 \end_inset
26743
26744
26745 \begin_inset CommandInset ref
26746 LatexCommand ref
26747 reference "sec:Notes-bas-de-page"
26748
26749 \end_inset
26750
26751 .
26752 \end_layout
26753
26754 \begin_layout Standard
26755 \begin_inset VSpace bigskip
26756 \end_inset
26757
26758 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26759 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26760 \series bold
26761 footmisc
26762 \series default
26763
26764 \begin_inset Index idx
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 Paquetages LaTeX ! footmisc
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \begin_inset CommandInset citation
26775 LatexCommand cite
26776 key "footmisc"
26777
26778 \end_inset
26779
26780  pour plus d'information à ce sujet.
26781 \end_layout
26782
26783 \begin_layout Standard
26784 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26785  voyez les livres sur LaTeX, 
26786 \begin_inset CommandInset citation
26787 LatexCommand cite
26788 key "latexcompanion,latexguide,latexbook"
26789
26790 \end_inset
26791
26792 .
26793 \end_layout
26794
26795 \begin_layout Section
26796 Notes en Marge
26797 \begin_inset Index idx
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801 Notes ! Notes en Marge
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \begin_layout Standard
26810 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26811 t de la même façon.
26812  Quand vous insérez une note en marge avec 
26813 \family sans
26814 Insérer\SpecialChar \menuseparator
26815 Note
26816 \begin_inset space ~
26817 \end_inset
26818
26819 en
26820 \begin_inset space ~
26821 \end_inset
26822
26823 Marge
26824 \family default
26825  ou avec le bouton 
26826 \begin_inset Graphics
26827         filename ../../images/marginalnote-insert.png
26828         scale 85
26829         scaleBeforeRotation
26830
26831 \end_inset
26832
26833  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26834  grise avec une étiquette rouge 
26835 \begin_inset Quotes fld
26836 \end_inset
26837
26838 marge
26839 \begin_inset Quotes frd
26840 \end_inset
26841
26842 .
26843  
26844 \begin_inset Marginal
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 C'est une note en marge.
26849 \end_layout
26850
26851 \end_inset
26852
26853  Cette boîte est la représentation de votre note dans LyX.
26854  Vous pouvez y entrer votre texte.
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Les notes en marge apparaissent dans la marge de droite dans les documents
26859  imprimées sur une seule face.
26860  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26861  
26862 \begin_inset Quotes eld
26863 \end_inset
26864
26865 extérieure
26866 \begin_inset Quotes erd
26867 \end_inset
26868
26869  – la gauche sur les pages paires et la droite sur les pages impaires.
26870  Le texte de la note en marge est aligné à l'opposé de la marge externe
26871  – aligné à droite quand la note apparaît dans la marge de gauche.
26872  La première ligne de la note apparaît à la hauteur de la ligne de texte
26873  où la note a été insérée dans le document.
26874 \end_layout
26875
26876 \begin_layout Standard
26877 \begin_inset VSpace bigskip
26878 \end_inset
26879
26880 Pour placer une note dans la marge interne, ajoutez la commande suivante
26881  :
26882 \end_layout
26883
26884 \begin_layout Standard
26885
26886 \series bold
26887
26888 \backslash
26889 reversemarginpar
26890 \end_layout
26891
26892 \begin_layout Standard
26893 sous forme de code TeX avant votre note de marge.
26894  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26895  qui suivent 
26896 \begin_inset ERT
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900
26901
26902 \backslash
26903 reversemarginpar 
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \begin_inset Marginal
26910 status open
26911
26912 \begin_layout Plain Layout
26913 Cette note en marge est dans la marge interne.
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \series bold
26920
26921 \begin_inset Newline newline
26922 \end_inset
26923
26924
26925 \series default
26926
26927 \begin_inset Note Greyedout
26928 status open
26929
26930 \begin_layout Plain Layout
26931
26932 \series bold
26933 Note:
26934 \series default
26935  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26936  les notes sont souvent mal mises en formes dans la sortie imprimée.
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \end_layout
26943
26944 \begin_layout Standard
26945 Pour revenir au positionnement implicite, ajoutez la commande :
26946 \end_layout
26947
26948 \begin_layout Standard
26949
26950 \series bold
26951
26952 \backslash
26953 normalmarginpar
26954 \end_layout
26955
26956 \begin_layout Standard
26957 sous forme de code TeX.
26958 \begin_inset ERT
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962
26963
26964 \backslash
26965 normalmarginpar 
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \begin_inset Newline newline
26972 \end_inset
26973
26974  
26975 \begin_inset Note Greyedout
26976 status open
26977
26978 \begin_layout Plain Layout
26979
26980 \series bold
26981 Note:
26982 \series default
26983  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26984  
26985 \series bold
26986
26987 \backslash
26988 reversemarginpar
26989 \series default
26990  est aussi utilisée.
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \begin_layout Standard
26999 \begin_inset VSpace bigskip
27000 \end_inset
27001
27002
27003 \begin_inset Marginal
27004 status open
27005
27006 \begin_layout Plain Layout
27007 UnTrèsLongMotEnMarge sans césure.
27008 \end_layout
27009
27010 \end_inset
27011
27012  Comme dans le cas décrit dans la section
27013 \begin_inset space ~
27014 \end_inset
27015
27016
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "sub:Lignes-multiple-dans-cellule"
27020
27021 \end_inset
27022
27023 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27024  mot d'une note en marge.
27025  Pour éviter ce problème, insérez un espacement horizontal de 0
27026 \begin_inset space \thinspace{}
27027 \end_inset
27028
27029 pt avant le mot en question: 
27030 \begin_inset Marginal
27031 status open
27032
27033 \begin_layout Plain Layout
27034 \begin_inset space \hspace{}
27035 \length 0pt
27036 \end_inset
27037
27038 UnMotTrèsLongEnMarge avec une césure.
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Standard
27047 \begin_inset VSpace bigskip
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Standard
27054 \begin_inset Note Greyedout
27055 status open
27056
27057 \begin_layout Plain Layout
27058
27059 \series bold
27060 Note:
27061 \series default
27062  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27063  tableaux, des flottants et des notes de bas de page.
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 \begin_inset VSpace bigskip
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset ERT
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083
27084
27085 \backslash
27086 ifmarginnote
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \begin_inset Note Note
27093 status open
27094
27095 \begin_layout Plain Layout
27096 La section suivante ne sera affichée que si le paquetage LaTeX 
27097 \series bold
27098 marginnote
27099 \series default
27100  a été installé.
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Standard
27109 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27110 \series bold
27111 marginnote
27112 \series default
27113
27114 \begin_inset Index idx
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 Paquetages LaTeX ! marginnote
27119 \end_layout
27120
27121 \end_inset
27122
27123 .
27124  En ajoutant les deux lignes suivantes au préambule de votre document, la
27125  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27126  la commande fournie par le paquetage 
27127 \series bold
27128 marginnote
27129 \series default
27130  :
27131 \end_layout
27132
27133 \begin_layout Standard
27134
27135 \series bold
27136
27137 \backslash
27138 usepackage{marginnote}
27139 \begin_inset Newline newline
27140 \end_inset
27141
27142
27143 \backslash
27144 let
27145 \backslash
27146 marginpar
27147 \backslash
27148 marginnote
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Ce paquetage est aussi utilisé dans ce document parce que 
27153 \series bold
27154 marginnote
27155 \series default
27156  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27157  vertical pour une note.
27158  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27159  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27160  en page.
27161  Le décalage est inséré dans LyX sous forme de code TeX directement après
27162  la note sous la forme
27163 \end_layout
27164
27165 \begin_layout Standard
27166
27167 \series bold
27168 [offset]
27169 \end_layout
27170
27171 \begin_layout Standard
27172 où l'offset utilise l'une des unités listées dans le tableau
27173 \begin_inset space ~
27174 \end_inset
27175
27176
27177 \begin_inset CommandInset ref
27178 LatexCommand ref
27179 reference "cha:Unités-de-longueur"
27180
27181 \end_inset
27182
27183 .
27184  Une valeur négative déplace la note vers le haut, une valeur positive la
27185  déplace vers le bas.
27186  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27187  vers le haut de 1.5
27188 \begin_inset space \thinspace{}
27189 \end_inset
27190
27191 cm avec la commande en code TeX 
27192 \begin_inset Quotes eld
27193 \end_inset
27194
27195
27196 \series bold
27197 [-1.5cm]
27198 \series default
27199
27200 \begin_inset Quotes erd
27201 \end_inset
27202
27203
27204 \begin_inset Marginal
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208 Cette note en marge est décalée vers le haut de 1.5
27209 \begin_inset space \thinspace{}
27210 \end_inset
27211
27212 cm par rapport à sa position d'origine.
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \begin_inset ERT
27219 status collapsed
27220
27221 \begin_layout Plain Layout
27222
27223 [-1.5cm]
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \begin_layout Standard
27232 \begin_inset VSpace medskip
27233 \end_inset
27234
27235 Avec le paquetage 
27236 \series bold
27237 marginnote
27238 \series default
27239  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27240  Par exemple les commandes 
27241 \end_layout
27242
27243 \begin_layout Standard
27244
27245 \series bold
27246
27247 \backslash
27248 renewcommand*{
27249 \backslash
27250 raggedleftmarginnote}{
27251 \backslash
27252 centering}
27253 \begin_inset Newline newline
27254 \end_inset
27255
27256
27257 \backslash
27258 renewcommand*{
27259 \backslash
27260 raggedrightmarginnote}{
27261 \backslash
27262 centering}
27263 \end_layout
27264
27265 \begin_layout Standard
27266 donnent un alignement centré.
27267  
27268 \series bold
27269
27270 \backslash
27271 raggedleftmarginnote
27272 \series default
27273  indique une note qui apparaît dans la marge de gauche.
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278
27279
27280 \backslash
27281 renewcommand*{
27282 \backslash
27283 raggedleftmarginnote}{
27284 \backslash
27285 centering}
27286 \end_layout
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 renewcommand*{
27293 \backslash
27294 raggedrightmarginnote}{
27295 \backslash
27296 centering}
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \begin_inset Marginal
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306 Le texte de cette note en marge est centré.
27307 \end_layout
27308
27309 \end_inset
27310
27311 .
27312  Le comportement implicite est donné par
27313 \end_layout
27314
27315 \begin_layout Standard
27316
27317 \series bold
27318
27319 \backslash
27320 renewcommand*{
27321 \backslash
27322 raggedleftmarginnote}{
27323 \backslash
27324 raggedleft}
27325 \begin_inset Newline newline
27326 \end_inset
27327
27328
27329 \backslash
27330 renewcommand*{
27331 \backslash
27332 raggedrightmarginnote}{
27333 \backslash
27334 raggedright}
27335 \series default
27336
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 renewcommand*{
27345 \backslash
27346 raggedleftmarginnote}{
27347 \backslash
27348 raggedleft}
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352
27353
27354 \backslash
27355 renewcommand*{
27356 \backslash
27357 raggedrightmarginnote}{
27358 \backslash
27359 raggedright}
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368 \begin_inset VSpace medskip
27369 \end_inset
27370
27371 Pour les autre fonctions du paquetage 
27372 \series bold
27373 marginnote
27374 \series default
27375  nous vous renvoyons à sa documentation 
27376 \begin_inset CommandInset citation
27377 LatexCommand cite
27378 key "marginnote"
27379
27380 \end_inset
27381
27382 .
27383 \end_layout
27384
27385 \begin_layout Standard
27386 \begin_inset VSpace bigskip
27387 \end_inset
27388
27389 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27390  définition.
27391  Pour créer par exemple une entête pour toutes les notes en marge avec le
27392  texte 
27393 \begin_inset Quotes eld
27394 \end_inset
27395
27396
27397 \family sans
27398 \series bold
27399 \bar under
27400 Attention!
27401 \family default
27402 \series default
27403 \bar default
27404
27405 \begin_inset Quotes erd
27406 \end_inset
27407
27408  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27409  de votre document :
27410 \end_layout
27411
27412 \begin_layout Standard
27413
27414 \series bold
27415
27416 \backslash
27417 let
27418 \backslash
27419 myMarginpar
27420 \backslash
27421 marginpar
27422 \begin_inset Newline newline
27423 \end_inset
27424
27425
27426 \backslash
27427 renewcommand{
27428 \backslash
27429 marginpar}[1]{
27430 \backslash
27431 myMarginpar{%
27432 \begin_inset Newline newline
27433 \end_inset
27434
27435
27436 \begin_inset Phantom HPhantom
27437 status open
27438
27439 \begin_layout Plain Layout
27440
27441 \series bold
27442 \begin_inset space ~
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \end_inset
27449
27450
27451 \backslash
27452 hspace{0pt}
27453 \backslash
27454 textsf{
27455 \backslash
27456 textbf{
27457 \backslash
27458 underbar{Attention!}}}%
27459 \begin_inset Newline newline
27460 \end_inset
27461
27462
27463 \begin_inset Phantom HPhantom
27464 status open
27465
27466 \begin_layout Plain Layout
27467
27468 \series bold
27469 \begin_inset space ~
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \backslash
27479 vspace{1.5mm}
27480 \backslash
27481
27482 \backslash
27483 #1}}
27484 \end_layout
27485
27486 \begin_layout Standard
27487 \begin_inset ERT
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491
27492
27493 \backslash
27494 let
27495 \backslash
27496 myMarginpar
27497 \backslash
27498 marginpar
27499 \end_layout
27500
27501 \begin_layout Plain Layout
27502
27503
27504 \backslash
27505 renewcommand{
27506 \backslash
27507 marginpar}[1]{
27508 \backslash
27509 myMarginpar{%
27510 \end_layout
27511
27512 \begin_layout Plain Layout
27513
27514    
27515 \backslash
27516 textsf{
27517 \backslash
27518 textbf{
27519 \backslash
27520 underbar{Attention!}}}%
27521 \end_layout
27522
27523 \begin_layout Plain Layout
27524
27525    
27526 \backslash
27527 vspace{1.5mm}
27528 \backslash
27529
27530 \backslash
27531 #1}}
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \begin_inset Marginal
27538 status open
27539
27540 \begin_layout Plain Layout
27541 Ceci est une note en marge avec une en-tête prédéfinie.
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \begin_inset ERT
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551
27552 [-1.5cm]
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \begin_inset ERT
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562
27563
27564 \backslash
27565 renewcommand{
27566 \backslash
27567 marginpar}[1]{
27568 \backslash
27569 myMarginpar{#1}}
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \begin_inset Note Note
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579
27580 \lang english
27581 The margin note format is changed only for this example.
27582 \end_layout
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \begin_layout Standard
27590 \begin_inset ERT
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594
27595
27596 \backslash
27597 else
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \begin_inset Note Note
27604 status open
27605
27606 \begin_layout Plain Layout
27607 Ce qui suit sera affiché si le paquetage LaTeX 
27608 \series bold
27609 marginnote
27610 \series default
27611  n'est pas installé :
27612 \end_layout
27613
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \begin_layout Standard
27620 Vous devez installer le paquetage LaTeX 
27621 \series bold
27622 marginnote
27623 \series default
27624  pour voir la suite de cette section dans la sortie imprimée.
27625 \end_layout
27626
27627 \begin_layout Standard
27628 \begin_inset ERT
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 fi
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Chapter
27644 Les Boîtes
27645 \end_layout
27646
27647 \begin_layout Section
27648 Introduction
27649 \begin_inset Index idx
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 Boîtes ! Introduction
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27663  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27664  voir la section
27665 \begin_inset space ~
27666 \end_inset
27667
27668
27669 \begin_inset CommandInset ref
27670 LatexCommand ref
27671 reference "sec:Minipages"
27672
27673 \end_inset
27674
27675 , pour encadrer des portions de texte, voir la section
27676 \begin_inset space ~
27677 \end_inset
27678
27679
27680 \begin_inset CommandInset ref
27681 LatexCommand ref
27682 reference "sec:Décorations"
27683
27684 \end_inset
27685
27686 , pour empêcher que des mots subissent une césure, voir la section
27687 \begin_inset space ~
27688 \end_inset
27689
27690
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "sec:Empêcher-césure"
27694
27695 \end_inset
27696
27697 , pour aligner du texte, voir la section
27698 \begin_inset space ~
27699 \end_inset
27700
27701
27702 \begin_inset CommandInset ref
27703 LatexCommand ref
27704 reference "sub:Alignement-Vertical"
27705
27706 \end_inset
27707
27708 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27709 \begin_inset space ~
27710 \end_inset
27711
27712
27713 \begin_inset CommandInset ref
27714 LatexCommand ref
27715 reference "sec:Boîtes-colorées"
27716
27717 \end_inset
27718
27719 .
27720 \end_layout
27721
27722 \begin_layout Standard
27723 On peut insérer une boîte en utilisant le menu 
27724 \family sans
27725 Insérer\SpecialChar \menuseparator
27726 Boîte
27727 \family default
27728  ou avec le bouton 
27729 \begin_inset Graphics
27730         filename ../../images/box-insert.png
27731         scale 85
27732         scaleBeforeRotation
27733
27734 \end_inset
27735
27736  de la barre d'outils.
27737  Une boîte grise avec une étiquette 
27738 \family sans
27739 Boîte
27740 \begin_inset space ~
27741 \end_inset
27742
27743 (Minipage)
27744 \family default
27745
27746 \begin_inset Graphics
27747         filename clipart/BoxInsetDefaultQt4.png
27748         scale 65
27749         scaleBeforeRotation
27750
27751 \end_inset
27752
27753  est alors insérée.
27754  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27755  et 
27756 \lang english
27757 selecting 
27758 \family sans
27759 Settings
27760 \family default
27761 \lang french
27762 .
27763  La fenêtre de dialogue qui apparaît donne accès aux types de
27764 \family sans
27765  Boîte
27766 \begin_inset space ~
27767 \end_inset
27768
27769 Intérieure
27770 \family default
27771  
27772 \family sans
27773 Parbox
27774 \begin_inset Note Note
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 En attendant un traduction plus correcte NdT
27779 \end_layout
27780
27781 \end_inset
27782
27783
27784 \family default
27785  et 
27786 \family sans
27787 Minipage
27788 \family default
27789 .
27790  Le type 
27791 \family sans
27792 Minipage
27793 \family default
27794  est le type implicite pour les boîtes nouvellement créées et il est décrit
27795  dans la section
27796 \begin_inset space ~
27797 \end_inset
27798
27799
27800 \begin_inset CommandInset ref
27801 LatexCommand ref
27802 reference "sec:Minipages"
27803
27804 \end_inset
27805
27806 ; le type 
27807 \family sans
27808 Parbox
27809 \family default
27810  est décrit dans la section
27811 \begin_inset space ~
27812 \end_inset
27813
27814
27815 \begin_inset CommandInset ref
27816 LatexCommand ref
27817 reference "sec:Parboxes"
27818
27819 \end_inset
27820
27821  et le type 
27822 \family sans
27823 \lang english
27824 Makebox
27825 \family default
27826 \lang french
27827  est décrit dans la section
27828 \begin_inset space ~
27829 \end_inset
27830
27831
27832 \begin_inset CommandInset ref
27833 LatexCommand ref
27834 reference "sec:Empêcher-césure"
27835
27836 \end_inset
27837
27838 .
27839 \end_layout
27840
27841 \begin_layout Standard
27842 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27843  comme les flottants ou les notes de bas de page.
27844 \end_layout
27845
27846 \begin_layout Standard
27847 \begin_inset Note Greyedout
27848 status open
27849
27850 \begin_layout Plain Layout
27851
27852 \series bold
27853 Note:
27854 \series default
27855  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27856  de type 
27857 \family sans
27858 Liste
27859 \family default
27860  ou 
27861 \family sans
27862 Description
27863 \family default
27864 .
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Standard
27873 \begin_inset Note Greyedout
27874 status open
27875
27876 \begin_layout Plain Layout
27877
27878 \series bold
27879 Note:
27880 \series default
27881  Pour une raison inconnue, vous ne pouvez mettre le type de la 
27882 \family sans
27883 Boîte
27884 \begin_inset space ~
27885 \end_inset
27886
27887 Intérieure
27888 \family default
27889  à 
27890 \family sans
27891 Aucune
27892 \family default
27893  que quand vous utilisez une boîte encadrée.
27894  Les boîtes sans 
27895 \family sans
27896 Boîte
27897 \begin_inset space ~
27898 \end_inset
27899
27900 Intérieure
27901 \family default
27902  et sans cadre sont expliquées dans la section
27903 \begin_inset space ~
27904 \end_inset
27905
27906
27907 \begin_inset CommandInset ref
27908 LatexCommand ref
27909 reference "sec:Empêcher-césure"
27910
27911 \end_inset
27912
27913 .
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Section
27922 La fenêtre de dialogue Boîte
27923 \begin_inset CommandInset label
27924 LatexCommand label
27925 name "sec:Boîte-Dialogue"
27926
27927 \end_inset
27928
27929
27930 \begin_inset Index idx
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934 Boîtes ! Fenêtre de dialogue Boîte
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \begin_layout Subsection
27943 Taille
27944 \begin_inset Index idx
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 Boîtes ! Taille
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Standard
27957 Dans la fenêtre de dialogue 
27958 \family sans
27959 Paramètres
27960 \begin_inset space ~
27961 \end_inset
27962
27963 de
27964 \begin_inset space ~
27965 \end_inset
27966
27967 Boîte
27968 \family default
27969  vous pouvez modifier la géométrie de la boîte avec les champs 
27970 \family sans
27971 Largeur
27972 \family default
27973  et 
27974 \family sans
27975 Hauteur
27976 \family default
27977 .
27978  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27979  dans le tableau
27980 \begin_inset space ~
27981 \end_inset
27982
27983
27984 \begin_inset CommandInset ref
27985 LatexCommand ref
27986 reference "tab:Unités"
27987
27988 \end_inset
27989
27990 .
27991  Le champ 
27992 \family sans
27993 Hauteur
27994 \family default
27995  offre en plus les spécifications de taille suivantes :
27996 \end_layout
27997
27998 \begin_layout Description
27999 Profondeur C'est simplement la 
28000 \begin_inset Quotes eld
28001 \end_inset
28002
28003 hauteur
28004 \begin_inset Quotes erd
28005 \end_inset
28006
28007  du texte.
28008  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28009  lignes de texte dans la boîte.
28010 \begin_inset Newline newline
28011 \end_inset
28012
28013
28014 \begin_inset Newline newline
28015 \end_inset
28016
28017
28018 \begin_inset Newline newline
28019 \end_inset
28020
28021
28022 \begin_inset Box Boxed
28023 position "c"
28024 hor_pos "c"
28025 has_inner_box 1
28026 inner_pos "c"
28027 use_parbox 0
28028 use_makebox 0
28029 width "12col%"
28030 special "none"
28031 height "1in"
28032 height_special "depth"
28033 status open
28034
28035 \begin_layout Plain Layout
28036 \align center
28037 Boîte dont la hauteur est égale à 1
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 Profondeur
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset Newline newline
28048 \end_inset
28049
28050
28051 \begin_inset Newline newline
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Description
28058 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28059  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28060  est deux fois plus haute que le texte : 
28061 \begin_inset Box Boxed
28062 position "c"
28063 hor_pos "c"
28064 has_inner_box 1
28065 inner_pos "c"
28066 use_parbox 0
28067 use_makebox 0
28068 width "20col%"
28069 special "none"
28070 height "2in"
28071 height_special "height"
28072 status open
28073
28074 \begin_layout Plain Layout
28075 \align center
28076 Boîte dont la hauteur est 2
28077 \begin_inset space \thinspace{}
28078 \end_inset
28079
28080 Hauteur
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Description
28089 Hauteur
28090 \begin_inset space ~
28091 \end_inset
28092
28093 Totale C'est égal à Hauteur
28094 \begin_inset space \thinspace{}
28095 \end_inset
28096
28097 +
28098 \begin_inset space \thinspace{}
28099 \end_inset
28100
28101 Profondeur : 
28102 \begin_inset Box Boxed
28103 position "c"
28104 hor_pos "c"
28105 has_inner_box 1
28106 inner_pos "c"
28107 use_parbox 0
28108 use_makebox 0
28109 width "20col%"
28110 special "none"
28111 height "1in"
28112 height_special "totalheight"
28113 status open
28114
28115 \begin_layout Plain Layout
28116 \align center
28117 Boîte dont la hauteur est 1
28118 \begin_inset space \thinspace{}
28119 \end_inset
28120
28121 Hauteur
28122 \begin_inset space ~
28123 \end_inset
28124
28125 Totale
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Description
28134 Largeur On prend la largeur de la boîte comme hauteur : 
28135 \begin_inset Box Boxed
28136 position "c"
28137 hor_pos "c"
28138 has_inner_box 1
28139 inner_pos "c"
28140 use_parbox 0
28141 use_makebox 0
28142 width "12col%"
28143 special "none"
28144 height "1in"
28145 height_special "width"
28146 status open
28147
28148 \begin_layout Plain Layout
28149 \align center
28150 Boîte dont la hauteur est 1
28151 \begin_inset space \thinspace{}
28152 \end_inset
28153
28154 Largeur
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \end_layout
28161
28162 \begin_layout Subsection
28163 Alignement
28164 \begin_inset Index idx
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168 Boîtes ! Alignement
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \begin_layout Standard
28177 Quand vous avez choisi une 
28178 \family sans
28179 Boîte
28180 \begin_inset space ~
28181 \end_inset
28182
28183 Intérieure
28184 \family default
28185 , l'alignement vertical de la boîte peut être :
28186 \end_layout
28187
28188 \begin_layout Description
28189 Haut Ceci est un exemple de texte.
28190  
28191 \begin_inset Box Boxed
28192 position "t"
28193 hor_pos "c"
28194 has_inner_box 1
28195 inner_pos "c"
28196 use_parbox 0
28197 use_makebox 0
28198 width "12col%"
28199 special "none"
28200 height "1in"
28201 height_special "totalheight"
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 \align center
28206 Cette boîte est alignée sur le haut.
28207 \end_layout
28208
28209 \end_inset
28210
28211  Ceci est un exemple de texte.
28212 \end_layout
28213
28214 \begin_layout Description
28215 Milieu Ceci est un exemple de texte.
28216  
28217 \begin_inset Box Boxed
28218 position "c"
28219 hor_pos "c"
28220 has_inner_box 1
28221 inner_pos "c"
28222 use_parbox 0
28223 use_makebox 0
28224 width "12col%"
28225 special "none"
28226 height "1in"
28227 height_special "totalheight"
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231 \align center
28232 Cette boîte est alignée au centre.
28233 \end_layout
28234
28235 \end_inset
28236
28237  Ceci est un exemple de texte.
28238 \end_layout
28239
28240 \begin_layout Description
28241 Bas Ceci est un exemple de texte.
28242  
28243 \begin_inset Box Boxed
28244 position "b"
28245 hor_pos "c"
28246 has_inner_box 1
28247 inner_pos "c"
28248 use_parbox 0
28249 use_makebox 0
28250 width "12col%"
28251 special "none"
28252 height "1in"
28253 height_special "totalheight"
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 \align center
28258 Cette boîte est alignée sur le bas.
28259 \end_layout
28260
28261 \end_inset
28262
28263  Ceci est un exemple de texte.
28264 \end_layout
28265
28266 \begin_layout Standard
28267 \begin_inset Note Greyedout
28268 status open
28269
28270 \begin_layout Plain Layout
28271
28272 \series bold
28273 Note:
28274 \series default
28275  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28276  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28277  l'autre non.
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \begin_layout Standard
28286 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28287  paragraphe grâce à la fenêtre de dialogue 
28288 \family sans
28289 Paramètres
28290 \begin_inset space ~
28291 \end_inset
28292
28293 de
28294 \begin_inset space ~
28295 \end_inset
28296
28297 Boîte
28298 \family default
28299 .
28300 \end_layout
28301
28302 \begin_layout Standard
28303 \begin_inset VSpace bigskip
28304 \end_inset
28305
28306 Quand vous avez choisi une 
28307 \family sans
28308 Boîte
28309 \begin_inset space ~
28310 \end_inset
28311
28312 Intérieure
28313 \family default
28314 , l'alignement vertical du contenu de la boîte peut être :
28315 \end_layout
28316
28317 \begin_layout Description
28318 haut Ceci est un exemple de texte.
28319 \begin_inset Box Boxed
28320 position "c"
28321 hor_pos "c"
28322 has_inner_box 1
28323 inner_pos "t"
28324 use_parbox 0
28325 use_makebox 0
28326 width "12col%"
28327 special "none"
28328 height "1.5in"
28329 height_special "totalheight"
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 \align center
28334 Le texte de cette boîte est aligné sur le haut.
28335 \end_layout
28336
28337 \end_inset
28338
28339  Ceci est un exemple de texte.
28340 \end_layout
28341
28342 \begin_layout Description
28343 milieu Ceci est un exemple de texte.
28344  
28345 \begin_inset Box Boxed
28346 position "c"
28347 hor_pos "c"
28348 has_inner_box 1
28349 inner_pos "c"
28350 use_parbox 0
28351 use_makebox 0
28352 width "12col%"
28353 special "none"
28354 height "1.5in"
28355 height_special "totalheight"
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359 \align center
28360 Le texte de cette boîte est aligné au centre
28361 \end_layout
28362
28363 \end_inset
28364
28365  Ceci est un exemple de texte.
28366 \end_layout
28367
28368 \begin_layout Description
28369 bas Ceci est un exemple de texte.
28370  
28371 \begin_inset Box Boxed
28372 position "c"
28373 hor_pos "c"
28374 has_inner_box 1
28375 inner_pos "b"
28376 use_parbox 0
28377 use_makebox 0
28378 width "12col%"
28379 special "none"
28380 height "1.5in"
28381 height_special "totalheight"
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385 \align center
28386 Le texte de cette boîte est aligné en bas.
28387 \end_layout
28388
28389 \end_inset
28390
28391  Ceci est un exemple de texte.
28392 \end_layout
28393
28394 \begin_layout Description
28395 élongation Ceci est un exemple de texte.
28396  
28397 \begin_inset Box Boxed
28398 position "c"
28399 hor_pos "c"
28400 has_inner_box 1
28401 inner_pos "s"
28402 use_parbox 0
28403 use_makebox 0
28404 width "12col%"
28405 special "none"
28406 height "1.5in"
28407 height_special "totalheight"
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 \align center
28412 Le texte 
28413 \end_layout
28414
28415 \begin_layout Plain Layout
28416 \align center
28417 de cette
28418 \end_layout
28419
28420 \begin_layout Plain Layout
28421 \align center
28422 boîte est
28423 \end_layout
28424
28425 \begin_layout Plain Layout
28426 \align center
28427 allongé.
28428 \end_layout
28429
28430 \end_inset
28431
28432  Ceci est un exemple de texte.
28433 \end_layout
28434
28435 \begin_layout Standard
28436 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28437  paragraphe.
28438  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28439 \end_layout
28440
28441 \begin_layout Standard
28442 \begin_inset VSpace bigskip
28443 \end_inset
28444
28445 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28446  la fenêtre de dialogue 
28447 \family sans
28448 Paramètres
28449 \begin_inset space ~
28450 \end_inset
28451
28452 de
28453 \begin_inset space ~
28454 \end_inset
28455
28456 paragraphe
28457 \family default
28458  quand vous avez choisi une 
28459 \family sans
28460 Boîte
28461 \begin_inset space ~
28462 \end_inset
28463
28464 Intérieure
28465 \family default
28466 .
28467 \end_layout
28468
28469 \begin_layout Standard
28470 \align center
28471 \begin_inset Box Boxed
28472 position "c"
28473 hor_pos "c"
28474 has_inner_box 1
28475 inner_pos "s"
28476 use_parbox 0
28477 use_makebox 0
28478 width "15col%"
28479 special "none"
28480 height "1.25in"
28481 height_special "totalheight"
28482 status open
28483
28484 \begin_layout Plain Layout
28485 \align left
28486 Le texte de 
28487 \end_layout
28488
28489 \begin_layout Plain Layout
28490 \align left
28491 cette boîte
28492 \end_layout
28493
28494 \begin_layout Plain Layout
28495 \align right
28496 est allongé.
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Standard
28505 Si vous n'avez pas choisi une 
28506 \family sans
28507 Boîte
28508 \begin_inset space ~
28509 \end_inset
28510
28511 Intérieure
28512 \family default
28513 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28514  de dialogue de boîte.
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \align center
28519 \begin_inset Box Boxed
28520 position "c"
28521 hor_pos "s"
28522 has_inner_box 0
28523 inner_pos "s"
28524 use_parbox 0
28525 use_makebox 0
28526 width "90col%"
28527 special "none"
28528 height "1.25in"
28529 height_special "totalheight"
28530 status open
28531
28532 \begin_layout Plain Layout
28533 \align left
28534 Le texte de cette boîte est allongé horizontalement.
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Subsection
28543 Décorations
28544 \begin_inset CommandInset label
28545 LatexCommand label
28546 name "sec:Décorations"
28547
28548 \end_inset
28549
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Boîtes ! Décorations
28556 \end_layout
28557
28558 \end_inset
28559
28560
28561 \end_layout
28562
28563 \begin_layout Standard
28564 On peut spécifier le style de la boîte en utilisant la liste déroulante
28565  
28566 \family sans
28567 Décoration
28568 \family default
28569 .
28570  Les possibilités sont les suivantes :
28571 \end_layout
28572
28573 \begin_layout Description
28574 Aucun
28575 \begin_inset space ~
28576 \end_inset
28577
28578 cadre
28579 \begin_inset space ~
28580 \end_inset
28581
28582 tracé 
28583 \lang english
28584 Nothing is drawn.
28585 \end_layout
28586
28587 \begin_layout Description
28588 Cadre
28589 \begin_inset space ~
28590 \end_inset
28591
28592 rectangulaire
28593 \begin_inset space ~
28594 \end_inset
28595
28596 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28597  L'épaisseur du trait de ce cadre est donnée par la variable  
28598 \series bold
28599
28600 \backslash
28601 fboxrule
28602 \series default
28603 .
28604 \begin_inset Newline newline
28605 \end_inset
28606
28607
28608 \begin_inset Box Boxed
28609 position "c"
28610 hor_pos "c"
28611 has_inner_box 1
28612 inner_pos "c"
28613 use_parbox 0
28614 use_makebox 0
28615 width "20col%"
28616 special "none"
28617 height "1in"
28618 height_special "totalheight"
28619 status open
28620
28621 \begin_layout Plain Layout
28622 \align center
28623 Boîte rectangulaire
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Description
28632 Cadre
28633 \begin_inset space ~
28634 \end_inset
28635
28636 oval,
28637 \begin_inset space ~
28638 \end_inset
28639
28640 fin Ceci dessine un cadre ovalisée autour de la boîte.
28641  L'épaisseur du trait de ce cadre est de  0.4
28642 \begin_inset space \thinspace{}
28643 \end_inset
28644
28645 pt.
28646  
28647 \begin_inset Box ovalbox
28648 position "c"
28649 hor_pos "c"
28650 has_inner_box 1
28651 inner_pos "c"
28652 use_parbox 0
28653 use_makebox 0
28654 width "20col%"
28655 special "none"
28656 height "1in"
28657 height_special "totalheight"
28658 status open
28659
28660 \begin_layout Plain Layout
28661 \align center
28662 Boîte ovalisée, fine
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Description
28671 Cadre
28672 \begin_inset space ~
28673 \end_inset
28674
28675 oval,
28676 \begin_inset space ~
28677 \end_inset
28678
28679 épais Ceci dessine un cadre ovalisée autour de la boîte.
28680  L'épaisseur du trait de ce cadre est de   0.8
28681 \begin_inset space \thinspace{}
28682 \end_inset
28683
28684 pt.
28685  
28686 \begin_inset Box Ovalbox
28687 position "c"
28688 hor_pos "c"
28689 has_inner_box 1
28690 inner_pos "c"
28691 use_parbox 0
28692 use_makebox 0
28693 width "20col%"
28694 special "none"
28695 height "1in"
28696 height_special "totalheight"
28697 status open
28698
28699 \begin_layout Plain Layout
28700 \align center
28701 Boîte ovalisée, épaisse
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \begin_layout Description
28710 Ombre
28711 \begin_inset space ~
28712 \end_inset
28713
28714 en
28715 \begin_inset space ~
28716 \end_inset
28717
28718 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28719  L'épaisseur du trait de ce cadre est donnée par la variable  
28720 \series bold
28721
28722 \backslash
28723 fboxrule
28724 \series default
28725 , l'ombre a une épaisseur de  4
28726 \begin_inset space \thinspace{}
28727 \end_inset
28728
28729 pt.
28730  
28731 \begin_inset Box Shadowbox
28732 position "c"
28733 hor_pos "c"
28734 has_inner_box 1
28735 inner_pos "c"
28736 use_parbox 0
28737 use_makebox 0
28738 width "20col%"
28739 special "none"
28740 height "1in"
28741 height_special "totalheight"
28742 status open
28743
28744 \begin_layout Plain Layout
28745 \align center
28746 Boîte ombrée
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \begin_layout Description
28755 Fond
28756 \begin_inset space ~
28757 \end_inset
28758
28759 ombré Ceci dessine une boîte avec un arrière plan rouge.
28760  Contrairement aux boîtes coloriées
28761 \begin_inset Foot
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 Voir la section
28766 \begin_inset space ~
28767 \end_inset
28768
28769
28770 \begin_inset CommandInset ref
28771 LatexCommand ref
28772 reference "sec:Boîtes-colorées"
28773
28774 \end_inset
28775
28776 .
28777 \end_layout
28778
28779 \end_inset
28780
28781 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28782  son propre paragraphe.
28783 \lang english
28784
28785 \begin_inset Box Shaded
28786 position "t"
28787 hor_pos "c"
28788 has_inner_box 0
28789 inner_pos "t"
28790 use_parbox 0
28791 use_makebox 0
28792 width "50col%"
28793 special "none"
28794 height "1in"
28795 height_special "totalheight"
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 Boîte avec fond ombré
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \begin_layout Description
28808 Cadre
28809 \begin_inset space ~
28810 \end_inset
28811
28812 rectangulaire
28813 \begin_inset space ~
28814 \end_inset
28815
28816 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
28817  boîte.
28818  L'épaisseur du trait du cadre interne est de 0.75
28819 \begin_inset space \thinspace{}
28820 \end_inset
28821
28822
28823 \series bold
28824
28825 \backslash
28826 fboxrule
28827 \series default
28828 , l'épaisseur du trait du cadre externe est de 1.5
28829 \begin_inset space \thinspace{}
28830 \end_inset
28831
28832
28833 \series bold
28834
28835 \backslash
28836 fboxrule
28837 \series default
28838 .
28839  La distance entre les deux cadres est de  1.5
28840 \begin_inset space \thinspace{}
28841 \end_inset
28842
28843
28844 \series bold
28845
28846 \backslash
28847 fboxrule
28848 \series default
28849
28850 \begin_inset space \thinspace{}
28851 \end_inset
28852
28853 +
28854 \begin_inset space \thinspace{}
28855 \end_inset
28856
28857 0.5
28858 \begin_inset space \thinspace{}
28859 \end_inset
28860
28861 pt.
28862  
28863 \begin_inset Box Doublebox
28864 position "c"
28865 hor_pos "c"
28866 has_inner_box 1
28867 inner_pos "c"
28868 use_parbox 0
28869 use_makebox 0
28870 width "20col%"
28871 special "none"
28872 height "1in"
28873 height_special "totalheight"
28874 status open
28875
28876 \begin_layout Plain Layout
28877 \align center
28878 Boîte double
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \begin_layout Standard
28887 \begin_inset VSpace bigskip
28888 \end_inset
28889
28890 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28891  style de boîte utilisé.
28892  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28893  le paquetage LaTeX 
28894 \series bold
28895 fancybox
28896 \series default
28897
28898 \begin_inset Index idx
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Paquetages LaTeX ! fancybox
28903 \end_layout
28904
28905 \end_inset
28906
28907 .
28908 \end_layout
28909
28910 \begin_layout Standard
28911 \begin_inset VSpace bigskip
28912 \end_inset
28913
28914 Quand vous utilisez le style de décoration 
28915 \family sans
28916 cadre rectangulaire simple
28917 \family default
28918  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28919  de la boîte.
28920  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28921  predra toute la largeur de la colonne, la boîte sera considérée comme son
28922  propre paragraphe et 
28923 \series bold
28924
28925 \backslash
28926 fboxrule
28927 \series default
28928  et 
28929 \series bold
28930
28931 \backslash
28932 fboxsep
28933 \series default
28934  n'ont aucun effet sur ce type de boîte.
28935  L'épaisseur de la ligne du cadre a la valeur de 
28936 \series bold
28937
28938 \backslash
28939 FrameRule
28940 \series default
28941 .
28942  
28943 \begin_inset Box Framed
28944 position "t"
28945 hor_pos "c"
28946 has_inner_box 0
28947 inner_pos "t"
28948 use_parbox 0
28949 use_makebox 0
28950 width "100col%"
28951 special "none"
28952 height "1in"
28953 height_special "totalheight"
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957 Boîte avec cadre simple et sauts de page
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Section
28966 Personnalisation des boîtes
28967 \begin_inset Index idx
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 Boîtes! Personnalisation
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 La valeur implicite pour la variable 
28981 \series bold
28982
28983 \backslash
28984 fboxrule
28985 \series default
28986  est 0.4
28987 \begin_inset space \thinspace{}
28988 \end_inset
28989
28990 pt.
28991  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
28992  pour avoir 2
28993 \begin_inset space \thinspace{}
28994 \end_inset
28995
28996 pt :
28997 \end_layout
28998
28999 \begin_layout Standard
29000
29001 \series bold
29002
29003 \backslash
29004 setlength{
29005 \backslash
29006 fboxrule}{2pt}
29007 \end_layout
29008
29009 \begin_layout Standard
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015
29016 \backslash
29017 setlength{
29018 \backslash
29019 fboxrule}{2pt}
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \begin_inset Box Boxed
29026 position "c"
29027 hor_pos "c"
29028 has_inner_box 1
29029 inner_pos "c"
29030 use_parbox 0
29031 use_makebox 0
29032 width "25col%"
29033 special "none"
29034 height "1in"
29035 height_special "totalheight"
29036 status open
29037
29038 \begin_layout Plain Layout
29039 \align center
29040 Boîte rectangulaire avec 
29041 \series bold
29042
29043 \backslash
29044 fboxrule
29045 \series default
29046
29047 \begin_inset space \thinspace{}
29048 \end_inset
29049
29050 =
29051 \begin_inset space \thinspace{}
29052 \end_inset
29053
29054 2
29055 \begin_inset space \thinspace{}
29056 \end_inset
29057
29058 pt
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \begin_inset ERT
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068
29069
29070 \backslash
29071 setlength{
29072 \backslash
29073 fboxrule}{0.4pt}
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \begin_layout Standard
29082 \begin_inset VSpace bigskip
29083 \end_inset
29084
29085 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29086  les types de cadres, implicitement il est de 3
29087 \begin_inset space \thinspace{}
29088 \end_inset
29089
29090 pt.
29091  Vous pouvez le modifier en donnant une autre valeur à la variable 
29092 \series bold
29093
29094 \backslash
29095 fboxsep
29096 \series default
29097 .
29098  Par exemple la commande
29099 \end_layout
29100
29101 \begin_layout Standard
29102
29103 \series bold
29104
29105 \backslash
29106 setlength{
29107 \backslash
29108 fboxsep}{10pt}
29109 \end_layout
29110
29111 \begin_layout Standard
29112 met une valeur de 10
29113 \begin_inset space \thinspace{}
29114 \end_inset
29115
29116 pt, comme celle utilisée pour cette boîte :
29117 \end_layout
29118
29119 \begin_layout Standard
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 setlength{
29128 \backslash
29129 fboxsep}{10pt}
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \begin_inset Box Boxed
29136 position "c"
29137 hor_pos "c"
29138 has_inner_box 1
29139 inner_pos "c"
29140 use_parbox 0
29141 use_makebox 0
29142 width "25col%"
29143 special "none"
29144 height "1in"
29145 height_special "totalheight"
29146 status open
29147
29148 \begin_layout Plain Layout
29149 \align center
29150 Boîte rectangulaire avec 
29151 \series bold
29152
29153 \backslash
29154 fboxsep
29155 \series default
29156
29157 \begin_inset space \thinspace{}
29158 \end_inset
29159
29160 =
29161 \begin_inset space \thinspace{}
29162 \end_inset
29163
29164 10
29165 \begin_inset space \thinspace{}
29166 \end_inset
29167
29168 pt
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179
29180 \backslash
29181 setlength{
29182 \backslash
29183 fboxsep}{3pt}
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Standard
29192 \begin_inset VSpace bigskip
29193 \end_inset
29194
29195 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29196  la commande 
29197 \series bold
29198
29199 \backslash
29200 cornersize
29201 \series default
29202 .
29203  Par exemple, la commande
29204 \end_layout
29205
29206 \begin_layout Standard
29207
29208 \series bold
29209
29210 \backslash
29211 cornersize*{1cm}
29212 \end_layout
29213
29214 \begin_layout Standard
29215 donne un diamètre de 1
29216 \begin_inset space \thinspace{}
29217 \end_inset
29218
29219 cm.
29220  La commande
29221 \end_layout
29222
29223 \begin_layout Standard
29224
29225 \series bold
29226
29227 \backslash
29228 cornersize{num}
29229 \end_layout
29230
29231 \begin_layout Standard
29232 fixe le diamètre à 
29233 \family sans
29234 num
29235 \begin_inset space \thinspace{}
29236 \end_inset
29237
29238 ×
29239 \begin_inset space \thinspace{}
29240 \end_inset
29241
29242 minimum(largeur et hauteur de la boîte)
29243 \family default
29244 .
29245  La valeur implicite est 
29246 \series bold
29247
29248 \backslash
29249 cornersize{0.5}
29250 \series default
29251 .
29252 \end_layout
29253
29254 \begin_layout Standard
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260
29261 \backslash
29262 cornersize*{1.5cm}
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \begin_inset Box Ovalbox
29269 position "c"
29270 hor_pos "c"
29271 has_inner_box 1
29272 inner_pos "c"
29273 use_parbox 0
29274 use_makebox 0
29275 width "25col%"
29276 special "none"
29277 height "1in"
29278 height_special "totalheight"
29279 status open
29280
29281 \begin_layout Plain Layout
29282 \align center
29283 Boîte ovale avec 
29284 \series bold
29285
29286 \backslash
29287 cornersize
29288 \series default
29289
29290 \begin_inset space \thinspace{}
29291 \end_inset
29292
29293 =
29294 \begin_inset space \thinspace{}
29295 \end_inset
29296
29297 1.5
29298 \begin_inset space \thinspace{}
29299 \end_inset
29300
29301 cm
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \begin_inset ERT
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312
29313 \backslash
29314 cornersize{0.5}
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 \begin_inset VSpace bigskip
29324 \end_inset
29325
29326 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29327  
29328 \series bold
29329
29330 \backslash
29331 shadowsize
29332 \series default
29333 .
29334  Elle est fixée à 2
29335 \begin_inset space \thinspace{}
29336 \end_inset
29337
29338 pt pour la boîte suivante par la commande :
29339 \end_layout
29340
29341 \begin_layout Standard
29342
29343 \series bold
29344
29345 \backslash
29346 setlength{
29347 \backslash
29348 shadowsize}{2pt}
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356
29357
29358 \backslash
29359 setlength{
29360 \backslash
29361 shadowsize}{2pt}
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \begin_inset Box Shadowbox
29368 position "c"
29369 hor_pos "c"
29370 has_inner_box 1
29371 inner_pos "c"
29372 use_parbox 0
29373 use_makebox 0
29374 width "25col%"
29375 special "none"
29376 height "1in"
29377 height_special "totalheight"
29378 status open
29379
29380 \begin_layout Plain Layout
29381 \align center
29382 Boîte ombrée avec 
29383 \series bold
29384
29385 \backslash
29386 shadowsize
29387 \series default
29388
29389 \begin_inset space \thinspace{}
29390 \end_inset
29391
29392 =
29393 \begin_inset space \thinspace{}
29394 \end_inset
29395
29396 2
29397 \begin_inset space \thinspace{}
29398 \end_inset
29399
29400 pt
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \begin_inset ERT
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410
29411
29412 \backslash
29413 setlength{
29414 \backslash
29415 shadowsize}{4pt}
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Standard
29424 \begin_inset VSpace bigskip
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Standard
29431 La valeur implicite pour la longueur 
29432 \series bold
29433
29434 \backslash
29435 FrameRule
29436 \series default
29437  est 0,4
29438 \begin_inset space \thinspace{}
29439 \end_inset
29440
29441 pt.
29442  L'espacement implicite entre le contenu de la note et le cadre est de 9
29443 \begin_inset space \thinspace{}
29444 \end_inset
29445
29446 pt et il peut être modifié en utilisant la valeur de 
29447 \series bold
29448
29449 \backslash
29450 FrameSep
29451 \series default
29452 .
29453  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29454  suivantes en code TeX
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \series bold
29460
29461 \backslash
29462 setlength{
29463 \backslash
29464 FrameRule}{5pt}
29465 \begin_inset Newline newline
29466 \end_inset
29467
29468
29469 \backslash
29470 setlength{
29471 \backslash
29472 FrameSep}{0.5cm}
29473 \end_layout
29474
29475 \begin_layout Standard
29476 \begin_inset ERT
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481
29482 \backslash
29483 setlength{
29484 \backslash
29485 FrameRule}{5pt}
29486 \end_layout
29487
29488 \begin_layout Plain Layout
29489
29490
29491 \backslash
29492 setlength{
29493 \backslash
29494 FrameSep}{0.5cm}
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \begin_inset Box Framed
29501 position "t"
29502 hor_pos "c"
29503 has_inner_box 0
29504 inner_pos "t"
29505 use_parbox 0
29506 use_makebox 0
29507 width "100col%"
29508 special "none"
29509 height "1in"
29510 height_special "totalheight"
29511 status open
29512
29513 \begin_layout Plain Layout
29514 Ceci est un texte dans une boîte autorisant les 
29515 \family sans
29516 sauts de page
29517 \family default
29518 .
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \begin_inset ERT
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528
29529
29530 \backslash
29531 setlength{
29532 \backslash
29533 FrameRule}{0.4pt}
29534 \end_layout
29535
29536 \begin_layout Plain Layout
29537
29538
29539 \backslash
29540 setlength{
29541 \backslash
29542 FrameSep}{9pt}
29543 \end_layout
29544
29545 \end_inset
29546
29547
29548 \end_layout
29549
29550 \begin_layout Standard
29551
29552 \lang english
29553 \begin_inset VSpace bigskip
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Pour les bôites à 
29561 \family sans
29562 Fond
29563 \begin_inset space ~
29564 \end_inset
29565
29566 ombré
29567 \family default
29568 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29569  3
29570 \begin_inset space \thinspace{}
29571 \end_inset
29572
29573 pt et il peut être modifié avec la valeur de 
29574 \series bold
29575
29576 \backslash
29577 fboxsep
29578 \series default
29579 .
29580  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29581  localement avec la commande 
29582 \series bold
29583
29584 \backslash
29585 definecolor{shadecolor}
29586 \series default
29587 , soit globalement avec le menu 
29588 \family sans
29589 Outils\SpecialChar \menuseparator
29590 Préférences
29591 \family default
29592 \SpecialChar \menuseparator
29593
29594 \family sans
29595 Couleurs\SpecialChar \menuseparator
29596 boîte
29597 \begin_inset space ~
29598 \end_inset
29599
29600 ombrée
29601 \family default
29602 .
29603  La syntaxe de la commande 
29604 \series bold
29605
29606 \backslash
29607 definecolor
29608 \series default
29609  est expliquée dans la section
29610 \begin_inset space ~
29611 \end_inset
29612
29613
29614 \begin_inset CommandInset ref
29615 LatexCommand ref
29616 reference "sec:Tableaux-Colorés"
29617
29618 \end_inset
29619
29620
29621 \begin_inset Foot
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 Notez que l'utilisation de 
29626 \series bold
29627
29628 \backslash
29629 definecolor
29630 \series default
29631  ne peut se faire sans le paquetage LaTeX 
29632 \series bold
29633 color
29634 \series default
29635  dans le préambule, voir la section
29636 \begin_inset space ~
29637 \end_inset
29638
29639
29640 \begin_inset CommandInset ref
29641 LatexCommand ref
29642 reference "sec:Boîtes-colorées"
29643
29644 \end_inset
29645
29646 .
29647  
29648 \end_layout
29649
29650 \end_inset
29651
29652 .
29653 \end_layout
29654
29655 \begin_layout Standard
29656 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29657  les commandes en code TeX suivantes
29658 \end_layout
29659
29660 \begin_layout Standard
29661
29662 \series bold
29663
29664 \backslash
29665 setlength{
29666 \backslash
29667 fboxsep}{0.5cm}
29668 \series default
29669
29670 \begin_inset Newline newline
29671 \end_inset
29672
29673
29674 \series bold
29675
29676 \backslash
29677 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29678 \end_layout
29679
29680 \begin_layout Standard
29681 \begin_inset ERT
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685
29686
29687 \backslash
29688 setlength{
29689 \backslash
29690 fboxsep}{0.5cm}
29691 \end_layout
29692
29693 \begin_layout Plain Layout
29694
29695
29696 \backslash
29697 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \begin_inset Box Shaded
29704 position "t"
29705 hor_pos "c"
29706 has_inner_box 0
29707 inner_pos "t"
29708 use_parbox 0
29709 use_makebox 0
29710 width "100col%"
29711 special "none"
29712 height "1in"
29713 height_special "totalheight"
29714 status open
29715
29716 \begin_layout Plain Layout
29717
29718 \color yellow
29719 Ceci est un texte jaune dans une boîte à 
29720 \family sans
29721 Fond
29722 \begin_inset space ~
29723 \end_inset
29724
29725 ombré
29726 \family default
29727 \color inherit
29728  
29729 \color yellow
29730 avec un fond vert foncé.
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741
29742 \backslash
29743 setlength{
29744 \backslash
29745 fboxsep}{3pt}
29746 \end_layout
29747
29748 \begin_layout Plain Layout
29749
29750
29751 \backslash
29752 definecolor{shadecolor}{rgb}{1,0,0}
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Standard
29761
29762 \lang english
29763 \begin_inset VSpace bigskip
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29771  les boîtes qui suivent la commandes qui les a changées.
29772 \end_layout
29773
29774 \begin_layout Section
29775 Minipages
29776 \begin_inset CommandInset label
29777 LatexCommand label
29778 name "sec:Minipages"
29779
29780 \end_inset
29781
29782
29783 \begin_inset Index idx
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 Boîtes ! Minipages
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \end_layout
29794
29795 \begin_layout Standard
29796 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29797 ur d'une page.
29798  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29799  règles d'indentation, de saut de ligne, etc.
29800  s'appliquent.
29801 \end_layout
29802
29803 \begin_layout Standard
29804 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29805  langues.
29806 \end_layout
29807
29808 \begin_layout Standard
29809 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29810  Leur largeur est fixée à 45
29811 \begin_inset space \thinspace{}
29812 \end_inset
29813
29814 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29815  via le menu 
29816 \family sans
29817 Insérer\SpecialChar \menuseparator
29818 Typographie
29819 \begin_inset space ~
29820 \end_inset
29821
29822 spéciale\SpecialChar \menuseparator
29823 Ressort
29824 \begin_inset space ~
29825 \end_inset
29826
29827 Horizontal
29828 \family default
29829 .
29830 \end_layout
29831
29832 \begin_layout Standard
29833
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \lang english
29839 \begin_inset Box Frameless
29840 position "t"
29841 hor_pos "c"
29842 has_inner_box 1
29843 inner_pos "c"
29844 use_parbox 0
29845 use_makebox 0
29846 width "45col%"
29847 special "none"
29848 height "1in"
29849 height_special "totalheight"
29850 status open
29851
29852 \begin_layout Plain Layout
29853
29854 \lang german
29855 Dies ist ein deutscher Text.
29856  Dies ist ein deutscher Text.
29857  Dies ist ein deutscher Text.
29858  Dies ist ein deutscher Text.
29859  Dies ist ein deutscher Text.
29860  Dies ist ein deutscher Text.
29861  Dies ist ein deutscher Text.
29862  Dies ist ein deutscher Text.
29863  Dies ist ein deutscher Text.
29864  Dies ist ein deutscher Text.
29865  Dies ist ein deutscher Text.
29866  Dies ist ein deutscher Text.
29867  Dies ist ein deutscher Text
29868 \begin_inset Foot
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873 \lang german
29874 Dies ist eine deutsche Fußnote.
29875 \end_layout
29876
29877 \end_inset
29878
29879 .
29880  Dies ist ein deutscher Text.
29881  Dies ist ein deutscher Text.
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \begin_inset space \hfill{}
29888 \end_inset
29889
29890
29891 \begin_inset Box Frameless
29892 position "t"
29893 hor_pos "c"
29894 has_inner_box 1
29895 inner_pos "c"
29896 use_parbox 0
29897 use_makebox 0
29898 width "45col%"
29899 special "none"
29900 height "1in"
29901 height_special "totalheight"
29902 status open
29903
29904 \begin_layout Plain Layout
29905
29906 \lang english
29907 This is an English Text.
29908  This is an English Text.
29909  This is an English Text.
29910  This is an English Text.
29911  This is an English Text.
29912  This is an English Text.
29913  This is an English Text.
29914  This is an English Text.
29915  This is an English Text.
29916  This is an English Text.
29917  This is an English Text.
29918  This is an English Text.
29919  This is an English Text.
29920  This is an English Text.
29921  This is an English Text.
29922  This is an English Text.
29923 \begin_inset Foot
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928 \lang english
29929 This is an English footnote.
29930 \end_layout
29931
29932 \end_inset
29933
29934  This is an English Text.
29935  
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 \begin_inset VSpace bigskip
29945 \end_inset
29946
29947 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29948  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29949  minipages, même si vous les avez mis par exemple à 
29950 \family sans
29951 Moyen
29952 \family default
29953  dans les paramètres du document.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29958  portion de texte, voyez la section
29959 \begin_inset space ~
29960 \end_inset
29961
29962
29963 \begin_inset CommandInset ref
29964 LatexCommand ref
29965 reference "sub:Couleur-pour-les-Paragraphes"
29966
29967 \end_inset
29968
29969 .
29970 \end_layout
29971
29972 \begin_layout Standard
29973 \begin_inset Note Greyedout
29974 status open
29975
29976 \begin_layout Plain Layout
29977
29978 \series bold
29979 Note:
29980 \series default
29981  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29982  mais les minipages peuvent être utilisées dans un tableau, un flottant
29983  ou une autre boîte.
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Section
29992 Les Parboxes
29993 \begin_inset CommandInset label
29994 LatexCommand label
29995 name "sec:Parboxes"
29996
29997 \end_inset
29998
29999
30000 \begin_inset Index idx
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004 Boîtes ! Parboxes
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 \begin_inset Note Note
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018 \lang english
30019 En attendant une traduction de parbox (NdT)
30020 \end_layout
30021
30022 \end_inset
30023
30024 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30025  ne peuvent avoir de note de bas de page.
30026  La principale différence avec les minipages, c'est que les minipages au
30027  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
30028  LaTeX.
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \align center
30033 \begin_inset Box Frameless
30034 position "t"
30035 hor_pos "c"
30036 has_inner_box 1
30037 inner_pos "t"
30038 use_parbox 1
30039 use_makebox 0
30040 width "33col%"
30041 special "none"
30042 height "1in"
30043 height_special "totalheight"
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047 Ceci est un texte à l'intérieur d'une parbox.
30048  Ceci est un texte à l'intérieur d'une parbox.
30049 \end_layout
30050
30051 \begin_layout Plain Layout
30052 Cette note de bas de page ne devrait pas apparaître :
30053 \begin_inset Foot
30054 status open
30055
30056 \begin_layout Plain Layout
30057 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30058  pas.
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \begin_layout Section
30072 Des Boîtes pour les Mots et les Caractères
30073 \begin_inset Index idx
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 Boîtes ! Pour les caractères
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Subsection
30086 Empêcher la Césure
30087 \begin_inset CommandInset label
30088 LatexCommand label
30089 name "sec:Empêcher-césure"
30090
30091 \end_inset
30092
30093
30094 \begin_inset Index idx
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Boîtes ! Pour empêcher la césure
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Standard
30107 Vous pouvez utiliser 
30108 \lang english
30109 the box type 
30110 \family sans
30111 Makebox
30112 \family default
30113 \lang french
30114  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30115 \begin_inset Newline newline
30116 \end_inset
30117
30118 Voici un exemple de texte :
30119 \end_layout
30120
30121 \begin_layout Standard
30122 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30123 \begin_inset Quotes eld
30124 \end_inset
30125
30126 motTrèsTrèsLong
30127 \begin_inset Quotes erd
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134 Pour empêcher que le mot 
30135 \begin_inset Quotes eld
30136 \end_inset
30137
30138 motTrèsTrèsLong
30139 \begin_inset Quotes erd
30140 \end_inset
30141
30142  
30143 \lang english
30144 put the word into a box, set the 
30145 \family sans
30146 Inner
30147 \begin_inset space ~
30148 \end_inset
30149
30150 box
30151 \family default
30152  to 
30153 \family sans
30154 Makebox
30155 \family default
30156  and its width to 1
30157 \begin_inset space \thinspace{}
30158 \end_inset
30159
30160 Width.
30161 \end_layout
30162
30163 \begin_layout Standard
30164 Voici le résultat :
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30169 \begin_inset Box Frameless
30170 position "t"
30171 hor_pos "c"
30172 has_inner_box 1
30173 inner_pos "t"
30174 use_parbox 0
30175 use_makebox 1
30176 width "1in"
30177 special "width"
30178 height "1in"
30179 height_special "totalheight"
30180 status open
30181
30182 \begin_layout Plain Layout
30183 \begin_inset Quotes eld
30184 \end_inset
30185
30186 motTrèsTrèsLong
30187 \begin_inset Quotes erd
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \end_inset
30194
30195
30196 \end_layout
30197
30198 \begin_layout Standard
30199 Une autre méthode consiste à mettre la commande 
30200 \begin_inset Quotes eld
30201 \end_inset
30202
30203
30204 \series bold
30205
30206 \backslash
30207 -
30208 \series default
30209
30210 \begin_inset Quotes grd
30211 \end_inset
30212
30213  en code TeX, juste avant le mot :
30214 \end_layout
30215
30216 \begin_layout Standard
30217 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30218 \begin_inset Quotes eld
30219 \end_inset
30220
30221
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227
30228 \backslash
30229 -
30230 \end_layout
30231
30232 \end_inset
30233
30234 motTrèsTrèsLong
30235 \begin_inset Quotes erd
30236 \end_inset
30237
30238
30239 \end_layout
30240
30241 \begin_layout Standard
30242 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30243  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30244 \family sans
30245 Insérer\SpecialChar \menuseparator
30246 Formats\SpecialChar \menuseparator
30247 Passage
30248 \begin_inset space ~
30249 \end_inset
30250
30251 à
30252 \begin_inset space ~
30253 \end_inset
30254
30255 la
30256 \begin_inset space ~
30257 \end_inset
30258
30259 Ligne
30260 \family default
30261  (raccourci 
30262 \family sans
30263 Ctrl-Entrée
30264 \family default
30265 ) :
30266 \end_layout
30267
30268 \begin_layout Standard
30269 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30270 \begin_inset Newline newline
30271 \end_inset
30272
30273
30274 \begin_inset Box Frameless
30275 position "t"
30276 hor_pos "c"
30277 has_inner_box 1
30278 inner_pos "t"
30279 use_parbox 0
30280 use_makebox 1
30281 width "1in"
30282 special "width"
30283 height "1in"
30284 height_special "totalheight"
30285 status open
30286
30287 \begin_layout Plain Layout
30288 \begin_inset Quotes eld
30289 \end_inset
30290
30291 motTrèsTrèsLong
30292 \begin_inset Quotes erd
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Subsection
30304 Alignement Vertical
30305 \begin_inset CommandInset label
30306 LatexCommand label
30307 name "sub:Alignement-Vertical"
30308
30309 \end_inset
30310
30311
30312 \begin_inset Index idx
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316 Boîtes ! Pour l'alignement vertical
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Index idx
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 Boîtes ! Boîtes élévatrices
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \begin_inset Index idx
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336 Raisebox|see
30337 \begin_inset ERT
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341
30342 {
30343 \end_layout
30344
30345 \end_inset
30346
30347 Boîtes élévatrices
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353 }
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 Avec la commande 
30368 \series bold
30369
30370 \backslash
30371 raisebox
30372 \series default
30373  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30374  par rapport au texte qui l'entoure.
30375  La commande
30376 \series bold
30377  
30378 \backslash
30379 raisebox
30380 \series default
30381  s'utilise en suivant la syntaxe suivante :
30382 \end_layout
30383
30384 \begin_layout Standard
30385
30386 \series bold
30387
30388 \backslash
30389 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30394  pour l'abaisser.
30395 \end_layout
30396
30397 \begin_layout Standard
30398 Pour aligner le mot 
30399 \begin_inset Quotes eld
30400 \end_inset
30401
30402 empêcher
30403 \begin_inset Quotes erd
30404 \end_inset
30405
30406  de façon à ce que le point le plus bas du caractère le plus 
30407 \begin_inset Quotes eld
30408 \end_inset
30409
30410 profond
30411 \begin_inset Quotes erd
30412 \end_inset
30413
30414 , le 
30415 \begin_inset Quotes eld
30416 \end_inset
30417
30418 p
30419 \begin_inset Quotes erd
30420 \end_inset
30421
30422 , soit au niveau de la ligne de base, insérez la commande 
30423 \end_layout
30424
30425 \begin_layout Standard
30426
30427 \series bold
30428
30429 \backslash
30430 raisebox{
30431 \backslash
30432 depth}{
30433 \end_layout
30434
30435 \begin_layout Standard
30436 en code TeX avant le mot.
30437  Insérez après le mot l'accolade fermante 
30438 \begin_inset Quotes eld
30439 \end_inset
30440
30441
30442 \series bold
30443 }
30444 \series default
30445
30446 \begin_inset Quotes erd
30447 \end_inset
30448
30449  en code TeX.
30450 \begin_inset Newline newline
30451 \end_inset
30452
30453 Voici le résultat :
30454 \end_layout
30455
30456 \begin_layout Standard
30457 Cette ligne de texte contient le mot 
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463
30464 \backslash
30465 raisebox{
30466 \backslash
30467 depth}{
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \begin_inset Quotes eld
30474 \end_inset
30475
30476 empêcher
30477 \begin_inset Quotes erd
30478 \end_inset
30479
30480
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486 }
30487 \end_layout
30488
30489 \end_inset
30490
30491  comme mot élevé.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 \begin_inset VSpace bigskip
30496 \end_inset
30497
30498 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30499  entre les lignes va être agrandie :
30500 \end_layout
30501
30502 \begin_layout Standard
30503 Cette ligne de texte contient le mot
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 raisebox{-
30512 \backslash
30513 depth}{
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset Quotes eld
30520 \end_inset
30521
30522 empêcher
30523 \begin_inset Quotes erd
30524 \end_inset
30525
30526
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532 }
30533 \end_layout
30534
30535 \end_inset
30536
30537  comme mot abaissé.
30538 \begin_inset Newline newline
30539 \end_inset
30540
30541 Cette ligne de texte contient le mot 
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 raisebox{0.5cm}{
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \begin_inset Quotes eld
30556 \end_inset
30557
30558 tester
30559 \begin_inset Quotes erd
30560 \end_inset
30561
30562
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568 }
30569 \end_layout
30570
30571 \end_inset
30572
30573  comme mot élevé.
30574 \end_layout
30575
30576 \begin_layout Standard
30577 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30578  mettez la hauteur de la boîte à zéro.
30579  Par exemple utilisez
30580 \end_layout
30581
30582 \begin_layout Standard
30583
30584 \series bold
30585
30586 \backslash
30587 raisebox{-
30588 \backslash
30589 depth}[0pt]{
30590 \end_layout
30591
30592 \begin_layout Standard
30593 Cette ligne de texte contient le mot
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599
30600 \backslash
30601 raisebox{-
30602 \backslash
30603 depth}[0pt]{
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \begin_inset Quotes eld
30610 \end_inset
30611
30612 empêcher
30613 \begin_inset Quotes erd
30614 \end_inset
30615
30616
30617 \begin_inset ERT
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621
30622 }
30623 \end_layout
30624
30625 \end_inset
30626
30627  comme mot abaissé.
30628 \begin_inset Newline newline
30629 \end_inset
30630
30631 Cette ligne de texte contient le mot 
30632 \begin_inset ERT
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636
30637
30638 \backslash
30639 raisebox{0.5cm}[0pt]{
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset Quotes eld
30646 \end_inset
30647
30648 tester
30649 \begin_inset Quotes erd
30650 \end_inset
30651
30652
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658 }
30659 \end_layout
30660
30661 \end_inset
30662
30663  comme mot élevé.
30664 \end_layout
30665
30666 \begin_layout Section
30667 Boîtes Colorées
30668 \begin_inset CommandInset label
30669 LatexCommand label
30670 name "sec:Boîtes-colorées"
30671
30672 \end_inset
30673
30674
30675 \begin_inset Index idx
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679 Boîtes ! Couleur
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \begin_layout Subsection
30688 De la couleur pour le texte
30689 \begin_inset Index idx
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693 Couleur ! Pour le texte
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \begin_layout Standard
30702 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30703  une boîte appelée 
30704 \begin_inset Quotes eld
30705 \end_inset
30706
30707 colorbox
30708 \begin_inset Quotes erd
30709 \end_inset
30710
30711 .
30712  Cela demande que le paquetage LaTeX 
30713 \series bold
30714 color
30715 \series default
30716
30717 \begin_inset Index idx
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Paquetages LaTeX ! color
30722 \end_layout
30723
30724 \end_inset
30725
30726  soit chargé dans le préambule du document avec la commande
30727 \end_layout
30728
30729 \begin_layout Standard
30730
30731 \series bold
30732
30733 \backslash
30734 @ifundefined{textcolor}
30735 \begin_inset Newline newline
30736 \end_inset
30737
30738
30739 \begin_inset Phantom HPhantom
30740 status open
30741
30742 \begin_layout Plain Layout
30743
30744 \series bold
30745 \begin_inset space ~
30746 \end_inset
30747
30748
30749 \end_layout
30750
30751 \end_inset
30752
30753 {
30754 \backslash
30755 usepackage{color}}{}
30756 \end_layout
30757
30758 \begin_layout Standard
30759 Le paquetage 
30760 \series bold
30761 color
30762 \series default
30763  sera chargé automatiquement par LyX dès que vous colorez du texte.
30764 \begin_inset Foot
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30769  
30770 \series bold
30771
30772 \backslash
30773 @ifundefined
30774 \series default
30775 .
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \end_layout
30782
30783 \begin_layout Standard
30784 \begin_inset VSpace medskip
30785 \end_inset
30786
30787 Les boîtes colorées sont créées par la commande 
30788 \series bold
30789
30790 \backslash
30791 colorbox
30792 \series default
30793 .
30794  Elle est utilisée avec la syntaxe suivante :
30795 \end_layout
30796
30797 \begin_layout Standard
30798
30799 \series bold
30800
30801 \backslash
30802 colorbox{couleur}{contenu de la boîte}
30803 \end_layout
30804
30805 \begin_layout Standard
30806 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30807  peuvent être placées à l'intérieur d'autres boîtes.
30808 \end_layout
30809
30810 \begin_layout Standard
30811 Les couleurs suivantes sont prédéfinies ::
30812 \begin_inset Newline newline
30813 \end_inset
30814
30815
30816 \family sans
30817 black
30818 \family default
30819  (noir), 
30820 \family sans
30821 blue
30822 \family default
30823  (bleu), 
30824 \family sans
30825 cyan
30826 \family default
30827 \series bold
30828 ,
30829 \series default
30830  
30831 \family sans
30832 green
30833 \family default
30834  (vert), 
30835 \family sans
30836 magenta
30837 \family default
30838
30839 \family sans
30840 red
30841 \family default
30842  (rouge), 
30843 \family sans
30844 white
30845 \family default
30846  (blanc), and 
30847 \family sans
30848 yellow
30849 \family default
30850  (jaune).
30851 \begin_inset Newline newline
30852 \end_inset
30853
30854 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30855  section
30856 \begin_inset space ~
30857 \end_inset
30858
30859
30860 \begin_inset CommandInset ref
30861 LatexCommand ref
30862 reference "sec:Tableaux-Colorés"
30863
30864 \end_inset
30865
30866 .
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30871 \end_layout
30872
30873 \begin_layout Standard
30874
30875 \series bold
30876
30877 \backslash
30878 colorbox{red}{
30879 \end_layout
30880
30881 \begin_layout Standard
30882 avant le mot en code TeX.
30883  Insérez l'accolade fermante 
30884 \begin_inset Quotes eld
30885 \end_inset
30886
30887 }
30888 \begin_inset Quotes erd
30889 \end_inset
30890
30891  après le mot, en code TeX.
30892 \begin_inset Newline newline
30893 \end_inset
30894
30895 Voici le résultat :
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Cette ligne de texte contient le mot
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905
30906 \backslash
30907 colorbox{red}{
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \begin_inset Quotes eld
30914 \end_inset
30915
30916 Attention!
30917 \begin_inset Quotes erd
30918 \end_inset
30919
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926 }
30927 \end_layout
30928
30929 \end_inset
30930
30931  sur fond rouge.
30932 \end_layout
30933
30934 \begin_layout Standard
30935 \begin_inset VSpace bigskip
30936 \end_inset
30937
30938 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30939  vous pouvez utiliser la commande 
30940 \series bold
30941
30942 \backslash
30943 fcolorbox
30944 \series default
30945  avec la syntaxe suivante :
30946 \end_layout
30947
30948 \begin_layout Standard
30949
30950 \series bold
30951
30952 \backslash
30953 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30954 \end_layout
30955
30956 \begin_layout Standard
30957
30958 \series bold
30959
30960 \backslash
30961 fcolorbox
30962 \series default
30963  est une extension de 
30964 \series bold
30965
30966 \backslash
30967 colorbox
30968 \series default
30969 .
30970  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30971  peuvent être modifiés avec les variables 
30972 \series bold
30973
30974 \backslash
30975 fboxrule
30976 \series default
30977  et 
30978 \series bold
30979
30980 \backslash
30981 fboxsep
30982 \series default
30983 , comme c'est décrit dans la section
30984 \begin_inset space ~
30985 \end_inset
30986
30987
30988 \begin_inset CommandInset ref
30989 LatexCommand ref
30990 reference "sec:Décorations"
30991
30992 \end_inset
30993
30994 .
30995 \end_layout
30996
30997 \begin_layout Standard
30998 Pour l'exemple suivant, on a utilisé la commande
30999 \end_layout
31000
31001 \begin_layout Standard
31002
31003 \series bold
31004
31005 \backslash
31006 fcolorbox{cyan}{magenta}{
31007 \end_layout
31008
31009 \begin_layout Standard
31010 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31011 \begin_inset space \thinspace{}
31012 \end_inset
31013
31014 mm:
31015 \begin_inset Newline newline
31016 \end_inset
31017
31018
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024
31025 \backslash
31026 fboxrule 1mm 
31027 \backslash
31028 fboxsep 1mm
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039
31040 \backslash
31041 fcolorbox{cyan}{magenta}{
31042 \end_layout
31043
31044 \end_inset
31045
31046 Ce texte est dans une boîte encadrée et colorée.
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052 }
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 \begin_inset VSpace bigskip
31062 \end_inset
31063
31064 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31065  les yeux ! - NdT) :
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075
31076 \backslash
31077 fcolorbox{cyan}{magenta}{
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \color yellow
31084 Ce texte est coloré dans une boîte colorée et encadrée.
31085 \color inherit
31086
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092 }
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset ERT
31099 status collapsed
31100
31101 \begin_layout Plain Layout
31102
31103
31104 \backslash
31105 fboxrule 0.4pt 
31106 \backslash
31107 fboxsep 3pt
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Standard
31116
31117 \series bold
31118 \begin_inset VSpace medskip
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \begin_inset Note Greyedout
31126 status open
31127
31128 \begin_layout Plain Layout
31129
31130 \series bold
31131 Note:
31132 \series default
31133  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31134  de ligne.
31135  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31136  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \begin_layout Subsection
31145 De la couleur pour les paragraphes
31146 \begin_inset CommandInset label
31147 LatexCommand label
31148 name "sub:Couleur-pour-les-Paragraphes"
31149
31150 \end_inset
31151
31152
31153 \begin_inset Index idx
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 Couleur ! Pour les  paragraphes
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31167  texte dans une minipage.
31168  Avant la minipage, insérez la commande 
31169 \series bold
31170
31171 \backslash
31172 colorbox
31173 \series default
31174  
31175 \end_layout
31176
31177 \begin_layout Standard
31178
31179 \series bold
31180
31181 \backslash
31182 colorbox{color}{
31183 \end_layout
31184
31185 \begin_layout Standard
31186 en code TeX.
31187  Après la minipage, insérez l'accolade fermante 
31188 \begin_inset Quotes eld
31189 \end_inset
31190
31191 }
31192 \begin_inset Quotes erd
31193 \end_inset
31194
31195  en code TeX.
31196 \end_layout
31197
31198 \begin_layout Standard
31199 \begin_inset ERT
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203
31204
31205 \backslash
31206 colorbox{lightgrey}{
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \begin_inset Box Frameless
31213 position "t"
31214 hor_pos "c"
31215 has_inner_box 1
31216 inner_pos "t"
31217 use_parbox 0
31218 use_makebox 0
31219 width "100col%"
31220 special "none"
31221 height "1in"
31222 height_special "totalheight"
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226 Ce texte a un fond coloré.
31227  Ce texte a un fond coloré.
31228 \end_layout
31229
31230 \begin_layout Plain Layout
31231 \begin_inset VSpace defskip
31232 \end_inset
31233
31234 Le texte peut avoir des notes de bas de page
31235 \begin_inset Foot
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 Un autre exemple de note de bas de page
31240 \end_layout
31241
31242 \end_inset
31243
31244  et contenir des figures et des tableaux.
31245 \end_layout
31246
31247 \begin_layout Plain Layout
31248 \align center
31249 \begin_inset Tabular
31250 <lyxtabular version="3" rows="3" columns="3">
31251 <features tabularvalignment="middle">
31252 <column alignment="center" valignment="top" width="0">
31253 <column alignment="center" valignment="top" width="0">
31254 <column alignment="center" valignment="top" width="0">
31255 <row>
31256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31257 \begin_inset Text
31258
31259 \begin_layout Plain Layout
31260 a
31261 \end_layout
31262
31263 \end_inset
31264 </cell>
31265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31266 \begin_inset Text
31267
31268 \begin_layout Plain Layout
31269 !
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31275 \begin_inset Text
31276
31277 \begin_layout Plain Layout
31278 3
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 </row>
31284 <row>
31285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31286 \begin_inset Text
31287
31288 \begin_layout Plain Layout
31289 <
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 b2
31299 \begin_inset Quotes erd
31300 \end_inset
31301
31302 |
31303 \end_layout
31304
31305 \end_inset
31306 </cell>
31307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311 >
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 </row>
31317 <row>
31318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31319 \begin_inset Text
31320
31321 \begin_layout Plain Layout
31322 1
31323 \end_layout
31324
31325 \end_inset
31326 </cell>
31327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31328 \begin_inset Text
31329
31330 \begin_layout Plain Layout
31331 §
31332 \end_layout
31333
31334 \end_inset
31335 </cell>
31336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31337 \begin_inset Text
31338
31339 \begin_layout Plain Layout
31340 c
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 </row>
31346 </lyxtabular>
31347
31348 \end_inset
31349
31350
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \begin_inset ERT
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361 }
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \end_layout
31368
31369 \begin_layout Section
31370 Les boîtes pivotées et redimensionnées
31371 \end_layout
31372
31373 \begin_layout Standard
31374 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31375  charger le paquetage LaTeX 
31376 \series bold
31377 graphicx
31378 \series default
31379
31380 \begin_inset Index idx
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384 Paquetages LaTeX ! graphicx
31385 \end_layout
31386
31387 \end_inset
31388
31389  dans le préambule de votre document avec la commande
31390 \end_layout
31391
31392 \begin_layout Standard
31393
31394 \series bold
31395
31396 \backslash
31397 @ifundefined{rotatebox}
31398 \begin_inset Newline newline
31399 \end_inset
31400
31401
31402 \begin_inset Phantom HPhantom
31403 status open
31404
31405 \begin_layout Plain Layout
31406
31407 \series bold
31408 \begin_inset space ~
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \end_inset
31415
31416 {
31417 \backslash
31418 usepackage{graphicx}}{}
31419 \end_layout
31420
31421 \begin_layout Standard
31422 \begin_inset Note Greyedout
31423 status open
31424
31425 \begin_layout Plain Layout
31426
31427 \series bold
31428 Note:
31429 \series default
31430  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31431  redimensionnés.
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \begin_layout Standard
31440 \begin_inset Note Greyedout
31441 status open
31442
31443 \begin_layout Plain Layout
31444
31445 \series bold
31446 Note:
31447 \series default
31448  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31449  redimensionnée.
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \end_layout
31456
31457 \begin_layout Subsection
31458 Les Boîtes pivotées
31459 \begin_inset Index idx
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463 Boîtes ! pivotées
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \begin_inset Index idx
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 Pivoter des objets
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \begin_inset Index idx
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483 Figures ! Pivotées
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \begin_inset Index idx
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493 Tableau ! Pivoter
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \begin_layout Standard
31502 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31503  (rotated).
31504  Une telle boîte est créée avec la commande 
31505 \series bold
31506
31507 \backslash
31508 rotatebox
31509 \series default
31510  en code TeX avec la syntaxe
31511 \end_layout
31512
31513 \begin_layout Standard
31514
31515 \series bold
31516
31517 \backslash
31518 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31519 \end_layout
31520
31521 \begin_layout Standard
31522 La position du pivot est donnée par l'origine de rotation spécifiée sous
31523  la forme 
31524 \series bold
31525 origin=position
31526 \series default
31527 .
31528  Les valeurs suivantes sont possibles pour la position: 
31529 \emph on
31530 c
31531 \emph default
31532  (centre), 
31533 \emph on
31534 l
31535 \emph default
31536  (gauche/
31537 \lang english
31538 left
31539 \lang french
31540 ), 
31541 \emph on
31542 r
31543 \emph default
31544  (droite/
31545 \lang english
31546 right
31547 \lang french
31548 ), 
31549 \emph on
31550 b
31551 \emph default
31552  (bas/
31553 \lang english
31554 bottom
31555 \lang french
31556 ), 
31557 \emph on
31558 t
31559 \emph default
31560  (haut/
31561 \lang english
31562 top
31563 \lang french
31564 ), et aussi des combinaisons des quatre positions de base.
31565  Par exemple 
31566 \emph on
31567 lt
31568 \emph default
31569  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31570  Quand on ne donne pas d'origine, la position 
31571 \emph on
31572 l
31573 \emph default
31574  est utilisée.
31575  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31576  ou négatif.
31577  Le sens positif de rotation est anti-horaire.
31578 \end_layout
31579
31580 \begin_layout Standard
31581 Dans l'exemple qui suit, la commande 
31582 \series bold
31583
31584 \backslash
31585 rotatebox[origin=c]{60}{
31586 \series default
31587  a été insérée en code TeX juste avant le texte 
31588 \begin_inset Quotes eld
31589 \end_inset
31590
31591 pivoté de 90°
31592 \begin_inset Quotes erd
31593 \end_inset
31594
31595  ; la boîte est refermée juste après le texte par une accolade fermante
31596  
31597 \begin_inset Quotes eld
31598 \end_inset
31599
31600 }
31601 \begin_inset Quotes erd
31602 \end_inset
31603
31604  en code TeX.
31605 \end_layout
31606
31607 \begin_layout Standard
31608 Voici une ligne avec du texte 
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 rotatebox[origin=c]{60}{
31617 \end_layout
31618
31619 \end_inset
31620
31621 pivoté de 60°
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627 }
31628 \end_layout
31629
31630 \end_inset
31631
31632 .
31633 \end_layout
31634
31635 \begin_layout Standard
31636 La boîte peut contenir une autre boîte ou une formule en ligne :
31637 \end_layout
31638
31639 \begin_layout Standard
31640 Voici une ligne avec du texte 
31641 \begin_inset ERT
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645
31646
31647 \backslash
31648 rotatebox[origin=r]{-60}{
31649 \end_layout
31650
31651 \end_inset
31652
31653
31654 \begin_inset Box Doublebox
31655 position "c"
31656 hor_pos "c"
31657 has_inner_box 0
31658 inner_pos "c"
31659 use_parbox 0
31660 use_makebox 0
31661 width "1in"
31662 special "width"
31663 height "1in"
31664 height_special "totalheight"
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668 pivoté de -60°
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679 }
31680 \end_layout
31681
31682 \end_inset
31683
31684  et encadré 
31685 \begin_inset ERT
31686 status collapsed
31687
31688 \begin_layout Plain Layout
31689
31690
31691 \backslash
31692 rotatebox[origin=lb]{60}{
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31699 \end_inset
31700
31701
31702 \begin_inset ERT
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706
31707 }
31708 \end_layout
31709
31710 \end_inset
31711
31712  et une formule.
31713 \end_layout
31714
31715 \begin_layout Standard
31716 ou encore une figure ou un tableau :
31717 \end_layout
31718
31719 \begin_layout Standard
31720 Voici une ligne
31721 \begin_inset ERT
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725
31726
31727 \backslash
31728 rotatebox[origin=lb]{90}{
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \begin_inset Graphics
31735         filename ../clipart/platypus.eps
31736         lyxscale 50
31737         width 25col%
31738
31739 \end_inset
31740
31741
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747 }
31748 \end_layout
31749
31750 \end_inset
31751
31752  avec une image pivotée de 90° 
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758
31759 \backslash
31760 rotatebox[origin=l]{-90}{
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \begin_inset Tabular
31767 <lyxtabular version="3" rows="2" columns="2">
31768 <features tabularvalignment="middle">
31769 <column alignment="center" valignment="top" width="0">
31770 <column alignment="center" valignment="top" width="0">
31771 <row>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776 q
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 w
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 </row>
31791 <row>
31792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31793 \begin_inset Text
31794
31795 \begin_layout Plain Layout
31796 e
31797 \end_layout
31798
31799 \end_inset
31800 </cell>
31801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31802 \begin_inset Text
31803
31804 \begin_layout Plain Layout
31805 r
31806 \end_layout
31807
31808 \end_inset
31809 </cell>
31810 </row>
31811 </lyxtabular>
31812
31813 \end_inset
31814
31815
31816 \begin_inset ERT
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820
31821 }
31822 \end_layout
31823
31824 \end_inset
31825
31826  et un tableau.
31827 \end_layout
31828
31829 \begin_layout Subsection
31830 Les boîtes redimensionnées
31831 \begin_inset Index idx
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835 Boîtes ! Redimensionnées
31836 \end_layout
31837
31838 \end_inset
31839
31840
31841 \begin_inset Index idx
31842 status collapsed
31843
31844 \begin_layout Plain Layout
31845 Redimensionner des objets
31846 \end_layout
31847
31848 \end_inset
31849
31850
31851 \begin_inset Index idx
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855 Figures ! Redimensionnées
31856 \end_layout
31857
31858 \end_inset
31859
31860
31861 \begin_inset Index idx
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865 Tableau ! Redimensionner
31866 \end_layout
31867
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \begin_layout Standard
31874 Pour redimensionner des objets on peut utiliser les commandes 
31875 \series bold
31876
31877 \backslash
31878 scalebox
31879 \series default
31880  et 
31881 \series bold
31882
31883 \backslash
31884 resizebox
31885 \series default
31886  insérées sous forme de code TeX.
31887 \end_layout
31888
31889 \begin_layout Standard
31890
31891 \series bold
31892
31893 \backslash
31894 scalebox
31895 \series default
31896  est utilisée avec la syntaxe suivante :
31897 \end_layout
31898
31899 \begin_layout Standard
31900
31901 \series bold
31902
31903 \backslash
31904 scalebox{horizontal}[vertical]{contenu de la boîte}
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Horizontal et vertical sont les facteurs d'échelle correspondants.
31909  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31910  utilisé comme facteur vertical.
31911 \end_layout
31912
31913 \begin_layout Standard
31914 Par exemple, la commande 
31915 \series bold
31916
31917 \backslash
31918 scalebox{2}{Bonjour}
31919 \series default
31920  crée un 
31921 \begin_inset ERT
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925
31926
31927 \backslash
31928 scalebox{2}{
31929 \end_layout
31930
31931 \end_inset
31932
31933 Bonjour
31934 \begin_inset ERT
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938
31939 }
31940 \end_layout
31941
31942 \end_inset
31943
31944  de taille double par rapport à la taille du texte du document.
31945 \end_layout
31946
31947 \begin_layout Standard
31948
31949 \series bold
31950
31951 \backslash
31952 scalebox{2}[1]{Hello}
31953 \series default
31954  au contraire va déformer le 
31955 \begin_inset ERT
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959
31960
31961 \backslash
31962 scalebox{2}[1]{
31963 \end_layout
31964
31965 \end_inset
31966
31967 Bonjour
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973 }
31974 \end_layout
31975
31976 \end_inset
31977
31978 .
31979 \end_layout
31980
31981 \begin_layout Standard
31982 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31983  La commande 
31984 \series bold
31985
31986 \backslash
31987 scalebox{-1}[1]{Hello}
31988 \series default
31989  peut donc être utilisée pour créer du texte en miroir : 
31990 \begin_inset ERT
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994
31995
31996 \backslash
31997 scalebox{-1}[1]{
31998 \end_layout
31999
32000 \end_inset
32001
32002 Bonjour
32003 \begin_inset ERT
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007
32008 }
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \end_layout
32015
32016 \begin_layout Standard
32017
32018 \series bold
32019
32020 \backslash
32021 scalebox{1}[-1]{Bonjour}
32022 \series default
32023  effectue une réflexion du 
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 scalebox{1}[-1]{
32032 \end_layout
32033
32034 \end_inset
32035
32036 Bonjour
32037 \begin_inset ERT
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041
32042 }
32043 \end_layout
32044
32045 \end_inset
32046
32047  par rapport à la ligne de base.
32048 \end_layout
32049
32050 \begin_layout Standard
32051 La commande 
32052 \series bold
32053
32054 \backslash
32055 reflectbox{contenu de la boîte} 
32056 \series default
32057 existe aussi et est équivalente à
32058 \series bold
32059  
32060 \backslash
32061 scalebox{-1}[1]{contenu de la boîte}.
32062
32063 \series default
32064  
32065 \begin_inset Newline newline
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Standard
32072 \begin_inset VSpace bigskip
32073 \end_inset
32074
32075 La commande 
32076 \series bold
32077
32078 \backslash
32079 resizebox
32080 \series default
32081  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32082  données.
32083  La syntaxe de la commande est :
32084 \end_layout
32085
32086 \begin_layout Standard
32087
32088 \series bold
32089
32090 \backslash
32091 resizebox{largeur}{hauteur}{contenu de la boîte}
32092 \end_layout
32093
32094 \begin_layout Standard
32095 Si un des deux paramètres est remplacé par un point d'exclamation 
32096 \series bold
32097 !
32098 \series default
32099 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32100 \end_layout
32101
32102 \begin_layout Standard
32103 La commande 
32104 \series bold
32105
32106 \backslash
32107 resizebox{2cm}{1cm}{Bonjour}
32108 \series default
32109  produit : 
32110 \begin_inset ERT
32111 status collapsed
32112
32113 \begin_layout Plain Layout
32114
32115
32116 \backslash
32117 resizebox{2cm}{1cm}{
32118 \end_layout
32119
32120 \end_inset
32121
32122 Bonjour
32123 \begin_inset ERT
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128 }
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \begin_inset Newline newline
32135 \end_inset
32136
32137 La commande 
32138 \series bold
32139
32140 \backslash
32141 resizebox{2cm}{!}{Bonjour}
32142 \series default
32143  produit : 
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148
32149
32150 \backslash
32151 resizebox{2cm}{!}{
32152 \end_layout
32153
32154 \end_inset
32155
32156 Bonjour
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162 }
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \begin_layout Standard
32171 \begin_inset VSpace bigskip
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset Note Greyedout
32179 status open
32180
32181 \begin_layout Plain Layout
32182
32183 \series bold
32184 Note:
32185 \series default
32186  Quand les paramètres des commandes 
32187 \series bold
32188
32189 \backslash
32190 scalebox
32191 \series default
32192  ou 
32193 \series bold
32194
32195 \backslash
32196 resizebox
32197 \series default
32198  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32199  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32200  partiellement.
32201 \end_layout
32202
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \begin_layout Standard
32209 \begin_inset VSpace bigskip
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 Les boîtes peuvent être combinée dans n'importe quel ordre.
32217  Par exemple, la commande 
32218 \begin_inset Newline newline
32219 \end_inset
32220
32221
32222 \series bold
32223
32224 \backslash
32225 rotatebox[origin=c]{-45}{
32226 \backslash
32227 resizebox{2cm}{!}{
32228 \backslash
32229 reflectbox{Bonjour}}}
32230 \begin_inset Newline newline
32231 \end_inset
32232
32233
32234 \series default
32235 produit :
32236 \end_layout
32237
32238 \begin_layout Standard
32239 \align center
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 rotatebox[origin=c]{-45}{
32248 \backslash
32249 resizebox{2cm}{!}{
32250 \backslash
32251 reflectbox{
32252 \end_layout
32253
32254 \end_inset
32255
32256 Bonjour
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262 }}}
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 \noindent
32272 Les images, les tableaux et les formules sont autorisées comme contenu de
32273  boîte :
32274 \end_layout
32275
32276 \begin_layout Standard
32277 \align center
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 rotatebox[origin=c]{-30}{
32286 \backslash
32287 resizebox{2cm}{!}{
32288 \backslash
32289 reflectbox{
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \begin_inset Graphics
32296         filename ../clipart/platypus.eps
32297         lyxscale 50
32298         width 25col%
32299
32300 \end_inset
32301
32302
32303 \begin_inset ERT
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308 }}}
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \begin_inset ERT
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318
32319
32320 \backslash
32321 rotatebox[origin=c]{-45}{
32322 \backslash
32323 resizebox{2cm}{!}{
32324 \backslash
32325 reflectbox{
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \begin_inset Tabular
32332 <lyxtabular version="3" rows="2" columns="2">
32333 <features tabularvalignment="middle">
32334 <column alignment="center" valignment="top" width="0">
32335 <column alignment="center" valignment="top" width="0">
32336 <row>
32337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341 q
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 w
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 </row>
32356 <row>
32357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32358 \begin_inset Text
32359
32360 \begin_layout Plain Layout
32361 e
32362 \end_layout
32363
32364 \end_inset
32365 </cell>
32366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370 r
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 </row>
32376 </lyxtabular>
32377
32378 \end_inset
32379
32380
32381 \begin_inset ERT
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385
32386 }}}
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \begin_inset ERT
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396
32397
32398 \backslash
32399 rotatebox[origin=c]{-45}{
32400 \backslash
32401 resizebox{2cm}{!}{
32402 \backslash
32403 reflectbox{
32404 \end_layout
32405
32406 \end_inset
32407
32408
32409 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32410 \end_inset
32411
32412
32413 \begin_inset ERT
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417
32418 }}}
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 Quand on utilise le style global de formule 
32428 \series bold
32429 fleqn
32430 \series default
32431  dans le document
32432 \begin_inset Foot
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436 Quand 
32437 \begin_inset Quotes eld
32438 \end_inset
32439
32440 fleqn
32441 \begin_inset Quotes erd
32442 \end_inset
32443
32444  est ajouté aux options de la classe de document.
32445 \end_layout
32446
32447 \end_inset
32448
32449 , les formules hors texte peuvent aussi être redimensionnées.
32450 \end_layout
32451
32452 \begin_layout Chapter
32453 Trucs Externes
32454 \begin_inset Index idx
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458 Trucs externes
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \end_layout
32465
32466 \begin_layout Standard
32467 Avec le menu 
32468 \family sans
32469 Insérer\SpecialChar \menuseparator
32470 Fichier
32471 \family default
32472  vous pouvez insérer un contenu externe à votre document.
32473  Ce contenu peut être :
32474 \end_layout
32475
32476 \begin_layout Description
32477 Document
32478 \begin_inset space ~
32479 \end_inset
32480
32481 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32482  document.
32483 \end_layout
32484
32485 \begin_layout Description
32486 Texte
32487 \begin_inset space ~
32488 \end_inset
32489
32490 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32491 e.
32492 \end_layout
32493
32494 \begin_layout Description
32495 Texte
32496 \begin_inset space ~
32497 \end_inset
32498
32499 Brut
32500 \begin_inset space ~
32501 \end_inset
32502
32503 par
32504 \begin_inset space ~
32505 \end_inset
32506
32507 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32508  Les lignes vides créent un nouveau paragraphe dans votre document.
32509 \end_layout
32510
32511 \begin_layout Description
32512 Objet
32513 \begin_inset space ~
32514 \end_inset
32515
32516 Externe Fichiers de formats variés.
32517 \end_layout
32518
32519 \begin_layout Description
32520 Sous-document Documents LyX ou LaTeX.
32521 \end_layout
32522
32523 \begin_layout Section
32524 Objets Externes 
32525 \begin_inset Index idx
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 Trucs externes ! Objets Externes
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Standard
32538 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32539  de fichiers dans votre document sans avoir à convertir ces derniers en
32540  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32541  qui va s'occuper des conversions.
32542  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32543  LyX des images dans des formats divers.
32544  Quand vous avez activé 
32545 \family sans
32546 Aperçu
32547 \begin_inset space ~
32548 \end_inset
32549
32550 sur
32551 \begin_inset space ~
32552 \end_inset
32553
32554 le
32555 \begin_inset space ~
32556 \end_inset
32557
32558 vif
32559 \family default
32560  dans le menu des préférences de LyX, dans la rubrique 
32561 \family sans
32562 Apparence\SpecialChar \menuseparator
32563 Graphiques
32564 \family default
32565 , les objets externes de type Dia et Xfig sont affichés directement dans
32566  LyX.
32567 \end_layout
32568
32569 \begin_layout Standard
32570 On insère des objets externes en utilisant la fenêtre de dialogue 
32571 \family sans
32572 Objet
32573 \begin_inset space ~
32574 \end_inset
32575
32576 Externe
32577 \family default
32578  qui est accessible via le menu 
32579 \family sans
32580 Insérer\SpecialChar \menuseparator
32581 Fichiers\SpecialChar \menuseparator
32582 Objet
32583 \begin_inset space ~
32584 \end_inset
32585
32586 Externe
32587 \family default
32588 .
32589  Actuellement les types de fichiers (
32590 \family sans
32591 Modèles
32592 \family default
32593 ) suivants sont autorisés :
32594 \end_layout
32595
32596 \begin_layout Description
32597 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32598  par le programme 
32599 \series bold
32600
32601 \begin_inset CommandInset href
32602 LatexCommand href
32603 name "XBoard"
32604 target "http://en.wikipedia.org/wiki/XBoard"
32605
32606 \end_inset
32607
32608
32609 \series default
32610 .
32611 \end_layout
32612
32613 \begin_layout Description
32614 Date Ce modèle insère la date sous la forme 
32615 \emph on
32616 Jour-Mois-Année
32617 \emph default
32618 .
32619  Voici un exemple de date insérée comme objet externe :: 
32620 \begin_inset External
32621         template Date
32622         filename .
32623
32624 \end_inset
32625
32626
32627 \begin_inset space ~
32628 \end_inset
32629
32630
32631 \begin_inset Note Note
32632 status open
32633
32634 \begin_layout Plain Layout
32635 Retirer l'espace protégé quand le bug 4398 sera résolu !
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \begin_inset Newline newline
32642 \end_inset
32643
32644 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32645  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32646 \family sans
32647 Insérer\SpecialChar \menuseparator
32648 Date
32649 \family default
32650  et avec la commande LaTeX 
32651 \series bold
32652
32653 \backslash
32654 today
32655 \series default
32656  entrée comme code TeX.
32657  Ces différentes méthodes sont comparée dans le tableau
32658 \begin_inset space ~
32659 \end_inset
32660
32661
32662 \begin_inset CommandInset ref
32663 LatexCommand ref
32664 reference "tab:Comparaison-des-dates"
32665
32666 \end_inset
32667
32668 .
32669 \end_layout
32670
32671 \begin_layout Description
32672 Dia Ce modèle accepte les diagrammes créés avec le programme 
32673 \series bold
32674
32675 \begin_inset CommandInset href
32676 LatexCommand href
32677 name "Dia"
32678 target "http://en.wikipedia.org/wiki/Dia_(software)"
32679
32680 \end_inset
32681
32682
32683 \series default
32684 .
32685 \end_layout
32686
32687 \begin_layout Description
32688 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32689  par le programme 
32690 \series bold
32691
32692 \begin_inset CommandInset href
32693 LatexCommand href
32694 name "LilyPond"
32695 target "http://en.wikipedia.org/wiki/LilyPond"
32696
32697 \end_inset
32698
32699
32700 \series default
32701 .
32702 \end_layout
32703
32704 \begin_layout Description
32705 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32706  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32707  
32708 \emph on
32709 pages
32710 \emph default
32711  dans le champ 
32712 \family sans
32713 Option
32714 \family default
32715  dans l'onglet 
32716 \family sans
32717 Options LaTeX et LyX
32718 \family default
32719  en suivant les instructions données pour le modèle.
32720  Si on ne donne pas d'option 
32721 \emph on
32722 pages
32723 \emph default
32724 , seule la première page du PDF sera insérée.
32725 \end_layout
32726
32727 \begin_layout Description
32728 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32729  À peu près tous les formats d'images populaires sont acceptés.
32730  Les images peuvent être traitées dans la fenêtre de dialogue 
32731 \family sans
32732 Objet
32733 \begin_inset space ~
32734 \end_inset
32735
32736 Externe
32737 \family default
32738  comme les images qui sont habituellement incorporées en utilisant le menu
32739  
32740 \family sans
32741 Insérer\SpecialChar \menuseparator
32742 Graphique
32743 \family default
32744 , comme c'est décrit dans la section
32745 \begin_inset space ~
32746 \end_inset
32747
32748
32749 \begin_inset CommandInset ref
32750 LatexCommand ref
32751 reference "sec:Graphics-Dialog"
32752
32753 \end_inset
32754
32755 .
32756  La différence est que seules les images matricielles sont autorisées, ce
32757  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32758 \end_layout
32759
32760 \begin_layout Description
32761 XFig Ce modèle accepte les images créées avec le programme 
32762 \series bold
32763
32764 \begin_inset CommandInset href
32765 LatexCommand href
32766 name "Xfig"
32767 target "http://en.wikipedia.org/wiki/Xfig"
32768
32769 \end_inset
32770
32771
32772 \series default
32773 .
32774 \end_layout
32775
32776 \begin_layout Standard
32777 \begin_inset Float table
32778 placement h
32779 wide false
32780 sideways false
32781 status open
32782
32783 \begin_layout Plain Layout
32784 \begin_inset Caption
32785
32786 \begin_layout Plain Layout
32787 \begin_inset CommandInset label
32788 LatexCommand label
32789 name "tab:Comparaison-des-dates"
32790
32791 \end_inset
32792
32793 Comparaison des méthodes d'insertion de la date.
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Plain Layout
32802 \align center
32803 \begin_inset Tabular
32804 <lyxtabular version="3" rows="4" columns="4">
32805 <features tabularvalignment="middle">
32806 <column alignment="center" valignment="top" width="0">
32807 <column alignment="center" valignment="top" width="0">
32808 <column alignment="center" valignment="top" width="0">
32809 <column alignment="center" valignment="top" width="0">
32810 <row>
32811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815 Format du document
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824
32825 \family sans
32826 Objet
32827 \begin_inset space ~
32828 \end_inset
32829
32830 Externe\SpecialChar \menuseparator
32831 Date
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840
32841 \family sans
32842 Insérer\SpecialChar \menuseparator
32843 Date
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852 commande 
32853 \series bold
32854
32855 \backslash
32856 today
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 </row>
32862 <row>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 LyX
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876 comme boîte d'insert
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885 comme date
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 comme boîte de code TeX
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 </row>
32900 <row>
32901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905 LaTeX
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914 comme date
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923 comme date
32924 \end_layout
32925
32926 \end_inset
32927 </cell>
32928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32929 \begin_inset Text
32930
32931 \begin_layout Plain Layout
32932 comme commande
32933 \end_layout
32934
32935 \end_inset
32936 </cell>
32937 </row>
32938 <row>
32939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943 DVI, PDF, PS
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952 comme date
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32958 \begin_inset Text
32959
32960 \begin_layout Plain Layout
32961 comme date
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 comme date date
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 </row>
32976 </lyxtabular>
32977
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Quand vous activez l'option 
32990 \family sans
32991 Brouillon
32992 \family default
32993  de l'onglet 
32994 \family sans
32995 Fichier
32996 \family default
32997  de la fenêtre de dialogue 
32998 \family sans
32999 Objet
33000 \begin_inset space ~
33001 \end_inset
33002
33003 Externe
33004 \family default
33005 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33006 \begin_inset Newline newline
33007 \end_inset
33008
33009 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33010  : 
33011 \begin_inset Graphics
33012         filename ../clipart/ExternalMaterialQt4.png
33013         scale 85
33014         scaleBeforeRotation
33015
33016 \end_inset
33017
33018  soit comme une image, selon que vous avez ou non activé l'option 
33019 \family sans
33020 Afficher
33021 \begin_inset space ~
33022 \end_inset
33023
33024 dans
33025 \begin_inset space ~
33026 \end_inset
33027
33028 LyX
33029 \family default
33030  de l'onglet 
33031 \family sans
33032 Options LaTeX et LyX
33033 \family default
33034  de la fenêtre de dialogue.
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Le manuel 
33039 \family sans
33040 \emph on
33041 Personnalisation
33042 \family default
33043 \emph default
33044  explique comment vous pouvez créer vos propres modèles.
33045 \end_layout
33046
33047 \begin_layout Section
33048 Sous-documents
33049 \begin_inset CommandInset label
33050 LatexCommand label
33051 name "sec:Sous-documents"
33052
33053 \end_inset
33054
33055
33056 \begin_inset Index idx
33057 status collapsed
33058
33059 \begin_layout Plain Layout
33060 Trucs externes ! Sous-documents
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \begin_inset Index idx
33067 status collapsed
33068
33069 \begin_layout Plain Layout
33070 Fichiers ! Insérer
33071 \end_layout
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \begin_layout Standard
33079 Les sous-documents sont utilisés quand on a un document très long qui peut
33080  être décomposé en plusieurs parties ou sections plus petites.
33081  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33082  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33083  Les différents documents sont ce que l'on appelle les sous-documents et
33084  un document maître les relie pour imprimer le document complet ou seulement
33085  une partie de celui-ci.
33086  Un sous-document hérite du contenu de son maître, par exemple le préambule
33087  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33092  comme celle-ci : 
33093 \begin_inset Graphics
33094         filename clipart/ChildDocumentQt4.png
33095         lyxscale 70
33096         scale 60
33097         scaleBeforeRotation
33098
33099 \end_inset
33100
33101  Pour inclure des sous-documents dans un document maître , on utilise le
33102  menu 
33103 \family sans
33104 Insérer\SpecialChar \menuseparator
33105 Fichier\SpecialChar \menuseparator
33106 Sous-document
33107 \family default
33108 .
33109  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33110  des quatre méthodes d'inclusion :
33111 \end_layout
33112
33113 \begin_layout Description
33114 Inclus
33115 \begin_inset space ~
33116 \end_inset
33117
33118 (include) Vous pouvez inclure des documents LyX et LaTeX.
33119  Quand vous cliquez sur le bouton 
33120 \family sans
33121 Charger
33122 \family default
33123  dans la fenêtre de dialogue 
33124 \family sans
33125 Sous-document
33126 \family default
33127 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33128  vous puissiez le modifier.
33129 \begin_inset Newline newline
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Voici un sous-document inséré avec la méthode 
33137 \family sans
33138 Inclus
33139 \family default
33140  : 
33141 \begin_inset CommandInset include
33142 LatexCommand include
33143 filename "DocumentBidon1.lyx"
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 La numérotation des sections va prendre en compte les sections des fichiers
33152  incorporés dans l'ordre où ils sont insérés dans le document maître.
33153  Le document qui est inclus comme exemple possède une sous-section qui sera
33154  numérotée comme sous-section de la section actuelle.
33155  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33156  : la sous-section
33157 \begin_inset space ~
33158 \end_inset
33159
33160
33161 \begin_inset CommandInset ref
33162 LatexCommand ref
33163 reference "sub:Sous-section-externe-1"
33164
33165 \end_inset
33166
33167  est dans le fichier inclus.
33168 \end_layout
33169
33170 \begin_layout Standard
33171 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33172  du document maître est utilisé.
33173  Les branches présentes dans le sous-document seront ignorées par le document
33174  maître tant que le document maître possède une branche avec le même nom.
33175  Les documents inclus sont insérés en commençant une nouvelle page et sont
33176  suivis par un saut de page.
33177 \end_layout
33178
33179 \begin_layout Standard
33180 Si vous travaillez uniquement sur un chapitre particulier d'un document
33181  important et que vous voulez optimiser le temps de compilation, vous pouvez
33182  inclure chaque fichier dans une branche
33183 \begin_inset Foot
33184 status open
33185
33186 \begin_layout Plain Layout
33187 Les branches sont décrites dans la section 
33188 \emph on
33189 Branches
33190 \emph default
33191  du 
33192 \emph on
33193 Guide de l'utilisateur
33194 \emph default
33195  de LyX.
33196 \end_layout
33197
33198 \end_inset
33199
33200 .
33201  En activant ou désactivant une branche, vous pouvez décider les fichiers
33202  inclus qui doivent apparaître dans la sortie imprimée.
33203 \end_layout
33204
33205 \begin_layout Standard
33206 \begin_inset Note Greyedout
33207 status open
33208
33209 \begin_layout Plain Layout
33210
33211 \series bold
33212 Note:
33213 \series default
33214  À cause d'un bug de LyX, la commande 
33215 \series bold
33216
33217 \backslash
33218 includeonly
33219 \series default
33220  ne peut actuellement pas être utilisée comme solution alternative pour
33221  décider quels sont les fichiers qui doivent être inclus.
33222 \end_layout
33223
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \begin_layout Standard
33230 \begin_inset Note Greyedout
33231 status open
33232
33233 \begin_layout Plain Layout
33234
33235 \series bold
33236 Note:
33237 \series default
33238  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33239  une classe de document différente de celle du document maître, vous recevez
33240  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33241  que cela peut produire des résultats inattendus sur la sortie imprimée.
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Description
33250 Incorporé
33251 \begin_inset space ~
33252 \end_inset
33253
33254 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33255  sont :
33256 \end_layout
33257
33258 \begin_deeper
33259 \begin_layout Itemize
33260 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33261  par un saut de page.
33262 \end_layout
33263
33264 \begin_layout Itemize
33265 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33266  
33267 \family sans
33268 Aperçu
33269 \begin_inset space ~
33270 \end_inset
33271
33272 sur
33273 \begin_inset space ~
33274 \end_inset
33275
33276 le
33277 \begin_inset space ~
33278 \end_inset
33279
33280 vif
33281 \family default
33282  est activée dans les préférences dans la rubrique 
33283 \family sans
33284 Apparence\SpecialChar \menuseparator
33285 Graphique
33286 \family default
33287 .
33288 \end_layout
33289
33290 \begin_layout Itemize
33291 La commande LaTeX 
33292 \series bold
33293
33294 \backslash
33295 includeonly
33296 \series default
33297  ne peut pas être utilisée.
33298 \end_layout
33299
33300 \end_deeper
33301 \begin_layout Standard
33302 Voici un sous document inséré en utilisant la méthode 
33303 \family sans
33304 Incorporé
33305 \family default
33306  : 
33307 \begin_inset CommandInset include
33308 LatexCommand input
33309 preview true
33310 filename "DocumentBidon2.lyx"
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Description
33318 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33319  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33320  sous forme de code source et aucune des commandes éventuellement présentes
33321  ne sera exécutée.
33322  Vous pouvez utiliser l'option 
33323 \family sans
33324 Marquer
33325 \begin_inset space ~
33326 \end_inset
33327
33328 les
33329 \begin_inset space ~
33330 \end_inset
33331
33332 espaces
33333 \family default
33334  qui matérialise chaque espace présente dans le code source par un caractère
33335  
33336 \begin_inset Quotes eld
33337 \end_inset
33338
33339
33340 \begin_inset ERT
33341 status collapsed
33342
33343 \begin_layout Plain Layout
33344
33345
33346 \backslash
33347 textvisiblespace 
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \begin_inset Quotes erd
33354 \end_inset
33355
33356  .
33357  La différence avec la méthode qui consiste à utiliser le menu 
33358 \family sans
33359 Insérer\SpecialChar \menuseparator
33360 Fichier\SpecialChar \menuseparator
33361 Texte
33362 \begin_inset space ~
33363 \end_inset
33364
33365 brut
33366 \family default
33367  est que le contenu du document n'apparaît pas dans LyX.
33368 \end_layout
33369
33370 \begin_layout Standard
33371 Voici un sous-document inclus en utilisant la méthode 
33372 \family sans
33373 verbatim
33374 \family default
33375  : 
33376 \begin_inset CommandInset include
33377 LatexCommand verbatiminput
33378 filename "DocumentTexteBidon.txt"
33379
33380 \end_inset
33381
33382
33383 \begin_inset VSpace bigskip
33384 \end_inset
33385
33386 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33387  l'option 
33388 \family sans
33389 Marquer
33390 \begin_inset space ~
33391 \end_inset
33392
33393 les
33394 \begin_inset space ~
33395 \end_inset
33396
33397 espaces :
33398 \family default
33399  
33400 \begin_inset CommandInset include
33401 LatexCommand verbatiminput*
33402 filename "DocumentTexteBidon.txt"
33403
33404 \end_inset
33405
33406
33407 \end_layout
33408
33409 \begin_layout Standard
33410 \begin_inset VSpace bigskip
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \begin_layout Standard
33417 \begin_inset Note Greyedout
33418 status open
33419
33420 \begin_layout Plain Layout
33421
33422 \series bold
33423 Note:
33424 \series default
33425  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33426  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33427 \end_layout
33428
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \begin_layout Description
33435 Listings Ce type d'inclusion est décrit dans le chapitre
33436 \begin_inset space ~
33437 \end_inset
33438
33439
33440 \begin_inset CommandInset ref
33441 LatexCommand ref
33442 reference "cha:Program-Code-Listings"
33443
33444 \end_inset
33445
33446 .
33447 \end_layout
33448
33449 \begin_layout Standard
33450 \begin_inset Note Greyedout
33451 status open
33452
33453 \begin_layout Plain Layout
33454
33455 \series bold
33456 Note:
33457 \series default
33458  Inclure le même document deux fois dans un même document peut poser des
33459  problèmes avec LaTeX.
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Chapter
33468 Listings de Code Source
33469 \begin_inset CommandInset label
33470 LatexCommand label
33471 name "cha:Program-Code-Listings"
33472
33473 \end_inset
33474
33475
33476 \begin_inset Index idx
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 Listings
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \begin_inset Index idx
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490 Code Source
33491 \end_layout
33492
33493 \end_inset
33494
33495
33496 \begin_inset Index idx
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 Flottants ! Listings
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33510  un insert 
33511 \family sans
33512 Listings
33513 \family default
33514  qui peut être créé grâce au menu 
33515 \family sans
33516 Insérer
33517 \family default
33518 \SpecialChar \menuseparator
33519
33520 \family sans
33521 Listing
33522 \begin_inset space ~
33523 \end_inset
33524
33525 de
33526 \begin_inset space ~
33527 \end_inset
33528
33529 Code
33530 \begin_inset space ~
33531 \end_inset
33532
33533 Source
33534 \family default
33535 .
33536  Le paquetage LaTeX 
33537 \series bold
33538 listings
33539 \series default
33540
33541 \begin_inset Index idx
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 Paquetages LaTeX ! listings
33546 \end_layout
33547
33548 \end_inset
33549
33550  fournit un moyen puissant et flexible d'insérer des listings de code source
33551  dans votre document.
33552  
33553 \end_layout
33554
33555 \begin_layout Standard
33556 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33557  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33558 \end_layout
33559
33560 \begin_layout Standard
33561 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33562  imprimée.
33563  L'option d'emplacement 
33564 \family sans
33565 Listing
33566 \begin_inset space ~
33567 \end_inset
33568
33569 en
33570 \begin_inset space ~
33571 \end_inset
33572
33573 Ligne
33574 \family default
33575  imprime le listing dans la ligne comme ceci : 
33576 \begin_inset listings
33577 lstparams "language={C++}"
33578 inline true
33579 status open
33580
33581 \begin_layout Plain Layout
33582
33583 int a=5;
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \begin_inset Newline newline
33590 \end_inset
33591
33592 L'option 
33593 \family sans
33594 Flottant
33595 \family default
33596  crée un flottant de listing pour lequel vous pouvez préciser les options
33597  classiques d'emplacement : 
33598 \begin_inset Quotes eld
33599 \end_inset
33600
33601
33602 \family sans
33603 h
33604 \family default
33605
33606 \begin_inset Quotes erd
33607 \end_inset
33608
33609
33610 \begin_inset Quotes eld
33611 \end_inset
33612
33613
33614 \family sans
33615 t
33616 \family default
33617
33618 \begin_inset Quotes erd
33619 \end_inset
33620
33621
33622 \begin_inset Quotes eld
33623 \end_inset
33624
33625
33626 \family sans
33627 b
33628 \family default
33629
33630 \begin_inset Quotes erd
33631 \end_inset
33632
33633 , et 
33634 \begin_inset Quotes eld
33635 \end_inset
33636
33637
33638 \family sans
33639 p
33640 \family default
33641
33642 \begin_inset Quotes erd
33643 \end_inset
33644
33645  correspondant aux emplacement décrits dans la section
33646 \begin_inset space ~
33647 \end_inset
33648
33649
33650 \begin_inset CommandInset ref
33651 LatexCommand ref
33652 reference "sec:Placement-flottants"
33653
33654 \end_inset
33655
33656 .
33657  Les options de positionnement peuvent être mélangées et doivent être saisies
33658  sans séparation, par exemple, on peut taper 
33659 \begin_inset Quotes eld
33660 \end_inset
33661
33662
33663 \family sans
33664 htbp
33665 \family default
33666
33667 \begin_inset Quotes erd
33668 \end_inset
33669
33670 .
33671  L' option 
33672 \begin_inset Quotes eld
33673 \end_inset
33674
33675 h
33676 \begin_inset Quotes erd
33677 \end_inset
33678
33679  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33680  
33681 \family sans
33682 Flottant
33683 \family default
33684  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33685  légende et être référencés.
33686 \end_layout
33687
33688 \begin_layout Standard
33689 Vous pouvez ajouter une légende à un listing avec le menu 
33690 \family sans
33691 Insérer\SpecialChar \menuseparator
33692 Légende
33693 \family default
33694 .
33695  On peut référencer les listings de la même façon que les flottants :Voir
33696  le listing
33697 \begin_inset space ~
33698 \end_inset
33699
33700
33701 \begin_inset CommandInset ref
33702 LatexCommand ref
33703 reference "lst:Listing-exemple"
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \begin_inset listings
33712 lstparams "language=Python"
33713 inline false
33714 status open
33715
33716 \begin_layout Plain Layout
33717
33718 \begin_inset Caption
33719
33720 \begin_layout Plain Layout
33721 \begin_inset CommandInset label
33722 LatexCommand label
33723 name "lst:Listing-exemple"
33724
33725 \end_inset
33726
33727 Exemple de listing flottant
33728 \end_layout
33729
33730 \end_inset
33731
33732 # Exemple de listing flottant
33733 \end_layout
33734
33735 \begin_layout Plain Layout
33736
33737 def func(param):
33738 \end_layout
33739
33740 \begin_layout Plain Layout
33741
33742     'ceci est une fonction python'
33743 \end_layout
33744
33745 \begin_layout Plain Layout
33746
33747     pass
33748 \end_layout
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \begin_layout Standard
33756 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33757  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33758  de manière particulière dans la sortie imprimée.
33759  Dans l'exemple de listing, le mot clé Python 
33760 \begin_inset Quotes eld
33761 \end_inset
33762
33763 def
33764 \begin_inset Quotes erd
33765 \end_inset
33766
33767  est reconnu et imprimé en caractères gras dans la sortie.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 \begin_inset Note Greyedout
33772 status open
33773
33774 \begin_layout Plain Layout
33775
33776 \series bold
33777 Note:
33778 \series default
33779  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
33780  une police de caractères à 
33781 \family typewriter
33782 chasse fixe
33783 \family default
33784 , c'est que votre police ne contient probablement pas de série grasse.
33785  Dans ce cas choisissez une police différente dans le menu 
33786 \family sans
33787 Document\SpecialChar \menuseparator
33788 Paramètres\SpecialChar \menuseparator
33789 Polices
33790 \family default
33791 .
33792  (Les polices 
33793 \emph on
33794 LuxiMono, BeraMono
33795 \emph default
33796  et 
33797 \emph on
33798 Courier
33799 \emph default
33800  contiennent une série grasse.)
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \end_layout
33807
33808 \begin_layout Standard
33809 Dans la rubrique 
33810 \family sans
33811 Numérotation
33812 \begin_inset space ~
33813 \end_inset
33814
33815 des
33816 \begin_inset space ~
33817 \end_inset
33818
33819 Lignes
33820 \family default
33821  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
33822 n des lignes.
33823  Vous pouvez mettre un nombre dans le champ 
33824 \family sans
33825 Pas
33826 \family default
33827  pour désigner les lignes qui seront numérotées.
33828  Par exemple, si vous mettez 
33829 \begin_inset Quotes eld
33830 \end_inset
33831
33832 3
33833 \begin_inset Quotes erd
33834 \end_inset
33835
33836 , seule une ligne sur trois sera numérotée.
33837 \end_layout
33838
33839 \begin_layout Standard
33840 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
33841  apparaîtront dans la sortie.
33842  Vous devez utiliser l'option 
33843 \family sans
33844 Table
33845 \begin_inset space ~
33846 \end_inset
33847
33848 de
33849 \begin_inset space ~
33850 \end_inset
33851
33852 Caractères
33853 \begin_inset space ~
33854 \end_inset
33855
33856 Étendue
33857 \family default
33858  quand vous employez des caractères spécifiques à une langue donnée comme
33859  les umlauts Allemands dans votre listing.
33860 \begin_inset Newline newline
33861 \end_inset
33862
33863 Voici un exemple de listing avec la numérotation des lignes à gauche par
33864  pas de 3, en langage Python, avec les options 
33865 \begin_inset Quotes eld
33866 \end_inset
33867
33868 Table
33869 \begin_inset space ~
33870 \end_inset
33871
33872 de
33873 \begin_inset space ~
33874 \end_inset
33875
33876 caractères
33877 \begin_inset space ~
33878 \end_inset
33879
33880 étendue
33881 \begin_inset Quotes erd
33882 \end_inset
33883
33884  et 
33885 \begin_inset Quotes eld
33886 \end_inset
33887
33888 Espace
33889 \begin_inset space ~
33890 \end_inset
33891
33892 représenté
33893 \begin_inset space ~
33894 \end_inset
33895
33896 par
33897 \begin_inset space ~
33898 \end_inset
33899
33900 un
33901 \begin_inset space ~
33902 \end_inset
33903
33904 symbole
33905 \begin_inset Quotes erd
33906 \end_inset
33907
33908 , l'intervalle de ligne étant 3
33909 \begin_inset space \thinspace{}
33910 \end_inset
33911
33912 -
33913 \begin_inset space \thinspace{}
33914 \end_inset
33915
33916 8:
33917 \end_layout
33918
33919 \begin_layout Standard
33920 \begin_inset listings
33921 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33922 inline false
33923 status open
33924
33925 \begin_layout Plain Layout
33926
33927 def func(param):
33928 \end_layout
33929
33930 \begin_layout Plain Layout
33931
33932     'ceci est une fonction Python'
33933 \end_layout
33934
33935 \begin_layout Plain Layout
33936
33937     pass
33938 \end_layout
33939
33940 \begin_layout Plain Layout
33941
33942 def func(param):
33943 \end_layout
33944
33945 \begin_layout Plain Layout
33946
33947 'Ça, c'est un mot Allemand : Tschüß'
33948 \end_layout
33949
33950 \begin_layout Plain Layout
33951
33952 pass
33953 \end_layout
33954
33955 \begin_layout Plain Layout
33956
33957 def func(param):
33958 \end_layout
33959
33960 \begin_layout Plain Layout
33961
33962 'ceci est une fonction Python'
33963 \end_layout
33964
33965 \begin_layout Plain Layout
33966
33967 pass
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Standard
33976 \begin_inset Note Greyedout
33977 status open
33978
33979 \begin_layout Plain Layout
33980
33981 \series bold
33982 Note:
33983 \series default
33984  À cause d'un bug dans le paquetage 
33985 \series bold
33986 listings
33987 \series default
33988  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
33989  listing.
33990  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
33991  les lignes 3 et 6.
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \begin_layout Standard
34000 \begin_inset VSpace bigskip
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \begin_layout Standard
34007 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34008  listing.
34009  Pour le faire, il suffit d'utiliser le menu 
34010 \family sans
34011 Insérer\SpecialChar \menuseparator
34012 Fichier\SpecialChar \menuseparator
34013 Sous-document
34014 \family default
34015  et de choisir le type 
34016 \family sans
34017 Listing
34018 \family default
34019
34020 \begin_inset space ~
34021 \end_inset
34022
34023
34024 \family sans
34025 de
34026 \begin_inset space ~
34027 \end_inset
34028
34029 Code
34030 \begin_inset space ~
34031 \end_inset
34032
34033 source
34034 \family default
34035 .
34036 \begin_inset Foot
34037 status collapsed
34038
34039 \begin_layout Plain Layout
34040 Les autres types de sous-documents sont décrits dans la section
34041 \begin_inset space ~
34042 \end_inset
34043
34044
34045 \begin_inset CommandInset ref
34046 LatexCommand ref
34047 reference "sec:Sous-documents"
34048
34049 \end_inset
34050
34051 .
34052 \end_layout
34053
34054 \end_inset
34055
34056  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34057  à utiliser pour le listing dans une zone de texte.
34058  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34059  
34060 \begin_inset Quotes eld
34061 \end_inset
34062
34063 ?
34064 \begin_inset Quotes erd
34065 \end_inset
34066
34067  dans la zone de texte.
34068 \end_layout
34069
34070 \begin_layout Standard
34071 Pour faire référence à un sous-document de type listing, tapez une étiquette
34072  dans le champ correspondant de la fenêtre de dialogue.
34073  On peut alors faire référence à cette étiquette en utilisant le menu 
34074 \family sans
34075 Insérer\SpecialChar \menuseparator
34076 Référence
34077 \begin_inset space ~
34078 \end_inset
34079
34080 Croisée
34081 \family default
34082 .
34083 \end_layout
34084
34085 \begin_layout Standard
34086 Le listing
34087 \begin_inset space ~
34088 \end_inset
34089
34090
34091 \begin_inset CommandInset ref
34092 LatexCommand ref
34093 reference "lst:listing-fichier"
34094
34095 \end_inset
34096
34097  est une exemple de listing issu d'un fichier ; ici les lignes 10
34098 \begin_inset space \thinspace{}
34099 \end_inset
34100
34101 -
34102 \begin_inset space \thinspace{}
34103 \end_inset
34104
34105 15 de ce fichier LyX sont listées.
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \begin_inset CommandInset include
34110 LatexCommand lstinputlisting
34111 filename "EmbeddedObjects.lyx"
34112 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 \begin_inset VSpace bigskip
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Standard
34127 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34128  de dialogue 
34129 \family sans
34130 Document\SpecialChar \menuseparator
34131 Paramètres\SpecialChar \menuseparator
34132 Format
34133 \begin_inset space ~
34134 \end_inset
34135
34136 du
34137 \begin_inset space ~
34138 \end_inset
34139
34140 Texte
34141 \family default
34142 .
34143  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34144  
34145 \begin_inset Quotes eld
34146 \end_inset
34147
34148 ?
34149 \begin_inset Quotes erd
34150 \end_inset
34151
34152  dans le champ 
34153 \family sans
34154 Paramètres
34155 \begin_inset space ~
34156 \end_inset
34157
34158 du
34159 \begin_inset space ~
34160 \end_inset
34161
34162 Listing
34163 \family default
34164 .
34165 \end_layout
34166
34167 \begin_layout Standard
34168 Pour plus d'information sur le paquetage 
34169 \series bold
34170 listings
34171 \series default
34172 , nous vous renvoyons à sa documentation 
34173 \begin_inset CommandInset citation
34174 LatexCommand cite
34175 key "listings"
34176
34177 \end_inset
34178
34179 .
34180 \end_layout
34181
34182 \begin_layout Standard
34183 \begin_inset Newpage newpage
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Chapter
34190 \start_of_appendix
34191 Unités de longueur utilisables avec LyX
34192 \begin_inset Argument
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 Unités de longueur
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \begin_inset Index idx
34203 status collapsed
34204
34205 \begin_layout Plain Layout
34206 Unités
34207 \end_layout
34208
34209 \end_inset
34210
34211
34212 \begin_inset CommandInset label
34213 LatexCommand label
34214 name "cha:Unités-de-longueur"
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 Pour comprendre les unités de longueur utilisées dans cette documentation,
34223  le tableau
34224 \begin_inset space ~
34225 \end_inset
34226
34227
34228 \begin_inset CommandInset ref
34229 LatexCommand ref
34230 reference "tab:Unités"
34231
34232 \end_inset
34233
34234 décrit les unités utilisées par LyX.
34235 \begin_inset Float table
34236 placement h
34237 wide false
34238 sideways false
34239 status open
34240
34241 \begin_layout Plain Layout
34242 \begin_inset Caption
34243
34244 \begin_layout Plain Layout
34245 \begin_inset CommandInset label
34246 LatexCommand label
34247 name "tab:Unités"
34248
34249 \end_inset
34250
34251 Unités de longueur
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Plain Layout
34260 \begin_inset VSpace medskip
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Plain Layout
34267 \align center
34268 \begin_inset Tabular
34269 <lyxtabular version="3" rows="20" columns="2">
34270 <features tabularvalignment="middle">
34271 <column alignment="center" valignment="top" width="0">
34272 <column alignment="center" valignment="top" width="0">
34273 <row>
34274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34275 \begin_inset Text
34276
34277 \begin_layout Plain Layout
34278 unité
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 nom/description
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 </row>
34293 <row>
34294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298 mm
34299 \end_layout
34300
34301 \end_inset
34302 </cell>
34303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307 millimètre
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 </row>
34313 <row>
34314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318 cm
34319 \end_layout
34320
34321 \end_inset
34322 </cell>
34323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 centimètre
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 <row>
34334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 in
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 pouce (inch)
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 </row>
34353 <row>
34354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 pt
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367 point (72.27
34368 \begin_inset space \thinspace{}
34369 \end_inset
34370
34371 pt = 1
34372 \begin_inset space \thinspace{}
34373 \end_inset
34374
34375 in)
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 </row>
34381 <row>
34382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386 pc
34387 \end_layout
34388
34389 \end_inset
34390 </cell>
34391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Plain Layout
34395 pica (1
34396 \begin_inset space \thinspace{}
34397 \end_inset
34398
34399 pc = 12
34400 \begin_inset space \thinspace{}
34401 \end_inset
34402
34403 pt)
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 </row>
34409 <row>
34410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 sp
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423 scaled point (65536
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 sp = 1
34428 \begin_inset space \thinspace{}
34429 \end_inset
34430
34431 pt)
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 </row>
34437 <row>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 bp
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34448 \begin_inset Text
34449
34450 \begin_layout Plain Layout
34451 gros point (72
34452 \begin_inset space \thinspace{}
34453 \end_inset
34454
34455 bp = 1
34456 \begin_inset space \thinspace{}
34457 \end_inset
34458
34459 in)
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 </row>
34465 <row>
34466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470 dd
34471 \end_layout
34472
34473 \end_inset
34474 </cell>
34475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34476 \begin_inset Text
34477
34478 \begin_layout Plain Layout
34479 didot (72
34480 \begin_inset space \thinspace{}
34481 \end_inset
34482
34483 dd 
34484 \begin_inset Formula $\approx$
34485 \end_inset
34486
34487  37.6
34488 \begin_inset space \thinspace{}
34489 \end_inset
34490
34491 mm)
34492 \end_layout
34493
34494 \end_inset
34495 </cell>
34496 </row>
34497 <row>
34498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34499 \begin_inset Text
34500
34501 \begin_layout Plain Layout
34502 cc
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34508 \begin_inset Text
34509
34510 \begin_layout Plain Layout
34511 cicero (1
34512 \begin_inset space \thinspace{}
34513 \end_inset
34514
34515 cc = 12
34516 \begin_inset space \thinspace{}
34517 \end_inset
34518
34519 dd)
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 </row>
34525 <row>
34526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34527 \begin_inset Text
34528
34529 \begin_layout Plain Layout
34530 Scale%
34531 \end_layout
34532
34533 \end_inset
34534 </cell>
34535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539 % de la largeur originale de l'image
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 </row>
34545 <row>
34546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34547 \begin_inset Text
34548
34549 \begin_layout Plain Layout
34550 text%
34551 \end_layout
34552
34553 \end_inset
34554 </cell>
34555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34556 \begin_inset Text
34557
34558 \begin_layout Plain Layout
34559 % de la largeur du texte
34560 \end_layout
34561
34562 \end_inset
34563 </cell>
34564 </row>
34565 <row>
34566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570 col%
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 % de la largeur de la colonne
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 </row>
34585 <row>
34586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 page%
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 % de la largeur du papier
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 </row>
34605 <row>
34606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34607 \begin_inset Text
34608
34609 \begin_layout Plain Layout
34610 line%
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619 % de la largeur de la ligne
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 </row>
34625 <row>
34626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34627 \begin_inset Text
34628
34629 \begin_layout Plain Layout
34630 theight%
34631 \end_layout
34632
34633 \end_inset
34634 </cell>
34635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 % la hauteur du texte
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 <row>
34646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650 pheight%
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 % hauteur du papier
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 </row>
34665 <row>
34666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34667 \begin_inset Text
34668
34669 \begin_layout Plain Layout
34670 ex
34671 \end_layout
34672
34673 \end_inset
34674 </cell>
34675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679 hauteur de la lettre 
34680 \emph on
34681 x
34682 \emph default
34683  dans la police courante
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 </row>
34689 <row>
34690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694 em
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 largeur de la lettre
34704 \emph on
34705  M
34706 \emph default
34707  dans la police courante
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 mu
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 unité mathématique (1
34728 \begin_inset space \thinspace{}
34729 \end_inset
34730
34731 mu = 1/18
34732 \begin_inset space \thinspace{}
34733 \end_inset
34734
34735 em)
34736 \end_layout
34737
34738 \end_inset
34739 </cell>
34740 </row>
34741 </lyxtabular>
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Chapter
34754 Formats des fichiers de sortie graphiques
34755 \begin_inset CommandInset label
34756 LatexCommand label
34757 name "cha:Formats-fichiers-graphiques"
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Section
34765 DVI
34766 \begin_inset Index idx
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770 Formats de Fichiers! DVI
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \begin_inset Index idx
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780 DVI|see
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786 {
34787 \end_layout
34788
34789 \end_inset
34790
34791 Formats de Fichiers
34792 \begin_inset ERT
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796
34797 }
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \end_inset
34806
34807
34808 \end_layout
34809
34810 \begin_layout Standard
34811 Ce type de fichiers a l'extension 
34812 \begin_inset Quotes fld
34813 \end_inset
34814
34815
34816 \family typewriter
34817 .dvi
34818 \family default
34819
34820 \begin_inset Quotes frd
34821 \end_inset
34822
34823 .
34824  Il est appelé 
34825 \emph on
34826 indépendant de l'appareil
34827 \emph default
34828  ou 
34829 \begin_inset Quotes fld
34830 \end_inset
34831
34832 device independent (DVI)
34833 \begin_inset Quotes frd
34834 \end_inset
34835
34836 , car il est complètement portable ; vous pouvez les recopier d'une machine
34837  à l'autre sans avoir à faire de conversion.
34838  À l'époque où ce format a été développé, c'était loin d'être évident.
34839  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
34840  étape préliminaire avant la conversion vers un autre format comme le PostScript.
34841 \end_layout
34842
34843 \begin_layout Standard
34844 \begin_inset Note Greyedout
34845 status open
34846
34847 \begin_layout Plain Layout
34848
34849 \series bold
34850 Note:
34851 \series default
34852  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
34853  au fichier.
34854  
34855 \end_layout
34856
34857 \end_inset
34858
34859  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
34860  
34861 \family typewriter
34862 .dvi
34863 \family default
34864 .
34865  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
34866 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
34867  pour les rendre visibles quand vous faites défiler votre document.
34868  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
34869  avec de nombreuses images.
34870 \end_layout
34871
34872 \begin_layout Standard
34873 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
34874  menu 
34875 \family sans
34876 Fichier\SpecialChar \menuseparator
34877 Exporter\SpecialChar \menuseparator
34878 DVI.
34879
34880 \family default
34881  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
34882 \family sans
34883 Visualiser
34884 \family default
34885  ou en utilisant le bouton
34886 \begin_inset Graphics
34887         filename ../../images/buffer-view_dvi.png
34888         scale 85
34889         scaleBeforeRotation
34890
34891 \end_inset
34892
34893  de la barre d'outils.
34894 \end_layout
34895
34896 \begin_layout Section
34897 PostScript
34898 \begin_inset CommandInset label
34899 LatexCommand label
34900 name "sec:PostScript"
34901
34902 \end_inset
34903
34904
34905 \begin_inset Index idx
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909 Formats de Fichiers ! PostScript
34910 \end_layout
34911
34912 \end_inset
34913
34914
34915 \begin_inset Index idx
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 PostScript|see
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925 {
34926 \end_layout
34927
34928 \end_inset
34929
34930 Formats de Fichiers
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936 }
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Standard
34950 Ce type de fichiers a l'extension 
34951 \begin_inset Quotes fld
34952 \end_inset
34953
34954
34955 \family typewriter
34956 .ps
34957 \family default
34958
34959 \begin_inset Quotes frd
34960 \end_inset
34961
34962 .
34963  PostScript a été développé par la société 
34964 \series bold
34965 Adobe
34966 \series default
34967  comme un langage pour les imprimantes.
34968  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
34969  pour imprimer le document.
34970  PostScript peut être considéré comme un 
34971 \begin_inset Quotes fld
34972 \end_inset
34973
34974 langage de programmation
34975 \begin_inset Quotes frd
34976 \end_inset
34977
34978  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
34979  images
34980 \begin_inset Foot
34981 status open
34982
34983 \begin_layout Plain Layout
34984 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
34985  LaTeX 
34986 \series bold
34987 pstricks
34988 \series default
34989
34990 \begin_inset CommandInset citation
34991 LatexCommand cite
34992 key "pstricks"
34993
34994 \end_inset
34995
34996 .
34997 \end_layout
34998
34999 \end_inset
35000
35001 .
35002  En partie à cause de toutes ces possibilités un fichier PostScript est
35003  souvent plus gros qu'un PDF.
35004 \end_layout
35005
35006 \begin_layout Standard
35007 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35008  plus gros qu'un PDF.
35009 \end_layout
35010
35011 \begin_layout Standard
35012 PostScript ne peut contenir que des images au format 
35013 \begin_inset Quotes fld
35014 \end_inset
35015
35016 PostScript Encapsulé
35017 \begin_inset Quotes frd
35018 \end_inset
35019
35020  (encapsulated PostScript ou EPS, d'extension 
35021 \family typewriter
35022 .eps
35023 \family default
35024 ).
35025  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35026  il doit les convertir en interne en EPS.
35027  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35028  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35029  document.
35030  Cela risque de ralentir de façon importante votre rythme de travail.
35031  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35032  vos images directement en EPS pour éviter ce problème.
35033 \end_layout
35034
35035 \begin_layout Standard
35036 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35037  le menu 
35038 \family sans
35039 Fichier\SpecialChar \menuseparator
35040 Exporter\SpecialChar \menuseparator
35041 PostScript.
35042
35043 \family default
35044  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35045  
35046 \family sans
35047 Visualiser
35048 \family default
35049  ou en utilisant le bouton 
35050 \begin_inset Graphics
35051         filename ../../images/buffer-view_ps.png
35052         scale 85
35053         scaleBeforeRotation
35054
35055 \end_inset
35056
35057  de la barre d'outils.
35058 \end_layout
35059
35060 \begin_layout Section
35061 PDF
35062 \begin_inset Index idx
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066 Formats de Fichiers ! PDF
35067 \end_layout
35068
35069 \end_inset
35070
35071
35072 \begin_inset Index idx
35073 status collapsed
35074
35075 \begin_layout Plain Layout
35076 PDF
35077 \end_layout
35078
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Ce type de fichiers a l'extension 
35086 \begin_inset Quotes fld
35087 \end_inset
35088
35089
35090 \family typewriter
35091 .pdf
35092 \family default
35093
35094 \begin_inset Quotes frd
35095 \end_inset
35096
35097 .
35098  Ce 
35099 \begin_inset Quotes fld
35100 \end_inset
35101
35102 format de document portable
35103 \begin_inset Quotes frd
35104 \end_inset
35105
35106  (portable document format ou PDF) est développé par 
35107 \family typewriter
35108 Adobe
35109 \family default
35110  comme une évolution de PostScript.
35111  Il est plus comprimé et utilise moins de commandes que PostScript.
35112  Comme son nom l'indique, il est 
35113 \begin_inset Quotes fld
35114 \end_inset
35115
35116 portable
35117 \begin_inset Quotes frd
35118 \end_inset
35119
35120  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35121  aura exactement le même aspect.
35122 \end_layout
35123
35124 \begin_layout Standard
35125 PDF peut contenir des images dans son propre format PDF et dans les formats
35126  JPG (format du 
35127 \begin_inset Quotes fld
35128 \end_inset
35129
35130 Joint Photographic Expert Group
35131 \begin_inset Quotes frd
35132 \end_inset
35133
35134  avec comme extension 
35135 \family typewriter
35136 .jpg
35137 \family default
35138  ou 
35139 \family typewriter
35140 .jpeg
35141 \family default
35142 ) et PNG (
35143 \begin_inset Quotes fld
35144 \end_inset
35145
35146 Portable Network Graphics
35147 \begin_inset Quotes frd
35148 \end_inset
35149
35150  avec l'extension 
35151 \family typewriter
35152 .png
35153 \family default
35154 ).
35155  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35156  dans un de ces formats.
35157  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35158  vont ralentir votre travail.
35159  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35160 \end_layout
35161
35162 \begin_layout Standard
35163 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35164  menu 
35165 \family sans
35166 Fichier\SpecialChar \menuseparator
35167 Exporter 
35168 \family default
35169 de trois façons différentes:
35170 \end_layout
35171
35172 \begin_layout Description
35173 PDF
35174 \begin_inset space ~
35175 \end_inset
35176
35177 (ps2pdf) Ceci utilise le programme 
35178 \family typewriter
35179 ps2pdf
35180 \family default
35181  qui créé un PDF à partir de la version PostScript de votre fichier.
35182  Cette dernière est produite par le programme 
35183 \family typewriter
35184 dvips
35185 \family default
35186  qui utilise une version DVI comme étape intermédiaire.
35187  Cette variante consiste donc en trois conversions.
35188 \end_layout
35189
35190 \begin_layout Description
35191 PDF
35192 \begin_inset space ~
35193 \end_inset
35194
35195 (dvipdfm) Ceci utilise le programme 
35196 \family typewriter
35197 dvipdfm
35198 \family default
35199  qui convertit votre fichier en DVI avant de le convertir en PDF.
35200 \end_layout
35201
35202 \begin_layout Description
35203 PDF
35204 \begin_inset space ~
35205 \end_inset
35206
35207 (pdflatex) Ceci utilise le programme 
35208 \family typewriter
35209 pdftex
35210 \family default
35211  qui convertit directement votre fichier en PDF.
35212 \end_layout
35213
35214 \begin_layout Standard
35215 Nous recommandons d'utiliser l'option 
35216 \family sans
35217 PDF
35218 \begin_inset space ~
35219 \end_inset
35220
35221 (pdflatex)
35222 \family default
35223  car 
35224 \family typewriter
35225 pdftex
35226 \family default
35227  accepte toutes les fonctionnalités des versions actuelles de PDF.
35228  Il est en plus rapide et stable.
35229  Le programme 
35230 \family typewriter
35231 dvipdfm
35232 \family default
35233  n'est plus développé est est donc un peu dépassé.
35234 \end_layout
35235
35236 \begin_layout Standard
35237
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35242 \family sans
35243 Visualiser
35244 \family default
35245  ou en utilisant le bouton 
35246 \begin_inset Graphics
35247         filename ../../images/buffer-view_pdf2.png
35248         scale 85
35249         scaleBeforeRotation
35250
35251 \end_inset
35252
35253  de la barre d'outils
35254 \family sans
35255  (
35256 \family default
35257 qui utilise 
35258 \family sans
35259 PDF
35260 \begin_inset space ~
35261 \end_inset
35262
35263 (pdflatex)
35264 \family default
35265 ).
35266 \end_layout
35267
35268 \begin_layout Chapter
35269 Explication de l' Équation
35270 \begin_inset space ~
35271 \end_inset
35272
35273
35274 \begin_inset CommandInset ref
35275 LatexCommand eqref
35276 reference "eq:Wgn"
35277
35278 \end_inset
35279
35280
35281 \begin_inset CommandInset label
35282 LatexCommand label
35283 name "cha:Explication-de-l'Equation"
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Standard
35291 La largeur totale de 
35292 \emph on
35293 n
35294 \emph default
35295  cellules de tableau 
35296 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35297 \end_inset
35298
35299  peut être calculée avec
35300 \end_layout
35301
35302 \begin_layout Standard
35303 \begin_inset Formula \begin{equation}
35304 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}
35305
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Standard
35312 Où 
35313 \begin_inset Formula $W_{g\, n}$
35314 \end_inset
35315
35316  est la largeur fixe de toutes les cellules.
35317  
35318 \series bold
35319
35320 \backslash
35321 tabcolsep
35322 \series default
35323  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35324  sa valeur implicite est 6
35325 \begin_inset space \thinspace{}
35326 \end_inset
35327
35328 pt.
35329  
35330 \series bold
35331
35332 \backslash
35333 arrayrulewidth
35334 \series default
35335  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35336 \begin_inset space \thinspace{}
35337 \end_inset
35338
35339 pt.
35340 \end_layout
35341
35342 \begin_layout Standard
35343 D'après l'équation
35344 \begin_inset space ~
35345 \end_inset
35346
35347
35348 \begin_inset CommandInset ref
35349 LatexCommand eqref
35350 reference "eq:Wtot_n"
35351
35352 \end_inset
35353
35354 , la largeur totale d'une multicolonne, 
35355 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35356 \end_inset
35357
35358  est
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset Formula \begin{equation}
35363 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Standard
35371 En posant que les équations 
35372 \begin_inset space ~
35373 \end_inset
35374
35375
35376 \begin_inset CommandInset ref
35377 LatexCommand eqref
35378 reference "eq:Wtot_n"
35379
35380 \end_inset
35381
35382  et 
35383 \begin_inset CommandInset ref
35384 LatexCommand eqref
35385 reference "eq:Wtot_mult"
35386
35387 \end_inset
35388
35389  sont égales, on peut calculer la largeur nécessaire 
35390 \begin_inset Formula $W_{g\, n}$
35391 \end_inset
35392
35393  quand 
35394 \emph on
35395 n
35396 \emph default
35397  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35398  de 
35399 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35400 \end_inset
35401
35402 :
35403 \end_layout
35404
35405 \begin_layout Standard
35406 \begin_inset Formula \begin{equation}
35407 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
35408
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \begin_layout Bibliography
35415 \labelwidthstring Bibliographie
35416 \begin_inset CommandInset bibitem
35417 LatexCommand bibitem
35418 key "latexcompanion"
35419
35420 \end_inset
35421
35422 Frank Mittelbach and Michel Goossens: 
35423 \emph on
35424 The LaTeX Companion Second Edition.
35425
35426 \emph default
35427  Addison-Wesley, 2004
35428 \end_layout
35429
35430 \begin_layout Bibliography
35431 \labelwidthstring Bibliographie
35432 \begin_inset CommandInset bibitem
35433 LatexCommand bibitem
35434 key "latexguide"
35435
35436 \end_inset
35437
35438 Helmut Kopka and Patrick W.
35439  Daly: 
35440 \emph on
35441 A Guide to LaTeX Fourth Edition.
35442
35443 \emph default
35444  Addison-Wesley, 2003
35445 \end_layout
35446
35447 \begin_layout Bibliography
35448 \labelwidthstring Bibliographie
35449 \begin_inset CommandInset bibitem
35450 LatexCommand bibitem
35451 key "latexbook"
35452
35453 \end_inset
35454
35455 Leslie Lamport: 
35456 \emph on
35457 LaTeX: A Document Preparation System.
35458
35459 \emph default
35460  Addison-Wesley, second edition, 1994
35461 \end_layout
35462
35463 \begin_layout Bibliography
35464 \labelwidthstring Bibliographie
35465 \begin_inset CommandInset bibitem
35466 LatexCommand bibitem
35467 key "booktabs"
35468
35469 \end_inset
35470
35471 Documentation du paquetage LaTeX 
35472 \series bold
35473
35474 \begin_inset CommandInset href
35475 LatexCommand href
35476 name "booktabs"
35477 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35478
35479 \end_inset
35480
35481
35482 \series default
35483
35484 \begin_inset Index idx
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488 Paquetages LaTeX ! booktabs
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Bibliography
35497 \labelwidthstring Bibliographie
35498 \begin_inset CommandInset bibitem
35499 LatexCommand bibitem
35500 key "caption"
35501
35502 \end_inset
35503
35504 Documentation du paquetage LaTeX 
35505 \series bold
35506
35507 \begin_inset CommandInset href
35508 LatexCommand href
35509 name "caption"
35510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35511
35512 \end_inset
35513
35514
35515 \series default
35516
35517 \begin_inset Index idx
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521 Paquetages LaTeX ! caption
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Bibliography
35530 \labelwidthstring Bibliographie
35531 \begin_inset CommandInset bibitem
35532 LatexCommand bibitem
35533 key "endfloat"
35534
35535 \end_inset
35536
35537 Documentation du paquetage LaTeX 
35538 \series bold
35539
35540 \begin_inset CommandInset href
35541 LatexCommand href
35542 name "endfloat"
35543 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35544
35545 \end_inset
35546
35547
35548 \series default
35549
35550 \begin_inset Index idx
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554 Paquetages LaTeX ! endfloat
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \end_layout
35561
35562 \begin_layout Bibliography
35563 \labelwidthstring Bibliographie
35564 \begin_inset CommandInset bibitem
35565 LatexCommand bibitem
35566 key "wrapfig"
35567
35568 \end_inset
35569
35570 Documentation du paquetage LaTeX 
35571 \series bold
35572
35573 \begin_inset CommandInset href
35574 LatexCommand href
35575 name "wrapfig"
35576 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35577
35578 \end_inset
35579
35580
35581 \series default
35582
35583 \begin_inset Index idx
35584 status collapsed
35585
35586 \begin_layout Plain Layout
35587 Paquetages LaTeX ! wrapfig
35588 \begin_inset ERT
35589 status collapsed
35590
35591 \begin_layout Plain Layout
35592
35593
35594 \backslash
35595 vspace{4mm}
35596 \end_layout
35597
35598 \end_inset
35599
35600
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Bibliography
35609 \labelwidthstring Bibliographie
35610 \begin_inset CommandInset bibitem
35611 LatexCommand bibitem
35612 key "footmisc"
35613
35614 \end_inset
35615
35616 Documentation du paquetage LaTeX 
35617 \series bold
35618
35619 \begin_inset CommandInset href
35620 LatexCommand href
35621 name "footmisc"
35622 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35623
35624 \end_inset
35625
35626
35627 \series default
35628
35629 \begin_inset Index idx
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 Paquetages LaTeX ! footmisc
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Bibliography
35642 \labelwidthstring Bibliographie
35643 \begin_inset CommandInset bibitem
35644 LatexCommand bibitem
35645 key "hypcap"
35646
35647 \end_inset
35648
35649 Documentation du paquetage LaTeX 
35650 \series bold
35651
35652 \begin_inset CommandInset href
35653 LatexCommand href
35654 name "hypcap"
35655 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35656
35657 \end_inset
35658
35659
35660 \series default
35661
35662 \begin_inset Index idx
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666 Paquetages LaTeX ! hyperref
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Bibliography
35675 \labelwidthstring Bibliographie
35676 \begin_inset CommandInset bibitem
35677 LatexCommand bibitem
35678 key "hyperref"
35679
35680 \end_inset
35681
35682 Documentation du paquetage LaTeX 
35683 \series bold
35684
35685 \begin_inset CommandInset href
35686 LatexCommand href
35687 name "hyperref"
35688 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35689
35690 \end_inset
35691
35692
35693 \series default
35694
35695 \begin_inset Index idx
35696 status collapsed
35697
35698 \begin_layout Plain Layout
35699 Paquetages LaTeX ! hyperref
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Bibliography
35708 \labelwidthstring Bibliographie
35709 \begin_inset CommandInset bibitem
35710 LatexCommand bibitem
35711 key "KOMA-Script"
35712
35713 \end_inset
35714
35715 Documentation du paquetage LaTeX 
35716 \series bold
35717
35718 \begin_inset CommandInset href
35719 LatexCommand href
35720 name "KOMA-Script"
35721 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35722
35723 \end_inset
35724
35725
35726 \series default
35727
35728 \begin_inset Index idx
35729 status collapsed
35730
35731 \begin_layout Plain Layout
35732 Paquetages LaTeX ! KOMA-Script
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Bibliography
35741 \labelwidthstring Bibliographie
35742 \begin_inset CommandInset bibitem
35743 LatexCommand bibitem
35744 key "listings"
35745
35746 \end_inset
35747
35748 Documentation du paquetage LaTeX 
35749 \series bold
35750
35751 \begin_inset CommandInset href
35752 LatexCommand href
35753 name "listings"
35754 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35755
35756 \end_inset
35757
35758
35759 \series default
35760
35761 \begin_inset Index idx
35762 status collapsed
35763
35764 \begin_layout Plain Layout
35765 Paquetages LaTeX ! listings
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \begin_layout Bibliography
35774 \labelwidthstring Bibliographie
35775 \begin_inset CommandInset bibitem
35776 LatexCommand bibitem
35777 key "marginnote"
35778
35779 \end_inset
35780
35781 Documentation du paquetage LaTeX 
35782 \series bold
35783
35784 \begin_inset CommandInset href
35785 LatexCommand href
35786 name "marginnote"
35787 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35788
35789 \end_inset
35790
35791
35792 \series default
35793
35794 \begin_inset Index idx
35795 status collapsed
35796
35797 \begin_layout Plain Layout
35798 Paquetages LaTeX ! marginnote
35799 \end_layout
35800
35801 \end_inset
35802
35803
35804 \end_layout
35805
35806 \begin_layout Bibliography
35807 \labelwidthstring Bibliographie
35808 \begin_inset CommandInset bibitem
35809 LatexCommand bibitem
35810 key "pstricks"
35811
35812 \end_inset
35813
35814 Page Web du paquetage LaTeX 
35815 \series bold
35816
35817 \begin_inset CommandInset href
35818 LatexCommand href
35819 name "PSTricks"
35820 target "http://tug.org/PSTricks/"
35821
35822 \end_inset
35823
35824
35825 \series default
35826
35827 \begin_inset Index idx
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831 Paquetages LaTeX ! PSTricks
35832 \end_layout
35833
35834 \end_inset
35835
35836
35837 \end_layout
35838
35839 \begin_layout Bibliography
35840 \labelwidthstring Bibliographie
35841 \begin_inset CommandInset bibitem
35842 LatexCommand bibitem
35843 key "sidecap"
35844
35845 \end_inset
35846
35847 Documentation du paquetage LaTeX 
35848 \series bold
35849
35850 \begin_inset CommandInset href
35851 LatexCommand href
35852 name "sidecap"
35853 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35854
35855 \end_inset
35856
35857
35858 \series default
35859
35860 \begin_inset Index idx
35861 status collapsed
35862
35863 \begin_layout Plain Layout
35864 Paquetages LaTeX ! sidecap
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \begin_layout Bibliography
35873 \labelwidthstring Bibliographie
35874 \begin_inset CommandInset bibitem
35875 LatexCommand bibitem
35876 key "prettyref"
35877
35878 \end_inset
35879
35880 Documentation du paquetage LaTeX
35881 \series bold
35882  
35883 \begin_inset CommandInset href
35884 LatexCommand href
35885 name "prettyref"
35886 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35887
35888 \end_inset
35889
35890
35891 \series default
35892
35893 \begin_inset Index idx
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 Paquetages LaTeX ! prettyref
35898 \end_layout
35899
35900 \end_inset
35901
35902
35903 \end_layout
35904
35905 \begin_layout Bibliography
35906 \labelwidthstring Bibliographie
35907 \begin_inset CommandInset bibitem
35908 LatexCommand bibitem
35909 key "NewInLyX16"
35910
35911 \end_inset
35912
35913
35914 \begin_inset CommandInset href
35915 LatexCommand href
35916 name "Page Wiki"
35917 target "http://wiki.lyx.org/LyX/NewInLyX16"
35918
35919 \end_inset
35920
35921  au sujet des nouveautés de 
35922 \family sans
35923 LyX 1.6.0
35924 \family default
35925 .
35926 \end_layout
35927
35928 \begin_layout Standard
35929 \begin_inset CommandInset index_print
35930 LatexCommand printindex
35931 type "idx"
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Standard
35939 \begin_inset FloatList figure
35940
35941 \end_inset
35942
35943
35944 \end_layout
35945
35946 \begin_layout Standard
35947 \begin_inset FloatList table
35948
35949 \end_inset
35950
35951
35952 \end_layout
35953
35954 \begin_layout Standard
35955 \begin_inset ERT
35956 status open
35957
35958 \begin_layout Plain Layout
35959
35960
35961 \backslash
35962 listof{algorithm}{Liste des Algorithmes}
35963 \end_layout
35964
35965 \end_inset
35966
35967
35968 \begin_inset Note Note
35969 status collapsed
35970
35971 \begin_layout Plain Layout
35972 voir la section
35973 \begin_inset space ~
35974 \end_inset
35975
35976
35977 \begin_inset CommandInset ref
35978 LatexCommand ref
35979 reference "sub:Flottant-d'Algorithme"
35980
35981 \end_inset
35982
35983  pour une description
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \end_layout
35990
35991 \end_body
35992 \end_document